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

[Android] Prevent the tap that closes an open SwipeView from being propagated to children #24275

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Aug 16, 2024

  1. if the gesture has a diff of 0,0 then it's a tap

    an open swipeview will close on tap, so intercept the touch if the swipeview is currently open
    Sam Jordan committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4dd1903 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. added unit tests for issue 23921

    Sam Jordan committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b4e0e5c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 20, 2024

  1. corrected name of backing code

    Sam committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3d04911 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. fixed test page namespace

    set automationId properties on test view
    tests currently succeed if they are run independently
    Sam committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    99f1330 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. updated tests. instead of trying to use the same swipe + button combo…

    …, add two of them and point one test at each
    Sam committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    72a70fc View commit details
    Browse the repository at this point in the history