-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge staging
into main
for Core v3.1.0
#686
Commits on Jun 10, 2024
-
Set webview container background to be transparent
The InAppMessage WebView is hosted inside a Card container. By default the Card background color is grey. This is causing unintended results(grey bg being seen) for in-app messages where dimensions are set to fill the entire screen but the content only occupies a portion of it. As a soution, set the container Card's background color to Transperent as with the WebView.
Configuration menu - View commit details
-
Copy full SHA for b4d0c20 - Browse repository at this point
Copy the full SHA b4d0c20View commit details
Commits on Jun 11, 2024
-
Merge pull request #680 from prudrabhat/webview_bg_color
Set in-app web view container background to be transparent
Configuration menu - View commit details
-
Copy full SHA for d500c8c - Browse repository at this point
Copy the full SHA d500c8cView commit details
Commits on Jun 17, 2024
-
Detach presentables before re-attaching to top Activity
Currently, the ComposeView attached to the Activity when presentables are shown is not removed until the activity is destroyed. This is OK for most use-cases that follow the sigle window mode where the newly resumed activity obscures the previous one, and the presentable redraws on the new activity. However, this approach of waiting until the activity is destroyed may result in the presentables being shown on each activity in a multi-window side-by-side mode. While we do not support multi-window mode, we should ensure that the experience does not deteriorate in such a case. As a solution, change the current detachment logic to to the following: - Track the current activity that the presentable is attached to - When presentable is visble on Activity A and another activity B resumes, use the Android activity co-ordination guarantees to detach presentable from Activity-A and re-attach to Activity B - Reset the reference held to the activity that the presentable is attached to when the activity is destroyed.
Configuration menu - View commit details
-
Copy full SHA for 658223c - Browse repository at this point
Copy the full SHA 658223cView commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 413233a - Browse repository at this point
Copy the full SHA 413233aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b23ef03 - Browse repository at this point
Copy the full SHA b23ef03View commit details -
The SDKs often needs to change its standard business logic to enable debugging/testing workflows. We need an event structure that external systems can follow to generate an event that communicates to the listening SDK extension that it should operate in a debug mode - a mode outside of expected production behavior if one exists. This commit adds an eventSource "com.adobe.eventSource.debug" to identify such events. Further, it adds utility methods to identify the eventType and eventSource provided within the `data.debug` content of such events.
Configuration menu - View commit details
-
Copy full SHA for 13249d2 - Browse repository at this point
Copy the full SHA 13249d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94ed6f6 - Browse repository at this point
Copy the full SHA 94ed6f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 021b336 - Browse repository at this point
Copy the full SHA 021b336View commit details -
Moved event data extraction logic to a common place.
Configuration menu - View commit details
-
Copy full SHA for 961d94b - Browse repository at this point
Copy the full SHA 961d94bView commit details -
Configuration menu - View commit details
-
Copy full SHA for db93f8a - Browse repository at this point
Copy the full SHA db93f8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2ec12 - Browse repository at this point
Copy the full SHA bf2ec12View commit details -
Configuration menu - View commit details
-
Copy full SHA for d135c3d - Browse repository at this point
Copy the full SHA d135c3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac37d16 - Browse repository at this point
Copy the full SHA ac37d16View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9d071f - Browse repository at this point
Copy the full SHA e9d071fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 946e623 - Browse repository at this point
Copy the full SHA 946e623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 109d945 - Browse repository at this point
Copy the full SHA 109d945View commit details -
Configuration menu - View commit details
-
Copy full SHA for 326ee78 - Browse repository at this point
Copy the full SHA 326ee78View commit details -
Configuration menu - View commit details
-
Copy full SHA for acdb82f - Browse repository at this point
Copy the full SHA acdb82fView commit details
Commits on Jun 19, 2024
-
Merge pull request #681 from prudrabhat/iam_attachment
Detach presentables before re-attaching to top Activity
Configuration menu - View commit details
-
Copy full SHA for d044b40 - Browse repository at this point
Copy the full SHA d044b40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5534eb7 - Browse repository at this point
Copy the full SHA 5534eb7View commit details -
Merge pull request #682 from yangyansong-adbe/direct_boot
Do not initialize SDK in direct boot mode
Configuration menu - View commit details
-
Copy full SHA for 90638b4 - Browse repository at this point
Copy the full SHA 90638b4View commit details -
Merge pull request #683 from prudrabhat/debug_event_support
Add support for debug events
Configuration menu - View commit details
-
Copy full SHA for ee20486 - Browse repository at this point
Copy the full SHA ee20486View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ff70dc - Browse repository at this point
Copy the full SHA 4ff70dcView commit details -
Merge pull request #684 from adobe/create-pull-request/patch
Update versions [Core-3.1.0]
Configuration menu - View commit details
-
Copy full SHA for d080bb8 - Browse repository at this point
Copy the full SHA d080bb8View commit details -
Merge pull request #685 from adobe/dev
Merge `dev` into `staging` for `Core v3.1.0`
Configuration menu - View commit details
-
Copy full SHA for 135dd43 - Browse repository at this point
Copy the full SHA 135dd43View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef82218 - Browse repository at this point
Copy the full SHA ef82218View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae60e51 - Browse repository at this point
Copy the full SHA ae60e51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3efc840 - Browse repository at this point
Copy the full SHA 3efc840View commit details -
Merge pull request #687 from prudrabhat/debug_event_prop
Switch Event extension functions to properties
Configuration menu - View commit details
-
Copy full SHA for 83f5734 - Browse repository at this point
Copy the full SHA 83f5734View commit details -
Merge pull request #688 from adobe/dev
Merge `staging` with `dev` for a patch
Configuration menu - View commit details
-
Copy full SHA for 449a92b - Browse repository at this point
Copy the full SHA 449a92bView commit details