1. 072137c Fixed javadoc in input related classes by Michael Wright · 11 years ago
  2. b11499d Make InputEvent.getEventTime() public. by Jeff Brown · 12 years ago
  3. 9d3bdbd New WebView input dispatcher. by Jeff Brown · 12 years ago
  4. 9ea77fc Avoid calling into JNI if not needed. by Jeff Brown · 12 years ago
  5. 92cc2d8 Remove type tests when recycling input events. by Jeff Brown · 13 years ago
  6. 32cbc3855 Refactor InputQueue as InputEventReceiver. by Jeff Brown · 13 years ago
  7. 65fd251 Input system bug fixes, particularly for stylus. Bug: 5049148 by Jeff Brown · 13 years ago
  8. 49754db Handle stylus buttons and tool types. by Jeff Brown · 13 years ago
  9. 98933f3 Revert "b/3302378 Passes touch pressures, size and timestamps to webkit." by Huahui Wu · 13 years ago
  10. 6e64e0c b/3302378 Passes touch pressures, size and timestamps to webkit. by Huahui Wu · 13 years ago
  11. 8134681 Improve input event consistency invariants. by Jeff Brown · 13 years ago
  12. 53ca3f1 Hover and stylus API cleanup. by Jeff Brown · 13 years ago
  13. 80fd47c Input device protocol enhancements. by Jeff Brown · 13 years ago
  14. fe9f8ab Add initial API for stylus and mouse buttons. by Jeff Brown · 13 years ago
  15. 21bc5c9 Add a little input event consistency verifier. by Jeff Brown · 13 years ago
  16. a032cc0 Add MotionEvent.HOVER_ENTER and HOVER_EXIT. by Jeff Brown · 13 years ago
  17. 3a22fa0 Joystick tweaks. by Jeff Brown · 13 years ago
  18. d41cff2 Fix off by one errors in touch motion ranges. by Jeff Brown · 13 years ago
  19. 56194eb Wake screen from external HID peripherals. by Jeff Brown · 13 years ago
  20. 33bbfd2 Add support for mouse hover and scroll wheel. by Jeff Brown · 13 years ago
  21. cc0c159 Add new hover move action and scroll wheel plumbing. by Jeff Brown · 13 years ago
  22. 6f2fba4 Add new axes for joysticks and mouse wheels. by Jeff Brown · 13 years ago
  23. 91c69ab Add support for arbitrary axes in MotionEvents. by Jeff Brown · 13 years ago
  24. 61b9649 am 6e4a69bb: am 94b8b114: Merge "A few small cleanning-ups." into honeycomb by Huahui Wu · 14 years ago
  25. f932469 A few small cleanning-ups. by Huahui Wu · 14 years ago
  26. cb1404e Add joystick support to framework. by Jeff Brown · 14 years ago
  27. e838a42 b/3133123 Pass touch point ids to WebKit. by Huahui Wu · 14 years ago
  28. 1f24510 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 14 years ago
  29. 497a92c Add keycodes and meta-key modifiers to support external keyboards. by Jeff Brown · 14 years ago
  30. dd8b0c9 am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation of events." into gingerbread by Jeff Brown · 14 years ago
  31. b699726 Added more robust tracking and cancelation of events. by Jeff Brown · 14 years ago
  32. 20e987b Add MotionEvent Matrix transformations. by Jeff Brown · 14 years ago
  33. dc1ab4b Input API review. by Jeff Brown · 14 years ago
  34. 85a3176 Add support for secure views. by Jeff Brown · 14 years ago
  35. 2f6d975 Minor MotionEvent optimization. by Jeff Brown · 14 years ago
  36. b0d6ba1 Text selection without trackball. by Gilles Debunne · 14 years ago
  37. 9e2ad36 Enhanced VelocityTracker for > 5 pointers and fixed bugs. by Jeff Brown · 14 years ago
  38. 6ec402b DO NOT MERGE: Fix input event injection ANRs on UI thread. by Jeff Brown · 14 years ago
  39. 6d0fec2 Refactor input reader to support new device types more easily. by Jeff Brown · 14 years ago
  40. e33348b Fix bug with phantom input windows. by Jeff Brown · 14 years ago
  41. c5ed591 Add support for new input sources. by Jeff Brown · 14 years ago
  42. 5c225b1 Even more native input dispatch work in progress. by Jeff Brown · 14 years ago
  43. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  44. d28f4be Fixed some minor bugs in MotionEvent recycling. by Jeff Brown · 14 years ago
  45. b125dc5 Fix MotionEvent pointer API. by Dianne Hackborn · 14 years ago
  46. 2397640 Maybe fix issue #2145012: Array bounds exception in touch event processing by Dianne Hackborn · 15 years ago
  47. 8df8b2b Allow wallpapers to get touch events. by Dianne Hackborn · 15 years ago
  48. 1e8dfc7 Fix crash when MotionEvent is initialized with more than 2 fingers, and bump by Dianne Hackborn · 15 years ago
  49. d41ba66 Fix documentation. by Dianne Hackborn · 15 years ago
  50. 0dd7cb4 Finish implementation of multiple pointer support for MotionEvent. by Dianne Hackborn · 15 years ago
  51. 18a081e Fix OOB in arraycopy. by Owen Lin · 15 years ago
  52. dac57e4 Fix a bug that was causing ArrayIndexOutOfBoutExceptions when obtaining a MotionEvent from an older one that had a number of time samples. by Adam Bliss · 15 years ago
  53. ddca3ee Add support for power keys, improve behavior of virtual keys. by Dianne Hackborn · 15 years ago
  54. 9822d2b First stab at poly-finger support. by Dianne Hackborn · 15 years ago
  55. e9dcb80 Fixes merge conflict. by Romain Guy · 15 years ago
  56. ecf2b68 am 7941e903: Merge change 5091 into donut by Android (Google) Code Review · 15 years ago
  57. 64f5934 * new screen resolution support impl. by Mitsuru Oshima · 15 years ago
  58. 9d2b0f4 merge cafdea61a85c8f5d0646cc9413a09346c637f43f w/ one minor conflict in core/java/android/view/MotionEvent.java by The Android Open Source Project · 15 years ago
  59. cafdea6 Fixes #1914574. An NPE could be causes in lists by ViewGroup.dispatchDraw(). by Romain Guy · 15 years ago
  60. 53071d6 Added LatencyTimer to ease latency measurements by Michael Chan · 15 years ago
  61. d4cc32c don't use modulo by Mitsuru Oshima · 15 years ago
  62. dffbb4d AI 148024: fix NPE when there is no history by Mitsuru Oshima · 15 years ago
  63. 8169dae AI 147976: Compatibility mode support. Part 2. by Mitsuru Oshima · 15 years ago
  64. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  65. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  66. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  67. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago