summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/AccessibilityInteractionController.java
Commit message (Expand)AuthorAgeFilesLines
* Fix broken activation of the selected view in accessibility mode.Svetoslav2015-02-021-95/+0
* Abort accessibility node prefetch if parent node is nullAlan Viverette2014-11-041-5/+7
* Accessibility node provider getting invalid virtual view id.Svetoslav2014-09-281-1/+1
* Using wrong virtual view id When prefetching accessibility nodes.Svetoslav2014-09-251-1/+7
* Clicking on partially coverd views by other views or windows.Svet Ganov2014-09-071-16/+130
* Fix AccessibilityNode's isVisibleToUser behavior.Svetoslav2014-09-021-7/+51
* Disable node tree consistency check on user builds.Svetoslav2014-03-281-1/+1
* Added accessibility APIs for introspecting interactive windows.Svetoslav2014-03-201-23/+130
* Remove unused imports from frameworks/base.John Spurlock2013-11-201-2/+0
* Add methods for removing children and actions from A11y nodesAlan Viverette2013-11-061-6/+5
* Add findFocus API for AccessibilityNodeProviderAlan Viverette2013-09-301-2/+8
* Optimizing AccessibilityNodeInfo caching.Svetoslav2013-06-051-0/+4
* Optimize loading of resource name when reported to accessibility.Svetoslav2013-02-111-9/+2
* Adding UI test automation APIs.Svetoslav Ganov2013-01-221-47/+80
* Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-031-23/+97
* Window position not reported if the window is not moved.Svetoslav Ganov2012-08-061-73/+14
* Removing a workaround for incorrect window position on window move.Svetoslav Ganov2012-07-161-68/+14
* AccessibilityNodeInfo bounds in screen incorrect if application scale not one...Svetoslav Ganov2012-07-091-0/+41
* Remove the accessibility focus search code.Svetoslav Ganov2012-07-021-32/+3
* API for finding accessibility focus in virtual tree not needed.Svetoslav Ganov2012-06-171-2/+4
* Cannot interact with dialogs when IME is up and on not touch explored popups.Svetoslav Ganov2012-06-071-13/+101
* AccessibilityInteractionController crash with IndexOutOfBoundException.Svetoslav Ganov2012-06-011-1/+3
* Prefetching of accessibility node infos getting incorrect views.Svetoslav Ganov2012-05-151-13/+16
* Accessibility focus traversal in virtual nodes.Svetoslav Ganov2012-05-151-14/+22
* Improving accessibility focus traversal.Svetoslav Ganov2012-05-141-1/+1
* Fixed typo in findAccessibilityFocus API.alanv2012-05-091-1/+1
* AccessibilityNodeInfo for visible views should reported.Svetoslav Ganov2012-05-071-11/+21
* Removing hierarchical accessibility focus directions.Svetoslav Ganov2012-04-231-41/+45
* Adding support for traversing the content of a node info at granularity.Svetoslav Ganov2012-04-201-4/+9
* UI test automation cannot get the root node and gets null children.Svetoslav Ganov2012-04-191-43/+24
* Adding some more gestures and actions for accessibility.Svetoslav Ganov2012-04-181-3/+6
* Views with zero alpha are shown for accessibility.Svetoslav Ganov2012-04-171-0/+1
* Accessibility focus - frameworkSvetoslav Ganov2012-04-131-0/+900