Skip to content

Releases: inovait/neatle

0.10.1

06 Oct 05:50
978008b
Compare
Choose a tag to compare
  • reconnect characteristics when device's services change

0.10.0

26 Sep 11:01
5a2c6de
Compare
Choose a tag to compare

Version 0.10.0

  • New: Added setTransport() to Connection
  • New: Added setTransport() to ConnectionMonitor

0.9.10

28 Apr 11:19
f9745da
Compare
Choose a tag to compare
  • Migrated the project to AndroidX
  • Migrated the project to Maven Central

0.9.8 bugfix release

01 Oct 09:17
dcd1558
Compare
Choose a tag to compare
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

14 Jun 10:12
d5aeeb0
Compare
Choose a tag to compare
  • 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

06 Jun 13:54
2141b50
Compare
Choose a tag to compare
  • Fixed BLE scan on Kitkat devices
  • Fixed AsyncInputSource erroring out
  • InputSource.close() now gets properly called when stream finishes

0.9.5

09 Apr 07:39
884a6f7
Compare
Choose a tag to compare

Fixed crash that happened when user started/stopped subscription too fast

0.9.4

13 Sep 13:59
Compare
Choose a tag to compare

Support for Bluetooth scanning and custom commands.

0.9.3

15 May 10:15
Compare
Choose a tag to compare
  • Fixed: #21 - BluetoothGattCharacteristic needed to extract value on subscription

0.9.2

24 Apr 10:51
Compare
Choose a tag to compare
  • Fixed: #17 - Subscriptions are not working - Type not found.