summaryrefslogtreecommitdiff
path: root/core/java/android/view/accessibility/AccessibilityInteractionClient.java
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2021-07-02Allow app usage of AccessibilityInteractionClient#getInstance and clearCache ...yingleiw
2021-04-20Add prefetch result to a11y tracingSally
2021-04-09Service requests can interrupt node prefetchingSally
2021-04-02Add trace for AccessibilityInteractionClient callback interfaces.Hongming Jin
2021-03-08Revert "Service requests can interrupt node prefetching"Sally Yuen
2021-03-04Service requests can interrupt node prefetchingSally
2021-03-03Revert "Prefetching can be interrupted by other service requests."Michael Rosenfeld
2021-03-01Prefetching can be interrupted by other service requests.Sally
2020-12-22Revert "Prefetching can be interupted by other service requests."Adam Wright
2020-12-16Prefetching can be interupted by other service requests.Qasid Ahmad Sadiq
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-07Tighten up Binder.clearCallingIdentity() usage.Jeff Sharkey
2020-02-27Do not prefetching accessibility nodes while a view is scrollingRhed Jao
2020-01-31Changing the return type of takeScreenshot() (1/n)Jacky Kao
2020-01-15Implementing new API : takeScreenshot()Jacky Kao
2020-01-14Support accessibility on embedded hierarchies (1/n)Jackal Guo
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-12Don't clear cache when changing accessibility focusJackal Guo
2019-10-04Implementing new API : getWindowsOnAllDisplays()Jacky Kao
2019-09-16Modifying the mechanism of A11y window cacheJacky Kao
2018-08-20Add @UnsupportedAppUsage annotationsMathew Inwood
2018-03-29Avoid sending content changed a11y events from wrong viewsEugene Susla
2017-12-11Nullcheck to fix Autofill CTSEugene Susla
2017-12-09Prevent reporting fake package name - frameworkSvet Ganov
2017-11-09Bypass a11y cache when requestedPhil Weaver
2017-11-01In Accessibility code, wrap Binder.restoreCallingIdentity() in finally{}.Peter Visontay
2017-03-10Basic accessibility support for picture-in-picturePhil Weaver
2017-02-06Provide text locations to accessibility services.Phil Weaver
2016-08-25Add tests for accessibility cache.Phil Weaver
2015-10-21Prevent AccessibilityInteractionClient.getWindows()Maxim Bogatov
2015-06-17Clear/restore calling identity in AccessibilityInteractionClientAlan Viverette
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2015-02-02Fix broken activation of the selected view in accessibility mode.Svetoslav
2014-09-07Clicking on partially coverd views by other views or windows.Svet Ganov
2014-07-25Improve the window query API performamce.Svetoslav
2014-06-11Accessibility window changes not reported.Svetoslav
2014-04-11Adding system support for a single accessibility focus.Svetoslav
2014-03-20Added accessibility APIs for introspecting interactive windows.Svetoslav
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2013-11-06Add methods for removing children and actions from A11y nodesAlan Viverette
2013-06-05Optimizing AccessibilityNodeInfo caching.Svetoslav
2013-01-22Adding UI test automation APIs.Svetoslav Ganov
2012-12-03Refactoring of the screen magnification feature.Svetoslav Ganov
2012-05-15Prefetching of accessibility node infos getting incorrect views.Svetoslav Ganov
2012-05-11Fix inconsitency in aAccessibilityNodeInfo cache.Svetoslav Ganov
2012-04-20Adding support for traversing the content of a node info at granularity.Svetoslav Ganov
2012-04-19Adding an opt-in mechanism for gesture detection in AccessibilityService.Svetoslav Ganov