Skip to content

Releases: NordicSemiconductor/Android-BLE-Library

Android BLE Library v 2.2.0 beta 3

14 May 20:02
Compare
Choose a tag to compare
Pre-release

Improvements:

  • BLE Common library moved to this repository as a module
  • New module: ble-livedata
  • Disconnection reason annotation

Android BLE Library v 2.2.0 beta 2

07 May 20:33
e72f6d1
Compare
Choose a tag to compare
Pre-release

Improvements:

  • A new LegacyBleManager class added which should make the transition to 2.2.0 easier. It's still a generic class, like BleManager used to be.
  • Readme updated.

Bugs fixed:

  • ConnectionPriorityRequest should now complete at most after 200 ms. There were phones running Android 8+ there didn't seem to have native callback (#186).

Android BLE Library v 2.2.0 beta 1

03 Apr 15:59
15f2f0b
Compare
Choose a tag to compare
Pre-release

This release made the API stable. Only bug fixes are predicted for 2.2.x.

Bugs fixed:

  • #184 - this issue, in a bit different form, was there for a long time. The ConnectRequest.fail(..) callback was never reporting NOT SUPPORTED. Since 2.2.0-alpha10 it was only reporting NOT SUPPORTED, even on normal disconnect.

Android BLE Library v 2.2.0 alpha 13

03 Apr 12:07
d132244
Compare
Choose a tag to compare
Pre-release

This release is mainly bug fixing release. Some minor releases have been skipped.

Android BLE Library v 2.2.0 alpha 10

02 Apr 15:24
a447ade
Compare
Choose a tag to compare
Pre-release

ServerCallback have been renamed to ServerObserver.

Android BLE Library v 2.2.0 alpha 9

02 Apr 12:16
dcd4d2b
Compare
Choose a tag to compare
Pre-release

This version renames DisconnectCallback to ConnectionObserver and BondingCallback to BondingObserver. Some methods from the deprecated BleManagerCallbacks were restored in the new ConnectionObserver.

Android BLE Library v 2.2.0-alpha 8

02 Apr 09:25
7ab6030
Compare
Choose a tag to compare
Pre-release

Improvements:

  • This version adds a new callback to BleManager: setBondingCallback.
  • The BleManagerCallbacks have been deprecated. Use other ways to get corresponding events. You may continue to use this interface, but it will be removed in the future.
  • BleManagerServerCallbacks have been renamed to ServerCallback and moved to callback package.

Android BLE Library v 2.2.0 alpha 7

31 Mar 13:13
5168c18
Compare
Choose a tag to compare
Pre-release

New in this version:

  • Disconnect callback added (#110 fixed with #149)
  • Option to call a method using callback handler
  • #154 fixed
  • #161 and #162 implemented
  • Option to set handler for ValueChangedCallback

Android BLE Library v 2.2.0 alpha 6

31 Jan 13:33
370fc65
Compare
Choose a tag to compare
Pre-release

Bugs fixed:

  • Closing server was causing NPE when managers were closing.
  • Fixed NPE when Request Handler was not initialized. This is a breaking change, as getGattCallbacks() is now called in the constructor, which implicates that it may not return explicitly initialized field .

Android BLE Library v 2.2.0 alpha 5

30 Jan 14:25
8e64f0a
Compare
Choose a tag to compare
Pre-release

Improvements:

  • Helper methods added to BleServerManager.