summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/input
Commit message (Expand)AuthorAgeFilesLines
* 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