-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update demo app to latest APIs (#74)
* fixed ALS-1665 added collapse option on directions bottomsheet view * removed amplify and map styles * implemented oauth2 sign in * Implementation of sign in and removal of auth sdk * added iot device v2 sdk * added iot device package * Implemented Geodence batch evaluate and refresh mechanism * fixed navigation and direction issues * Update AWSLoginService.swift * Update AWSLoginService.swift * Implemented tracking geofence notification IoT * fix IoT connection * refactoring of IoT mqtt client * fixed unit test cases * Updated E2E test cases * Updated E2E test cases * Update Package.resolved * updating macos github runner * Update test-ios-e2e.yml * Update test-ios-e2e.yml * Update test-ios-e2e.yml * Update test-ios-e2e.yml * Update test-ios-e2e.yml * Update test-ios-e2e.yml * Update test-ios-e2e.yml * Update test-ios-e2e.yml * Update test-ios-e2e.yml * update E2E test cases and workflow * Update Gemfile.lock * optimized test cases * Update MapUITests.swift * Update test-ios-e2e.yml * Implemented disconnect and logout on settings screen * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Bug Fixes * Update SearchVC.swift * Update SearchViewModel.swift * Implemented refresh credentials * updated workflows * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update build-ios.yml * Update project.pbxproj * Update test-ios.yml * Update AWSSignatureDelegate.swift * Revert "Update AWSSignatureDelegate.swift" This reverts commit 5ed2352. * renamed AWSSignatureV4Delegate * Update test-ios.yml * Update DateExtensionTests.swift * Update test-ios-e2e.yml * Restricted xcovergage to target projects only * Update test-ios-e2e.yml * Update UITestGeofenceScreen.swift * Update UITestGeofenceScreen.swift * refactoring and removed warnings * Update LocationServices.xctestplan * Removed warnings and reverted back to mac 14 runner * Update CLLocationCoordinate2D+Extension.swift * Update UITestSettingsScreen.swift * updated simulator * Update Fastfile * updated checkout version * Revert "Removed warnings and reverted back to mac 14 runner" This reverts commit c92b75b. * Update LocationServices.xctestplan * refactoring * fixes * Update LocationServices.xctestplan * fix * add tableview identifier * Update UITestSettingsScreen.swift * increase simulator versions * added a dummy test case * test case fix * Update test-ios-e2e.yml * Update SettingsUITests.swift * Update test-ios-e2e.yml * updated test case * fix * fix * Update test-ios-e2e.yml * Update Fastfile * Update Fastfile * Update Fastfile * Update SettingsUITests.swift * Update SettingsUITests.swift * Update SettingsUITests.swift * Update SettingsVC.swift * Update SettingsVC.swift * Update SettingsVC.swift * Update SettingsVC.swift * Update SettingsVC.swift * fix * Update SettingsVC.swift * Update SettingsVC.swift * Refactor settings button for disconnect and logout * re enabled test cases * Update Fastfile * fixed test cases * Removed unecessary code * downgraded macos runner tier * Update Fastfile * Update Fastfile * Update UITestTrackingScreen.swift * Update LocationServices.xctestplan * Update TrackingUITests.swift * Re-enabled test cases * Update Fastfile * Update LocationServices.xctestplan * Update LocationServices.xctestplan * Update test-ios-e2e.yml * Update LocationServices.xctestplan * ALS-1805 fixed PR feedback * Fixed PR feedback * Create .gitignore * Implemented Map new Style and new API SDK for places, routes and other bug fixes * Update ConfigTestTemplate.xcconfig * Implemented Political View E2E test case * Removed pak political view * Refactoring of auth helper files and removed unused codes * Fixed ipad settings map style UI * Update MapStyleVC.swift * Update SettingsVC.swift * removed blurstatusbar * Update ExploreVC.swift * Update LocationSearchService.swift * Fixed PR Feedback * Renamed destionation typo to destination * reverted the bundle identifier * disable bottomsheet grab on tracking and geofences for mapstyles * removed commented code * Implemented multi route leg details * Fixed post login api Key issue and dismiss login screen after login * Update AWSLoginServiceMock.swift * Fixed coordinates search by replacing nearby with reverse geocode * Implemented lat, long and long, lat in reverse geocode * Update SearchCell.swift * Implemented new version of Swift sdks such as places & routes * refactoring * removed local AWSGeoservices package * Optimization and Show loader * added loader on sign in button --------- Co-authored-by: Zeeshan Sheikh <[email protected]> Co-authored-by: Zeeshan Sheikh <[email protected]> Co-authored-by: wadhawh <[email protected]>
- Loading branch information
1 parent
025633e
commit ba22ed4
Showing
126 changed files
with
2,129 additions
and
2,437 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ | |
|
||
IDENTITY_POOL_ID = REGION:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | ||
AWS_REGION = REGION | ||
API_KEY = XXXX |
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
229 changes: 119 additions & 110 deletions
229
LocationServices/LocationServices.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
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
38 changes: 38 additions & 0 deletions
38
...Services/LocationServices/Assets.xcassets/Colors/mapStyleTintColor.colorset/Contents.json
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,38 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0x98", | ||
"green" : "0x84", | ||
"red" : "0x01" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0x98", | ||
"green" : "0x84", | ||
"red" : "0x01" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
38 changes: 38 additions & 0 deletions
38
...onServices/Assets.xcassets/Colors/politicalListViewBackgroundColor.colorset/Contents.json
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,38 @@ | ||
{ | ||
"colors" : [ | ||
{ | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0xF0", | ||
"green" : "0xF2", | ||
"red" : "0xF2" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
}, | ||
{ | ||
"appearances" : [ | ||
{ | ||
"appearance" : "luminosity", | ||
"value" : "dark" | ||
} | ||
], | ||
"color" : { | ||
"color-space" : "srgb", | ||
"components" : { | ||
"alpha" : "1.000", | ||
"blue" : "0xF0", | ||
"green" : "0xF2", | ||
"red" : "0xF2" | ||
} | ||
}, | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
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
Oops, something went wrong.