Skip to content
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 42 commits into from
Nov 6, 2024
Merged

Updated demo app to use latest APIs #90

merged 42 commits into from
Nov 6, 2024

Conversation

mbalfour-amzn
Copy link
Contributor

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.

dependabot bot and others added 30 commits September 3, 2024 17:55
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]>
…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>
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]>
…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
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
[ALS-1808] V2 API changes with code refactoring, unit test and E2E test update
dependabot bot and others added 12 commits October 28, 2024 19:02
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] V2 API changes with code refactoring, unit test and E2E test update
[ALS-1808] V2 API changes with code refactoring, unit test and E2E test update
Switched to use public version of GeoPlaces and GeoRoutes.
@mbalfour-amzn mbalfour-amzn merged commit d7b035c into main Nov 6, 2024
2 checks passed
@mbalfour-amzn mbalfour-amzn deleted the staging_changes branch November 6, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants