summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Adding system support for a single accessibility focus.Svetoslav2014-04-112-0/+16
* Adding render stats APIs to UiAutomation (framework).Svetoslav2014-04-071-0/+2
* Fix BuildBaligh Uddin2014-03-201-1/+1
* Fix buildSvetoslav2014-03-201-0/+7
* Added accessibility APIs for introspecting interactive windows.Svetoslav2014-03-2010-510/+1460
* NPE in AccessibilityNodeInfoCahce.Svetoslav2014-03-031-5/+7
* Reverting changes to the accessibility layer.Svetoslav2014-03-031-7/+5
* add new accessibility action for EditText to set text contentGuang Zhu2014-02-201-0/+28
* Merge "Add selection properties to CollectionInfo, CollectionItemInfo"Alan Viverette2014-02-141-17/+95
|\
| * Add selection properties to CollectionInfo, CollectionItemInfoAlan Viverette2014-02-121-17/+95
* | reduce error logs from disconnected AccessibilityNodeInfo'sGuang Zhu2014-02-121-1/+8
|/
* Set properties for pooled CollectionItemInfo, CollectionInfoAlan Viverette2014-02-121-10/+23
* Adding the print and accessibility pacelables to framework.aidlSvetoslav Ganov2014-01-281-0/+19
* Merge "Add APIs and implementation for additional caption edge types"Alan Viverette2013-12-201-4/+15
|\
| * Add APIs and implementation for additional caption edge typesAlan Viverette2013-12-191-4/+15
* | am 9158825f: Move some system services to separate directoriesAmith Yamasani2013-12-191-13/+27
|\ \ | |/ |/|
| * Move some system services to separate directoriesAmith Yamasani2013-12-191-13/+27
* | Fixing some accessibility bugs.Svetoslav2013-12-131-5/+7
* | Add caption window color attributeAlan Viverette2013-12-111-11/+17
* | Remove unused imports from frameworks/base.John Spurlock2013-11-202-2/+0
* | Add methods for removing children and actions from A11y nodesAlan Viverette2013-11-063-44/+162
* | am 24512c85: am 6f756e56: am 96844ed8: fix javadoc linkScott Main2013-10-181-1/+1
|\ \ | |/
| * fix javadoc linkScott Main2013-10-181-1/+1
* | Lazily create AccessibilityEvent record listAlan Viverette2013-10-161-22/+38
* | am 66b5b5b2: am cb38a97c: am 90abd6d1: Merge "Ensure accessibility node cache...Alan Viverette2013-10-101-1/+2
|\ \ | |/
| * Merge "Ensure accessibility node cache is synced with service state" into klp...Alan Viverette2013-10-101-1/+2
| |\
| | * Ensure accessibility node cache is synced with service stateAlan Viverette2013-10-091-1/+2
* | | am 1cac53fa: am b8a140f3: am 1e2b6438: Merge "Fix accessibility state callbac...Alan Viverette2013-10-091-2/+6
|\ \ \ | |/ /
| * | Fix accessibility state callbacksAlan Viverette2013-10-091-2/+6
* | | am 9f57774e: am 972de252: am 24305da7: Merge "Add listener for changes to tou...Alan Viverette2013-10-091-20/+76
|\ \ \ | |/ /
| * | Merge "Add listener for changes to touch exploration state" into klp-devAlan Viverette2013-10-091-20/+76
| |\ \ | | |/ | |/|
| | * Add listener for changes to touch exploration stateAlan Viverette2013-10-091-20/+76
* | | am fdcd50f1: am 53f16ba2: am 0cc8276d: Merge "Add missing locking when updati...Svetoslav2013-10-091-1/+3
|\ \ \ | |/ /
| * | Add missing locking when updating the accessibility node info cache.Svetoslav2013-10-081-1/+3
| |/
* | am 80fad292: am 6d774ac6: am bdae8148: Merge "Provide example actions in Acce...Alan Viverette2013-10-071-1/+11
|\ \ | |/
| * Provide example actions in AccessibilityEvent.setAction() docsAlan Viverette2013-10-041-1/+11
* | am e3ba7f24: am c379752a: am 3320ef95: Merge "Add findFocus API for Accessibi...Alan Viverette2013-10-021-0/+15
|\ \ | |/
| * Add findFocus API for AccessibilityNodeProviderAlan Viverette2013-09-301-0/+15
* | Add accessibility display adjustmentsAlan Viverette2013-09-301-0/+36
|/
* 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