Skip to content

Releases: weliem/blessed-android

v2.1.0

05 Sep 19:21
69b44ff
Compare
Choose a tag to compare

Includes:

  • Support for Android 12
  • Add createBond() to BluetoothCentralManager
  • Bug fix: sending indications when characteristic has both indicate and notify
  • Updated Gradle to 7.0.2
  • Updated Timber to 5.0.1
  • Require BLE to be 'on' when issuing a connect
  • Fix contour clock function to include DST

Version 2.0.11

22 Aug 07:44
Compare
Choose a tag to compare
  • Improve bond lost scenario handling

Version 2.0.10

22 Jul 19:12
722018b
Compare
Choose a tag to compare
  • Make the transport configurable, See #106

Version 2.0.9

09 Jul 18:00
Compare
Choose a tag to compare
  • Pause queue when peripheral initiates bonding

Version 2.0.8

03 Jul 10:10
Compare
Choose a tag to compare
  • Refactoring of BluetoothBytesParser
  • Added onConnectingPeripheral and onDisconnectingPeripheral callbacks

Version 2.0.7

24 Jun 21:01
Compare
Choose a tag to compare
  • Added functions disableLogging()/enableLogging() that will disable/enable all logging done by Blessed
  • Updated build.gradle
  • Updated README

Version 2.0.6

12 Jun 07:31
Compare
Choose a tag to compare
  • Updated location services check
  • wait for SetPhy to finish before completing command

Version 2.0.5

28 May 15:13
d0be791
Compare
Choose a tag to compare
  • Deal with MTU also possibly being updated by peripheral

Version 2.0.4

05 Apr 08:51
Compare
Choose a tag to compare
  • Updated Robolectric & Mockito versions to the latest
  • Refactored tests and improved coverage
  • Minor code refactoring

Version 2.0.3

05 Mar 15:42
Compare
Choose a tag to compare
  • Fix issue with PeripheralManager when using Kotlin