Releases: hypertrack/sdk-android
Releases · hypertrack/sdk-android
7.12.0
7.11.4
Changed
- Fixes and improvements to SDK runtime efficiency
7.11.3
Fixed
- A race condition in which the user action of killing the app could potentially result in a small amount of events being discarded.
7.11.2
Changed
- Fixes and improvements to SDK runtime efficiency
7.11.1
Fixed
- A crash on subscribing to activity updates on Android 9
7.11.0
Changed
- Fixes and improvements to SDK runtime efficiency
7.10.0
Added
- New
HyperTrack.allowMockLocationgetter/setter which can be used to allow mock location(s).- Use this API only if modifying the compiled
HyperTrackAllowMockLocationAndroidManifest.xml value is insufficient for your needs.- example: if for some reason you aren't able to recompile with
HyperTrackAllowMockLocationset totruefor your prod app QA mock location tests.
- example: if for some reason you aren't able to recompile with
- Use this API only if modifying the compiled
Changed
- Fixes and improvements to SDK runtime efficiency
Fixed
- A rare crash related to Foreground Service lifecycle misbehavior (OS API induced)
7.9.1
Changed
- Fixes and improvements to SDK runtime efficiency
7.9.0
Changed
HyperTrack.locationreturns the latest location (previously distance filtered)
7.8.4
Changed
- Data batching configuration changes now take effect immediately
Permissions.Notification.DeniedError is deprecated, the Notifications permission is not required for tracking anymore
Fixed
- A rare issue that could cause location events to be dropped under certain conditions