Skip to content

Releases: NordicSemiconductor/Android-BLE-Library

Android BLE Library v 2.0 beta10

06 Nov 15:47
Compare
Choose a tag to compare
Pre-release

Bugs fixed:

Android BLE Library v 2.0 beta9

05 Nov 17:02
Compare
Choose a tag to compare
Pre-release

Bugs fixed:

Improvements:

  • getBluetoothDevice() no longer final
  • Minor other improvements

Android BLE Library v 2.0 beta8

05 Nov 17:01
Compare
Choose a tag to compare
Pre-release

New features:

  • Support for Reliable Write added (#40)
  • RequestQueue added for atomic queues
  • enqueue(long timeout) and await(long timeout) deprecated, new method timeout(long timeout) added

Breaking change:

  • only ConnectRequest, DisconnectRequest and WaitForValueChangedRequest may have timeout. Other requests do not support timeout

Android BLE Library v 2.0 beta7

05 Nov 16:58
Compare
Choose a tag to compare
Pre-release

Bugs fixed:

Improvements:

  • Final modifiers added
  • Null inspections added #39
  • Thread annotations added
  • isBonded() method added to BleManager

Android BLE Library v 2.0 beta6

15 Oct 13:11
Compare
Choose a tag to compare
Pre-release

Bugs fixed:

Improvements:

  • nRF Logger dependency removed (#34)
  • More lint annotations added (1709633)
  • Docs improved (#33)

Android BLE Library v 2.0 beta5

02 Oct 15:20
Compare
Choose a tag to compare
Pre-release

Bugs fixed:

New features:

  • Automatic connection retries (call retry(int, int) in ConnectRequest.
  • Option to specify service discovery delay for bonded and non-bonded devices.

Deprecations:

  • shouldAutoConnect() is deprecated in favor of useAutoConnect(boolean) in ConnectRequest.

Android BLE Library v 2.0 beta3

01 Oct 09:18
Compare
Choose a tag to compare
Pre-release

Bugs fixed:

Android BLE Library v 2.0 beta2

24 Sep 14:02
Compare
Choose a tag to compare
Pre-release

Bugs fixed:

Android BLE Library v 2.0 alpha6

13 Aug 12:04
Compare
Choose a tag to compare
Pre-release

Bugs fixed:

Android BLE Library v 2.0 alpha5

28 Jun 15:32
Compare
Choose a tag to compare
Pre-release

Bug fixed:

  • Allow to execute task after the device has disconnected (the reconnection request might have been added)