summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/AccessibilityInteractionController.java
Commit message (Expand)AuthorAgeFilesLines
* 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