1. 40f8f0d1 Deliver key repeats for artificial dpad events by Michael Wright · 12 years ago
  2. 75ebb37f Add APP_SWITCH to app switch input dispatching optimization by Michael Wright · 12 years ago
  3. e7a9ae8 Add touch navigation input source by Michael Wright · 12 years ago
  4. c50536b Merge "Disable kernel keyrepeat" by Michael Wright · 12 years ago
  5. a0a7285 Disable kernel keyrepeat by Michael Wright · 12 years ago
  6. 76f56dd am ceec31b7: Merge changes I5a218ca1,I853a76d9 by Mathias Agopian · 12 years ago
  7. 5280061 Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  8. 7c1a49f Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" DO NOT MERGE by Chris Craik · 12 years ago
  9. fc615a0 Remove calls to SkCanvas::setBitmapDevice() by Derek Sollenberger · 12 years ago
  10. 074b8b7 Eliminate potential reentrance from unregisterInputChannel. by Jeff Brown · 12 years ago
  11. f33b2b2 Recover from bad input event timestamps from the kernel. by Jeff Brown · 12 years ago
  12. 1e3b98d New internal API to eliminate poke locks. by Jeff Brown · 12 years ago
  13. bcc046a Bundle correlated switch changes atomically. by Jeff Brown · 12 years ago
  14. 83d616a Make input system aware of multiple displays. by Jeff Brown · 12 years ago
  15. d728bf5 Make display manager tell input system about viewports. by Jeff Brown · 12 years ago
  16. 4fd42e5 Remove unused "layer" argument from show(). by Jeff Brown · 12 years ago
  17. 64a55af Add plumbing for new surface flinger display API. by Jeff Brown · 12 years ago
  18. 0b722fe Use new surface flinger API. by Jeff Brown · 12 years ago
  19. b696de5 Move and rename user activity event type constants. by Jeff Brown · 12 years ago
  20. 037f727 Improve handling of size and orientation. by Jeff Brown · 12 years ago
  21. 22aa512 Capture input dispatcher's last ANR state in bug report. by Jeff Brown · 12 years ago
  22. 265f1cc Improve ANR diagnostics. by Jeff Brown · 12 years ago
  23. 8249fc6 Don't ANR on hover, scroll or if a window goes away. by Jeff Brown · 12 years ago
  24. 2862988 Merge "Revert "services: input events: enable debugging in EventHub (touch screen issues)"" into jb-dev by JP Abgrall · 12 years ago
  25. 25a465b Revert "services: input events: enable debugging in EventHub (touch screen issues)" by JP Abgrall · 12 years ago
  26. 8a90e6e Minor refactoring before starting on velocity tracker changes. by Jeff Brown · 13 years ago
  27. 571d4cb Merge "Fix bugs in fallback key handling." into jb-dev by Jeff Brown · 13 years ago
  28. fd23e3e Fix bugs in fallback key handling. by Jeff Brown · 13 years ago
  29. 956f9bd Merge "services: input events: enable debugging in EventHub (touch screen issues)" into jb-dev by JP Abgrall · 13 years ago
  30. df0a89d services: input events: enable debugging in EventHub (touch screen issues) by JP Abgrall · 13 years ago
  31. c042ee2 Disable input dispatch until boot finished. by Jeff Brown · 13 years ago
  32. a75fe05 Use EVIOCSCLOCKID correctly. by Jeff Brown · 13 years ago
  33. daa3753 Improve handling of built-in keyboard. by Jeff Brown · 13 years ago
  34. c3742a1 am 7086cd5c: am 5600deb7: am d26a8b73: am cda8329e: Merge "Distance max set incorrectly" by Dianne Hackborn · 13 years ago
  35. 8239940 Distance max set incorrectly by Andreas Sandblad · 13 years ago
  36. 5bbd4b4 Get alias for Bluetooth devices. by Jeff Brown · 13 years ago
  37. f44e394 When ANR happens, only remove ANR'd window. by Jeff Brown · 13 years ago
  38. 00710e9 Make InputDevice.SOURCE_STYLUS meaningful. by Jeff Brown · 13 years ago
  39. 61c0824 Don't load keyboard layout overlay for virtual keyboard. by Jeff Brown · 13 years ago
  40. 426f905 Fix build. by Jeff Brown · 13 years ago
  41. 4a3862f Add Dvorak keyboard layout. by Jeff Brown · 13 years ago
  42. 6ec6f79 Support loading keyboard layout overlays from resources. by Jeff Brown · 13 years ago
  43. a47425a Add support for input devices that have vibrators. by Jeff Brown · 13 years ago
  44. af9e8d3 Notify applications when input devices change. by Jeff Brown · 13 years ago
  45. cc11698 HID usage should take precedence over scan code. by Jeff Brown · 13 years ago
  46. 49ccac5 Refactor key code mapping. by Jeff Brown · 13 years ago
  47. 9f25b7f Request key maps from input manager service. by Jeff Brown · 13 years ago
  48. eca3cf5 Use new EVIOCSCLOCKID ioctl if supported. by Jeff Brown · 13 years ago
  49. e38fdfa Add a unique input device descriptor. by Jeff Brown · 13 years ago
  50. 481c157 Add Java wrappers for new atrace functionality. by Jeff Brown · 13 years ago
  51. 8335f1c fix libgui header location by Mathias Agopian · 13 years ago
  52. 83c64e6 frameworks/base refactoring by Mathias Agopian · 13 years ago
  53. b93a03f8 frameworks/base refactoring. by Mathias Agopian · 13 years ago
  54. 91e3289 Clean up InputChannel file descriptor data type. by Jeff Brown · 13 years ago
  55. 0952c30 Don't serialize motion events. by Jeff Brown · 13 years ago
  56. 072ec96 Implement batching of input events on the consumer side. by Jeff Brown · 13 years ago
  57. 1adee11 Optimize dispatcher for back-to-back finished signals. by Jeff Brown · 13 years ago
  58. d1c48a0 Dispatch multiple touch events in parallel. by Jeff Brown · 13 years ago
  59. 8b4be560 Delete premature optimization. by Jeff Brown · 13 years ago
  60. 28b5cf1 Delete dead code. by Jeff Brown · 13 years ago
  61. 59f1ff9 Delete latency tracking information in the Connection. by Jeff Brown · 13 years ago
  62. 9831d90 Remove active connection tracking. by Jeff Brown · 13 years ago
  63. e9bb9be Simplify input target handling in the dispatcher. by Jeff Brown · 13 years ago
  64. cbee6d6 Rewrite input transport using sockets. by Jeff Brown · 13 years ago
  65. 3241b6b Remove batching and streaming from the input dispatcher. by Jeff Brown · 13 years ago
  66. 3080280 Remove the input dispatcher throttle. by Jeff Brown · 13 years ago
  67. ed73440 Merge "Use O_CLOEXEC when opening input device." by Jeff Brown · 13 years ago
  68. dd3ba43 Merge "Add basic support for new suspend-block ioctls." by Jeff Brown · 13 years ago
  69. 112b5f5 Improve watchdog monitor for InputReader and InputDispatcher. by Jeff Brown · 13 years ago
  70. 06a0fb9 am 5d58eb06: Merge "Fix a few memory leaks in the input dispatcher. (DO NOT MERGE)" into ics-mr1 by Jeff Brown · 13 years ago
  71. f68633d Rename LOG_ASSERT to ALOG_ASSERT by Steve Block · 13 years ago
  72. c6aacce Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) by Steve Block · 13 years ago
  73. a51f0e7 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) by Steve Block · 13 years ago
  74. 933e856 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) by Steve Block · 13 years ago
  75. 1afd5ba Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) by Steve Block · 13 years ago
  76. 06ade6a Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) by Steve Block · 13 years ago
  77. 874c1e9 Use O_CLOEXEC when opening input device. by Jeff Brown · 13 years ago
  78. e22afbe Add basic support for new suspend-block ioctls. by Jeff Brown · 13 years ago
  79. 214f459 Remove no longer needed EventHub usleep() optimization. by Jeff Brown · 14 years ago
  80. 4130554 Fix line wrapping. by Jeff Brown · 13 years ago
  81. 9f63f12 Fix a few memory leaks in the input dispatcher. (DO NOT MERGE) by Jeff Brown · 13 years ago
  82. c0cb3dc Fix a few memory leaks in the input dispatcher. by Jeff Brown · 13 years ago
  83. ec193de Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 13 years ago
  84. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  85. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  86. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  87. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  88. fa7fa9a am 944c985b: am e0e9fd98: Merge "Fix system hotkey handling." into ics-mr1 by Jeff Brown · 13 years ago
  89. 68b909d Fix system hotkey handling. by Jeff Brown · 13 years ago
  90. 221096f am 4c0e0dd2: am 3e7497b4: Merge "Eliminate hw.keyboards system properties." into ics-mr1 by Jeff Brown · 13 years ago
  91. 1e08fe9 Eliminate hw.keyboards system properties. by Jeff Brown · 13 years ago
  92. fbca596 Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_UNKNOWN. by David Deephanphongs · 13 years ago
  93. a965f08 Delete dead code. by Jeff Brown · 13 years ago
  94. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  95. 905805a Improve screenshot chord debouncing. Bug: 5011907 by Jeff Brown · 13 years ago
  96. e8b7f4a eventhub: print debugginf info when removing device by Dima Zavin · 13 years ago
  97. bfcb60a Adjust layers for system overlays. by Jeff Brown · 13 years ago
  98. 3cdfc4d Merge "Support composite touch / joystick devices better." by Jeff Brown · 13 years ago
  99. 9d4bc85 Merge "Fix input channel leak. Bug: 5156144" by Jeff Brown · 13 years ago
  100. 9ee285a Support composite touch / joystick devices better. by Jeff Brown · 13 years ago