1. f3b57de resolved conflicts for merge of 7e193916 to master by Dianne Hackborn · 13 years ago
  2. 1a84fd1 Add a preference panel for mouse speed. by Jeff Brown · 13 years ago
  3. 214eaf4 Use ViewConfiguration to seed input system configuration. by Jeff Brown · 13 years ago
  4. 86ea1f5 Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 13 years ago
  5. a6dbfdd Add a sprite controller. (DO NOT MERGE) by Jeff Brown · 13 years ago
  6. 524ee64 Support chorded fallback keys. (DO NOT MERGE) by Jeff Brown · 13 years ago
  7. 22d789d Fix focused application handle. (DO NOT MERGE) by Jeff Brown · 13 years ago
  8. 5b2b4d9 Improve VelocityTracker numerical stability. (DO NOT MERGE) by Jeff Brown · 13 years ago
  9. 2352b97 Initial checkin of spot presentation for touchpad gestures. by Jeff Brown · 13 years ago
  10. 5541de9 Add a sprite controller. by Jeff Brown · 13 years ago
  11. 0029c66 Add input filter mechanism for accessibility. by Jeff Brown · 13 years ago
  12. da3d5a9 Support chorded fallback keys. by Jeff Brown · 13 years ago
  13. a2cc28d Fix focused application handle. by Jeff Brown · 13 years ago
  14. 2ed2462 Improve VelocityTracker numerical stability. by Jeff Brown · 13 years ago
  15. 5a3d6cc am e6f0ae12: am efd3266b: Input improvements and bug fixes. by Jeff Brown · 13 years ago
  16. efd3266 Input improvements and bug fixes. by Jeff Brown · 13 years ago
  17. 9b8c5f6 Merge "Remove unused JNI global references." by Carl Shapiro · 13 years ago
  18. b23bdf5 Eliminate some accidental log spam. (DO NOT MERGE) by Jeff Brown · 13 years ago
  19. 9267beb Eliminate some accidental log spam. by Jeff Brown · 13 years ago
  20. 17cc33a Remove unused JNI global references. by Carl Shapiro · 13 years ago
  21. a454767 Get key repeat timeout and delay from ViewConfiguration. by Jeff Brown · 13 years ago
  22. 56194eb Wake screen from external HID peripherals. by Jeff Brown · 13 years ago
  23. 05dc66a Fade out the mouse pointer after inactivity or other events. by Jeff Brown · 13 years ago
  24. a924dc0d Start window manager refactoring. by Dianne Hackborn · 13 years ago
  25. 91c69ab Add support for arbitrary axes in MotionEvents. by Jeff Brown · 13 years ago
  26. fe50892 Filter virtual keys after touches. by Jeff Brown · 14 years ago
  27. 928e054 Prevent events from getting backlogged. by Jeff Brown · 14 years ago
  28. b4ff35d Mouse pointer integration. by Jeff Brown · 14 years ago
  29. 83c0968 Add initial support for cursor-based pointing devices. by Jeff Brown · 14 years ago
  30. 49ed71d Add support for fallback keycodes. by Jeff Brown · 14 years ago
  31. 9065504 Improve support for external keyboards. by Jeff Brown · 14 years ago
  32. 1f24510 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 14 years ago
  33. 47e6b1b Support non-orientation aware keyboards and other devices. by Jeff Brown · 14 years ago
  34. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  35. 4d39605 Fix policy issues when screen is off. by Jeff Brown · 14 years ago
  36. cd4af42 am 4b255a23: am 03aa28fb: Merge "Improve the input policy handling a bit." into gingerbread by Jeff Brown · 14 years ago
  37. 3122e44 Improve the input policy handling a bit. by Jeff Brown · 14 years ago
  38. 9c9f1a3 Track input state when transferring touch focus. by Jeff Brown · 14 years ago
  39. e20c9e0 Fix an event injection bug when the policy is bypassed. by Jeff Brown · 14 years ago
  40. dd8b0c9 am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation of events." into gingerbread by Jeff Brown · 14 years ago
  41. b931a1b Fix an event injection bug when the policy is bypassed. by Jeff Brown · 14 years ago
  42. b699726 Added more robust tracking and cancelation of events. by Jeff Brown · 14 years ago
  43. 0f5f2e4 am e11b76d3: am f6295b35: Merge "Minor logging changes to input dispatcher to help with debugging." into gingerbread by Jeff Brown · 14 years ago
  44. f2f4871 Minor logging changes to input dispatcher to help with debugging. by Jeff Brown · 14 years ago
  45. efb8a3d am 57fa3e8b: am 9e32a438: Merge "Support haptic feedback for virtual keys defined in key layout." into gingerbread by Jeff Brown · 14 years ago
  46. 0eaf393 Support haptic feedback for virtual keys defined in key layout. by Jeff Brown · 14 years ago
  47. a53146c Drag/drop APIs and infrastructure by Christopher Tate · 14 years ago
  48. e650412 Add support for transferring touch focus. by Jeff Brown · 14 years ago
  49. 01ce2e9 Add suuport for splitting touch events across windows. by Jeff Brown · 14 years ago
  50. 57c5937 Fix race reading input configuration during system startup. by Jeff Brown · 14 years ago
  51. 54a1825 Fix app switch latency optimization. by Jeff Brown · 14 years ago
  52. 519e024 Make input dispatcher only ANR for foreground windows. by Jeff Brown · 14 years ago
  53. b88102f Input dispatcher ANR handling enhancements. by Jeff Brown · 14 years ago
  54. b21fb10 Fix key repeat delay. by Jeff Brown · 14 years ago
  55. 85a3176 Add support for secure views. by Jeff Brown · 14 years ago
  56. 8d60866 Input device calibration and capabilities. by Jeff Brown · 14 years ago
  57. 3d8c9bd Raise motion event throttle to 60Hz from 35Hz. by Jeff Brown · 14 years ago
  58. ae9fc03 Add support for throttling motion events. by Jeff Brown · 14 years ago
  59. 2cbecea Fix possible race conditions during channel unregistration. by Jeff Brown · 14 years ago
  60. a41ca77 Add support for the PointerLocation overlay. by Jeff Brown · 14 years ago
  61. 6ec402b DO NOT MERGE: Fix input event injection ANRs on UI thread. by Jeff Brown · 14 years ago
  62. 6d0fec2 Refactor input reader to support new device types more easily. by Jeff Brown · 14 years ago
  63. 00ba884 Fix individual pointer id up/down reporting. by Jeff Brown · 14 years ago
  64. e33348b Fix bug with phantom input windows. by Jeff Brown · 14 years ago
  65. c5ed591 Add support for new input sources. by Jeff Brown · 14 years ago
  66. fd03582 Add initial gamepad support. by Jeff Brown · 14 years ago
  67. 00fa7bd More native input dispatch work. by Jeff Brown · 14 years ago
  68. d009787 Fix injection of specially intercepted keys like HOME. by Jeff Brown · 14 years ago
  69. 0b72e82 Fix native input dispatch in the emulator. by Jeff Brown · 14 years ago
  70. 349703e Native input event dispatching. by Jeff Brown · 14 years ago
  71. 7fbdc84 More native input event dispatching. by Jeff Brown · 14 years ago
  72. 5c225b1 Even more native input dispatch work in progress. by Jeff Brown · 14 years ago
  73. 9c3cda0 More work in progress on native events. by Jeff Brown · 14 years ago
  74. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago