Skip to content

Releases: amplitude/Amplitude-Android

v2.28.2

13 Sep 19:36
Compare
Choose a tag to compare
  • Add setMinTimeBetweenSessionsMillis in plugin for Unity Plugin to use.

v2.28.1

27 Aug 02:40
Compare
Choose a tag to compare
  • Add setOffline in plugin for Unity Plugin to use.

v2.28.0

11 Aug 03:35
Compare
Choose a tag to compare
  • Introducing useDynamicConfig flag!! Turning this flag on will find the best server url automatically based on users' geo location.
  • Note 1. If you have your own proxy server and use setServerUrl API, please leave this OFF.
  • Note 2. If you have users in China Mainland, we suggest you turn this on.
  • Note 3. By default, this feature is OFF. So you need to explicitly set it to ON to use it.

Related issues: #247

v2.27.0

15 Jul 05:46
Compare
Choose a tag to compare
  • Added setServerUrl to AmplitudePlugin to enable it for Unity SDK too.
  • Fix an issue during location fetching.

v2.26.1

16 Jun 05:22
Compare
Choose a tag to compare
  • Fix the incorrect behavior of disableLocationListening. If you want to disable location listening over LocationManager. Please call called before initialization.

v2.26.0

03 Jun 04:57
Compare
Choose a tag to compare
  • Remove ComodoRSA certificate for SSL pinning.

v2.25.2

14 May 05:49
Compare
Choose a tag to compare
  • Add 3 APIs to AmplitudePlugin (uploadEvents, useAdvertisingIdForDeviceId, setDeviceId)

v2.25.1

03 Apr 17:44
Compare
Choose a tag to compare
  • Remove the declaration of location related permissions in manifest file.

v2.25.0

18 Mar 05:34
Compare
Choose a tag to compare
  • Added APIs to AmplitudeClient to let users set library name and version. This should be only used when you develop your own library which wraps Amplitude Android SDK.

v2.24.2

06 Feb 00:55
Compare
Choose a tag to compare
  • Now you can set auth token! Use AmplitudeClient#setBearerToken(String token) please!