index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
input
/
InputManagerService.java
Age
Commit message (
Expand
)
Author
2013-12-19
Move some system services to separate directories
Amith Yamasani
2013-11-07
Add media router service and integrate with remote displays.
Jeff Brown
2013-09-10
Propagate input ANR reason to activity manager log.
Jeff Brown
2013-07-16
Refactoring of the print sub-system and API clean up.
Svetoslav Ganov
2012-09-30
Switch from uevent model to /dev/input/event.
Craig Mautner
2012-09-27
Bundle correlated switch changes atomically.
Jeff Brown
2012-09-25
Handle user switched for settings changes.
Jeff Brown
2012-09-24
Fix issue #7214090: Need to be able to post notifications to all users
Dianne Hackborn
2012-09-20
Disentangle input manager service startup.
Jeff Brown
2012-09-10
Make input system aware of multiple displays.
Jeff Brown
2012-09-08
Make display manager tell input system about viewports.
Jeff Brown
2012-08-31
More improvements to the display manager.
Jeff Brown
2012-08-25
Make it easier to create asynchronous Handlers.
Jeff Brown
2012-08-20
Plumb the switch code into Dalvik.
Jeff Brown
2012-07-16
Fix merge error, put in tmp workaround for input manager.
Matthew Xie
2012-07-16
Removing a workaround for incorrect window position on window move.
Svetoslav Ganov
2012-05-30
Fix comparison of device source bits.
Jeff Brown
2012-05-21
Disable debug logs.
Jeff Brown
2012-05-20
Add support for switching between multiple keyboard layouts.
Jeff Brown
2012-05-17
Add support for grouping keyboard layouts by collection.
Jeff Brown
2012-05-11
Rename kcm attribute to keyboardLayout.
Jeff Brown
2012-05-02
Separate the internal and external display rotations.
Jeff Brown
2012-05-01
Improve handling of built-in keyboard.
Jeff Brown
2012-04-30
Add support for using the lid switch to turn off the screen.
Jeff Brown
2012-04-20
Get alias for Bluetooth devices.
Jeff Brown
2012-04-17
Support loading keyboard layout overlays from resources.
Jeff Brown
2012-04-17
Add persistence for selected keyboard layout.
Jeff Brown
2012-04-13
Add support for input devices that have vibrators.
Jeff Brown
2012-04-12
Notify applications when input devices change.
Jeff Brown
2012-04-10
Request key maps from input manager service.
Jeff Brown
2012-04-05
Move some APIs from window manager to input manager.
Jeff Brown
2012-04-05
Refactor input system into its own service.
Jeff Brown