Tags: passinger/Android-SDK
Tags
Version 0.4.1 of the SDK, bug fixes and enhancements: - CAN BREAK BUILD: MonitoringListener returns list of beacons the triggered enter region event (Estimote#18) - Better messaging when BeaconManager cannot start service to scan beacons (Estimote#25) - Fixed bug in SDK when other beacons are around (Estimote#27)
Version 0.3 of the SDK: - Background monitoring is more robust and using AlarmService to invoke scanning. - Default values for background monitoring were changed. Scanning is performed for 5 seconds and then service sleeps for 25 seconds. Those values can be changed with BeaconManager#setBackgroundScanPeriod. - Beacons reported in RangingListener#onBeaconsDiscovered are sorted by accuracy (estimated distance between device and beacon). - Bug fixes.