Skip to content

Releases: adobe/aepsdk-core-android

v3.0.0-signal

01 Apr 22:02
257d036
Compare
Choose a tag to compare

Major version update for Signal for Adobe Experience Platform Mobile SDKs on Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

  • Updated the minimum supported Android API level to 21.
  • The SDK is now compatible with Kotlin 1.5 and higher.
  • Removed deprecated registerExtension API. Use the MobileCore.registerExtensions() API for registering extensions and initializing the SDK instead.
  • Added an enhancement to prevent network retries when the device's network is offline.

v3.0.0-lifecycle

01 Apr 22:02
257d036
Compare
Choose a tag to compare

Major version update for Lifecycle for Adobe Experience Platform Mobile SDKs on Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

  • Updated the minimum supported Android API level to 21.
  • Removed deprecated registerExtension API. Use the MobileCore.registerExtensions() API for registering extensions and initializing the SDK instead.

v3.0.0-identity

01 Apr 22:02
257d036
Compare
Choose a tag to compare

Major version update for Identity for Adobe Experience Platform Mobile SDKs on Android compatible with Mobile Core 3.0.0. The current release includes the following changes:

  • Updated the minimum supported Android API level to 21.
  • Removed deprecated registerExtension API. Use the MobileCore.registerExtensions() API for registering extensions and initializing the SDK instead.
  • Added an enhancement to prevent network retries when the device's network is offline.

v3.0.0-core

01 Apr 21:29
257d036
Compare
Choose a tag to compare

Release Notes

Major version update of Adobe Experience Platform Core Android SDK is live!

Please note that the current release includes the following changes:

  • Updated the minimum supported Android API level to 21.
  • The SDK is now compatible with Kotlin 1.5 and higher.
  • Migrated UI service to use Jetpack Compose.
  • Removed deprecated MobileCore.registerExtension(...) and MobileCore.start() APIs. Use the MobileCore.registerExtensions(...) API for registering extensions and initializing the SDK instead.
  • Removed MobileCore.setMessagingDelegate, MobileCore.getMessagingDelegate APIs which were used to control the display of in-app messages. Migrate to com.adobe.marketing.mobile.services.ui.PresentationDelegate and use ServiceProvider.getUIService().setPresentationDelegate API instead.
  • Removed other APIs related to extension development which were deprecated in 2.0.0.
  • Added an enhancement to prevent network retries when the device's network is offline.

What’s Changed

v2.6.2 (Core)

26 Jan 20:29
74fe097
Compare
Choose a tag to compare

Release Notes

  • Add array support for token replacement in the launch rules engine.
  • The code used to fix issues on Android 8/8.1 has been restricted from execution on other Android OS versions.

What's Changed

Full Changelog: v2.6.1-core...v2.6.2-core

v2.6.1 (Core)

13 Dec 23:56
f0c8d91
Compare
Choose a tag to compare
  • Fixed an issue where failure to create a webview for displaying an in-app message would cause the UI to be blocked.

v2.6.0 (Core)

16 Nov 01:13
5f6f0c0
Compare
Choose a tag to compare
  • Fixed the UI takeover behavior for in-app messages. When UI takeover is disabled, taps outside the in-app webview no longer dismiss the message.

v2.5.1 (Core)

30 Oct 23:03
f7c1e4a
Compare
Choose a tag to compare
  • Fixed a resource leak in StreamUtils.
  • Fixed a crash when displaying in-app messages.

v2.5.0 (Core)

28 Sep 22:03
9dd5589
Compare
Choose a tag to compare
  • Added getter APIs getLargeIconResourceID and getSmallIconResourceID to MobileCore for retrieving the icon resource IDs set from the application.

v2.5.0 (Core)

27 Sep 18:34
9dd5589
Compare
Choose a tag to compare

Added getter APIs getLargeIconResourceID and getSmallIconResourceID to MobileCore for retrieving the icon resource IDs set from the application.