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

v1.17.1

06 Dec 12:27
Compare
Choose a tag to compare

Change log

  • Apache Math Library removed as a dependency. Due to issues with file size, this dependency has been removed with relevant code included in aar.

Known issues

  • The above change can cause classpath issues when already using the apache commons math library.

v1.17.0

30 Nov 15:15
Compare
Choose a tag to compare

Change log

  • Apache Math Library added as a dependency. When using Naurt, the Apache Commons Math library must be added as a dependency.

  • Stability improved.

Bug fixes

  • Transient JNA issues fixed. Devices on Android 11 ran into issues with the JNA. This has since been patched.

v1.16.1

01 Nov 16:02
Compare
Choose a tag to compare

Change log

  • Location available when starting indoors. When a user starts indoors, tracking is now available via Naurt and Network. This will have a much lower accuracy.

  • Stability improved.

Bug fixes

  • Sensor compatibility expanded. Previously, some Samsung phones were found to have issues with registered sensors.

Full Changelog: v1.16.0...v1.16.1

v1.16.0

26 Oct 14:55
Compare
Choose a tag to compare

Change log

  • Naurt provides fully processed output in background. Previously, background location fixes were processed in a very simple way to conserve battery. Now, the full Naurt processing chain is applied while remaining efficient.
  • Indoor/Outdoor flags. On devices API 30 and upwards, a flag stating whether the phone is indoors or outdoors is available as part of the NaurtLocation object.
  • Enhanced outdoor to indoor tracking. Pedestrian models have been updated and enhanced improving any tracking when walking inside. On phones API levels 30 and upwards this has been improved even more offering our best indoor tracking to date.

Known Issues

  • A handful of devices can have somewhat sporadic background location updates due to OS battery preservation measures. Naurt will still output once every second filling any gaps, though data output will not be of the highest standard.

v1.15.2

03 Oct 15:13
Compare
Choose a tag to compare

Change log

  • The NaurtLocation object now contains the field "locationProviderTimestamp". This is the UNIX millisecond timestamp as taken from the last location provider update.
  • Altitude and altitude accuracy pass through stabilised.

v1.15.1

16 Sep 14:09
Compare
Choose a tag to compare

Change log

  • Background location permission has been removed. This means the standalone version of the SDK will no longer track in the background or when the screen is off. To get background tracking embed the standalone version within your current service, or use our pre-made service.
  • GNSS pass-through when not validated. When an API key is not valid for any reason, GNSS will be passed through and no analytics recorded.
  • “NaurtLocationOrigin” enum has been added. Enumeration detailing the origin of the location fix. (Naurt, or GNSS depending on API key validation etc.)

Known Issues

Some instability with file upload on phones running Android 7.1.1 and below.

v1.15.0

19 Aug 10:23
Compare
Choose a tag to compare

Full Changelog: v1.14.1...v1.15.0

v1.14.1

29 Jul 13:43
Compare
Choose a tag to compare

Full Changelog: v1.14.0...v1.14.1

v1.13.0

07 Jul 15:57
Compare
Choose a tag to compare

Full Changelog: v1.12.0...v1.13.0