Releases: NordicSemiconductor/Android-Scanner-Compat-Library
Releases · NordicSemiconductor/Android-Scanner-Compat-Library
Version 1.6.0
Version 1.5.1
Version 1.5.0
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
Version 1.4.4
Version 1.4.3
Issues Fixed
- Filtering based on service data
Version 1.4.2
Issues Fixed:
- Crashing when disabling scanning after Bluetooth has been turned OFF.
Version 1.4.1
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
Feature equal to 1.3.1, but migrated to Android Jetpack (androidX).
Version 1.3.1
Bugs fixed:
- #45 - removing a task from Recents is killing the background service. Not any more. Watch out for Doze mode!