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