Skip to content
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

staging -> main (core v2.6.0) #590

Merged
merged 10 commits into from
Nov 16, 2023
Merged

staging -> main (core v2.6.0) #590

merged 10 commits into from
Nov 16, 2023

Commits on Nov 10, 2023

  1. Fix UI takeover behavior

    - The UI takeover setting was incorrectly implemented on Android. Taps occurring outside of the in-app webview were dismissing the message if ui takeover was disabled. This pr updates the behavior to allow the taps to interact with the UI if ui takeover is disabled. Additionally, the decor view background will not be dimmed if ui takeover is disabled.
    rymorale committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b13c13f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. fix MessageGesture enum, fix background tap behavior

    - fix the background tap MessageGesture value
    - if a gesture is defined for background taps, load the defined behavior url string using the FullscreenMessageDelegate#overrideUrlLoad.
    rymorale committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c3ae4ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c056a34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    503d73a View commit details
    Browse the repository at this point in the history
  4. Update core.api

    rymorale committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e1043d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e9c1e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8afe785 View commit details
    Browse the repository at this point in the history
  7. Update versions [Core-2.6.0]

    praveek authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    934fab1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8b1104 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    65b082a View commit details
    Browse the repository at this point in the history