1. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/input/InputReader.cpp]
  2. f583d0d Always initialize local boolean variables when possible by Michael Wright · 11 years ago
  3. ac6c78b Add controller numbers for gamepads / joysticks by Michael Wright · 11 years ago
  4. 7caaeeb Merge "Add input device property for buttons under touchpads" by Michael Wright · 11 years ago
  5. 7ddd110 Add input device property for buttons under touchpads by Michael Wright · 11 years ago
  6. 398d309 Properly set the tap down time when entering non-tap modes by Michael Wright · 11 years ago
  7. 9d3b1a4 Move input library code to frameworks/native. by Jeff Brown · 11 years ago
  8. c8c8200 resolved conflicts for merge of 7573e594 to stage-aosp-master by Jeff Brown · 11 years ago
  9. 5e025eb Pipe through bounding box information (DO NOT MERGE) by Michael Wright · 11 years ago
  10. 4361e1f Remove assist swipe from TOUCH_NAVIGATION devices by Michael Wright · 11 years ago
  11. 2b08c61 Mirror LTRIGGER / RTRIGGER as BRAKE / GAS for compatibility by Michael Wright · 11 years ago
  12. 4dac901 Rewrite touch navigation dpad synthesis. by Jeff Brown · 11 years ago
  13. c6091c6 Pipe through device resolution information by Michael Wright · 11 years ago
  14. 70bca4c Properly rotate full [-pi, +pi] orientation range if available by Jason Gerecke · 11 years ago
  15. e7a9ae8 Add touch navigation input source by Michael Wright · 11 years ago
  16. f33b2b2 Recover from bad input event timestamps from the kernel. by Jeff Brown · 12 years ago
  17. bcc046a Bundle correlated switch changes atomically. by Jeff Brown · 12 years ago
  18. 83d616a Make input system aware of multiple displays. by Jeff Brown · 12 years ago
  19. d728bf5 Make display manager tell input system about viewports. by Jeff Brown · 12 years ago
  20. 037f727 Improve handling of size and orientation. by Jeff Brown · 12 years ago
  21. daa3753 Improve handling of built-in keyboard. by Jeff Brown · 12 years ago
  22. c3742a1 am 7086cd5c: am 5600deb7: am d26a8b73: am cda8329e: Merge "Distance max set incorrectly" by Dianne Hackborn · 12 years ago
  23. 8239940 Distance max set incorrectly by Andreas Sandblad · 12 years ago
  24. 5bbd4b4 Get alias for Bluetooth devices. by Jeff Brown · 12 years ago
  25. 00710e9 Make InputDevice.SOURCE_STYLUS meaningful. by Jeff Brown · 12 years ago
  26. 61c0824 Don't load keyboard layout overlay for virtual keyboard. by Jeff Brown · 12 years ago
  27. 6ec6f79 Support loading keyboard layout overlays from resources. by Jeff Brown · 12 years ago
  28. a47425a Add support for input devices that have vibrators. by Jeff Brown · 12 years ago
  29. af9e8d3 Notify applications when input devices change. by Jeff Brown · 12 years ago
  30. 49ccac5 Refactor key code mapping. by Jeff Brown · 12 years ago
  31. 9f25b7f Request key maps from input manager service. by Jeff Brown · 12 years ago
  32. e38fdfa Add a unique input device descriptor. by Jeff Brown · 12 years ago
  33. b93a03f8 frameworks/base refactoring. by Mathias Agopian · 13 years ago
  34. 112b5f5 Improve watchdog monitor for InputReader and InputDispatcher. by Jeff Brown · 13 years ago
  35. f68633d Rename LOG_ASSERT to ALOG_ASSERT by Steve Block · 13 years ago
  36. a51f0e7 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) by Steve Block · 13 years ago
  37. 933e856 Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) by Steve Block · 13 years ago
  38. 1afd5ba Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) by Steve Block · 13 years ago
  39. ec193de Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGE by Steve Block · 13 years ago
  40. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  41. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  42. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  43. 221096f am 4c0e0dd2: am 3e7497b4: Merge "Eliminate hw.keyboards system properties." into ics-mr1 by Jeff Brown · 13 years ago
  44. 1e08fe9 Eliminate hw.keyboards system properties. by Jeff Brown · 13 years ago
  45. fbca596 Modify getState to prefer AKEY_STATE_DOWN and AKEY_STATE_UP over AKEY_STATE_UNKNOWN. by David Deephanphongs · 13 years ago
  46. 9ee285a Support composite touch / joystick devices better. by Jeff Brown · 13 years ago
  47. 8d3feb6 Merge "Add a "show touches" option for demos and presentations. Bug: 4569045" by Jeff Brown · 13 years ago
  48. deffe07 Prioritize INPUT_PROP_DIRECT first. by Jeff Brown · 13 years ago
  49. daf4a12 Add a "show touches" option for demos and presentations. Bug: 4569045 by Jeff Brown · 13 years ago
  50. c28306a Improve input device wake heuristics. Bug: 5205674 by Jeff Brown · 13 years ago
  51. ea6892e Support BTN_TOOL_*TAP as synonyms for BTN_TOOL_FINGER. Bug: 5205301 by Jeff Brown · 13 years ago
  52. a66cee1 Fix tap gesture on touch pads. by Jeff Brown · 13 years ago
  53. 65fd251 Input system bug fixes, particularly for stylus. Bug: 5049148 by Jeff Brown · 13 years ago
  54. 8bcbbef Exorcise notification panel ghosts. Bug: 5105599 by Jeff Brown · 13 years ago
  55. a1f89ce Improve touch device configuration. Bug: 5064702 by Jeff Brown · 13 years ago
  56. 89ef072 Add input system to Watchdog. Bug: 5094994 by Jeff Brown · 13 years ago
  57. d87c6d5 Use BTN_TOUCH or BTN_TOOL_* to determine if touch active. Bug: 5064702 by Jeff Brown · 13 years ago
  58. be1aa82 Refactor input reader to add stylus support. Bug: 5064702 by Jeff Brown · 13 years ago
  59. bc68a59 Report the external display size to the input reader. by Jeff Brown · 13 years ago
  60. 49754db Handle stylus buttons and tool types. by Jeff Brown · 13 years ago
  61. 44e504e Drop hack for drivers that emit zero ABS_MT_TOUCH_MAJOR. Bug: 5064702 by Jeff Brown · 13 years ago
  62. 612891e Add support for orientationAware touch pads. Bug: 5038388 by Jeff Brown · 13 years ago
  63. 6069139 Remove more edge flag cruft. by Jeff Brown · 13 years ago
  64. a611137 Remove edge slop support. by Jeff Brown · 13 years ago
  65. a4d1bc5 Drop obsolete touch screen hacks. by Jeff Brown · 13 years ago
  66. 6894a29 Workaround apps that make assumptions about pointer ids. by Jeff Brown · 13 years ago
  67. 2717eff Query input device for initial slot index. by Jeff Brown · 13 years ago
  68. 2e45fb6 Fix joystick and trackpad regression. by Jeff Brown · 13 years ago
  69. aba321a Add some logging code to track down touch issues. by Jeff Brown · 13 years ago
  70. 8134681 Improve input event consistency invariants. by Jeff Brown · 13 years ago
  71. 53ca3f1 Hover and stylus API cleanup. by Jeff Brown · 13 years ago
  72. 474dcb5 Add support for disabling pointer gestures. by Jeff Brown · 13 years ago
  73. 93fa9b3 EventHub code cleanup. by Jeff Brown · 13 years ago
  74. b3a2d13 Take advantage of updated linux/input.h kernel headers. by Jeff Brown · 13 years ago
  75. 9429e6e am 92110af2: am 5f0b1721: am 25bd8abc: Merge "Fix swipe gesture cosine calculation. Bug: 4124987" into honeycomb-mr2 by Jeff Brown · 13 years ago
  76. 051e8f2 am 55cc25c1: am 797dc698: am b92dcf9c: Merge "Simplify spot tracking logic. Bug: 4124987" into honeycomb-mr2 by Jeff Brown · 13 years ago
  77. 774ed9d resolved conflicts for merge of 8b2c0014 to master by Jeff Brown · 13 years ago
  78. 6674d9b Fix swipe gesture cosine calculation. Bug: 4124987 by Jeff Brown · 13 years ago
  79. cb5ffcf Simplify spot tracking logic. Bug: 4124987 by Jeff Brown · 13 years ago
  80. bb3fcba0c Touch pad improvements. Bug: 4124987 by Jeff Brown · 13 years ago
  81. b126822 Use pointer mode instead of spots for SEMI_MT touch pads. by Jeff Brown · 13 years ago
  82. 7218d83 resolved conflicts for merge of ca2b552d to master by Jeff Brown · 13 years ago
  83. a742f85 am 56503b8d: am 8186a5f0: am 10c3f367: Merge "Implement pointer acceleration." into honeycomb-mr2 by Jeff Brown · 13 years ago
  84. f3b57de resolved conflicts for merge of 7e193916 to master by Dianne Hackborn · 13 years ago
  85. 60a126a Merge "Fix ABS_MT_SLOT handling." by Jeff Brown · 13 years ago
  86. 441a9c2 Fix ABS_MT_SLOT handling. by Jeff Brown · 13 years ago
  87. 1a84fd1 Add a preference panel for mouse speed. by Jeff Brown · 13 years ago
  88. 19c97d46 Implement pointer acceleration. by Jeff Brown · 13 years ago
  89. b530abc am 3f5b95b0: am a4e74744: am fa574c0e: Merge "Touch pad UX improvements." into honeycomb-mr2 by Jeff Brown · 13 years ago
  90. 214eaf4 Use ViewConfiguration to seed input system configuration. by Jeff Brown · 13 years ago
  91. 4e3f720 Button state should reflect actual buttons. (DO NOT MERGE) by Jeff Brown · 13 years ago
  92. 538881e Touch pad UX improvements. by Jeff Brown · 13 years ago
  93. b416e24 Fix bug reporting presence of orientation axis. (DO NOT MERGE) by Jeff Brown · 13 years ago
  94. 325bd07 Add tap/drag touchpad gesture. (DO NOT MERGE) by Jeff Brown · 13 years ago
  95. 86ea1f5 Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 13 years ago
  96. dbf8d27 Optimize EventHub to process events in big chunks. (DO NOT MERGE) by Jeff Brown · 13 years ago
  97. 9f2106f Disable pointer debug logging. by Jeff Brown · 13 years ago
  98. 80fd47c Input device protocol enhancements. by Jeff Brown · 13 years ago
  99. 68d6075 Refactor how timeouts are calculated. (DO NOT MERGE) by Jeff Brown · 13 years ago
  100. 96ad397 Use touch pad gestures to manipulate the pointer. (DO NOT MERGE) by Jeff Brown · 13 years ago