1. 40f8f0d1 Deliver key repeats for artificial dpad events by Michael Wright · 11 years ago
  2. 074b8b7 Eliminate potential reentrance from unregisterInputChannel. by Jeff Brown · 12 years ago
  3. bcc046a Bundle correlated switch changes atomically. by Jeff Brown · 12 years ago
  4. 83d616a Make input system aware of multiple displays. by Jeff Brown · 12 years ago
  5. 22aa512 Capture input dispatcher's last ANR state in bug report. by Jeff Brown · 12 years ago
  6. 265f1cc Improve ANR diagnostics. by Jeff Brown · 12 years ago
  7. fd23e3e Fix bugs in fallback key handling. by Jeff Brown · 12 years ago
  8. f44e394 When ANR happens, only remove ANR'd window. by Jeff Brown · 12 years ago
  9. 481c157 Add Java wrappers for new atrace functionality. by Jeff Brown · 12 years ago
  10. b93a03f8 frameworks/base refactoring. by Mathias Agopian · 12 years ago
  11. 0952c30 Don't serialize motion events. by Jeff Brown · 12 years ago
  12. 072ec96 Implement batching of input events on the consumer side. by Jeff Brown · 12 years ago
  13. d1c48a0 Dispatch multiple touch events in parallel. by Jeff Brown · 12 years ago
  14. 8b4be560 Delete premature optimization. by Jeff Brown · 12 years ago
  15. 28b5cf1 Delete dead code. by Jeff Brown · 12 years ago
  16. 59f1ff9 Delete latency tracking information in the Connection. by Jeff Brown · 12 years ago
  17. 9831d90 Remove active connection tracking. by Jeff Brown · 12 years ago
  18. e9bb9be Simplify input target handling in the dispatcher. by Jeff Brown · 12 years ago
  19. cbee6d6 Rewrite input transport using sockets. by Jeff Brown · 12 years ago
  20. 3241b6b Remove batching and streaming from the input dispatcher. by Jeff Brown · 12 years ago
  21. 3080280 Remove the input dispatcher throttle. by Jeff Brown · 12 years ago
  22. 112b5f5 Improve watchdog monitor for InputReader and InputDispatcher. by Jeff Brown · 13 years ago
  23. c0cb3dc Fix a few memory leaks in the input dispatcher. by Jeff Brown · 13 years ago
  24. 905805a Improve screenshot chord debouncing. Bug: 5011907 by Jeff Brown · 13 years ago
  25. cc4f7db Fix input channel leak. Bug: 5156144 by Jeff Brown · 13 years ago
  26. 65fd251 Input system bug fixes, particularly for stylus. Bug: 5049148 by Jeff Brown · 13 years ago
  27. 89ef072 Add input system to Watchdog. Bug: 5094994 by Jeff Brown · 13 years ago
  28. be1aa82 Refactor input reader to add stylus support. Bug: 5064702 by Jeff Brown · 13 years ago
  29. ac38607 Remove unimplemented memory pool. by Jeff Brown · 13 years ago
  30. 9302c87 Refactor input dispatcher use of window/app handles. by Jeff Brown · 13 years ago
  31. 8134681 Improve input event consistency invariants. by Jeff Brown · 13 years ago
  32. 98db5fa Allow touches to slide out of the navigation bar. by Jeff Brown · 13 years ago
  33. 7a9db18 No position information for outside touches by Kenny Root · 13 years ago
  34. f3b57de resolved conflicts for merge of 7e193916 to master by Dianne Hackborn · 13 years ago
  35. 214eaf4 Use ViewConfiguration to seed input system configuration. by Jeff Brown · 13 years ago
  36. 5ced76a Coalesce input events that arrive faster than 333Hz. (DO NOT MERGE) by Jeff Brown · 13 years ago
  37. 524ee64 Support chorded fallback keys. (DO NOT MERGE) by Jeff Brown · 13 years ago
  38. fe9f8ab Add initial API for stylus and mouse buttons. by Jeff Brown · 13 years ago
  39. aa9d84c resolved conflicts for merge of 05be6d6f to master by Dianne Hackborn · 13 years ago
  40. e2515ee Better compat mode part one: start scaling windows. by Dianne Hackborn · 13 years ago
  41. 4e91a18 Coalesce input events that arrive faster than 333Hz. by Jeff Brown · 13 years ago
  42. 0029c66 Add input filter mechanism for accessibility. by Jeff Brown · 13 years ago
  43. da3d5a9 Support chorded fallback keys. by Jeff Brown · 13 years ago
  44. a032cc0 Add MotionEvent.HOVER_ENTER and HOVER_EXIT. by Jeff Brown · 13 years ago
  45. 56194eb Wake screen from external HID peripherals. by Jeff Brown · 13 years ago
  46. bfaf3b9 Be more precise about tracking fallback keys. by Jeff Brown · 13 years ago
  47. cc0c159 Add new hover move action and scroll wheel plumbing. by Jeff Brown · 13 years ago
  48. 58a2da8 Fix crashes caused by some input devices. by Jeff Brown · 14 years ago
  49. 928e054 Prevent events from getting backlogged. by Jeff Brown · 14 years ago
  50. 9571285 Only allow touch events from one device at a time. by Jeff Brown · 14 years ago
  51. b4ff35d Mouse pointer integration. by Jeff Brown · 14 years ago[Renamed from include/ui/InputDispatcher.h]
  52. 49ed71d Add support for fallback keycodes. by Jeff Brown · 14 years ago
  53. 1f24510 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 14 years ago
  54. 29fc2c9 Allow status bar panels to be on top of the status bar. by Joe Onorato · 14 years ago
  55. 46e7529 Enable touch splitting for all windows by default. by Jeff Brown · 14 years ago
  56. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  57. 88e7b31 resolved conflicts for merge of df3cccf3 to master by Jeff Brown · 14 years ago
  58. 120a459 Drop all dispatcher state when dispatcher is disabled. by Jeff Brown · 14 years ago
  59. b8b200d am f2c40603: am 7689dd49: Merge "Fix bug where home presses were not poking user activity." into gingerbread by Jeff Brown · 14 years ago
  60. e2fe69e Fix bug where home presses were not poking user activity. by Jeff Brown · 14 years ago
  61. 3b2b354 Add support for secure system overlays. by Jeff Brown · 14 years ago
  62. 2d3f159 Add support for secure system overlays. (DO NOT MERGE) by Jeff Brown · 14 years ago
  63. 9c9f1a3 Track input state when transferring touch focus. by Jeff Brown · 14 years ago
  64. e20c9e0 Fix an event injection bug when the policy is bypassed. by Jeff Brown · 14 years ago
  65. dd8b0c9 am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation of events." into gingerbread by Jeff Brown · 14 years ago
  66. b931a1b Fix an event injection bug when the policy is bypassed. by Jeff Brown · 14 years ago
  67. b699726 Added more robust tracking and cancelation of events. by Jeff Brown · 14 years ago
  68. 928b5bf am 56364bcd: am 78d15acf: Merge "Make secure views tolerate IME overlays." into gingerbread by Jeff Brown · 14 years ago
  69. 19dfc83 Make secure views tolerate IME overlays. by Jeff Brown · 14 years ago
  70. e650412 Add support for transferring touch focus. by Jeff Brown · 14 years ago
  71. 01ce2e9 Add suuport for splitting touch events across windows. by Jeff Brown · 14 years ago
  72. 54a1825 Fix app switch latency optimization. by Jeff Brown · 14 years ago
  73. 519e024 Make input dispatcher only ANR for foreground windows. by Jeff Brown · 14 years ago
  74. 4fe6c3e Replace epoll() with poll() and rename PollLoop to Looper. by Jeff Brown · 14 years ago
  75. b88102f Input dispatcher ANR handling enhancements. by Jeff Brown · 14 years ago
  76. b21fb10 Fix key repeat delay. by Jeff Brown · 14 years ago
  77. 85a3176 Add support for secure views. by Jeff Brown · 14 years ago
  78. ae9fc03 Add support for throttling motion events. by Jeff Brown · 14 years ago
  79. 2cbecea Fix possible race conditions during channel unregistration. by Jeff Brown · 14 years ago
  80. 6ec402b DO NOT MERGE: Fix input event injection ANRs on UI thread. by Jeff Brown · 14 years ago
  81. c5ed591 Add support for new input sources. by Jeff Brown · 14 years ago
  82. 349703e Native input event dispatching. by Jeff Brown · 14 years ago
  83. 7fbdc84 More native input event dispatching. by Jeff Brown · 14 years ago
  84. 9c3cda0 More work in progress on native events. by Jeff Brown · 14 years ago
  85. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago