Changes
There may be breaking changes when upgrading from 0.3.8!
All changes to the previous release can be found in PR #160.
Indoor Positioning
- Fixed usable beacon selection ordering
Beacon
- Improved comparator logic
- Improved advertising packet processing
Beacon Manager
- If a beacon is configured to advertise 2 different advertising packtes (e.g. two IBeacon frames with differend UUIDs, or one IBeacon and one Eddystone frame), two beacon instances will be created with the same mac address
Beacon Filter
- Added
boolean canMatch(Beacon beacon)
method to avoidClassCastException
s when usingBeaconFilter
s withBeacon
instances of the wrong type
Beacon Util
- Added
AscendingRssiComparator
andDescendingRssiComparator