Releases: weliem/blessed-android
Releases · weliem/blessed-android
v2.1.0
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
- Improve bond lost scenario handling
Version 2.0.10
- Make the transport configurable, See #106
Version 2.0.9
- Pause queue when peripheral initiates bonding
Version 2.0.8
- Refactoring of BluetoothBytesParser
- Added onConnectingPeripheral and onDisconnectingPeripheral callbacks
Version 2.0.7
- Added functions disableLogging()/enableLogging() that will disable/enable all logging done by Blessed
- Updated build.gradle
- Updated README
Version 2.0.6
- Updated location services check
- wait for SetPhy to finish before completing command
Version 2.0.5
- Deal with MTU also possibly being updated by peripheral
Version 2.0.4
- Updated Robolectric & Mockito versions to the latest
- Refactored tests and improved coverage
- Minor code refactoring
Version 2.0.3
- Fix issue with PeripheralManager when using Kotlin