Skip to content

1.2.0

Compare
Choose a tag to compare
@dariuszseweryn dariuszseweryn released this 12 Sep 10:41
· 624 commits to master since this release
  • Added Proguard rules for the library. (#104)
  • Added support for MTU negotiation, thanks pregno!
  • Fixed connecting with autoConnect = true on Android 7.0.0+, thanks JIUgia!
  • Fixed notifications for characteristics with the same UUID
  • Adjusted scan location services check for various scenarios (#106)
  • Fixed occasional out-of-order emissions from notifications (#75)
  • Fixed stalled operations by adding timeouts (#118)
  • Added LocationServicesOkObservable helper for observing if scan can be successfully started
  • Added Jack compatibility (#123)
  • Added compatibility mode for notifications on characteristic that do not contain a Client Characteristic Config descriptor
  • Fixed logic of UUID filtering during scan
  • Added long write support (#68)
  • Fixed issue with a stalled library when write operations were too quick (#135)
  • Optimised logging
  • Added support for custom BluetoothGatt operations (#137)
  • Updated RxJava to 1.2.9
  • Added support for scanning on Android Wear
  • Internal refactoring introducing Dagger2 support