Releases: adobe/aepsdk-core-android
Releases · adobe/aepsdk-core-android
v2.2.1 (Core)
- 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)
- 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)
- Added debug logs around ECID generation.
v2.2.0 (Core)
- Added support for chaining related events.
- Added a new
evaluateEvent
API in theLaunchRulesEngine
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)
- Chain the events dispatched by the Lifecycle extension to their corresponding request events.
v2.1.3 (Core)
- 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)
- 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)
What's Changed
- Main -> Staging (BOM projects + doc updates) by @yangyansong-adbe in #411
- Fix app crashes in direct boot mode by @yangyansong-adbe in #413
- Add license url and distribution sections to the POM file by @yangyansong-adbe in #417
- Use latest configuration on Identity bootup (resolves #414) by @kevinlind in #416
- Bump Identity version to 2.0.2 by @kevinlind in #418
- Merge to Staging for Core v2.1.1 Identity v2.0.2 release by @kevinlind in #419
- Merge to Main for Core v2.1.1 and Identity v2.0.2 release by @kevinlind in #420
Full Changelog: 2.1.0-core...2.1.1-core
v2.0.2 (Identity)
What's Changed
- Add license url and distribution sections to the POM file by @yangyansong-adbe in #417
- Use latest configuration on Identity bootup (resolves #414) by @kevinlind in #416
- Bump Identity version to 2.0.2 by @kevinlind in #418
- Merge to Staging for Core v2.1.1 Identity v2.0.2 release by @kevinlind in #419
- Merge to Main for Core v2.1.1 and Identity v2.0.2 release by @kevinlind in #420
Full Changelog: 2.1.0-core...2.0.2-identity
v2.1.0 (Core)
- Added a new API to the LaunchRulesEngine class that enables adding new rules without replacing the existing ones.