summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/input
Commit message (Expand)AuthorAgeFilesLines
* Refactoring of the print sub-system and API clean up.Svetoslav Ganov2013-07-161-1/+1
* Switch from uevent model to /dev/input/event.Craig Mautner2012-09-301-8/+50
* Bundle correlated switch changes atomically.Jeff Brown2012-09-271-5/+9
* Handle user switched for settings changes.Jeff Brown2012-09-251-6/+14
* Fix issue #7214090: Need to be able to post notifications to all usersDianne Hackborn2012-09-241-4/+9
* Disentangle input manager service startup.Jeff Brown2012-09-201-17/+21
* Make input system aware of multiple displays.Jeff Brown2012-09-101-2/+4
* Make display manager tell input system about viewports.Jeff Brown2012-09-081-24/+26
* More improvements to the display manager.Jeff Brown2012-08-311-11/+10
* Make it easier to create asynchronous Handlers.Jeff Brown2012-08-251-0/+4
* Plumb the switch code into Dalvik.Jeff Brown2012-08-201-2/+6
* Merge "Introduce multiple displays with DisplayContent." into jb-mr1-devCraig Mautner2012-08-021-1/+5
|\
| * Introduce multiple displays with DisplayContent.Craig Mautner2012-08-021-1/+5
* | Make AtomicFile a public API. It's about time!Dianne Hackborn2012-07-311-1/+1
|/
* Fix merge error, put in tmp workaround for input manager.Matthew Xie2012-07-161-7/+5
* Removing a workaround for incorrect window position on window move.Svetoslav Ganov2012-07-162-266/+22
* Fix comparison of device source bits.Jeff Brown2012-05-301-7/+1
* Disable debug logs.Jeff Brown2012-05-211-4/+1
* Add support for switching between multiple keyboard layouts.Jeff Brown2012-05-202-217/+695
* Add support for grouping keyboard layouts by collection.Jeff Brown2012-05-171-8/+10
* Rename kcm attribute to keyboardLayout.Jeff Brown2012-05-111-10/+11
* Separate the internal and external display rotations.Jeff Brown2012-05-021-4/+6
* Improve handling of built-in keyboard.Jeff Brown2012-05-011-9/+10
* Add support for using the lid switch to turn off the screen.Jeff Brown2012-04-301-0/+9
* Get alias for Bluetooth devices.Jeff Brown2012-04-201-2/+34
* Support loading keyboard layout overlays from resources.Jeff Brown2012-04-171-80/+131
* Add persistence for selected keyboard layout.Jeff Brown2012-04-171-6/+208
* Add support for input devices that have vibrators.Jeff Brown2012-04-131-0/+90
* Notify applications when input devices change.Jeff Brown2012-04-121-16/+167
* Request key maps from input manager service.Jeff Brown2012-04-101-16/+233
* Move some APIs from window manager to input manager.Jeff Brown2012-04-051-52/+83
* Refactor input system into its own service.Jeff Brown2012-04-054-0/+1130