summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/accessibility
Commit message (Expand)AuthorAgeFilesLines
* Accessibility: Ensure fresh accessilbity focused and input focused nodes.Svetoslav2015-02-131-3/+29
* Fix broken activation of the selected view in accessibility mode.Svetoslav2015-02-023-80/+0
* Fix a race in accessibility manager.Svetoslav2014-12-291-17/+15
* Clear clicked nodes from the accessibiliy cache.Svet Ganov2014-12-051-0/+1
* Adding APIs to enable apps to influence accessibility traversal.Svetoslav2014-10-301-21/+147
* APIs for an accessibility service to put interaction tracking overlays.Svetoslav2014-10-211-9/+26
* Fix memory leak in accessibility cache.Svetoslav2014-09-191-21/+6
* Ensure we always have valid colors in CaptionStyleAlan Viverette2014-09-161-10/+25
* Clicking on partially coverd views by other views or windows.Svet Ganov2014-09-073-0/+83
* Fix AccessibilityNode's isVisibleToUser behavior.Svetoslav2014-09-021-9/+10
* Fix accessiblity CTS tests (framework).Svetoslav2014-08-262-4/+29
* Check accessibility cache integrity only on eng builds.Svet Ganov2014-08-131-1/+1
* Add API for obtaining max text length for accessibilityAlan Viverette2014-08-121-2/+36
* Properly update accessibility manager state.Svet Ganov2014-08-051-37/+21
* Improve the window query API performamce.Svetoslav2014-07-252-36/+26
* Updated accessibility nodes not properly cached.Svetoslav2014-07-241-23/+14
* Add accessibility text contrast settingChris Craik2014-07-161-6/+112
* Add API on AccessibilityNodeInfo for retrieving TextView errorAlan Viverette2014-07-071-0/+32
* Accessibility window changes not reported.Svetoslav2014-06-111-11/+5
* Add defaults for caption colors and edge typeAlan Viverette2014-06-041-12/+104
* Fixing bugs due to the new custom accessibility action APIs.Svetoslav2014-05-211-10/+1
* Consider addAction(int action) to possibly be a bit maskKristian Monsen2014-05-201-5/+4
* Adding custom events to AccessibilityNodeInfoKristian Monsen2014-05-151-21/+618
* 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