1. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  2. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  3. fa7fa9a am 944c985b: am e0e9fd98: Merge "Fix system hotkey handling." into ics-mr1 by Jeff Brown · 13 years ago
  4. 68b909d Fix system hotkey handling. by Jeff Brown · 13 years ago
  5. a965f08 Delete dead code. by Jeff Brown · 13 years ago
  6. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  7. 905805a Improve screenshot chord debouncing. Bug: 5011907 by Jeff Brown · 13 years ago
  8. cc4f7db Fix input channel leak. Bug: 5156144 by Jeff Brown · 13 years ago
  9. 9cc695c Clean up InputDispatcher debugging. by Jeff Brown · 13 years ago
  10. 65fd251 Input system bug fixes, particularly for stylus. Bug: 5049148 by Jeff Brown · 13 years ago
  11. 755bd67 Merge "Don't crash if a drag recipient throws an uncaught exception" by Christopher Tate · 13 years ago
  12. d9be36c Don't crash if a drag recipient throws an uncaught exception by Christopher Tate · 13 years ago
  13. abb4d44 Fix blocked event handling in InputDispatcher. Bug: 5161854 by Jeff Brown · 13 years ago
  14. 89ef072 Add input system to Watchdog. Bug: 5094994 by Jeff Brown · 13 years ago
  15. be1aa82 Refactor input reader to add stylus support. Bug: 5064702 by Jeff Brown · 13 years ago
  16. 5ea29ab Reset input dispatcher targets when focus changes apps. by Jeff Brown · 13 years ago
  17. ac38607 Remove unimplemented memory pool. by Jeff Brown · 13 years ago
  18. 9302c87 Refactor input dispatcher use of window/app handles. by Jeff Brown · 13 years ago
  19. b99a824 Revert "fix a weird use of Vector::appendVector()" by Jeff Brown · 13 years ago
  20. 198fd88 fix a weird use of Vector::appendVector() by Mathias Agopian · 13 years ago
  21. 2717eff Query input device for initial slot index. by Jeff Brown · 13 years ago
  22. 2e45fb6 Fix joystick and trackpad regression. by Jeff Brown · 13 years ago
  23. 8134681 Improve input event consistency invariants. by Jeff Brown · 13 years ago
  24. 474dcb5 Add support for disabling pointer gestures. by Jeff Brown · 13 years ago
  25. 98db5fa Allow touches to slide out of the navigation bar. by Jeff Brown · 13 years ago
  26. 7a9db18 No position information for outside touches by Kenny Root · 13 years ago
  27. f3b57de resolved conflicts for merge of 7e193916 to master by Dianne Hackborn · 13 years ago
  28. 214eaf4 Use ViewConfiguration to seed input system configuration. by Jeff Brown · 13 years ago
  29. 2cb7981 Fix deadlock in dispatcher. (DO NOT MERGE) by Jeff Brown · 13 years ago
  30. 5ced76a Coalesce input events that arrive faster than 333Hz. (DO NOT MERGE) by Jeff Brown · 13 years ago
  31. 7157f6f Allow batching samples onto the pending motion event. (DO NOT MERGE) by Jeff Brown · 13 years ago
  32. 524ee64 Support chorded fallback keys. (DO NOT MERGE) by Jeff Brown · 13 years ago
  33. 22d789d Fix focused application handle. (DO NOT MERGE) by Jeff Brown · 13 years ago
  34. 68d6075 Refactor how timeouts are calculated. (DO NOT MERGE) by Jeff Brown · 13 years ago
  35. 96ad397 Use touch pad gestures to manipulate the pointer. (DO NOT MERGE) by Jeff Brown · 13 years ago
  36. fe9f8ab Add initial API for stylus and mouse buttons. by Jeff Brown · 13 years ago
  37. 2ba3e80 resolved conflicts for merge of 037b54cf to master by Dianne Hackborn · 13 years ago
  38. e7d25b7 Fix scaling of batched motion events. by Dianne Hackborn · 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. f6989da Allow batching samples onto the pending motion event. by Jeff Brown · 13 years ago
  43. b6110c2 Fix dispatcher crash when input monitoring enabled. by Jeff Brown · 13 years ago
  44. 0029c66 Add input filter mechanism for accessibility. by Jeff Brown · 13 years ago
  45. da3d5a9 Support chorded fallback keys. by Jeff Brown · 13 years ago
  46. a2cc28d Fix focused application handle. by Jeff Brown · 13 years ago
  47. a032cc0 Add MotionEvent.HOVER_ENTER and HOVER_EXIT. by Jeff Brown · 13 years ago
  48. aa3855d Refactor how timeouts are calculated. by Jeff Brown · 13 years ago
  49. ace13b1 Use touch pad gestures to manipulate the pointer. by Jeff Brown · 13 years ago
  50. efd3266 Input improvements and bug fixes. by Jeff Brown · 13 years ago
  51. 924c4d4 Support POLICY_FLAG_ALT et. al. (DO NOT MERGE) by Jeff Brown · 13 years ago
  52. f634ded Set last event time to previous event batch delivery time to apps by makarand.karvekar · 13 years ago
  53. e2e0126 Only set KeyEvent long press flag when repeat count equals 1. by Jeff Brown · 13 years ago
  54. 56194eb Wake screen from external HID peripherals. by Jeff Brown · 13 years ago
  55. 33bbfd2 Add support for mouse hover and scroll wheel. by Jeff Brown · 13 years ago
  56. bfaf3b9 Be more precise about tracking fallback keys. by Jeff Brown · 13 years ago
  57. cc0c159 Add new hover move action and scroll wheel plumbing. by Jeff Brown · 13 years ago
  58. ebbd5d1 Fix a regression with MotionEvent parceling. by Jeff Brown · 13 years ago
  59. 91c69ab Add support for arbitrary axes in MotionEvents. by Jeff Brown · 13 years ago
  60. 58a2da8 Fix crashes caused by some input devices. by Jeff Brown · 14 years ago
  61. fbf0977 Support non-rectangular input regions. by Jeff Brown · 14 years ago
  62. 928e054 Prevent events from getting backlogged. by Jeff Brown · 14 years ago
  63. 9571285 Only allow touch events from one device at a time. by Jeff Brown · 14 years ago
  64. b4ff35d Mouse pointer integration. by Jeff Brown · 14 years ago[Renamed (99%) from libs/ui/InputDispatcher.cpp]
  65. 83c0968 Add initial support for cursor-based pointing devices. by Jeff Brown · 14 years ago
  66. 00045a7 Fix race condition in fallback key processing. 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. 46e7529 Enable touch splitting for all windows by default. by Jeff Brown · 14 years ago
  71. 1a542c7 The CHEEK_TOUCH stuff never worked. Remove it. by Joe Onorato · 14 years ago
  72. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  73. e46a0a4 Fix a key repeating bug. by Jeff Brown · 14 years ago
  74. c4b5bf3 am 7ab5d2d9: am a87ea46c: Fix bugs related to cheek event suppression. by Jeff Brown · 14 years ago
  75. a87ea46 Fix bugs related to cheek event suppression. by Jeff Brown · 14 years ago
  76. 4d39605 Fix policy issues when screen is off. by Jeff Brown · 14 years ago
  77. 88e7b31 resolved conflicts for merge of df3cccf3 to master by Jeff Brown · 14 years ago
  78. 120a459 Drop all dispatcher state when dispatcher is disabled. by Jeff Brown · 14 years ago
  79. 76860e3 Tweak log messages a bit. by Jeff Brown · 14 years ago
  80. 3ae4ac8 am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs identified." into gingerbread by Jeff Brown · 14 years ago
  81. c3db858 Add unit tests for native input and fix bugs identified. by Jeff Brown · 14 years ago
  82. b8b200d am f2c40603: am 7689dd49: Merge "Fix bug where home presses were not poking user activity." into gingerbread by Jeff Brown · 14 years ago
  83. e2fe69e Fix bug where home presses were not poking user activity. by Jeff Brown · 14 years ago
  84. 195226a am 9e0e0543: am 36e65ffd: Merge "Fix a native crash in input dispatcher when windows are removed." into gingerbread by Jeff Brown · 14 years ago
  85. 3b2b354 Add support for secure system overlays. by Jeff Brown · 14 years ago
  86. af48cae Fix a native crash in input dispatcher when windows are removed. by Jeff Brown · 14 years ago
  87. 2d3f159 Add support for secure system overlays. (DO NOT MERGE) by Jeff Brown · 14 years ago
  88. cd4af42 am 4b255a23: am 03aa28fb: Merge "Improve the input policy handling a bit." into gingerbread by Jeff Brown · 14 years ago
  89. 9f164aa am b05632aa: am a28d5aff: Merge "Fix a bug synthesizing cancelation events for motions." into gingerbread by Jeff Brown · 14 years ago
  90. 3122e44 Improve the input policy handling a bit. by Jeff Brown · 14 years ago
  91. 9c9f1a3 Track input state when transferring touch focus. by Jeff Brown · 14 years ago
  92. a1160a7 Fix a bug synthesizing cancelation events for motions. by Jeff Brown · 14 years ago
  93. e20c9e0 Fix an event injection bug when the policy is bypassed. by Jeff Brown · 14 years ago
  94. dd8b0c9 am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation of events." into gingerbread by Jeff Brown · 14 years ago
  95. b931a1b Fix an event injection bug when the policy is bypassed. by Jeff Brown · 14 years ago
  96. b699726 Added more robust tracking and cancelation of events. by Jeff Brown · 14 years ago
  97. 928b5bf am 56364bcd: am 78d15acf: Merge "Make secure views tolerate IME overlays." into gingerbread by Jeff Brown · 14 years ago
  98. 19dfc83 Make secure views tolerate IME overlays. by Jeff Brown · 14 years ago
  99. 0f5f2e4 am e11b76d3: am f6295b35: Merge "Minor logging changes to input dispatcher to help with debugging." into gingerbread by Jeff Brown · 14 years ago
  100. f2f4871 Minor logging changes to input dispatcher to help with debugging. by Jeff Brown · 14 years ago