The one with improved ranging
- Ranging results are now reported at exact time
- Default beacon expiration time after which onExitRegion events are called is now set to 20s (was 10s). This should help with random short onExit/onEnter events. If you need to tweak this by yourself, beaconManager has new method for changing this to value from 1-60s range:
beaconManager.setRegionExitExpiration(TimeUnit.SECONDS.toMillis(20));
Bear in mind, that high beacon advertising interval is also causing random short onEnter/onExit events. You can try lowering it to 200-300ms to gain better user experience.
- Added support for Eddystone Configuration Service (ECS)
- Minor optimizations
dependencies {
compile 'com.estimote:sdk:0.10.5@aar'
}