Skip to content

Releases: adobe/aepsdk-core-android

v3.2.0-core

01 Oct 23:28
d3e61e6
Compare
Choose a tag to compare

Release notes

  • Added new constants to AEPError.
  • Added the SuppressedByAppDeveloper constant to indicate that the in-app message was not displayed because it was rejected by the app developer via the PresentationDelegate.

What’s Changed

v3.1.2-core

03 Sep 18:19
882669b
Compare
Choose a tag to compare

Release notes

  • Added screen reader support for in-app messages.

What’s Changed

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.