Releases: radarlabs/radar-sdk-android
Releases · radarlabs/radar-sdk-android
3.18.0
- Adds feature gate to logging of app opens.
3.17.2
- Improves logging of app termination.
- Modifies app lifecycle logging to only trigger when log level is set to
debug
.
3.17.2-beta.1
- allow
setReceiver
andsetVerifiedReceiver
to be called beforeinitialize
.
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.