summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/accessibility/AccessibilityInputFilter.java
Commit message (Expand)AuthorAgeFilesLines
* Move some system services to separate directoriesAmith Yamasani2013-12-191-404/+0
* The helper query bridge in AccessibilityServiceManager missing capability.Svetoslav2013-04-261-1/+1
* Deliver key events to the system if no accessibility service handles them.Svetoslav2013-04-261-7/+20
* Adding APIs for an accessibility service to intercept key events.Svetoslav2013-04-111-12/+47
* Refactoring of the Accessibility.Svetoslav2013-02-111-5/+9
* Ensure touch explorer and magnifier get a well-formed event stream.Svetoslav2013-02-041-5/+40
* Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-141-3/+114
* Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-031-1/+3
* Touch explorer and magnifier do not work well together.Svetoslav Ganov2012-10-021-4/+7
* Screen magnification - feature - framework.Svetoslav Ganov2012-09-061-53/+125
* Removing a workaround for incorrect window position on window move.Svetoslav Ganov2012-07-161-2/+1
* Settings crash after enabling TalkBack accessibility.Svetoslav Ganov2012-06-081-1/+3
* Cannot interact with dialogs when IME is up and on not touch explored popups.Svetoslav Ganov2012-06-071-0/+5
* Changing the interaction model of the touch explorer.Svetoslav Ganov2012-05-211-5/+4
* Keeping the screen on during gesture detection.Svetoslav Ganov2012-05-151-0/+5
* Accessibility focus - frameworkSvetoslav Ganov2012-04-131-2/+7
* Refactor input system into its own service.Jeff Brown2012-04-051-1/+1
* Turning off accessibility feature reboots the deviceSvetoslav Ganov2011-08-051-5/+8
* Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-221-20/+45
* Revert "Touch exploration feature, event bubling, refactor"Adam Powell2011-04-221-45/+20
* Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-211-20/+45
* Add input filter mechanism for accessibility.Jeff Brown2011-03-301-0/+86