Skip to content

Releases: adobe/aepsdk-core-android

v3.1.1-core

19 Jul 18:06
3fa2645
Compare
Choose a tag to compare

Release notes

  • Fixed an issue causing in-app messages to cast a shadow.
  • Fixed an issue causing in-app messages to be slightly transparent by default.
  • Improved in-app message handling in immersive mode.

What’s Changed

v2.6.4-core

24 Jun 20:35
f6cbc76
Compare
Choose a tag to compare
  • Fixed strict mode violations that happened during SDK initialization.
  • Added checks to prevent SDK initialization when the device is in direct boot mode.

v3.1.0-core

20 Jun 20:35
ed8f87a
Compare
Choose a tag to compare

Release notes

  • Added support for in-app message HTML content to control its background transparency.
  • Enhanced Presentable re-attachment workflow for new Activity launch scenarios.
  • Added a new EventSource constant (com.adobe.eventSource.debug) and utility methods.
  • Added checks to prevent SDK initialization when device is in direct boot mode.

What’s Changed

v3.0.2-core

04 Jun 23:47
d297aa5
Compare
Choose a tag to compare

Release notes

  • Fixed strict mode violations that happened during SDK initialization.

What’s Changed


v3.0.1-lifecycle

23 May 21:28
55d1790
Compare
Choose a tag to compare
  • Lifecycle extension now computes the xdm:isUpgrade metric in the application.launch event when either versionName or versionCode changes.

v3.0.1-identity

23 May 21:28
55d1790
Compare
Choose a tag to compare
  • Fixed an edge case where a.push.optin=false event may be sent to Analytics even when MobileCore.setPushIdentifier() API is not used.

v3.0.1-core

23 May 21:27
55d1790
Compare
Choose a tag to compare

Release Notes

  • Fixed an issue with scrollability in in-app messages with overflowing content.
  • Fixed an issue where the PresentationDelegate was not notified of all URLs opened by an in-app message.
  • Fixed an issue where UI components were not adapting to orientation changes when the activity hosting the composable restricts configuration change.
  • Enhanced error handling in the collectLaunchInfo API to catch exceptions when retrieving bundled data from an Activity.
  • Simplified coroutine scope management in UI services.

What’s Changed

v2.6.3-core

13 May 20:07
3363d15
Compare
Choose a tag to compare
  • Enhanced error handling in the collectLaunchInfo API to catch exceptions when retrieving bundled data from an Activity.

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.