summaryrefslogtreecommitdiffstats
path: root/core/java/android/accessibilityservice/AccessibilityService.java
Commit message (Expand)AuthorAgeFilesLines
* Replacing accessibility service permissions with capability attributes.Svetoslav2013-04-181-0/+2
* Adding APIs for an accessibility service to intercept key events.Svetoslav2013-04-111-14/+74
* Adding new APIs to UiAutomation.Svetoslav2013-02-111-1/+1
* AccessibilityNodeINfo cache not cleared when accessibility is disabled.Svetoslav2013-01-221-0/+1
* Adding UI test automation APIs.Svetoslav Ganov2013-01-221-2/+7
* resolved conflicts for merge of ebcbfb3f to masterMita Yun2012-12-101-1/+1
|\
| * Use asynchronous messages for input method events.Mita Yun2012-12-061-1/+1
* | Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-031-0/+9
|/
* Adding a global accessibility action to open quick settings.Svetoslav Ganov2012-09-251-1/+6
* misc doc bugs.Scott Main2012-08-061-1/+1
* Docs (mostly): enumerate JELLY_BEAN target SDK changes.Dianne Hackborn2012-06-061-2/+3
* Fixing the build for real.Svetoslav Ganov2012-05-161-2/+1
* Accessibility service needs to request permission to be bound to.Svetoslav Ganov2012-05-161-2/+7
* 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