Releases: hypertrack/sdk-android
Releases · hypertrack/sdk-android
7.13.0
Changed
- Improved responsiveness of order geofence crossing updates by flushing the crossing location together with the current batch.
Fixed
- Fixed SDK exponential backoff so reconnection retries happen promptly after connectivity loss.
- Fixed batching edge cases around battery-change location events.
- Fixed cases where state attached to emitted events could be stale.
7.12.0
Added
- Creating orders with Orders API
Changed
- Set memory page size to 16KB
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)