Skip to content

Releases: NordicSemiconductor/Android-BLE-Library

Android BLE Library v 2.2.0 alpha 4

28 Jan 10:11
Compare
Choose a tag to compare
Pre-release

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 to RequestQueue or set as a trigger for AwaitingRequests.
  • Maven publication script updated - dependencies were restored in the POM file.

Android BLE Library v 2.2.0 alpha 2

03 Jan 09:34
0064f54
Compare
Choose a tag to compare
Pre-release

New features:

  • support for GATT Server (#143).
  • wait-if and wait-until requests added (also #143).

Improvements:

  • BLE operations are no longer called from UI thread (#138).
  • option to specify a handler for calling request callbacks, also in per-request manner.
  • BleManager class split into 2. The manager contains now only the public API (#140)

Android BLE Library v 2.1.1

14 Mar 14:51
Compare
Choose a tag to compare

Bugs fixed:

  • #86 - TimeoutableRequest made public, which helps with C# integration.
  • #87 - some try-catches were added to make the library silky-smooth.

Android BLE Library v 2.1.0

01 Feb 11:23
12441cb
Compare
Choose a tag to compare

New features:

  • Migration to AndroidX (#69)
  • Protected final methods in BleManager made non-final (#64)
  • Notification filters (#71)

Bugs fixed:

  • Warnings removed
  • Issue mentioned in #78 fixed

Android BLE Library v 2.0.5

01 Feb 10:30
Compare
Choose a tag to compare

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

21 Dec 13:07
Compare
Choose a tag to compare

Android BLE Library v 2.0.3

03 Dec 10:30
Compare
Choose a tag to compare

Bugs fixed:

  • #54 and #6 - some notifications were lost due to a new one overriding data before it is reported to the library.

Android BLE Library v 2.0.2

30 Nov 15:00
Compare
Choose a tag to compare

Issue fixed:

  • #49 - invalid annotations fixed

Android BLE Library v 2.0.1

30 Nov 14:37
Compare
Choose a tag to compare

Bugs fixed:

  • #48 - WaitForValueChangedRequest fixed when the notification is received before the trigger received a callback.

Android BLE Library v 2.0.0

08 Nov 12:19
Compare
Choose a tag to compare

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.