Releases: weliem/blessed-android-coroutines
Releases · weliem/blessed-android-coroutines
v0.4.2
Fixed rare sudden disconnect due to race condition
v0.4.1
- Fix crash when stopping scan if bluetooth is off
- Don't attempt connecting to peripherals when bluetooth is off
v0.4.0
- Update gradle to version 8
- Set targetSdk to 34 (Android 14)
- Android 13 related updates
- Updated dependencies
v0.3.3
- Fix NPE in PeripheralManager
v0.3.2
- Update dependencies
- Set SDK to 32
- Updated gradle to 7.2.2
- Fix bug when onConnectionStateChange was called with null value
- Propagate CONNECTING and DISCONNECTING states
Version 0.3.1
- Immediately disconnect connected peripherals when bluetooth is switched off.
v0.3.0
- BREAKING Change: all scan functions now include an extra lambda to receive any scan failures
v0.2.1
- Make methods of BluetoothPeripheralManagerCallback open
- Updated dependencies
v0.2.0
- Code refactoring
- Fix issue when switching bluetooth on/off
- Adding possibility to observe adapter state