Skip to content

Releases: radarlabs/radar-sdk-android

3.18.0

13 Sep 18:52
13b0781
Compare
Choose a tag to compare
  • Adds feature gate to logging of app opens.

3.17.2

29 Aug 19:42
e6a68d2
Compare
Choose a tag to compare
  • Improves logging of app termination.
  • Modifies app lifecycle logging to only trigger when log level is set to debug.

3.17.2-beta.1

28 Aug 17:10
Compare
Choose a tag to compare
3.17.2-beta.1 Pre-release
Pre-release
  • allow setReceiver and setVerifiedReceiver to be called before initialize.

3.17.1

17 Aug 12:09
5f757ce
Compare
Choose a tag to compare
  • Warns instead of crashing when calling Radar.trackVerified() if Play Integrity API dependency is not included.

3.16.2

17 Aug 11:46
Compare
Choose a tag to compare
  • Warns instead of crashing when calling Radar.trackVerified() if Play Integrity API dependency is not included.

3.17.0

16 Aug 18:04
dd25781
Compare
Choose a tag to compare
  • Adds support for motion activity detection.

3.16.1

15 Aug 12:49
8d803fa
Compare
Choose a tag to compare
  • Adds Radar.setExpectedJurisdiction(countryCode, stateCode).
  • Exposes RadarVerifiedLocationToken._id and RadarVerifiedLocationToken.failureReasons.

3.16.1-beta.1

01 Aug 15:42
Compare
Choose a tag to compare
3.16.1-beta.1 Pre-release
Pre-release
  • Adds support for motion detection.

3.16.0

19 Jul 15:34
8085041
Compare
Choose a tag to compare
  • Enables remote configuration of SDK behavior, including automatically calling Radar.trackOnce() on app open and automatically calling Radar.startTracking().

3.15.0

15 Jul 20:34
00818c6
Compare
Choose a tag to compare
  • Removes Radar.requestForegroundLocationPermission(), Radar.requestBackgroundLocationPermission(), Radar.openAppSettings(), Radar.getLocationPermissionStatus() and onLocationPermissionStatusUpdated(). See the SDK documentation for guidance on requesting location permissions.