summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/accessibility
Commit message (Expand)AuthorAgeFilesLines
* am c1a0e54d: am b459b619: am 945b7cb3: Merge "docs: Accessibility Dev Guide (...Joe Fernandez2012-04-035-0/+33
|\
| * docs: Accessibility Dev Guide (subsumes Accessibility Best Practices)Joe Fernandez2012-03-285-0/+33
* | Merge "Fix obvious typos under frameworks/base/core"Ken Wakasa2012-03-092-2/+2
|\ \
| * | Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-092-2/+2
* | | Adding an announcement type accessibility event and a method on View to annou...Svetoslav Ganov2012-03-091-0/+28
|/ /
* | AccessibilityNodeInfos node properly cached.Svetoslav Ganov2012-02-241-13/+21
* | Fixing issues with the AccessibilityNodeInfo cache.Svetoslav Ganov2012-02-235-18/+213
* | Improving accessibility APIs used for UI automation.Svetoslav Ganov2012-02-212-37/+40
* | Speedup the accessibility window querying APIs and clean up.Svetoslav Ganov2012-01-235-67/+112
* | am 0bfdd7c2: am e9f24a43: Merge "Fix memory leaks in the accessibility layer....Svetoslav Ganov2011-12-011-7/+8
|\ \ | |/
| * Fix memory leaks in the accessibility layer.Svetoslav Ganov2011-12-011-7/+8
* | Fixing the buildSvetoslav Ganov2011-11-301-1/+1
* | Fixing the build - for realSvetoslav Ganov2011-11-301-4/+4
* | Fixing the buildSvetoslav Ganov2011-11-301-2/+4
* | resolved conflicts for merge of 26f7a81f to masterSvetoslav Ganov2011-11-305-174/+233
|\ \ | |/
| * Fixing memory leaks in the accessiiblity layer.Svetoslav Ganov2011-11-295-160/+222
* | am bdc2912d: am d8a3cabc: Merge "Text selection AccessibilityEvents are missi...Svetoslav Ganov2011-11-181-9/+0
|\ \ | |/
| * Text selection AccessibilityEvents are missing text.Svetoslav Ganov2011-11-181-9/+0
* | Merge "Minor documentation fixes for the APIs to expose virtual view tree."Svetoslav Ganov2011-10-271-3/+3
|\ \
| * | Minor documentation fixes for the APIs to expose virtual view tree.Svetoslav Ganov2011-10-251-3/+3
* | | resolved conflicts for merge of b0267e28 to masterSvetoslav Ganov2011-10-261-1/+1
|\ \ \ | |/ / |/| / | |/
| * AccessibilityNodeInfo makes incorrect check before calling into the system.Svetoslav Ganov2011-10-261-1/+1
* | Adding APIs to enable reporting virtual view hierarchies to accessibility ser...Svetoslav Ganov2011-10-216-93/+408
|/
* am f755a2e8: Merge "docs: a couple notes for a11y methods in View and cleanup...Scott Main2011-10-171-5/+6
|\
| * docs: a couple notes for a11y methods in View and cleanup to theScott Main2011-10-141-5/+6
* | Add AccessibilityRecord#getMaxScrollX and #getMaxScrollY to the pubic APISvetoslav Ganov2011-10-111-8/+0
|/
* Accessibility text changed event text not populated.Svetoslav Ganov2011-10-101-9/+0
* Fixing errors in position information of scrollable views reported for access...Svetoslav Ganov2011-10-062-19/+135
* The logic for not populating text to some accessibility events is scattered.Svetoslav Ganov2011-09-301-13/+154
* Update the public APIs for finding views by text to optionally use content de...Svetoslav Ganov2011-09-141-0/+1
* Inter process interrogation ocassionally gets stuck.Svetoslav Ganov2011-09-091-17/+7
* Intra-process view hierarchy interrogation does not work.Svetoslav Ganov2011-08-246-41/+557
* AccessibilityEvent#toString() always reports -1 for record count.Svetoslav Ganov2011-08-041-1/+1
* Touch exploration state set to clients asynchronously and depended on talking...Svetoslav Ganov2011-07-224-26/+28
* Touch exploration separate setting and API to poll the latter state.Svetoslav Ganov2011-07-184-7/+71
* Scroll events should indicate whether or not they have pixel data.Svetoslav Ganov2011-07-171-18/+18
* Fix runtime reboot loop.Jim Miller2011-06-301-4/+1
* Updating accessibility documentation.Svetoslav Ganov2011-06-306-186/+358
* Fixing the buildSvetoslav Ganov2011-06-272-3/+3
* Added scroll and text selection change accessibility events.Svetoslav Ganov2011-06-263-75/+286
* AccessiblityNodeInfo#findAccessibilityNodesByText returns null if non found.Svetoslav Ganov2011-06-211-2/+3
* ListView do not fire accessibility hover events.Svetoslav Ganov2011-06-201-1/+1
* Final polish of the interrogation feature.Svetoslav Ganov2011-06-104-144/+264
* Bug fixes in the accessibility interrogation APIsSvetoslav Ganov2011-06-101-0/+21
* AccessibilityNodeInfo and AccessibilityEvent to initialized properly.Svetoslav Ganov2011-06-082-5/+6
* Interrogation of the view hierarchy from an AccessibilityService.Svetoslav Ganov2011-06-068-24/+1468
* Accessibility serviceconfiguration via meta-dataSvetoslav Ganov2011-05-313-20/+69
* Fixing my build fixSvetoslav Ganov2011-05-181-1/+1
* Touch exploration - nitsSvetoslav Ganov2011-04-292-8/+12
* Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-224-333/+590