1. 023b6b9 Add uniqueId to Virtual Display and pass through to inputflinger (1/2) by Santos Cordon · 7 years ago
  2. 3787de1 Implement pointer capture API by Vladislav Kaznacheev · 8 years ago
  3. b004b51 Validate custom pointer icons aren't null. by Michael Wright · 8 years ago
  4. 93b5f43 Remove Pointer Capture API by Michael Wright · 8 years ago
  5. e051f6f Rename PointerIcon and Pointer Capture APIs by Michael Wright · 8 years ago
  6. 1ec2fd7 stephenli@ manually merge many commits up to '032dcff' by The Android Automerger · 8 years ago
  7. 03df422 Merge "Fix misc-macro-parentheses warnings in services jni." am: fe91d2a83d by Chih-Hung Hsieh · 8 years ago
  8. 6c89616 Fix misc-macro-parentheses warnings in services jni. by Chih-Hung Hsieh · 8 years ago
  9. f9d9ce77 DO NOT MERGE Rename PointerIcon and Pointer Capture APIs by Michael Wright · 8 years ago
  10. 112d056 Caps Lock toggle with Meta + Alt (2/2) by Andrii Kulian · 9 years ago
  11. 347e5d4 Introduce pointer capture API. by Jun Mukai · 9 years ago
  12. d4eaef7 Make public pointer icon API with custom icons. by Jun Mukai · 9 years ago
  13. 19a5601 Introduce accessibility large pointer icons. by Jun Mukai · 9 years ago
  14. 808196f Introduce animated pointer icon for STYLE_WAIT. by Jun Mukai · 9 years ago
  15. 5ec7420 Use invisible icon for POINTER_ICON_STYLE_NULL. by Jun Mukai · 9 years ago
  16. 1db5397 Allow changing mouse pointer icon for the current context. by Jun Mukai · 9 years ago
  17. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  18. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  19. a405121 Properly synchronize interactivity state. by Michael Wright · 9 years ago
  20. 357285c Rename affine transformation configuration change to be consistent. by Michael Wright · 9 years ago
  21. 9c1c90e Fix unused variables. by Bernhard Rosenkränzer · 10 years ago
  22. 8dcf593 resolved conflicts for merge of 6290c048 to lmp-dev-plus-aosp by Andreas Gampe · 10 years ago
  23. 70af00a Allow for event dispatching when in non-interactive states. by Michael Wright · 10 years ago
  24. 4a9c389 kNative_8888_SkColorType is now kN32_SkColorType by Mike Reed · 10 years ago
  25. 337d9d2 Move key attribute information into KeyEvent. by Michael Wright · 10 years ago
  26. 4e5c089 resolved conflicts for merge of 337e764d to master by Jeff Brown · 10 years ago
  27. 037c33e Plumb display power state through display manager. by Jeff Brown · 10 years ago
  28. 9ecba52 Fix size_t format specifier by Michael Wright · 10 years ago
  29. cc11f15 Update to call new Skia APIs. by Leon Scroggins · 10 years ago
  30. ca9eef6 b/12068020 Make kb layouts only unique to vendor/product. Do not merge by RoboErik · 11 years ago
  31. d522074 Support unique calibration per orientation by Jason Gerecke · 11 years ago
  32. 857aa7b Initialize mAffineTransform and update on modification by Jason Gerecke · 11 years ago
  33. 10102e4 resolved conflicts for merge of baaa080b to master by Jeff Brown · 11 years ago
  34. 2687550 Add a new "doze mode" based on Dream components. by Jeff Brown · 11 years ago
  35. ca9bc70 Add support for injecting events into ActivityContainers. by Jeff Brown · 11 years ago
  36. 38f96e5 Add support for injecting events into ActivityContainers. (DO NOT MERGE) by Jeff Brown · 11 years ago
  37. d6b47371 Move inputservice over to frameworks/native by Michael Wright · 11 years ago
  38. 453fa30 Revert "Move inputservice over to frameworks/native" by Michael Wright · 11 years ago
  39. 89e5c7e Move inputservice over to frameworks/native by Michael Wright · 11 years ago
  40. 2dfae9b Merge "b/12068020 Make kb layouts only unique to vendor/product" by RoboErik · 11 years ago
  41. 3f7b8d0 resolved conflicts for merge of 92ae0347 to klp-modular-dev by Narayan Kamath · 11 years ago
  42. fb290df b/12068020 Make kb layouts only unique to vendor/product by RoboErik · 11 years ago
  43. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/jni/com_android_server_input_InputManagerService.cpp]
  44. 91019c9 Merge "Remove dependency on JNIHelp header side effects." into klp-dev by Ruben Brunk · 11 years ago
  45. 87eac99 Remove dependency on JNIHelp header side effects. by Ruben Brunk · 11 years ago
  46. bd181bb Propagate input ANR reason to activity manager log. by Jeff Brown · 11 years ago
  47. b1d90c8 fix JNI use of incStrong/decStrong by Mathias Agopian · 12 years ago
  48. 86469346 Optimize Looper JNI code. by Jeff Brown · 12 years ago
  49. bcc046a Bundle correlated switch changes atomically. by Jeff Brown · 12 years ago
  50. 83d616a Make input system aware of multiple displays. by Jeff Brown · 12 years ago
  51. d728bf5 Make display manager tell input system about viewports. by Jeff Brown · 12 years ago
  52. 5338428 Plumb the switch code into Dalvik. by Jeff Brown · 12 years ago
  53. 9630704 Power manager rewrite. by Jeff Brown · 12 years ago
  54. b696de5 Move and rename user activity event type constants. by Jeff Brown · 12 years ago
  55. 4f8ecd8 Move power manager to a new package. by Jeff Brown · 12 years ago
  56. 93de746 Separate the internal and external display rotations. by Jeff Brown · 12 years ago
  57. daa3753 Improve handling of built-in keyboard. by Jeff Brown · 12 years ago
  58. 5bbd4b4 Get alias for Bluetooth devices. by Jeff Brown · 12 years ago
  59. 6ec6f79 Support loading keyboard layout overlays from resources. by Jeff Brown · 12 years ago
  60. a47425a Add support for input devices that have vibrators. by Jeff Brown · 12 years ago
  61. af9e8d3 Notify applications when input devices change. by Jeff Brown · 12 years ago
  62. 9f25b7f Request key maps from input manager service. by Jeff Brown · 12 years ago
  63. 27fd342 Fix lid switch interpretation. by Jeff Brown · 12 years ago
  64. 603b445 Ensure that apps crash if they throw exceptions. by Jeff Brown · 12 years ago
  65. e38fdfa Add a unique input device descriptor. by Jeff Brown · 12 years ago
  66. 4532e61 Refactor input system into its own service. by Jeff Brown · 12 years ago[Renamed (73%) from services/jni/com_android_server_InputManager.cpp]
  67. 3080280 Remove the input dispatcher throttle. by Jeff Brown · 13 years ago
  68. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  69. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  70. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  71. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  72. 1e08fe9 Eliminate hw.keyboards system properties. by Jeff Brown · 13 years ago
  73. 905805a Improve screenshot chord debouncing. Bug: 5011907 by Jeff Brown · 13 years ago
  74. cc4f7db Fix input channel leak. Bug: 5156144 by Jeff Brown · 13 years ago
  75. daf4a12 Add a "show touches" option for demos and presentations. Bug: 4569045 by Jeff Brown · 13 years ago
  76. 65fd251 Input system bug fixes, particularly for stylus. Bug: 5049148 by Jeff Brown · 13 years ago
  77. 89ef072 Add input system to Watchdog. Bug: 5094994 by Jeff Brown · 13 years ago
  78. bc68a59 Report the external display size to the input reader. by Jeff Brown · 13 years ago
  79. 9302c87 Refactor input dispatcher use of window/app handles. by Jeff Brown · 13 years ago
  80. a4d1bc5 Drop obsolete touch screen hacks. by Jeff Brown · 13 years ago
  81. 474dcb5 Add support for disabling pointer gestures. by Jeff Brown · 13 years ago
  82. 774ed9d resolved conflicts for merge of 8b2c0014 to master by Jeff Brown · 13 years ago
  83. bb3fcba0c Touch pad improvements. Bug: 4124987 by Jeff Brown · 13 years ago
  84. 7218d83 resolved conflicts for merge of ca2b552d to master by Jeff Brown · 13 years ago
  85. f3b57de resolved conflicts for merge of 7e193916 to master by Dianne Hackborn · 13 years ago
  86. 1a84fd1 Add a preference panel for mouse speed. by Jeff Brown · 13 years ago
  87. 214eaf4 Use ViewConfiguration to seed input system configuration. by Jeff Brown · 13 years ago
  88. 86ea1f5 Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 13 years ago
  89. a6dbfdd Add a sprite controller. (DO NOT MERGE) by Jeff Brown · 13 years ago
  90. 524ee64 Support chorded fallback keys. (DO NOT MERGE) by Jeff Brown · 13 years ago
  91. 22d789d Fix focused application handle. (DO NOT MERGE) by Jeff Brown · 13 years ago
  92. 5b2b4d9 Improve VelocityTracker numerical stability. (DO NOT MERGE) by Jeff Brown · 14 years ago
  93. 2352b97 Initial checkin of spot presentation for touchpad gestures. by Jeff Brown · 13 years ago
  94. 5541de9 Add a sprite controller. by Jeff Brown · 13 years ago
  95. 0029c66 Add input filter mechanism for accessibility. by Jeff Brown · 13 years ago
  96. da3d5a9 Support chorded fallback keys. by Jeff Brown · 13 years ago
  97. a2cc28d Fix focused application handle. by Jeff Brown · 13 years ago
  98. 2ed2462 Improve VelocityTracker numerical stability. by Jeff Brown · 14 years ago
  99. 5a3d6cc am e6f0ae12: am efd3266b: Input improvements and bug fixes. by Jeff Brown · 14 years ago
  100. efd3266 Input improvements and bug fixes. by Jeff Brown · 14 years ago