-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated demo app to use latest APIs #90
Merged
Merged
Conversation
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
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.3 to 3.3.6. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.3...v3.3.6) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](micromatch/micromatch@4.0.7...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.7. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.2...v1.7.7) --- updated-dependencies: - dependency-name: axios dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bump rexml from 3.3.3 to 3.3.6
…ipts/translation-script/micromatch-4.0.8 Bump micromatch from 4.0.7 to 4.0.8 in /scripts/translation-script
…ipts/translation-script/axios-1.7.7 Bump axios from 1.7.2 to 1.7.7 in /scripts/translation-script
#81) Bumps [serve-static](https://github.com/expressjs/serve-static) from 1.15.0 to 1.16.2. - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](expressjs/serve-static@v1.15.0...v1.16.2) --- updated-dependencies: - dependency-name: serve-static dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Mike Balfour <[email protected]>
Sync staging repo with main repo
Removes [cookie](https://github.com/jshttp/cookie). It's no longer used after updating ancestor dependency [aws-amplify](https://github.com/aws-amplify/amplify-js). These dependencies need to be updated together. Removes `cookie` Updates `aws-amplify` from 5.3.19 to 6.6.6 - [Release notes](https://github.com/aws-amplify/amplify-js/releases) - [Commits](https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.6.6) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: aws-amplify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…/modified unit and E2E test cases (#84) * build: SDK versions and dependencies update * refactor: Remove amplify dependency from the demo app and related code updated test: Unit test cases added for fetch token and refresh token test: Existing test cases updated for amplify removal change ALS-1806 * Merge branch 'refs/heads/main' into ALS-1806 # Conflicts: # app/build.gradle # app/src/main/AndroidManifest.xml # app/src/main/java/com/aws/amazonlocation/ui/main/MainActivity.kt # app/src/main/java/com/aws/amazonlocation/ui/main/explore/ExploreFragment.kt # app/src/main/java/com/aws/amazonlocation/ui/main/setting/AWSCloudInformationFragment.kt # app/src/main/java/com/aws/amazonlocation/ui/main/setting/SettingFragment.kt # app/src/main/java/com/aws/amazonlocation/ui/main/tracking/TrackingUtils.kt # app/src/main/java/com/aws/amazonlocation/utils/MapHelper.kt # app/src/test/java/com/aws/amazonlocation/mock/Responses.kt # build.gradle # gradle.properties # gradle/wrapper/gradle-wrapper.properties # jacoco.gradle * fix: location engine initalization change with fused location ALS-1806 * fix: removed java home from gradle.properties ALS-1806 * fix: tablet design updated for web view sign in fix: E2E test cases updated ALS-1806 * refactor: Removed pinpoint/analytics from app ALS-1806 * fix: workflow fixed for distribution ALS-1806 * refactor: Removed pinpoint/analytics from the app ALS-1806 * fix: removed unused variables ALS-1806 * fix: Simulation restart and from grab map simulation start bug fixed fix: Sign in fail bug fix ALS-1806 * fix: Open data Map style selection with Ca-Central Stack bug fix fix: Grab data map style selection from Southeast Asia Stack bug fix ALS-1806 * fix: Node js version update for workflow ALS-1806 * fix: Disconnection from settings bug fix ALS-1806 * fix: Gemfile updated for github workflow ALS-1806 * fix: Gemfile updated for github workflow ALS-1806 * fix: Gemfile updated for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: auth credentials refresh from interceptor fix ALS-1806 * fix: map style clear filter selection bug fix ALS-1806 * fix: POI card open on geofence tab bug fix ALS-1806 * fix: E2E test suits renamed fix: ktlint disable commands removed all over the app fix: Few grammatical mistakes addressed and methods renamed fix: unit test cases lat, lng fixes ALS-1806 * fix: rights label updated ALS-1806 * refactor: Added pinpoint with aws kotlin SDK ALS-1869 * fix: session stop and end event fixed ALS-1869 * fix: Unit test case fix and comment updated on basis of that ALS-1806 * fix: test case method and strings renamed and lat and lng position issue solved ALS-1806 --------- Co-authored-by: shah <[email protected]>
Sync staging repo with main repo
…ipts/translation-script/multi-0f21e989f5 Bump cookie and aws-amplify in /scripts/translation-script
…tests fix: unit and E2E test cases updated ALS-1808
refactor : Unused files removed and strings file updated ALS-1808
ALS-1808
fix: PAK country removed from political view test: Unit test cases updated ALS-1808
fix: Geofence screen bug fixes fix: E2E test cases renamed ALS-1808
…e bug fix ALS-1808
ALS-1808
ALS-1808
ALS-1808
ALS-1808
… map fix ALS-1808
ALS-1808
ALS-1808
[ALS-1808] V2 API changes with code refactoring, unit test and E2E test update
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.7 to 3.3.9. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.7...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
ALS-1808
ALS-1808
ALS-1808
[ALS-1808] V2 API changes with code refactoring, unit test and E2E test update
ALS-1808
ALS-1808 PR comment fixes
[ALS-1808] V2 API changes with code refactoring, unit test and E2E test update
….3.9 Bump rexml from 3.3.7 to 3.3.9
Switched to use public version of GeoPlaces and GeoRoutes.
tjmichaels
approved these changes
Nov 6, 2024
cgalvan
approved these changes
Nov 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes:
This updates the demo app to use the latest APIs from the standalone GeoMaps, GeoPlaces, and GeoRoutes SDKs.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.