All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.1.10 (2023-01-24)
- android: native-api-usage fix (fb7d3d9)
3.1.9 (2023-01-23)
- android: improved native-api-usage (6e5f065)
3.1.8 (2022-12-15)
- android: try to ensure status change fires correctly (previous enable state being good) (25b609f)
3.1.7 (2022-12-01)
Note: Version bump only for package @nativescript-community/gps
3.1.6 (2022-11-18)
- ios: default distanceFilter to none to ensure we get locations (2bd9295)
- ios: support for
minimumUpdateTime
(125778f)
3.1.5 (2022-09-22)
- android: gps status events not beeing sent (3d5ee63)
3.1.4 (2022-04-09)
- android: better getLastKnownLocation (a52eaff)
3.1.3 (2022-02-14)
Note: Version bump only for package @nativescript-community/gps
3.1.2 (2022-02-14)
- android: add support for Android 12 (0e4b668)
- android: ensure location timestamp is always valid (d169b35)
3.1.1 (2021-12-07)
- android: prevent error on null location from native (176cd74)
3.1.0 (2021-10-21)
- android: native-api-usage (ab6d5f0)
3.0.0 (2021-04-20)
- getLastKnownLocation through GPS (e2ab0ca)
- unify watchLocation Promise to throw on both platforms on error (117e818)
- use CoreType.Accuracy not Accuracy (6c92875)
2.1.8 (2021-04-07)
- dont force manifest and info.plist perms (eefb9ae)
- ios: locationManagerDidPauseLocationUpdates (dcbd43d)
- getLocationMonitoring to get native location manager (3b84539)
2.1.7 (2021-02-04)
2.1.6 (2021-01-13)
- android: openSettings resolve with a boolean (isEnabled) (db4d6d2)
2.1.5 (2020-11-26)
- fix after trace mode change (1b626ee)
2.1.4 (2020-11-23)
Note: Version bump only for package @nativescript-community/gps
2.1.3 (2020-11-22)
Note: Version bump only for package @nativescript-community/gps
2.1.2 (2020-11-17)
- android fix for pre 24 devices with nmeaAltitude option (492e28b)
2.1.1 (2020-11-06)
- android fix crash < 24 for now (0bb2e3d)
- better handle of skip permissions (04b2981)
- bring back debug mode (a64fc6b)
- context fix (2390abd)
- correctly support always feature (e9a34b5)
- disable boottime for now as it is wrong (0e9cbaa)
- dont check enabled to open settions (4e1b4bc)
- dont modify the original object to compute distance (9284fbb)
- dont use getTime() (a472ce9)
- esm using import for tree shaking (bd6f052)
- full esm support (f6f8ab2)
- getCurrentLocation with maximumAge: wait for a valid location (a3bafce)
- sideEffects for tree shacking (daaef8c)
- ios: wrongly return permission not granted (52eda8b)
- missing files for ios (b3085f6)
- renamed option (29e6fc7)
- renamed option (5cb0f64)
- store location age in case it is needed to debug (60ea89e)
- timestamp is now a number (epoch) (42c3f0b)
- typo (b6056ca)
- use interface instead of class (be18201)