Releases: radarlabs/radar-sdk-android
Releases · radarlabs/radar-sdk-android
3.17.1
- Warns instead of crashing when calling
Radar.trackVerified()
if Play Integrity API dependency is not included.
3.16.2
- Warns instead of crashing when calling
Radar.trackVerified()
if Play Integrity API dependency is not included.
3.17.0
- Adds support for motion activity detection.
3.16.1
- Adds
Radar.setExpectedJurisdiction(countryCode, stateCode)
. - Exposes
RadarVerifiedLocationToken._id
andRadarVerifiedLocationToken.failureReasons
.
3.16.1-beta.1
- Adds support for motion detection.
3.16.0
- Enables remote configuration of SDK behavior, including automatically calling
Radar.trackOnce()
on app open and automatically callingRadar.startTracking()
.
3.15.0
- Removes
Radar.requestForegroundLocationPermission()
,Radar.requestBackgroundLocationPermission()
,Radar.openAppSettings()
,Radar.getLocationPermissionStatus()
andonLocationPermissionStatusUpdated()
. See the SDK documentation for guidance on requesting location permissions.
3.14.0
- Improves
AndroidManifest.xml
to make declaringFOREGROUND_SERVICE_LOCATION
optional in Play Store submissions. For Android 14 and above, addFOREGROUND_SERVICE_LOCATION
intoAndroidManifest.xml
to utilize foreground location services.
3.13.4-beta.1
bump to beta
3.13.3
- Adds the
onActivityCreate
method for improved compatibility with cross-platform frameworks, enabling location permissions functionality.