Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Releases: Naurt-Ltd-Public/naurt-android-sdk

v2.2.0

24 May 13:13
Compare
Choose a tag to compare

Breaking changes

  • Kotlinx-serialization library has been removed in favor of Android's built in org.json library.
  • All methods which received JsonObject now receive org.json.JSONObject

v2.1.2

17 May 11:50
Compare
Choose a tag to compare

Bug Fix

  • onDestroy() method of the Naurt object could cause consistent warnings of Android catching exceptions on some phones. This has now been fixed.

v2.1.1

02 May 13:01
Compare
Choose a tag to compare

Change Log

  • Internal bug fixes.

v2.1.0

27 Apr 09:59
Compare
Choose a tag to compare

Breaking changes

  • Dependency added. implementation 'com.google.android.gms:play-services-location:21.0.1' is now required to successfully build an run Naurt. This is no used as the default pass through when Naurt is not validated to ensure locations are always available.
  • UI update. Analytics sessions have been removed in favour of a simplified UI using the method "updateMetadata".

Change log

  • Naurt precision and accuracy improved.
  • Stability improved

v2.0.8

22 Mar 14:04
Compare
Choose a tag to compare

Change log

Battery optimisation

  • New battery optimisation option added "activateBatteryOptimisation" will activate Naurt's battery saving mode. This will disable some features such as indoor/outdoor flags when at high speeds or stationary for long periods of time.
  • Choose Naurt Location frequency New API added to throttle Naurt outputs

Features

  • New event "NaurtLocationEnabledEvent" will return a boolean providing information on whether the user has turned off or on their location.

v2.0.7

15 Mar 14:17
Compare
Choose a tag to compare

Change Log

  • Proguard rules now included in aar. Rules should be automatically applied when using the Naurt SDK.
  • Small commons compress fix. Way in which the SDK interacts with the compress library changed. Crashes on some devices mitigated.

v2.0.6

09 Mar 17:57
Compare
Choose a tag to compare

Change Log

  • Small battery optimizations.

v2.0.5

09 Mar 10:50
Compare
Choose a tag to compare

Change Log

  • Behavior change in the way missing proguard rules are handled. Please check the relevant sections in the documentation.

v2.0.4

06 Mar 11:05
Compare
Choose a tag to compare

Bug fixes

  • Small internal bug fixes. Slight improvement in performance.

v2.0.3

04 Mar 15:57
Compare
Choose a tag to compare

Change Log

  • Naurt API keys can be configured to upload 0 data. This should be discussed with the sales team and used for sensitive use cases.
  • Better detect when battery optimisation is affecting tracking performance.