- Fix bug with undefined watchId
- Position.timestamp is now a Number
Thanks @chemerisuk and @flexarts
- Fix broken watch/clear Position
- Remove Google Play Services version constraint
Thanks @cvaliere
- Add support for runtime permissions on Android >= 6
- Remove objects from global, use cordova.plugins.locationServices.*
- Update Google Play Services to v7.8
Thanks @mlegenhausen!
- Move
LocationServices
object tocordova.plugins.locationServices.geolocation
window.LocationServices
is still available- Update tests
- Fix License and copyright header.
- Update README and package.json for npm web page.
- Change id from
fr.louisbl.cordova.locationservices
tocordova-plugin-locationservices
- Publish to npm
- Fix crash when dismissing Google Play Services error dialog
- Add google play services automatically to the project
Many thanks to @mlegenhausen.
- Fix crash by removing usage of cordova getThreadPool
- Use GoogleApiClient instead of the deprecated LocationClient
- Rename plugin and feature to LocationServices
- First version