Releases: amplitude/Amplitude-Android
Releases · amplitude/Amplitude-Android
v2.24.1
- Fix the issue that
version
property shows old version.
v2.24.0
- Now you can enable or disable COPPA (Children's Online Privacy Protection Act) restrictions on ADID, city, IP address and location tracking. AmplitudeClient#enableCoppaControl() and AmplitudeClient#disableCoppaControl()
v2.23.2
- Catch exceptions when fetching most recent location.
v2.23.1
- Handle SQLite database crashes caused by fetching events that exceed 2MB (max size of cursor window).
v2.23.0
- Make
startNewSessionIfNeeded
a public method. Only call this if you know what you are doing. This may trigger a new session to start.
v2.22.1
- Store deviceId in SharedPreferences as backup in case SQLite database fails or becomes corrupted.
v2.22.0
- Add ability to set a custom server URL for uploading events using
setServerUrl
.
v2.21.0
- Update SDK to better handle when the SQLite database file gets corrupted between interactions.
- Add optional diagnostic logging that tracks exceptions thrown in the SDK and sends to Amplitude.
v2.20.0
- Add ability to set group properties via a new
groupIdentify
method that takes in an Identify
object as well as a group type and group name.
v2.19.1
- Update SDK to better handle SQLite Exceptions.