Releases: adobe/aepsdk-core-android
Releases · adobe/aepsdk-core-android
v3.2.0-core
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 thePresentationDelegate
.
What’s Changed
- staging -> main (core-v3.2.0) (#717) @praveek
- dev -> staging (core-v3.2.0) (#716) @praveek
- remove cancellation of coroutine children (#715) @rymorale
- Update versions [Core-3.2.0] (#714) @github-actions
- add new error codes for AdobeError (#713) @ishita-gambhir-adobe
- add
SuppressedByAppDeveloper
toPresentationError
interface (#712) @rymorale
v3.1.2-core
Release notes
- Added screen reader support for in-app messages.
What’s Changed
- Merge
staging
intomain
for Core 3.1.2 (#710) @prudrabhat - dev -> staging (Core 3.1.2) (#709) @praveek
- Update versions [Core-3.1.2] (#708) @github-actions
- Update test app for smoke tests (#707) @praveek
- [PLATIR-41103] Added dialog for correct screen reader case (#706) @navratan-soni
- Revert "[PLATIR-41103] Added dialog for correct screen reader case" (#705) @praveek
- [PLATIR-41103] Added dialog for correct screen reader case (#702) @navratan-soni
- Update the test app for smoke testing (core/lifecycle/signal) (#695) @yangyansong-adbe
v3.1.1-core
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
- Merge
staging
intomain
for 3.1.1-core release (#701) @prudrabhat - Merge
dev
in tostaging
for Core 3.1.1 patch (#700) @prudrabhat - [MOB-21325] calculate message content size after the view is placed (#699) @rymorale
- Merge
dev
intostaging
for Core 3.1.1 (#698) @prudrabhat - Update versions [Core-3.1.1] (#697) @github-actions
- Use InAppMessage dimensions relative to host activity (#696) @rymorale
- [MOB-21093] Standardize event names (#694) @praveek
- Apply .99 alpha to versions <=22 only (#692) @prudrabhat
- Prevent CardView from applying a shadow (#693) @prudrabhat
v2.6.4-core
- 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
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
- Merge
staging
intomain
for Core v3.1.0 (#686) @prudrabhat - Merge
staging
withdev
for a patch (#688) @prudrabhat - Switch Event extension functions to properties (#687) @prudrabhat
- Merge
dev
intostaging
forCore v3.1.0
(#685) @prudrabhat - Update versions [Core-3.1.0] (#684) @github-actions
- Add support for debug events (#683) @prudrabhat
- Do not initialize SDK in direct boot mode (#682) @yangyansong-adbe
- Detach presentables before re-attaching to top Activity (#681) @prudrabhat
- Set in-app web view container background to be transparent (#680) @prudrabhat
v3.0.2-core
Release notes
- Fixed strict mode violations that happened during SDK initialization.
What’s Changed
- staging -> main (Core 3.0.2) (#677) @praveek
- dev -> staging (Core 3.0.2) (#676) @praveek
- Update versions [Core-3.0.2] (#675) @github-actions
- Add database name path to logs for better visibility (#668) @prudrabhat
- Fix strict mode violations (#674) @praveek
v3.0.1-lifecycle
- Lifecycle extension now computes the
xdm:isUpgrade
metric in theapplication.launch
event when either versionName or versionCode changes.
v3.0.1-identity
- Fixed an edge case where
a.push.optin=false
event may be sent to Analytics even whenMobileCore.setPushIdentifier()
API is not used.
v3.0.1-core
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
- staging -> main (Core 3.0.1/ Lifecycle 3.0.1/ Identity 3.0.1) (#673) @yangyansong-adbe
- dev -> staging (Core 3.0.1/ Lifecycle 3.0.1/ Identity 3.0.1) (#670) @yangyansong-adbe
- Update versions [Core-3.0.1] [Identity-3.0.1] [Lifecycle-3.0.1] (#672) @github-actions
- Catch exceptions when retrieving data from Activity (#669) @yangyansong-adbe
- Identity don't dispatch Analytics push event on privacy change (#663) @kevinlind
- Use a supervisor job and exception hander in UIService (#652) @prudrabhat
- Update MapExtensions.kt (#644) @GeorgCantor
- Lifecycle v2 enhancement (app upgrade) (#650) @yangyansong-adbe
- Always recompute screen size related calculations (#654) @prudrabhat
- Notify PresentationDelegate on all webview uri's (#651) @prudrabhat
- Fix InAppMessage Scrolling (#640) @prudrabhat
- Fix event history logs (#643) @praveek
- Update LaunchRuleTransformer.kt (#647) @GeorgCantor
- Update SetExtensions.kt (#646) @GeorgCantor
v2.6.3-core
- Enhanced error handling in the
collectLaunchInfo
API to catch exceptions when retrieving bundled data from an Activity.