Skip to content

Releases: Ubudu/Android-IndoorLocation-SDK

v3.0.18

27 Oct 11:57
Compare
Choose a tag to compare

Features added:

Improvements:

  • None

Issues addressed:

  • None

Production release v3.0.17

19 Sep 10:12
08e8597
Compare
Choose a tag to compare

Features added:

  • None

Improvements:

  • None

Issues addressed:

  • fixes to make SDK work well on Android 12

Production release v3.0.9

08 Sep 06:38
Compare
Choose a tag to compare

Features added:

  • None

Improvements:

  • None

Issues addressed:

  • fix BLE scanning issue for latest Android OS versions

Production release v3.0.8

26 Apr 14:54
Compare
Choose a tag to compare

Features added:

  • allow to unbind and bind indoor location manager when app toggles background/foreground. Thanks to that the app can be forced to stop scanning when not used.

Improvements:

  • remove location permissions from SDK manifest allowing the developer to use only the ones really needed in particular app

Issues addressed:

  • back office data sync getting stuck
  • update Bluetooth Scanner suited for latest Android OS versions

Production release v3.0.0

01 Apr 15:21
Compare
Choose a tag to compare

Features added:

  • UWB TWR mode via BLE connection to the tag

Issues addressed:

  • no position at start when GPS register/unregister loop happens (e.g. near windows)

Production Release v2.12.0

19 Feb 13:31
Compare
Choose a tag to compare

Improvements:

  • Removed android.permission.BOOT_COMPLETED permission from the manifest. This permission is optional and should be added on the application level if developer wants to have 100% guarantee that analytic logs will be posted to the cloud without user restarting the app after phone gets rebooted.
  • Removed deprecated API of setting automatic server restart.

Production Release v2.11.5

27 Dec 12:49
Compare
Choose a tag to compare

Features added:

  • Attractor mode of operation

Improvements:

  • log list of indoor zones valid for position in the analytic logs

Production Release v2.11.4

11 Oct 17:07
Compare
Choose a tag to compare

Improvements:

  • removed 10 seconds limits on position logging

Issues addressed:

  • fix crash occurring in RealTimeLogger when an invalid URL is given
  • plugged latest BLE scanner module with fixes for Android N

Production Release v2.11.3

16 Aug 11:33
Compare
Choose a tag to compare

Features added:

  • real-time position logging api, see wiki article
  • added api to switch between stable/ble_corrective modes of operation. This allows to have more stable position output if needed on the cost of accuracy or more fluent updates on the cost of stability. This modes can be switched real time without the need restarting the whole SDK. Stable mode is the deafult one.
  • added API to control particle filtering spread. This can help fine tuning the positioning accuracy and latency to particular hardware on site installation

Issues addressed:

  • fixed remaining position logs not being persisted for posting after app got killed
  • fixed Bluetooth scanning related crash
  • fixed bug of processing beacons from other regions than indoor location dedicated region. This was happening when app used Indoor Location SDK together with Contextual Interaction SDK

Production Release v2.11.2

05 Jul 14:01
Compare
Choose a tag to compare

Improvements:

  • added speed estimation
  • improved motion sensors logic to improve position stability when not moving and reduce position changing lag when actually moving

Issues addressed:

  • fixed reseting of position when error arises too much during motion