summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/accessibility
Commit message (Expand)AuthorAgeFilesLines
* BinderDied may be called after we unregistered the death recipient.Svetoslav2013-04-151-7/+18
* Merge "Crash on non-eng builds due to lacking null check." into jb-mr2-devSvetoslav2013-04-151-1/+3
|\
| * Crash on non-eng builds due to lacking null check.Svetoslav2013-04-151-1/+3
* | Fully setup newly bound service before state management.Svetoslav2013-04-151-3/+5
|/
* Adding APIs for an accessibility service to intercept key events.Svetoslav2013-04-113-45/+324
* Incorrect unbinding of accessibility services.Svetoslav2013-03-221-8/+8
* Merge "Fake accessibility service used by UiAutomation not destroyed." into j...Svetoslav2013-02-281-7/+36
|\
| * Fake accessibility service used by UiAutomation not destroyed.Svetoslav2013-02-271-7/+36
* | NPE in AccessibilityManagerService.Svetoslav2013-02-261-10/+8
|/
* Trying to unregister a semi connected accessibility service.Svetoslav2013-02-201-13/+11
* Merge "Dynamically configurable accessibility flags mishandled."Svetoslav2013-02-151-6/+10
|\
| * Dynamically configurable accessibility flags mishandled.Svetoslav2013-02-151-6/+10
* | User switch not handled properly in the accessibility manager service.Svetoslav2013-02-151-12/+47
|/
* Proper clean up when Ui test automation service is unregistered or dies.Svetoslav2013-02-131-0/+2
* Fixing a NPE in accessibility manager service.Svetoslav2013-02-131-1/+2
* Refactoring of the Accessibility.Svetoslav2013-02-112-439/+394
* Ensure touch explorer and magnifier get a well-formed event stream.Svetoslav2013-02-041-5/+40
* "Fixing backwards cmpatibility for enabling explore by touch""Svetoslav Ganov2013-02-011-36/+215
* Revert "Fixing backwards cmpatibility for enabling explore by touch"Mike Cleron2013-02-011-215/+36
* Fixing backwards cmpatibility for enabling explore by touchSvetoslav2013-02-011-36/+215
* Merge "Add accessibility actions for text editing."Svetoslav2013-01-311-1/+5
|\
| * Add accessibility actions for text editing.Svetoslav2013-01-301-1/+5
* | Remove "enhance web scripts" from settings and make it requested by plug-ins.Svetoslav2013-01-291-131/+80
|/
* Adding UI test automation APIs.Svetoslav Ganov2013-01-221-28/+31
* Rename bindService to bindServiceAsUser to follow convention.Amith Yamasani2013-01-161-1/+2
* Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-143-399/+227
* am 524962c8: am ff411ddb: Merge "Framework: Use holo alert drawables"Adam Powell2012-12-071-1/+1
|\
| * Framework: Use holo alert drawablesBjörn Lundén2012-11-151-1/+1
* | Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-033-920/+568
* | Adding dump support for the accessibility manager service.Svetoslav Ganov2012-11-211-1/+63
|/
* Merge "Polish user selector accessibility." into jb-mr1-lockscreen-devSvetoslav Ganov2012-11-021-0/+1
|\
| * Polish user selector accessibility.Svetoslav Ganov2012-11-021-0/+1
* | Merge "Cannot click on partially visible views in touch exploration." into jb...Svetoslav Ganov2012-11-021-0/+21
|\ \ | |/ |/|
| * Cannot click on partially visible views in touch exploration.Svetoslav Ganov2012-11-011-0/+21
* | Accessibility support for the lockscreen - phone.Svetoslav Ganov2012-10-311-0/+13
|/
* Accessibility layer in inconsistent state after running UI test automation te...Svetoslav Ganov2012-10-251-2/+3
* Cannot pan in browser if magnification is enabled.Svetoslav Ganov2012-10-191-4/+18
* Magnifier not respecting RTL/LTR direction and keyguard dialogs not properly ...Svetoslav Ganov2012-10-181-39/+45
* Long press not working if explore by touch and magnification are on.Svetoslav Ganov2012-10-161-2/+27
* Occasionally triple tap on the keyboard toggles screen magnification.Svetoslav Ganov2012-10-161-18/+11
* Screen magnification does not auto-pan when fragment dialog pops up.Svetoslav Ganov2012-10-111-0/+1
* Prevent out of range magnification scale to be persisted.Svetoslav Ganov2012-10-111-1/+2
* The active window for accessibility purposes can be miscomputed.Svetoslav Ganov2012-10-102-1/+16
* Show the touch explore enable dialog for the current user.Svetoslav Ganov2012-10-081-1/+3
* Merge "Accessibility active window not updated on time." into jb-mr1-devSvetoslav Ganov2012-10-062-5/+22
|\
| * Accessibility active window not updated on time.Svetoslav Ganov2012-10-052-5/+22
* | Merge "Screen magnification cannot be engaged in landscape on a phone." into ...Svetoslav Ganov2012-10-061-17/+14
|\ \
| * | Screen magnification cannot be engaged in landscape on a phone.Svetoslav Ganov2012-10-051-17/+14
| |/
* | Add flag for displaying non-user's Windows to user.Craig Mautner2012-10-051-1/+2
|/
* Merge "Accessibility HOVER_ENTER / EXIT without enclosing EXPLORATION_GESTURE...Svetoslav Ganov2012-10-041-78/+103
|\