Skip to content

Releases: Woosmap/geofencing-android-sdk

Fixed bugs Singleton Synchronized, Intent null onStartCommand

04 Aug 08:41
4d3f5cc
Compare
Choose a tag to compare
  • Synchronize Singleton on getInstance() method
  • Test if Intent is null onStartCommand in LocationUpdatesService

Fixed bug Foreground Service API under 29

10 Jun 14:10
3acbb96
Compare
Choose a tag to compare
  • Fixed bug startforeground for API under 29
  • Polling event from system and detection by the checkIfPositionIsInsideGeofencingRegions algorithm

Fixed Unbind Service

25 May 16:59
Compare
Choose a tag to compare
  • Fixed UnBind Service when tracking is disable

Foreground Service update

21 May 11:08
Compare
Choose a tag to compare
  • Foreground Service active created and launched only when app is in Background
  • Active notification optimized to only one notification to inform the user about active Location sharing
  • Distinct settings for WoosmapNotificationChannelID, WoosmapNotificationChannelName, WoosmapNotificationActive

Foreground Service Notifications

17 May 08:27
Compare
Choose a tag to compare
  • Multiline Foreground Service notifications

High Frequency Location Mode

11 May 14:59
689d6b7
Compare
Choose a tag to compare
  • Detection transition Geofence by position
  • Add High Frequency Location update mode
  • Add Foreground Service for location in background
  • Fix Issue on SearchAPI empty response

Airship and Geofence Integration

07 Apr 08:57
5b4249b
Compare
Choose a tag to compare
  • Airship Integration: Track location data and generate contextual events using custom event types.
  • Create and monitor geofences: Use region monitoring to determine when the user enters or leaves a geographic region.

First Version

18 Nov 13:07
0bbb997
Compare
Choose a tag to compare
Merge pull request #15 from woosmap/dev/implementation_distanceAPI

Implementation of DistanceAPI request