-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
200.3.0 Release - merge v.next into main (#224)
* enable the publication of artifacts which include the build number in the version. * bump version * add lambda to authenticator * add util methods * add lambda to DialogAuthenticator * cherry pick to v.next (#103) * use launchCustomTabs in OAuthUserSignInActivity * fix issue with pressing cancel button * Merge pull request #104 from Esri/sorenoid/update-auth-readme use updated name of the auth dependency in README * reinstate onWindowFocusChanged in OAuthUserSignInActivity * use didLaunch logic in OAuthAuthenticator for lambda scenario as well * rm context receivers * remove ontopresumedactivitychanged * Trigger onFacilityChanged along with the levelChanged when selectedLevelId is programmatically updated (#111) * reorganize OAuthAuthenticator * update readme * Don't suggest singleInstance * add doc to method * eof newline * move composable to activity scope * mv viewmodel definition to class level * mv Authenticator definition to setContent block * pass vm as argument to auth app * fix readme numbering * add note about redirect uri * update doc for new param * simplify side effect * Address pr comments * rename Extensions file * rework OAuthAuthenticator to move launcher * update readme * Deletes WebView's session if `preferPrivateWebBrowserSession` is enabled (#119) * added geo composable map * Update gradle * Delete SceneComposable.kt * Revert "Delete SceneComposable.kt" This reverts commit 5f9b41e. * upgrades to match the API's gradle versions so we can easily include the API as a composite build. Also clears some false warnings in gradle files * renamed to module geo-compose * fixes for displaying FloorFilter facilitySelector when Sites are not present in the map (#153) * Create t9nmanifest.txt (#167) * removed module and microapp (#208) * Update gradle.properties (#211) * Update build.gradle.kts (#212) * updates client id and redirect Uri (#216) * Take out build numbers for publishing (#219) * update dependency section of readme for 200.3.0 (#220) --------- Co-authored-by: Soren Roth <sor10874@esri.com> Co-authored-by: Soren Roth <sroth@esri.com> Co-authored-by: Hudson Miears <hud10837@esri.com> Co-authored-by: hud10837 <hmiears@esri.com> Co-authored-by: Erick Lopez Solis <erick_solis@esri.com> Co-authored-by: Shubham Sharma <shubhamsharma@esri.com> Co-authored-by: Rama Chintapalli <rchintapalli@esri.com> Co-authored-by: Gunther Heppner <gheppner@esri.com>
- Loading branch information
1 parent
980dfa3
commit d923389
Showing
21 changed files
with
286 additions
and
158 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
toolkit/authentication/src/main/res/values/strings.xml | ||
toolkit/indoors/src/main/res/values/strings.xml |
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
38 changes: 0 additions & 38 deletions
38
...it/authentication/src/main/java/com/arcgismaps/toolkit/authentication/ArcGISExtensions.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
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
Oops, something went wrong.