Skip to content

Releases: radarlabs/radar-sdk-android

3.20.0

22 Jan 05:27
94eeaea
Compare
Choose a tag to compare
  • Improves time zone handling.

3.19.0

14 Jan 17:14
07f2210
Compare
Choose a tag to compare
  • Adds a desiredAccuracy param to Radar.trackVerified() and Radar.getVerifiedLocationToken(). Use MEDIUM (default) for medium accuracy (generally prefers wi-fi) and lowest latency, or HIGH for highest accuracy (generally prefers GPS) and slightly higher latency.
  • Adds Radar.clearVerifiedLocationToken() to clear the last location token (e.g., on logout).
  • When calling Radar.startTrackingVerified(), if the last location token is valid, avoids fetching a fresh location token immediately and simply schedules the next location check.

3.19.0-beta.3

13 Jan 16:20
Compare
Choose a tag to compare
3.19.0-beta.3 Pre-release
Pre-release
  • Adds a desiredAccuracy param to Radar.trackVerified() and Radar.getVerifiedLocationToken(). Use MEDIUM (default) for medium accuracy (generally prefers wi-fi) and lowest latency, or HIGH for highest accuracy (generally prefers GPS) and slightly higher latency.
  • Adds Radar.clearVerifiedLocationToken() to clear the last location token (e.g., on logout).
  • When calling Radar.startTrackingVerified(), if the last location token is valid, avoids fetching a fresh location token immediately and simply schedules the next location check.

3.18.11

04 Jan 17:02
cff00be
Compare
Choose a tag to compare
  • Improves Radar.startTrackingVerified() location accuracy and freshness.
  • Sends more granular failure reasons for screen sharing detection.

3.18.11-beta.2

26 Dec 20:03
Compare
Choose a tag to compare
3.18.11-beta.2 Pre-release
Pre-release
interval

3.18.11-beta.1

17 Dec 22:10
Compare
Choose a tag to compare
3.18.11-beta.1 Pre-release
Pre-release
  • Enables remote tracking options to be able to ramp up and ramp down without network connection.

3.18.10

11 Dec 04:37
3a55d56
Compare
Choose a tag to compare
  • Returns the full token payload in RadarVerifiedLocationToken.toJson().

3.18.10-beta.2

11 Dec 03:59
Compare
Choose a tag to compare
3.18.10-beta.2 Pre-release
Pre-release
full JSON, passed flag

3.18.10-beta.1

11 Dec 03:44
Compare
Choose a tag to compare
3.18.10-beta.1 Pre-release
Pre-release
beta

3.18.9

09 Dec 14:46
cca1abf
Compare
Choose a tag to compare
  • Improves edge-case handling of replayed locations.