Skip to content

Releases: weliem/blessed-android

Version 2.0.2

15 Feb 08:07
Compare
Choose a tag to compare
  • Code cleanup

Version 2.0.1

12 Feb 08:55
Compare
Choose a tag to compare
  • Got rid of unnecessary getters in the enum classes
  • Added extra utility methods to BluetoothBytes parser
  • Updated documentation

Version 2.0.0

11 Feb 10:16
864a735
Compare
Choose a tag to compare

New major release:

  • Added BluetoothPeripheralManager class so that you can make your own peripherals
  • Added BluetoothCentral class to represent remote centrals. Only relevant if you make your own peripherals
  • Replaced all int codes with enum classes

Version 1.47

17 Jan 19:07
Compare
Choose a tag to compare
  • Shortened Phy enumerations for readability.
  • Updated documentation

Version 1.46

16 Jan 15:16
Compare
Choose a tag to compare
  • Added support for setPreferredPhy() and readPhy()

Version 1.45

13 Jan 08:24
0aab978
Compare
Choose a tag to compare
  • BREAKING CHANGE: renamed BluetoothCentral to BluetoothCentralManager to be consistent
  • Minor refactoring

Version 1.44

03 Jan 19:34
Compare
Choose a tag to compare

Happy new year!

  • Minor refactoring

Version 1.43

02 Jan 10:53
Compare
Choose a tag to compare
  • Added getMaximumWriteValueLength() method
  • Minor refactoring of gatt method precondition checks

Version 1.42

31 Dec 12:29
Compare
Choose a tag to compare
  • Stop unnecessary byte copying in BluetoothGattCallback

Version 1.41

30 Dec 14:36
Compare
Choose a tag to compare
  • Fixed rare issue where readCharacteristic could cause queue to get stuck
  • Minor refactoring