Releases: inovait/neatle
Releases · inovait/neatle
0.10.1
- reconnect characteristics when device's services change
0.10.0
Version 0.10.0
- New: Added setTransport() to Connection
- New: Added setTransport() to ConnectionMonitor
0.9.10
- Migrated the project to AndroidX
- Migrated the project to Maven Central
0.9.8 bugfix release
Merge pull request #53 from dharrigan/no_need_to_check_if_queue_is_empty
No need to check if queue is empty
0.9.7
- Fixed several Threading-related
IllegalStateException
crashes when using Connection.connect()
method
- Fixed
InputSource.close()
not being called in some situations
- Fixed
CommandObserver
receiving two error resuls when AsyncInputSource
is used and BT connection errors out.
- All ScanBuilder methods now properly follow Builder pattern
- "Writing descriptor" log entry is not marked as error anymore
v0.9.6
- Fixed BLE scan on Kitkat devices
- Fixed AsyncInputSource erroring out
InputSource.close()
now gets properly called when stream finishes
0.9.5
Fixed crash that happened when user started/stopped subscription too fast
0.9.4
Support for Bluetooth scanning and custom commands.
0.9.3
- Fixed: #21 - BluetoothGattCharacteristic needed to extract value on subscription
0.9.2
- Fixed: #17 - Subscriptions are not working - Type not found.