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 v6.0.2

10 Sep 16:11
762a0c9
Compare
Choose a tag to compare
  • [BUGFIX] Addressed an issue where URI/URL APIs returned null instead of original input if the SDK is not configured correctly.

ONE SDK for Android v6.0.1

23 Jul 22:06
aa30399
Compare
Choose a tag to compare
  • [BUGFIX] Addressed an issue where an NPE could occur in Admin mode as a result of hiding or showing the Poker Chip when an app moves into background.

ONE SDK for Android v6.0.0

02 Jul 23:38
3814f58
Compare
Choose a tag to compare
  • [BREAKING] Removed the need to provide a Context on configuration. For further details on this see our migration guide.
  • [BREAKING] All methods have now been updated and can be accessed via static APIs. For further details on this see our readme.
  • [NEW] Added Kotlin-first API access. For further details on this see our readme.
  • [NEW] Added ability to reconfigure the SDK in different regions and spaces. For further details on this see our sample app on how to reconfigure the SDK.
  • [NEW] Added ability to change the SDK mode on the fly. For further details on this see our readme.
  • [BUGFIX] Resolved all StrictMode violations.

ONE SDK for Android v5.0.1

16 Jun 22:16
23c2e6b
Compare
Choose a tag to compare
  • [BUGFIX] Addressed an issue where a NPE could occur as a result of hiding or showing the the Poker Chip on Activity Resume.

ONE SDK for Android v5.0.0

15 Apr 15:35
f80fe06
Compare
Choose a tag to compare
  • [BREAKING] SDK compileOptions now require Java 8 (JavaVersion.VERSION_1_8) for both sourceCompatibility and targetCompatibility. See the "Use Java 8 language" section of the Android Developers site, for further details.
  • [UPDATE] Moved the properties caching under the same database as the offline interaction caching. All requests made via send properties and all interactions calls will be stored offline when the server is down or an internet connection cannot be established. This will help ensure you have a complete picture of the user profile regardless of connectivity state.
  • [UPDATE] Improved the Admin mode login credentials storage to save these by site key. This allows business users to use Admin mode easily when multiple site keys are used by an app.
  • [UPDATE] Fixed a crash that was occurring when entering and exiting Preview mode.
  • [BUGFIX] Fixed an issue where the username field was not properly displayed at a horizontal login screen.

ONE SDK for Android v4.2.11

28 Mar 00:38
cd96118
Compare
Choose a tag to compare
  • [BUGFIX] Fixed a race condition that could produce an Application Not Responding (ANR) error.

ONE SDK for Android v4.2.10

06 Feb 16:04
6719302
Compare
Choose a tag to compare
  • [BUGFIX] Fixed an issue where push notifications were not received when there are multiple Firebase services integrated into an application.

ONE SDK for Android v4.2.9

30 Jan 21:20
e85d339
Compare
Choose a tag to compare
  • [UPDATE] Improved Admin mode login encryption to match Google's guidelines.

ONE SDK for Android v4.2.8

13 Jan 19:51
c5b68aa
Compare
Choose a tag to compare
  • [BUGFIX] Fixed an issue where a null view may crash the app while trying to send an interaction.

ONE SDK for Android v4.2.7

16 Dec 19:14
fa2fe67
Compare
Choose a tag to compare
  • [BUGFIX] Fixed an issue where Fragment Interactions were not detected for AndroidX Fragments in androidx.fragment:fragment:1.2.0-rc03 library.