summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add live region politeness to View, AccessibilityNodeInfo" into klp-devAlan Viverette2013-09-133-109/+80
|\
| * Add live region politeness to View, AccessibilityNodeInfoAlan Viverette2013-09-123-109/+80
* | Remove unneeded print APIs and update the min margins APIs.Svetoslav2013-09-121-1/+1
|/
* Merge "AccessibilityNodeInfo incorrectly cloned." into klp-devSvetoslav Ganov2013-09-091-3/+41
|\
| * AccessibilityNodeInfo incorrectly cloned.Svetoslav Ganov2013-09-091-3/+41
* | Add WebVTT caption rendererAlan Viverette2013-09-061-4/+4
|/
* Merge "Update captioning APIs" into klp-devAlan Viverette2013-08-301-62/+238
|\
| * Update captioning APIsAlan Viverette2013-08-291-62/+238
* | Update AccessibilityNodeInfo API as per API council requestSvetoslav Ganov2013-08-271-91/+115
|/
* Remove duplicate sealed node checks, add missing checksAlan Viverette2013-08-191-7/+1
* Move caption style to its own class, add presetsAlan Viverette2013-08-022-246/+229
* Add secure settings for captionsAlan Viverette2013-07-231-0/+246
* Fixing bugs discovered by the CTS tests.Svetoslav2013-07-151-7/+5
* Update Javadoc referencesSvetoslav2013-06-181-3/+3
* Adding traits APIs to AccessibilityNodeInfo.Svetoslav2013-06-181-1/+662
* Optimizing AccessibilityNodeInfo caching.Svetoslav2013-06-055-79/+201
* am 80127981: am c0a979ce: Merge "Fixing the accessibility text traversal in e...Svetoslav2013-05-141-1/+1
|\
| * Fixing the accessibility text traversal in extend mode.Svetoslav2013-05-101-1/+1
* | am 939ff0ac: am 4c783066: Merge "Fixing bugs exposed when moving accessibilit...Svetoslav2013-04-231-0/+1
|\ \ | |/
| * Fixing bugs exposed when moving accessibility CTS tests to UiAutomation.Svetoslav2013-04-231-0/+1
* | am 7bf02d12: am a61464d7: Merge "Making new node id APIs return strings." int...Svetoslav2013-04-231-5/+5
|\ \ | |/
| * Making new node id APIs return strings.Svetoslav2013-04-221-5/+5
* | Remove a workaround for accessibility managers that works across users.Svetoslav2013-02-281-36/+18
|/
* Fake accessibility service used by UiAutomation not destroyed.Svetoslav2013-02-271-1/+1
* Set accessibility cursor in non-text views with content description.Svetoslav2013-02-061-36/+113
* Fix a javaDoc errorSvetoslav2013-02-051-1/+1
* Rename a member variableSvetoslav2013-02-051-9/+9
* Renaming some APIsSvetoslav2013-02-051-2/+2
* Add to string implementation for the new accessibility actions.Svetoslav Ganov2013-02-011-1/+9
* Add accessibility actions for text editing.Svetoslav2013-01-301-6/+98
* Update JavaDocSvetoslav2013-01-291-2/+2
* Adding UI test automation APIs.Svetoslav Ganov2013-01-223-15/+92
* Adding API for refreshing the state of an AccessibilityNodeInfo.Svetoslav Ganov2012-12-031-0/+25
* Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-032-57/+27
* Switching the accessibility poolable classes to the new pool management APIs.Svetoslav Ganov2012-11-282-55/+13
* Adding dump support for the accessibility manager service.Svetoslav Ganov2012-11-211-47/+169
* Polish user selector accessibility.Svetoslav Ganov2012-11-021-0/+11
* Global gesture to toggle Accessibility system-wide.Svetoslav Ganov2012-09-271-0/+4
* Multi-user support for the accessibility layer.Svetoslav Ganov2012-09-212-16/+56
* Adding accessibility events for touch and gesture detection states.Svetoslav Ganov2012-09-141-18/+80
* Allowing association between a view and its label for accessibility.Svetoslav Ganov2012-09-131-0/+124
* Removing a workaround for incorrect window position on window move.Svetoslav Ganov2012-07-162-24/+15
* Remove the accessibility focus search code.Svetoslav Ganov2012-07-022-62/+0
* API for finding accessibility focus in virtual tree not needed.Svetoslav Ganov2012-06-171-0/+2
* Accessibility focus search and setting it from hover are performed by the cli...Svetoslav Ganov2012-06-152-7/+3
* Settings crash after enabling TalkBack accessibility.Svetoslav Ganov2012-06-081-2/+4
* Cannot interact with dialogs when IME is up and on not touch explored popups.Svetoslav Ganov2012-06-072-15/+22
* Client app crashes if accessibility service uses invalid focus type.Svetoslav Ganov2012-06-041-0/+32
* Prefetching of accessibility node infos getting incorrect views.Svetoslav Ganov2012-05-152-1/+63
* Fix inconsitency in aAccessibilityNodeInfo cache.Svetoslav Ganov2012-05-112-47/+191