Skip to content

Releases: Beaconstac/Android-SDK

Added rich action types

22 Jun 10:49
Compare
Choose a tag to compare
Pre-release
  • Exposed Action types such as Popup, Card, Custom etc.
  • MSCard is now available as an action type
  • MSMedia is a model to store media objects contained in MSCard
  • Improved the beacon camping algorithm
  • Added support for bug tracking

Added rule processing and event logging

11 Jun 11:54
Compare
Choose a tag to compare
Pre-release
  • Added rule processing feature
  • Added event logging feature for SDK triggered event analytics
  • Added receiver events for triggeredRule, enteredRegion and exitedRegion for receiving rule triggered events, beacon region entry events and beacon region exit events respectively
  • Refactored Beaconstac class and added methods to setRegionParams for beacon region monitoring, setUserFacts for setting user facts to aid in rule processing
  • Exposed MSAction class to define rule triggered actions
  • Performance improvements and bug fixes

Added support for beacon scanning when app is not running

04 Jun 11:52
Compare
Choose a tag to compare
  • Beacon detection now works even when the app is not running
  • Events are now sent using BroadcastReceiver instead of Callbacks
  • Beacon uuid field in XML renamed to filter_uuid

Added support for Android 4.3+

19 May 11:53
Compare
Choose a tag to compare
Pre-release
  • The SDK now supports detecting beacons for Android 4.3 and above (API 18)
  • It can be included in apps built for Android 4.1 (API 16) but will not provide beacon detection for Android API < 18

Handling Beacon proximity events

14 May 05:43
Compare
Choose a tag to compare
Pre-release
  • Beaconstac class added to support beacon ranging, beacon camping and beacon exit callbacks
  • MSBLEService handling beacon detection in background
  • Beacon ranging allows filtering beacons based on UUID