Skip to content

Releases: amplitude/Amplitude-Android

v2.24.1

29 Jan 05:56
Compare
Choose a tag to compare
  • Fix the issue that version property shows old version.

v2.24.0

28 Jan 23:49
Compare
Choose a tag to compare
  • 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

05 Aug 22:19
Compare
Choose a tag to compare
  • Catch exceptions when fetching most recent location.

v2.23.1

19 Jul 21:00
Compare
Choose a tag to compare
  • Handle SQLite database crashes caused by fetching events that exceed 2MB (max size of cursor window).

v2.23.0

22 Apr 22:22
Compare
Choose a tag to compare
  • 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

21 Mar 21:42
Compare
Choose a tag to compare
  • Store deviceId in SharedPreferences as backup in case SQLite database fails or becomes corrupted.

v2.22.0

18 Jan 18:14
Compare
Choose a tag to compare
  • Add ability to set a custom server URL for uploading events using setServerUrl.

v2.21.0

06 Dec 03:15
Compare
Choose a tag to compare
  • 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

16 Oct 00:47
Compare
Choose a tag to compare
  • 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

14 Aug 16:23
Compare
Choose a tag to compare
  • Update SDK to better handle SQLite Exceptions.