1. 214eaf4 Use ViewConfiguration to seed input system configuration. by Jeff Brown · 14 years ago
  2. 4e3f720 Button state should reflect actual buttons. (DO NOT MERGE) by Jeff Brown · 14 years ago
  3. 538881e Touch pad UX improvements. by Jeff Brown · 14 years ago
  4. b416e24 Fix bug reporting presence of orientation axis. (DO NOT MERGE) by Jeff Brown · 14 years ago
  5. 325bd07 Add tap/drag touchpad gesture. (DO NOT MERGE) by Jeff Brown · 14 years ago
  6. 86ea1f5 Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 14 years ago
  7. dbf8d27 Optimize EventHub to process events in big chunks. (DO NOT MERGE) by Jeff Brown · 14 years ago
  8. 68d6075 Refactor how timeouts are calculated. (DO NOT MERGE) by Jeff Brown · 14 years ago
  9. 96ad397 Use touch pad gestures to manipulate the pointer. (DO NOT MERGE) by Jeff Brown · 14 years ago
  10. efd3266 Input improvements and bug fixes. by Jeff Brown · 14 years ago
  11. 9e8e40c Recognize 3D joysticks. (DO NOT MERGE) by Jeff Brown · 14 years ago
  12. 9626b14 Fix off by one errors in touch motion ranges. (DO NOT MERGE) by Jeff Brown · 14 years ago
  13. 924c4d4 Support POLICY_FLAG_ALT et. al. (DO NOT MERGE) by Jeff Brown · 14 years ago
  14. 8529745 Joystick tweaks. (DO NOT MERGE) by Jeff Brown · 14 years ago
  15. 56194eb Wake screen from external HID peripherals. by Jeff Brown · 14 years ago
  16. 05dc66a Fade out the mouse pointer after inactivity or other events. by Jeff Brown · 14 years ago
  17. 33bbfd2 Add support for mouse hover and scroll wheel. by Jeff Brown · 14 years ago
  18. cc0c159 Add new hover move action and scroll wheel plumbing. by Jeff Brown · 14 years ago
  19. 6f2fba4 Add new axes for joysticks and mouse wheels. by Jeff Brown · 14 years ago
  20. ebbd5d1 Fix a regression with MotionEvent parceling. by Jeff Brown · 14 years ago
  21. 91c69ab Add support for arbitrary axes in MotionEvents. by Jeff Brown · 14 years ago
  22. c3451d4 Scale major axis when finger is oriented. by Jeff Brown · 14 years ago
  23. ab2f096 am 12b2dc90: am b1e0a870: Merge "Fix crashes caused by some input devices." into honeycomb by Jeff Brown · 15 years ago
  24. 58a2da8 Fix crashes caused by some input devices. by Jeff Brown · 15 years ago
  25. e155bd0 am 5f668c6e: am 8b9df978: Merge "Fix getSwitchState." into honeycomb by Jeff Brown · 15 years ago
  26. 89de57a Fix getSwitchState. by Jeff Brown · 15 years ago
  27. 7cca7e0 am 761a6b7f: am f4368c95: Merge "Filter virtual keys after touches." into honeycomb by Jeff Brown · 15 years ago
  28. fe50892 Filter virtual keys after touches. by Jeff Brown · 15 years ago
  29. cb1404e Add joystick support to framework. by Jeff Brown · 15 years ago
  30. 517bb4c Add support for detecting finger orientation. by Jeff Brown · 15 years ago
  31. 1c9d06e Fix bug with mice that send multiple BTN_MOUSE values. by Jeff Brown · 15 years ago
  32. b4ff35d Mouse pointer integration. by Jeff Brown · 15 years ago[Renamed (98%) from libs/ui/InputReader.cpp]
  33. 83c0968 Add initial support for cursor-based pointing devices. by Jeff Brown · 15 years ago
  34. 49ed71d Add support for fallback keycodes. by Jeff Brown · 15 years ago
  35. 9065504 Improve support for external keyboards. by Jeff Brown · 15 years ago
  36. 1f24510 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 15 years ago
  37. 47e6b1b Support non-orientation aware keyboards and other devices. by Jeff Brown · 15 years ago
  38. 6b53e8d Added support for full PC-style keyboards. by Jeff Brown · 15 years ago
  39. 51e7fe75 Rename the locked meta key constants for clarity. by Jeff Brown · 15 years ago
  40. 3ae4ac8 am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs identified." into gingerbread by Jeff Brown · 15 years ago
  41. c3db858 Add unit tests for native input and fix bugs identified. by Jeff Brown · 15 years ago
  42. 511ee5f Add support for calibrating touch position. by Jeff Brown · 15 years ago
  43. c52862e am 5f0cbfce: am c1e7b218: Merge "Improve input device calibration format." into gingerbread by Jeff Brown · 15 years ago
  44. 497a92c Add keycodes and meta-key modifiers to support external keyboards. by Jeff Brown · 15 years ago
  45. c6d282b Improve input device calibration format. by Jeff Brown · 15 years ago
  46. b699726 Added more robust tracking and cancelation of events. by Jeff Brown · 15 years ago
  47. 8da727a Minor fix for InputReader support for non-touchscreen devices. by Jeff Brown · 15 years ago
  48. 7342bb9 Wait for initial device scan to finish before updating config. by Jeff Brown · 15 years ago
  49. f2f48718 Minor logging changes to input dispatcher to help with debugging. by Jeff Brown · 15 years ago
  50. 0eaf393 Support haptic feedback for virtual keys defined in key layout. by Jeff Brown · 15 years ago
  51. ef3d7e8 Move verbose logging of device capabilities to dumpsys. by Jeff Brown · 15 years ago
  52. 01ce2e9 Add suuport for splitting touch events across windows. by Jeff Brown · 15 years ago
  53. dc1ab4b Input API review. by Jeff Brown · 15 years ago
  54. b88102f Input dispatcher ANR handling enhancements. by Jeff Brown · 15 years ago
  55. 85a3176 Add support for secure views. by Jeff Brown · 15 years ago
  56. 8d60866 Input device calibration and capabilities. by Jeff Brown · 15 years ago
  57. 2dfd7a7 Fix some input device mapping bugs with certain drivers. by Jeff Brown · 15 years ago
  58. c3fc2d0 Fix safe mode and KeyEvent.getMaxKeyCode(). by Jeff Brown · 15 years ago
  59. 6328cdc Improve thread safety of input mappers. by Jeff Brown · 15 years ago
  60. aab985b Fix touch input in landscape mode. by Jeff Brown · 15 years ago
  61. 6d0fec2 Refactor input reader to support new device types more easily. by Jeff Brown · 15 years ago
  62. d361659 Fix trackball down and movement bugs. by Jeff Brown · 15 years ago
  63. 00ba884 Fix individual pointer id up/down reporting. by Jeff Brown · 15 years ago
  64. c5ed591 Add support for new input sources. by Jeff Brown · 15 years ago
  65. fd035829 Add initial gamepad support. by Jeff Brown · 15 years ago
  66. 00fa7bd More native input dispatch work. by Jeff Brown · 15 years ago
  67. d009787 Fix injection of specially intercepted keys like HOME. by Jeff Brown · 15 years ago
  68. 0b72e82 Fix native input dispatch in the emulator. by Jeff Brown · 15 years ago
  69. 349703e Native input event dispatching. by Jeff Brown · 15 years ago
  70. 7fbdc84 More native input event dispatching. by Jeff Brown · 15 years ago
  71. 5c225b1 Even more native input dispatch work in progress. by Jeff Brown · 15 years ago
  72. 9c3cda0 More work in progress on native events. by Jeff Brown · 15 years ago
  73. 43a9527 Fix include paths. by Jeff Brown · 15 years ago
  74. 46b9ac0a Native input dispatch rewrite work in progress. by Jeff Brown · 15 years ago