This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
Releases: thunderheadone/one-sdk-android
Releases · thunderheadone/one-sdk-android
ONE SDK for Android v6.0.2
- [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
- [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
- [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
- [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
- [BREAKING] SDK
compileOptions
now require Java 8 (JavaVersion.VERSION_1_8
) for bothsourceCompatibility
andtargetCompatibility
. 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
- [BUGFIX] Fixed a race condition that could produce an Application Not Responding (ANR) error.
ONE SDK for Android v4.2.10
- [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
- [UPDATE] Improved Admin mode login encryption to match Google's guidelines.
ONE SDK for Android v4.2.8
- [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
- [BUGFIX] Fixed an issue where Fragment Interactions were not detected for AndroidX Fragments in
androidx.fragment:fragment:1.2.0-rc03
library.