Skip to content

Releases: radarlabs/radar-sdk-android

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.

3.14.0

12 Jul 18:26
d9ccd18
Compare
Choose a tag to compare
  • Improves AndroidManifest.xml to make declaring FOREGROUND_SERVICE_LOCATION optional in Play Store submissions. For Android 14 and above, add FOREGROUND_SERVICE_LOCATION into AndroidManifest.xml to utilize foreground location services.

3.13.4-beta.1

10 Jul 20:25
Compare
Choose a tag to compare
3.13.4-beta.1 Pre-release
Pre-release
bump to beta

3.13.3

10 Jul 17:29
bdb674c
Compare
Choose a tag to compare
  • Adds the onActivityCreate method for improved compatibility with cross-platform frameworks, enabling location permissions functionality.