Skip to content

Releases: NordicSemiconductor/Android-Scanner-Compat-Library

Version 1.6.0

06 Oct 12:24
120cc5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.1...1.6.0

Version 1.5.1

01 Oct 12:16
Compare
Choose a tag to compare

This version includes a fix for #109 (with #111). The user ScanCallback instance is held as WeakReference.

Version 1.5.0

07 Jun 13:09
cd137c1
Compare
Choose a tag to compare

This version migrates the library to Java 8. You will need to enable desugaring of Java 8 language features if you have not already done so. (And if you are releasing an Android library, then anyone who uses that library will also have to enable desugaring.) We expect for nearly all Android projects to have already enabled desugaring. But if this causes problems for you, please use version 1.4.5, which is feature-equal to 1.5.0.

Version 1.4.5

07 Jun 12:49
7b35496
Compare
Choose a tag to compare

This release fixes the following issue:

  • Issue #58, causing scans with PendingIntent not being properly stopped, has been fixed by adding an extra parameter to startScan and stopScan methods (#97).

Version 1.4.4

04 Jun 11:12
e56d7f1
Compare
Choose a tag to compare

The new version fixes the following issues:

  • NullPointerException while starting scanner on Android 12 DP3 (#94, #95)
  • Handling null Intent in onStartCommand (#51)

It is released only on Maven Central, as JCenter has been shut down.

Version 1.4.3

27 Aug 12:47
Compare
Choose a tag to compare

Issues Fixed

  • Filtering based on service data

Version 1.4.2

07 Aug 08:12
d02ed46
Compare
Choose a tag to compare

Issues Fixed:

  • Crashing when disabling scanning after Bluetooth has been turned OFF.

Version 1.4.1

24 Jul 12:06
Compare
Choose a tag to compare

Issues fixed:

  • #58 - memory leak when using PendingIntent fixed.

Improvements:

  • Migrated to Android Studio 3.4.2, Gradle wrapper 5.1.1.
  • Improved publication script.

Version 1.4.0

07 Mar 11:27
5699828
Compare
Choose a tag to compare

Feature equal to 1.3.1, but migrated to Android Jetpack (androidX).

Version 1.3.1

15 Feb 15:45
Compare
Choose a tag to compare

Bugs fixed:

  • #45 - removing a task from Recents is killing the background service. Not any more. Watch out for Doze mode!