-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lots of changes that have been implemented or are in this change
Fixes #71, Fixes #69, Fixes #53, Fixes #48, Fixes #43, Fixes #39, Fixes #33, Fixes #31, Fixes #31, Fixes #23, Fixes #20, Fixes #15, Fixes #10, Fixes #8, Fixes #7, Fixes #5, Fixes #2, Fixes #3
- Loading branch information
1 parent
3321a5c
commit ee5a51e
Showing
26 changed files
with
3,467 additions
and
3,462 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Changelog | ||
|
||
### [4.0 - Beta] | ||
Breaking Changes: | ||
* Parameters have all been updated on several methods | ||
* Remove Windows Phone 8/8.1 and Windows Store 8.1 | ||
|
||
New Features: | ||
* Added iOS Support for Significant Changes & Deferral | ||
* Added GetLastKnownLocation - Returns faster if cached | ||
* Added GetAddressedForPosition - Retuns an address based on location passed in | ||
|
||
|
||
Bug Fixes & Enhancements: | ||
* Android Improved when GPS is available or not | ||
* Better handling of timeouts | ||
* Lots of small little updates and changes | ||
|
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
16 changes: 0 additions & 16 deletions
16
src/Geolocator.Plugin.Android/GeolocationContinuousListener.cs
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
15 changes: 0 additions & 15 deletions
15
src/Geolocator.Plugin.Android/GeolocationSingleListener.cs
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Plugin.CurrentActivity" version="1.0.1" targetFramework="monoandroid60" /> | ||
<package id="Plugin.Permissions" version="1.1.7" targetFramework="monoandroid60" /> | ||
<package id="Xamarin.Android.Support.v4" version="23.0.1.3" targetFramework="monoandroid6" /> | ||
<package id="Plugin.Permissions" version="1.2.1" targetFramework="monoandroid60" /> | ||
<package id="Xamarin.Android.Support.v4" version="23.3.0" targetFramework="monoandroid60" /> | ||
</packages> |
Oops, something went wrong.