Releases: radarlabs/radar-sdk-android
Releases · radarlabs/radar-sdk-android
3.21.3-beta.5
- Updates to newest server naming conventions for altitude and timestamps.
3.21.3-beta.4
- Send up 50 reading average for pressure.
3.21.3-beta.3
- Experiment with setting a lower interval.
- Send up barometer accuracy value.
3.21.3-beta.2
- Adds barometer data in location metadata.
3.21.2
- Adds optional
reason
andtransactionId
params toRadar.trackVerified()
, allowing you to pass custom reasons like"deposit"
or"wager"
and corresponding transaction IDs for reporting and investigations. Sendsreason = "manual"
if no custom reason is specified. - Sends
reason = "start" | "interval" | "ip_change"
fromRadar.startTrackingVerified()
. Sends areason = "last_token_invalid"
ifRadar.getVerifiedLocationToken()
requests a fresh location token. - Changes the default log level to
NONE
for release builds.
3.21.2-beta.1
- Downgrades
com.google.android.gms:play-services-location
from21.0.1
to18.0.0
.
3.21.1
- Adds
Radar.isTrackingVerified()
, which returns a boolean indicating whether verified tracking has been started. - Adds
Radar.setProduct()
, which sets an optional product name to be displayed in the dashboard and reports. - Collects app name, version, and build number.
3.21.0
- Adds a
countryCodes
param toRadar.searchPlaces()
to filter place results by country. Usenull
to not use a country filter. See the migration guide for details.
3.21.0-beta.1
- Adds support for Gradle 8.0.