-
Notifications
You must be signed in to change notification settings - Fork 31
Sync logic adjustments #474
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
Closed
Closed
Changes from 16 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
4fe50b4
keep existing regions and notifications when possible
ShiCheng-Lu ff06d8b
notifications remaining
ShiCheng-Lu 7b10532
fix duplicate synced notification issues
ShiCheng-Lu 2b5711e
clean up logs
ShiCheng-Lu 2544640
cleanup
ShiCheng-Lu 4d729af
cleanup
ShiCheng-Lu b1b8eaf
cleanup
ShiCheng-Lu c515bd9
add semaphore for editing notifications
ShiCheng-Lu f168f1a
keep beacon notifications
ShiCheng-Lu 6a2a969
bump version
ShiCheng-Lu 0ed4ef4
.
ShiCheng-Lu 0be314f
.
ShiCheng-Lu 605e9e6
add gpx for testing
ShiCheng-Lu f8edf70
.
ShiCheng-Lu 2176f14
initialize on tests tab
ShiCheng-Lu 606aeb2
only track first 19 regions
ShiCheng-Lu db51a3a
early break on loop
ShiCheng-Lu 4d3f7c0
Merge branch 'master' into shicheng/improve-sync-logic
ShiCheng-Lu 035c86b
Merge branch 'master' into shicheng/improve-sync-logic
ShiCheng-Lu df3b0e2
Fix log
lmeier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -16,6 +16,8 @@ | |
| E698B7492C626B0600084371 /* RadarSDKMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E698B7412C626AE600084371 /* RadarSDKMotion.framework */; }; | ||
| E698B7502C627A1600084371 /* RadarSDKMotion.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = E698B7412C626AE600084371 /* RadarSDKMotion.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; | ||
| F625D7F92C3337650024D1E7 /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F625D7F82C3337650024D1E7 /* Launch Screen.storyboard */; }; | ||
| F6513F602E6B736200523472 /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6513F5F2E6B736200523472 /* MainView.swift */; }; | ||
| F66DAD6A2E707F0700896773 /* waypoints.gpx in Sources */ = {isa = PBXBuildFile; fileRef = F66DAD642E707F0300896773 /* waypoints.gpx */; }; | ||
| /* End PBXBuildFile section */ | ||
|
|
||
| /* Begin PBXContainerItemProxy section */ | ||
|
|
@@ -76,6 +78,8 @@ | |
| E632FA1C2CAC366C00E86C85 /* Example.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Example.entitlements; sourceTree = "<group>"; }; | ||
| E698B7382C626AE600084371 /* RadarSDKMotion.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RadarSDKMotion.xcodeproj; path = ../../RadarSDKMotion/RadarSDKMotion.xcodeproj; sourceTree = "<group>"; }; | ||
| F625D7F82C3337650024D1E7 /* Launch Screen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = "Launch Screen.storyboard"; sourceTree = "<group>"; }; | ||
| F6513F5F2E6B736200523472 /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = "<group>"; }; | ||
| F66DAD642E707F0300896773 /* waypoints.gpx */ = {isa = PBXFileReference; lastKnownFileType = text; path = waypoints.gpx; sourceTree = "<group>"; }; | ||
| /* End PBXFileReference section */ | ||
|
|
||
| /* Begin PBXFrameworksBuildPhase section */ | ||
|
|
@@ -116,6 +120,8 @@ | |
| DD236D34230A006900EB88F9 /* Info.plist */, | ||
| DDB861D22385FC3E00770661 /* [email protected] */, | ||
| DD236D26230A006700EB88F9 /* AppDelegate.swift */, | ||
| F6513F5F2E6B736200523472 /* MainView.swift */, | ||
| F66DAD642E707F0300896773 /* waypoints.gpx */, | ||
| DD291168230D0AF900049D3A /* Utils.swift */, | ||
| DD236D2F230A006900EB88F9 /* Assets.xcassets */, | ||
| DD86FCF9239185F4003225F6 /* RadarSDK.xcodeproj */, | ||
|
|
@@ -267,7 +273,9 @@ | |
| isa = PBXSourcesBuildPhase; | ||
| buildActionMask = 2147483647; | ||
| files = ( | ||
| F66DAD6A2E707F0700896773 /* waypoints.gpx in Sources */, | ||
| DD236D27230A006700EB88F9 /* AppDelegate.swift in Sources */, | ||
| F6513F602E6B736200523472 /* MainView.swift in Sources */, | ||
| DD291169230D0AF900049D3A /* Utils.swift in Sources */, | ||
| ); | ||
| runOnlyForDeploymentPostprocessing = 0; | ||
|
|
||
This file contains hidden or 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.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The publishable key appears to be incomplete or a placeholder. Ensure this is not accidentally committed to version control with a real key.