Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Releases: thunderheadone/one-sdk-android

ONE SDK for Android v3.0.0

15 Mar 12:33
c160d62
Compare
Choose a tag to compare
  • [BREAKING] Removed support for identity sync from the SDK. identitySync api calls are no longer available.
  • [BREAKING] Removed Retrofit 1 support.
  • [BREAKING] Removed Google Cloud Messaging (GCM) support.

ONE SDK for Android v2.22.0

11 Dec 23:58
84085a9
Compare
Choose a tag to compare
  • [UPDATE] Changed documentation to support Android Gradle Plugin 3.2+.

ONE SDK for Android v2.21.1

28 Nov 21:06
0ef8269
Compare
Choose a tag to compare
  • [UPDATE] Changed documentation to support Java8 enabled apps.
  • [BUGFIX] Fixed an issue where the list selection was cleared in Admin mode when clearning the search text.

ONE SDK for Android v2.21.0

09 Oct 18:59
a1d6960
Compare
Choose a tag to compare
  • [NEW] Added support for Interaction Studio Theme.
  • [NEW] Updated Admin mode Entity Names to match the naming in the web application.
  • [BUGFIX] Resolved an issue where the Border outline covered system buttons while in Admin mode.
  • [BUGFIX] Resolved an issue where incorrect labels displayed with incorrect text size and formatting.

ONE SDK for Android v2.20.1

14 Sep 15:30
964116c
Compare
Choose a tag to compare
  • [BUGFIX] Updated the SDK to work with TLS 1.1 and 1.2 on devices that run Android API 19 or older.

ONE SDK for Android v2.20.0

02 Jul 14:42
757e7dc
Compare
Choose a tag to compare
  • [NEW] Ability to integrate the SDK using Maven dependencies.
  • [NEW] Ability to create a touchpoint in ONE automatically in Admin Active mode on login.
  • [BUGFIX] Fixed a Preview mode issue, where pressing the back button would lead to a crash while using Android API level 19.
  • [BUGFIX] Fixed an issue where clicking a mini notification while in airplane mode would lead to a crash.
  • [BUGFIX] Fixed highlighting and preview panel misalignment issue while using Android API level 19.
  • [BUGFIX] Fixed an issue where having a single capture point set on a navigation drawer would not trigger a request to ONE.

ONE SDK for Android v2.19.0

23 May 08:04
9b4ce11
Compare
Choose a tag to compare
  • [BREAKING] Minimum SDK version has now been set to API 16.
  • [NEW] Ability to opt an end-user out of tracking, if the end-user does not give permission to be tracked in the client app.
  • [UPDATE] Updated the SDK to use the Android compile SDK version 27, min SDK version to 16, build tools version 27.0.3, target SDK version to 27 and support library to 27.0.2
  • [UPDATE] Improved SDK proguard rules file to include support for org.xmlpull.v1.** { *; }. This improvement fixes crashes in Admin mode seen when creating tracking or capture points if obfuscation is turned on in the client app.
  • [BUGFIX] Fixed an issue where repeatedly hitting the Apply button when creating tracking point in Admin mode, would lead to a crash.
  • [BUGFIX] Fixed an issue where mini-notifications could be pressed multiple times by a user, which would lead to multiple responses being sent to ONE.

ONE SDK for Android v2.18.1

04 May 12:22
9e00e3f
Compare
Choose a tag to compare
  • [BUGFIX] Resolved java.lang.ClassNotFoundException: Didn't find class com.jakewharton.retrofit.Ok3Client. Documentation updated as well.