1. 2f39e9f Switch from uevent model to /dev/input/event. by Craig Mautner · 12 years ago
  2. bcc046a Bundle correlated switch changes atomically. by Jeff Brown · 12 years ago
  3. d493596 Handle user switched for settings changes. by Jeff Brown · 12 years ago
  4. 50cdf7c3 Fix issue #7214090: Need to be able to post notifications to all users by Dianne Hackborn · 12 years ago
  5. a9d131c Disentangle input manager service startup. by Jeff Brown · 12 years ago
  6. 83d616a Make input system aware of multiple displays. by Jeff Brown · 12 years ago
  7. d728bf5 Make display manager tell input system about viewports. by Jeff Brown · 12 years ago
  8. 4ed8fe7 More improvements to the display manager. by Jeff Brown · 12 years ago
  9. a2910d0 Make it easier to create asynchronous Handlers. by Jeff Brown · 12 years ago
  10. 5338428 Plumb the switch code into Dalvik. by Jeff Brown · 12 years ago
  11. 9631314 Fix merge error, put in tmp workaround for input manager. by Matthew Xie · 12 years ago
  12. c9c9a48 Removing a workaround for incorrect window position on window move. by Svetoslav Ganov · 12 years ago
  13. 7e4ff4b Fix comparison of device source bits. by Jeff Brown · 12 years ago
  14. 1b9ba57 Disable debug logs. by Jeff Brown · 12 years ago
  15. cf39bdf Add support for switching between multiple keyboard layouts. by Jeff Brown · 12 years ago
  16. d9fec5d Add support for grouping keyboard layouts by collection. by Jeff Brown · 12 years ago
  17. 2f09576 Rename kcm attribute to keyboardLayout. by Jeff Brown · 12 years ago
  18. 93de746 Separate the internal and external display rotations. by Jeff Brown · 12 years ago
  19. daa3753 Improve handling of built-in keyboard. by Jeff Brown · 12 years ago
  20. c458ce9 Add support for using the lid switch to turn off the screen. by Jeff Brown · 12 years ago
  21. 5bbd4b4 Get alias for Bluetooth devices. by Jeff Brown · 12 years ago
  22. 6ec6f79 Support loading keyboard layout overlays from resources. by Jeff Brown · 12 years ago
  23. a3bc565 Add persistence for selected keyboard layout. by Jeff Brown · 12 years ago
  24. a47425a Add support for input devices that have vibrators. by Jeff Brown · 12 years ago
  25. af9e8d3 Notify applications when input devices change. by Jeff Brown · 12 years ago
  26. 9f25b7f Request key maps from input manager service. by Jeff Brown · 12 years ago
  27. ac14351 Move some APIs from window manager to input manager. by Jeff Brown · 12 years ago
  28. 4532e61 Refactor input system into its own service. by Jeff Brown · 12 years ago[Renamed (60%) from services/java/com/android/server/wm/InputManager.java]
  29. 3080280 Remove the input dispatcher throttle. by Jeff Brown · 12 years ago
  30. 532147b increase the rate at which we dispatch events. by Chet Haase · 13 years ago
  31. 905805a Improve screenshot chord debouncing. Bug: 5011907 by Jeff Brown · 13 years ago
  32. daf4a12 Add a "show touches" option for demos and presentations. Bug: 4569045 by Jeff Brown · 13 years ago
  33. 89ef072 Add input system to Watchdog. Bug: 5094994 by Jeff Brown · 13 years ago
  34. bc68a59 Report the external display size to the input reader. by Jeff Brown · 13 years ago
  35. 9302c87 Refactor input dispatcher use of window/app handles. by Jeff Brown · 13 years ago
  36. a4d1bc5 Drop obsolete touch screen hacks. by Jeff Brown · 13 years ago
  37. 774ed9d resolved conflicts for merge of 8b2c0014 to master by Jeff Brown · 13 years ago
  38. bb3fcba0c Touch pad improvements. Bug: 4124987 by Jeff Brown · 13 years ago
  39. 7218d83 resolved conflicts for merge of ca2b552d to master by Jeff Brown · 13 years ago
  40. f3b57de resolved conflicts for merge of 7e193916 to master by Dianne Hackborn · 13 years ago
  41. 1a84fd1 Add a preference panel for mouse speed. by Jeff Brown · 13 years ago
  42. 214eaf4 Use ViewConfiguration to seed input system configuration. by Jeff Brown · 13 years ago
  43. 86ea1f5 Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 13 years ago
  44. 2352b97 Initial checkin of spot presentation for touchpad gestures. by Jeff Brown · 13 years ago
  45. 0029c66 Add input filter mechanism for accessibility. by Jeff Brown · 13 years ago
  46. 88dd6e6 set max_events_per_sec to 55 by makarand.karvekar · 13 years ago
  47. a454767 Get key repeat timeout and delay from ViewConfiguration. by Jeff Brown · 13 years ago
  48. 56194eb Wake screen from external HID peripherals. by Jeff Brown · 13 years ago
  49. 05dc66a Fade out the mouse pointer after inactivity or other events. by Jeff Brown · 13 years ago
  50. a924dc0d Start window manager refactoring. by Dianne Hackborn · 13 years ago[Renamed (99%) from services/java/com/android/server/InputManager.java]
  51. fe50892 Filter virtual keys after touches. by Jeff Brown · 14 years ago
  52. c827699 Merge "Add volume down as a safe mode key for Stingray." into honeycomb by Jeff Brown · 14 years ago
  53. 909733c Use holo style mouse pointer. by Jeff Brown · 14 years ago
  54. b09abc1 Add volume down as a safe mode key for Stingray. by Jeff Brown · 14 years ago
  55. 928e054 Prevent events from getting backlogged. by Jeff Brown · 14 years ago
  56. b4ff35d Mouse pointer integration. by Jeff Brown · 14 years ago
  57. 83c0968 Add initial support for cursor-based pointing devices. by Jeff Brown · 14 years ago
  58. 49ed71d Add support for fallback keycodes. by Jeff Brown · 14 years ago
  59. 9065504 Improve support for external keyboards. by Jeff Brown · 14 years ago
  60. 1f24510 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 14 years ago
  61. 47e6b1b Support non-orientation aware keyboards and other devices. by Jeff Brown · 14 years ago
  62. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  63. fd9ddd1 Integrate StrictMode with CloseGuard by Brian Carlstrom · 14 years ago
  64. 4d39605 Fix policy issues when screen is off. by Jeff Brown · 14 years ago
  65. e20c9e0 Fix an event injection bug when the policy is bypassed. by Jeff Brown · 14 years ago
  66. dd8b0c9 am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation of events." into gingerbread by Jeff Brown · 14 years ago
  67. b699726 Added more robust tracking and cancelation of events. by Jeff Brown · 14 years ago
  68. 2c095f3 Refinements to drag/drop by Christopher Tate · 14 years ago
  69. a53146c Drag/drop APIs and infrastructure by Christopher Tate · 14 years ago
  70. e650412 Add support for transferring touch focus. by Jeff Brown · 14 years ago
  71. 57c5937 Fix race reading input configuration during system startup. by Jeff Brown · 14 years ago
  72. 519e024 Make input dispatcher only ANR for foreground windows. by Jeff Brown · 14 years ago
  73. b88102f Input dispatcher ANR handling enhancements. by Jeff Brown · 14 years ago
  74. 8d60866 Input device calibration and capabilities. by Jeff Brown · 14 years ago
  75. 3d8c9bd Raise motion event throttle to 60Hz from 35Hz. by Jeff Brown · 14 years ago
  76. ae9fc03 Add support for throttling motion events. by Jeff Brown · 14 years ago
  77. a41ca77 Add support for the PointerLocation overlay. by Jeff Brown · 14 years ago
  78. 6ec402b DO NOT MERGE: Fix input event injection ANRs on UI thread. by Jeff Brown · 14 years ago
  79. 6d0fec2 Refactor input reader to support new device types more easily. by Jeff Brown · 14 years ago
  80. e33348b Fix bug with phantom input windows. by Jeff Brown · 14 years ago
  81. c5ed591 Add support for new input sources. by Jeff Brown · 14 years ago
  82. 00fa7bd More native input dispatch work. by Jeff Brown · 14 years ago
  83. 349703e Native input event dispatching. by Jeff Brown · 14 years ago
  84. 7fbdc84 More native input event dispatching. by Jeff Brown · 14 years ago
  85. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago