-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove system and environment lookup properties (#620)
* Remove system and environment lookup properties * Remove reference from cloud-run
- Loading branch information
Showing
19 changed files
with
68 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 15 additions & 7 deletions
22
app-launcher/android/src/main/kotlin/io/ashdavies/playground/LauncherActivity.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
http-client/src/androidMain/kotlin/io/ashdavies/http/Software.kt
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
http-client/src/androidMain/kotlin/io/ashdavies/http/System.kt
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
http-client/src/commonMain/kotlin/io/ashdavies/http/ApiBuilder.kt
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
http-client/src/commonMain/kotlin/io/ashdavies/http/Environment.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
http-client/src/commonMain/kotlin/io/ashdavies/http/HttpCredentials.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package io.ashdavies.http | ||
|
||
import androidx.compose.runtime.staticCompositionLocalOf | ||
|
||
public val LocalHttpCredentials = staticCompositionLocalOf<HttpCredentials> { | ||
error("CompositionLocal LocalHttpCredentials not present") | ||
} | ||
|
||
public data class HttpCredentials( | ||
val apiKey: String, | ||
val userAgent: String, | ||
) |
7 changes: 0 additions & 7 deletions
7
http-client/src/commonMain/kotlin/io/ashdavies/http/Software.kt
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
http-client/src/commonMain/kotlin/io/ashdavies/http/System.kt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.