Skip to content

Releases: radarlabs/radar-sdk-android

1.1.5

11 Jan 19:17
Compare
Choose a tag to compare

Adds an updateLocation() method to manually update the user's location.

Adds an isWifiEnabled() method to determine whether the user's wi-fi is enabled.

Reduces data usage and improves reliability and battery efficiency.

1.1.4

21 Dec 23:23
Compare
Choose a tag to compare

Increases flexibility of dependency versions.

1.1.3

21 Dec 13:15
Compare
Choose a tag to compare

Fixes possible race condition when stopTracking() is called immediately after app launch.

1.1.2

08 Dec 18:45
Compare
Choose a tag to compare

Increases flexibility of dependency versions.

1.1.1

01 Dec 03:16
Compare
Choose a tag to compare

Adds internal rate limiting.

1.1.0

25 Nov 04:08
Compare
Choose a tag to compare

Simplifies foreground tracking and client-side event delivery.

Improves reliability and battery efficiency.

See the migration guide in MIGRATION.md.

1.0.10

17 Oct 15:53
Compare
Choose a tag to compare

Adds RadarReceiver and model classes that allow you to receive events client-side.

1.0.8

16 Aug 15:40
Compare
Choose a tag to compare

Improves reliability of geofence exit events.

1.0.7

16 Aug 02:56
Compare
Choose a tag to compare

Adds checkSelfPermissions() and requestPermissions(Activity activity) convenience methods for permissions handling.

1.0.6

12 Aug 18:13
Compare
Choose a tag to compare

Fixes connectivity change issue.