Skip to content

The one with scanning and RSSI fixes

Compare
Choose a tag to compare
@Poberro Poberro released this 19 Jan 09:39
· 167 commits to master since this release
  • 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'
}