Skip to content

Releases: adobe/aepsdk-core-android

v2.2.1 (Core)

13 Jun 00:04
16b13db
Compare
Choose a tag to compare
  • Updated EventDataUtils to drop entries with unsupported values during cloning instead of throwing an exception.
  • Fixed a crash when displaying in-app messages.
  • Fixed rounded corners when displaying in-app messages.
  • Fixed an issue where the shared state published by Event Hub was mutable.

v2.0.3 (Lifecycle)

13 Jun 00:05
16b13db
Compare
Choose a tag to compare
  • Fixed an issue where session start time (starttimestampmillis) was shared in seconds instead of milliseconds in Lifecycle shared state.
  • Fixed an issue where session start time (starttimestampmillis), previous session start time (previoussessionstarttimestampmillis), and previous session pause time (previoussessionpausetimestampmillis) were shared in seconds instead of milliseconds in Lifecycle response event.

2.0.3 (Identity)

13 Jun 00:05
16b13db
Compare
Choose a tag to compare
  • Added debug logs around ECID generation.

v2.2.0 (Core)

23 May 22:22
8aa2950
Compare
Choose a tag to compare
  • Added support for chaining related events.
  • Added a new evaluateEvent API in the LaunchRulesEngine class that returns matching consequences without processing them.
  • Fixed a bug where a non-transparent background was visible behind a message webview.
  • Fixed the back button functionality to allow for the dismissal of a displayed in-app message using the device's back button.
  • Fixed in-app message redraw on device orientation change.
  • Fixed a memory leak with the in-app message webview.

v2.0.2 (Lifecycle)

23 May 22:22
8aa2950
Compare
Choose a tag to compare
  • Chain the events dispatched by the Lifecycle extension to their corresponding request events.

v2.1.3 (Core)

25 Apr 17:32
5a05488
Compare
Choose a tag to compare
  • In-app messages with content overflow now correctly scroll when the message is not observing gestures.
  • Opacity is now correctly calculated for in-app message takeovers.
  • In-app messages will no longer intermittently cause a crash when being displayed on Android 7.
  • Fixed a race condition when querying the event history database.

v2.1.2 (Core)

17 Apr 22:04
c8743a6
Compare
Choose a tag to compare
  • Fixed an issue that prevented some in-app messaging show frequency rules from working correctly.
  • Improved evaluation of logical operators in rules engine.

v2.1.1 (Core)

31 Mar 22:20
8f3221f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0-core...2.1.1-core

v2.0.2 (Identity)

31 Mar 22:22
8f3221f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0-core...2.0.2-identity

v2.1.0 (Core)

14 Mar 18:12
99cb897
Compare
Choose a tag to compare
  • Added a new API to the LaunchRulesEngine class that enables adding new rules without replacing the existing ones.