Releases: dariuszseweryn/RxAndroidBle
Releases · dariuszseweryn/RxAndroidBle
1.10.3-rxjava2
- Fixed
RxBleConnection.observeConnectionParametersUpdates()
not working in obfuscated apps. Added consumer proguard-rules.pro
Proguard config file. (#634)
- Fixed log statement on reading RSSI of connection (#631)
- Fixed log statement on setting
CONNECTION_PRIORITY_HIGH
(#623)
1.10.2-rxjava2
- Fixed possible
UndeliverableException
when scan subscription is quickly disposed (#609)
- Minor allocation decrease in
ScanSetupBuilderImplApi21
(#613)
1.10.1-rxjava2
- Fixed
IllegalStateException
in RxBleAdapterStateObservable
(#596)
1.10.0-rxjava2
- Added possibility to disable logs of scanned peripherals via
LogOptions.Builder.setShouldLogScannedPeripherals()
(#579)
- Added
RxBleConnection.observeConnectionParametersUpdates()
function (#565)
- Minor allocation decrease in
LocationServicesOkObservable
(#574)
- Fixed leaking
RxBleAdapterStateObservable
(#575)
1.9.2-rxjava2
- Fixed
IllegalArgumentException
in LocationServicesOkObservableApi23Factory
(#573)
1.9.1-rxjava2
- Fixed
RxBleClient.observeStateChanges()
emissions (#556)
- Fixed
RxBleDevice.establishConnection(boolean, Timeout)
Javadoc (#558)
1.9.0-rxjava2
- Added possibility to disable Location Services check before scan (#533)
- Reworked library logging API and behaviour (#551)
1.8.2-rxjava2
- Fixed sporadic NullPointerException in DisconnectionRouter (#553)
1.8.1-rxjava2
- Added more GATT status descriptions (#543)
1.8.0-rxjava2
- Added
NotificationSetupMode.QUICK_SETUP
for devices which start notifying right after CCC descriptor write (#478)
- Migrated to androidx usage (#497)