Releases: NordicSemiconductor/Android-BLE-Library
Releases · NordicSemiconductor/Android-BLE-Library
Android BLE Library v 2.2.0 alpha 4
Bugs fixed:
- Sending notifications works on pre-Lollipop devices, where
onNotificationSent
is not present. - Few bugs fixed.
Improvements:
- All request types got
Operation
interface, which allows them to be added toRequestQueue
or set as a trigger forAwaitingRequest
s. - Maven publication script updated - dependencies were restored in the POM file.
Android BLE Library v 2.2.0 alpha 2
New features:
Improvements:
Android BLE Library v 2.1.1
Android BLE Library v 2.1.0
Android BLE Library v 2.0.5
Bugs fixed:
- #79 - failing
ConnectRequest
when Bluetooth turned OFF after starting connection but before the device connected. - #73 - occasional NPE in some weird circumstances
Note:
This is the last release before migrating to AndroidX libraries. The next planned version is 2.1 which will use AndroidX libraries.
Android BLE Library v 2.0.4
Android BLE Library v 2.0.3
Android BLE Library v 2.0.2
Issue fixed:
- #49 - invalid annotations fixed
Android BLE Library v 2.0.1
Bugs fixed:
- #48 -
WaitForValueChangedRequest
fixed when the notification is received before the trigger received a callback.
Android BLE Library v 2.0.0
After closing all issues, here's the final version of BLE Library 2.0.
For change log and migration guide from version 1.2, please read the Readme.