summaryrefslogtreecommitdiffstats
path: root/core/java/android/accessibilityservice/AccessibilityService.java
Commit message (Expand)AuthorAgeFilesLines
* Removing default accessibility gesture handling.Svetoslav Ganov2012-05-131-14/+4
* Remove activation gestures form reported and add a touch explore requesting f...Svetoslav Ganov2012-05-091-22/+5
* Renaming the constants for activation and long press.Svetoslav Ganov2012-05-081-6/+6
* Remove accessibility gestures for clockwise and counter clock wise circle.Svetoslav Ganov2012-05-021-20/+10
* Adding an opt-in mechanism for gesture detection in AccessibilityService.Svetoslav Ganov2012-04-191-109/+53
* Adding API for getting the root node info in the active window.Svetoslav Ganov2012-04-181-4/+15
* Adding some more gestures and actions for accessibility.Svetoslav Ganov2012-04-181-3/+108
* Accessibility focus - frameworkSvetoslav Ganov2012-04-131-4/+195
* am c1a0e54d: am b459b619: am 945b7cb3: Merge "docs: Accessibility Dev Guide (...Joe Fernandez2012-04-031-0/+8
|\
| * docs: Accessibility Dev Guide (subsumes Accessibility Best Practices)Joe Fernandez2012-03-281-0/+8
* | Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-1/+1
* | Speedup the accessibility window querying APIs and clean up.Svetoslav Ganov2012-01-231-13/+44
|/
* Fixing memory leaks in the accessiiblity layer.Svetoslav Ganov2011-11-291-9/+24
* docs: a couple notes for a11y methods in View and cleanup to theScott Main2011-10-141-81/+52
* Not user generated accessibility events can change the interrogation allowing...Svetoslav Ganov2011-07-261-12/+3
* Updating accessibility documentation.Svetoslav Ganov2011-06-301-110/+155
* Final polish of the interrogation feature.Svetoslav Ganov2011-06-101-2/+2
* Interrogation of the view hierarchy from an AccessibilityService.Svetoslav Ganov2011-06-061-12/+56
* Accessibility serviceconfiguration via meta-dataSvetoslav Ganov2011-05-311-8/+67
* Fix issue #1983406: Soft keyboard doesn't show up in an EditText with "digits...Dianne Hackborn2009-09-101-4/+4
* Fixing bug 2086021. AccessiblityService could sometimes get a null pointerCharles Chen2009-08-281-2/+4
* Updates from API review.Dianne Hackborn2009-07-281-0/+4
* Accessibility feature - framework changes (replacing 698, 699, 700, 701 and m...svetoslavganov2009-05-141-0/+225