Skip to content

v6.0.0

Compare
Choose a tag to compare
@jacubsz jacubsz released this 03 Mar 17:56
· 70 commits to master since this release
e7ee52c

Added

  • Added GPS outage detection.
  • Added battery status reporting. You can check the battery level in our APIs.
  • Added robust location spoofing detection. Any location spoofing attempt is reported in our APIs and dashboards.

Changed

  • Improved tracking quality. Now the movement is captured with greater fidelity. This in turn improves visit detection and distance calculations.
  • Improved time to the first location.
  • Improved battery life. SDK now tracks less frequently when there is less movement, which conserves battery life.
  • Improved location mocking in development mode. Use allowMockLocations() API in conjunction with disabling cellular/Bluetooth/WiFi assistance in Settings > Location to test how your app reacts to mocked movement.
  • Improved activity recognition detection.
  • Improved configurability of the SDK.

Fixed

  • Fixed getLatestLocation API, now it properly returns the latest location sent to the cloud.
  • Fixed automatic config updates in runtime.
  • Fixed step detection bugs.
  • Fixed ANR triggers.