-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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: using AccessibilityNodeInfo#addAction to announce Expandable/Collapsible State #34353
Closed
Commits on Aug 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d1b97ec - Browse repository at this point
Copy the full SHA d1b97ecView commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1b2a898 - Browse repository at this point
Copy the full SHA 1b2a898View commit details -
Configuration menu - View commit details
-
Copy full SHA for d58a2db - Browse repository at this point
Copy the full SHA d58a2dbView commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4e5773c - Browse repository at this point
Copy the full SHA 4e5773cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01b0f6c - Browse repository at this point
Copy the full SHA 01b0f6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fe1630 - Browse repository at this point
Copy the full SHA 9fe1630View commit details
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0839607 - Browse repository at this point
Copy the full SHA 0839607View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14509d9 - Browse repository at this point
Copy the full SHA 14509d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5b6b07 - Browse repository at this point
Copy the full SHA e5b6b07View commit details
Commits on Aug 17, 2022
-
remove default expand/collapse action, the state is managed with java…
…script callback onAccessibilityAction
Configuration menu - View commit details
-
Copy full SHA for 28e9c3b - Browse repository at this point
Copy the full SHA 28e9c3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e707f3 - Browse repository at this point
Copy the full SHA 2e707f3View commit details
Commits on Aug 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2b18135 - Browse repository at this point
Copy the full SHA 2b18135View commit details
Commits on Sep 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7033471 - Browse repository at this point
Copy the full SHA 7033471View commit details -
invert ACTION_EXPAND and ACTION_EXPAND (codereview)
It should do the opposite, when a state is "expanded" the only available action should be "ACTION_COLLAPSE" and when a state is "collapsed" the only available action should be "ACTION_EXPAND". facebook#34353 (comment)
Configuration menu - View commit details
-
Copy full SHA for f9b710d - Browse repository at this point
Copy the full SHA f9b710dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7168f - Browse repository at this point
Copy the full SHA 8e7168fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4184f - Browse repository at this point
Copy the full SHA 6f4184fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 266f13b - Browse repository at this point
Copy the full SHA 266f13bView commit details -
change Expand/Collapse with standard action
allows user to change expand/collapse using the default action available in the accessibility menu
Configuration menu - View commit details
-
Copy full SHA for ef30488 - Browse repository at this point
Copy the full SHA ef30488View commit details
Commits on Sep 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1160c32 - Browse repository at this point
Copy the full SHA 1160c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a60946 - Browse repository at this point
Copy the full SHA 9a60946View commit details
Commits on Sep 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 125cb45 - Browse repository at this point
Copy the full SHA 125cb45View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba171fc - Browse repository at this point
Copy the full SHA ba171fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6d19e9 - Browse repository at this point
Copy the full SHA c6d19e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b80bcb3 - Browse repository at this point
Copy the full SHA b80bcb3View commit details
Commits on Sep 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 914c7a5 - Browse repository at this point
Copy the full SHA 914c7a5View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.