summaryrefslogtreecommitdiff
path: root/core/java/android/view/AccessibilityInteractionController.java
AgeCommit message (Expand)Author
2021-04-09Service requests can interrupt node prefetchingSally
2021-03-08Revert "Service requests can interrupt node prefetching"Sally Yuen
2021-03-04Service requests can interrupt node prefetchingSally
2021-03-03Merge "Revert "Prefetching can be interrupted by other service requests."" in...Michael Rosenfeld
2021-03-03Merge "Checks viewId's nullibility before findA11yNodeInfos" into sc-devLucy Chang
2021-03-03Revert "Prefetching can be interrupted by other service requests."Michael Rosenfeld
2021-03-01Prefetching can be interrupted by other service requests.Sally
2021-02-18Checks viewId's nullibility before findA11yNodeInfoslucychang
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-12-14Remove recycling magnificationSpec and region.Qasid Ahmad Sadiq
2020-04-03Populate AccessibilityEvent.getAction when preforming an actionHiroki Sato
2020-02-17Apply the screen matrix to the boundsInScreenJackal Guo
2020-02-11Support accessibility on embedded hierarchies (2/n)Jackal Guo
2019-07-11Improve A11yNodeInfo visibility for magnificationRhed Jao
2019-05-23A11y support for windows in a re-parented displayJackal Guo
2019-04-23Race condition while injecting ACTION_OUTSIDEJackal Guo
2019-03-21Refine adjustIsVisibleToUserJackal Guo
2019-02-13Fix Autofill PartitionedActivityTest fail.Rhed Jao
2019-02-06Use map to traverse accessibilityIds instead of the view treeQasid Ahmad Sadiq
2019-01-08Improve clear a11y forcus for A11yManagerServiceRhed Jao
2018-09-05Accessibility actions should trigger ACTION_OUTSIDEJackal Guo
2017-03-24Add API for apps to prepare for some a11y requestsPhil Weaver
2017-03-10Basic accessibility support for picture-in-picturePhil Weaver
2017-02-08Replace com.android.internal.util.Predicate with java.util.function.PredicatePaul Duffin
2017-02-06Provide text locations to accessibility services.Phil Weaver
2017-01-09Accessibility support for ClickableSpanPhil Weaver
2016-02-19Discard prefetched disconnected predecessors of a virtual node.Svet Ganov
2015-06-04Merge "Make node retrieval methods in AccessibilityManagerService use separat...Svetoslav Ganov
2015-06-03Make node retrieval methods in AccessibilityManagerService use separate Regio...Nirmal Patel
2015-05-28Fix calls to Rect.intersect() in package android.viewDoris Liu
2015-05-07Disable input during Activity Transition.George Mount
2015-02-02Fix broken activation of the selected view in accessibility mode.Svetoslav
2014-11-04Abort accessibility node prefetch if parent node is nullAlan Viverette
2014-09-28Accessibility node provider getting invalid virtual view id.Svetoslav
2014-09-25Using wrong virtual view id When prefetching accessibility nodes.Svetoslav
2014-09-07Clicking on partially coverd views by other views or windows.Svet Ganov
2014-09-02Fix AccessibilityNode's isVisibleToUser behavior.Svetoslav
2014-03-28Disable node tree consistency check on user builds.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-09-30Add findFocus API for AccessibilityNodeProviderAlan Viverette
2013-06-05Optimizing AccessibilityNodeInfo caching.Svetoslav
2013-02-11Optimize loading of resource name when reported to accessibility.Svetoslav
2013-01-22Adding UI test automation APIs.Svetoslav Ganov
2012-12-03Refactoring of the screen magnification feature.Svetoslav Ganov
2012-08-06Window position not reported if the window is not moved.Svetoslav Ganov
2012-07-16Removing a workaround for incorrect window position on window move.Svetoslav Ganov
2012-07-09AccessibilityNodeInfo bounds in screen incorrect if application scale not one...Svetoslav Ganov