Skip to content

Releases: radarlabs/cordova-plugin-radar

3.9.1

08 Apr 20:53
5de2ce8
Compare
Choose a tag to compare
  • Upgrades Radar Android SDK to 3.9.8 and iOS SDK to 3.9.14.
  • Improves processing of locations from geofence intents. (Android only)
  • Adds FOREGROUND_SERVICE_LOCATION permission to Android manifest. (Android only)
  • Improves foreground service starting and stopping. (Android only)
  • Improves significant location change and visit monitoring logic. (iOS only)
  • Increases the amount of nearby geofences monitored. (iOS only)
  • Attaches the privacy manifest in the podspec and package.swift for automatic inclusion in projects using Cocoapods and SPM. (iOS only)

3.9.0

20 Mar 17:47
78d0ad1
Compare
Choose a tag to compare
  • Upgrades Radar Android SDK to 3.9.7 and iOS SDK to 3.9.12.
  • Exposes user.failed_fraud and user.arrived_at_wrong_trip_destination event types.
  • Exposes passed, inExclusionZone, inBufferZone, and distanceToBorder on RadarRegion.
  • Exposes inaccurate on RadarFraud.
  • Improves the latency of Radar.trackVerified() calls.
  • Adds lifecycle logging methods logTermination() (iOS only), logBackgrounding(), and logResigningActive().
  • Adds Radar.trackVerified(), Radar.trackVerifiedToken(), and Radar.startTrackingVerified() for location verification and fraud detection.
  • Adds a token listener.
  • Adds setNotificationOptions() for Android.
  • Adds getHost().
  • Adds getPublishableKey().
  • Adds replayed, createdAt, and actualCreatedAt fields to RadarEvent.
  • Adds iconColor and iconString fields to RadarTrackingOptionsForegroundService.
  • Removes setAdIdEnabled.

3.5.1

12 Oct 17:57
2998ca6
Compare
Choose a tag to compare
  • Fixes Podfile overwrite issue.

3.5.0

04 Feb 03:13
9dba204
Compare
Choose a tag to compare
  • Upgrades Radar Android SDK to 3.5.9 and Radar iOS SDK to 3.5.9.

3.1.3

21 Sep 01:25
e6b55d7
Compare
Choose a tag to compare
  • Handles null tripOptions in getTripOptions() on Android.

3.1.2

22 Jun 02:34
597a7c8
Compare
Choose a tag to compare
  • Catches exceptions when starting or stopping foreground services.

3.1.1

17 Jun 02:58
3749e77
Compare
Choose a tag to compare
  • Exposes getTripOptions(), updateTrip(), and trip callbacks.
  • Exposes getMatrix().

3.1.0

26 Apr 13:27
d71b7a3
Compare
Choose a tag to compare
  • Upgrades Radar SDK to 3.1.x. See the migration guide for iOS and Android.

3.0.10

17 Feb 03:56
50b9106
Compare
Choose a tag to compare
  • Removes the ACCESS_BACKGROUND_LOCATION permission from the merged manifest.

3.0.9

03 Nov 15:32
94d0e46
Compare
Choose a tag to compare
  • Guards against a null Intent in RadarForegroundService.