-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Essentials] Geolocation foreground listening #9572
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
Merged
jfversluis
merged 23 commits into
dotnet:main
from
vividos:geolocation-foreground-listener
Feb 13, 2023
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
63e5c21
added geolocation foreground listening public API without implementation
vividos 6b94c1c
added section on geolocation sample page for foreground listening fea…
vividos c350b77
implemented geolocation foreground listening for Android, iOS, MacOS …
vividos 478c172
moved common code for determining DesiredAccuracy on UWP to extension…
vividos 95acfd8
renamed class ListeningRequest to GeolocationListeningRequest
vividos a21d39f
renamed property IsListening to IsListeningForeground
vividos 1adefda
added xml documentation for all new public methods and properties
vividos 25f81c3
implemented event LocationError, using enum GeolocationError and clas…
vividos 90ac7d5
fixed potential leak where ContinuousLocationListener keeps the refer…
vividos e44a8bc
changed StopListeningForegroundAsync() to StopListeningForeground() a…
vividos 2c5448f
fixed error in Essentials samples where async keyword is not necessar…
vividos cdb1003
enabled nullable checks for GeolocationListeningRequest class
vividos 06062db
renamed ListeningRequest.ios.macos.cs to match class name; no source …
vividos 549269c
call StopListeningForeground() on Android, iOS and macOS before signa…
vividos b737cc9
replaced throwing ArgumentNullException with ArgumentNullException.Th…
vividos ef775d2
added xml documentation for all newly added public geolocaion foregro…
vividos 187f45d
removed duplicated code for determining GeolocationAccuracy on iOS an…
vividos f4b4637
renamed event LocationError to ListeningFailed and GeolocationErrorEv…
vividos 51ebc87
fixed IsListeningForeground property on Windows
vividos 6f0ff82
Merge branch 'main' into geolocation-foreground-listener
jfversluis 9dd72a2
Fixed naming
jfversluis 6ed2ac7
Update GeolocationViewModel.cs
jfversluis 35fdb18
Thank you for your pull request. We are auto-formating your source co…
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.