Releases: radarlabs/radar-sdk-android
1.1.5
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
Increases flexibility of dependency versions.
1.1.3
Fixes possible race condition when stopTracking()
is called immediately after app launch.
1.1.2
Increases flexibility of dependency versions.
1.1.1
Adds internal rate limiting.
1.1.0
Simplifies foreground tracking and client-side event delivery.
Improves reliability and battery efficiency.
See the migration guide in MIGRATION.md
.
1.0.10
Adds RadarReceiver
and model classes that allow you to receive events client-side.
1.0.8
Improves reliability of geofence exit events.
1.0.7
Adds checkSelfPermissions()
and requestPermissions(Activity activity)
convenience methods for permissions handling.
1.0.6
Fixes connectivity change issue.