The one with scanning and RSSI fixes
- Packet parser errors are logged and should not crash whole application.
- Fixed threading issue that cause scanning to continue when service was stopped (on some devices).
- onExitRegion should be now working on devices with pre-Lollipop Androids.
- Fixed (#135): Fails getting RSSI on Android >=5.0 (Samsung Galaxies)
- Fixed (#137): IllegalStateException when starting monitoring on SDK 0.9.6
Available in Maven Central:
dependencies {
compile 'com.estimote:sdk:0.9.7@aar'
}