Skip to content

Releases: hypertrack/sdk-android

7.12.0

13 Oct 17:41
ca79789

Choose a tag to compare

Added

  • Creating orders with Orders API

7.11.4

14 Mar 12:20

Choose a tag to compare

Changed

  • Fixes and improvements to SDK runtime efficiency

7.11.3

06 Mar 18:35

Choose a tag to compare

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

04 Mar 15:09

Choose a tag to compare

Changed

  • Fixes and improvements to SDK runtime efficiency

7.11.1

11 Feb 13:43

Choose a tag to compare

Fixed

  • A crash on subscribing to activity updates on Android 9

7.11.0

03 Feb 18:47

Choose a tag to compare

Changed

  • Fixes and improvements to SDK runtime efficiency

7.10.0

17 Jan 11:20

Choose a tag to compare

Added

  • New HyperTrack.allowMockLocation getter/setter which can be used to allow mock location(s).
    • Use this API only if modifying the compiled HyperTrackAllowMockLocation AndroidManifest.xml value is insufficient for your needs.
      • example: if for some reason you aren't able to recompile with HyperTrackAllowMockLocation set to true for your prod app QA mock location tests.

Changed

  • Fixes and improvements to SDK runtime efficiency

Fixed

  • A rare crash related to Foreground Service lifecycle misbehavior (OS API induced)

7.9.1

05 Dec 19:19

Choose a tag to compare

Changed

  • Fixes and improvements to SDK runtime efficiency

7.9.0

22 Nov 18:44

Choose a tag to compare

Changed

  • HyperTrack.location returns the latest location (previously distance filtered)

7.8.4

18 Oct 20:14
4a01dba

Choose a tag to compare

Changed

  • Data batching configuration changes now take effect immediately
  • Permissions.Notification.Denied Error 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