1. 7e18618 SyncPointerCapture (1/n): Notify PointerCaptureChanged through InputListener by Prabir Pradhan · 5 years ago
  2. dde67b8 Support multiple internal and external viewports by Michael Wright · 5 years ago
  3. 23b5d27 Merge "Change InputReader::getInputDevices to return vector of InputDeviceInfo." by TreeHugger Robot · 5 years ago
  4. 98d3f53 Change InputReader::getInputDevices to return vector of InputDeviceInfo. by Chris Ye · 5 years ago
  5. 6fe9578 Fix Process_LockedKeysShouldToggleAfterReattach test failure by arthurhung · 5 years ago
  6. e731003 Fix InputDevice listener notification for merged controller. by Chris Ye · 5 years ago
  7. f74dc42 Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode. by Chris Ye · 5 years ago
  8. a52ade1 Do not generate meta state for device does not have the key. by Chris Ye · 5 years ago
  9. 3a1e446 Move KeyCharacterMap from RefBase to shared_ptr. by Chris Ye · 5 years ago
  10. c903df1 Maintain CapsLock, NumLock and ScrollLock of keyboard by arthurhung · 5 years ago
  11. dcef2dc Integrate FakeInputReaderContext to the real implement by arthurhung · 5 years ago
  12. 7cbf4ad Merge "TouchInputMapper: Initialize mSurfaceRight and mSurfaceBottom." by TreeHugger Robot · 5 years ago
  13. 42b0682 TouchInputMapper: Initialize mSurfaceRight and mSurfaceBottom. by Chris Ye · 5 years ago
  14. c8bfa54 Add tests for merged InputDevice cases by Nathaniel R. Lewis · 6 years ago
  15. 364fdb5 Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure. by Chris Ye · 5 years ago
  16. 1b0c734 Move InputDeviceClass to enum class. by Chris Ye · 5 years ago
  17. d566533 Support "pointer" capture for touchpads by Nathaniel R. Lewis · 8 years ago
  18. cacd69a InputFlinger: Support amplitude control for InputDeviceVibrator by Nathaniel R. Lewis · 6 years ago
  19. cc7f980 Allow touch if some pointers are MT_TOOL_PALM by arthurhung · 6 years ago
  20. fe3de7d Rename ViewportTypes to avoid repetition by Michael Wright · 6 years ago
  21. 17db18e Move PointerController from sp to shared_ptr by Michael Wright · 6 years ago
  22. a0d2b80 Pass BTN_GEAR_DOWN and BTN_GEAR_UP to apps by Siarhei Vishniakou · 6 years ago
  23. bf89a48 Allow touch if the new point is not MT_TOOL_PALM by arthurhung · 6 years ago
  24. 85c2ee6 Merge "Wait longer for configuration change" into rvc-dev by TreeHugger Robot · 6 years ago
  25. f0db5b8 Wait longer for configuration change by Siarhei Vishniakou · 6 years ago
  26. 4197f6b Fix tap is wrong in landscape with cutout disabled by Arthur Hung · 6 years ago
  27. aab2562 Add TouchIntegrationTest tests by Arthur Hung · 6 years ago
  28. 1c7bc86 Let InputFlinger generate event IDs. by Garfield Tan · 6 years ago
  29. c51d1ba Rename sequenceNum to ID. by Garfield Tan · 6 years ago
  30. 33197de Merge "Let InputReaderContext hold a single PointerController" by TreeHugger Robot · 6 years ago
  31. 9244aea Use cc_defaults in inputflinger targets by Prabir Pradhan · 6 years ago
  32. 343631d Merge "Support multiple EventHub devices per InputDevice" by TreeHugger Robot · 6 years ago
  33. c7ef27e Let InputReaderContext hold a single PointerController by Prabir Pradhan · 6 years ago
  34. a7b82e1 Support multiple EventHub devices per InputDevice by Nathaniel R. Lewis · 6 years ago
  35. 0f7c42e Merge "Change InputReader::mDevices collection type" by TreeHugger Robot · 6 years ago
  36. ab3ea1d Merge "Add InputReader Integration tests" by TreeHugger Robot · 6 years ago
  37. 0cab12d Change InputReader::mDevices collection type by Nathaniel R. Lewis · 6 years ago
  38. 26ec222 Refactor use of services in InputMappers. by Nathaniel R. Lewis · 6 years ago
  39. f4916ef Refactor InputMapper creation and collection type by Nathaniel R. Lewis · 6 years ago
  40. 1aed858 Add InputReader Integration tests by Prabir Pradhan · 6 years ago
  41. 888a6a4 Let InputReader set mouse cursor's display. by Garfield Tan · 6 years ago
  42. 421eb1c Touch cancellation handling by Arthur Hung · 6 years ago
  43. d041c5d Default TV remote keys to no-wake by Powei Feng · 7 years ago
  44. 28efc19 Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  45. 6cbc978 Revert "Reland "Let InputReader handle its own thread"" by Siarhei Vishniakou · 6 years ago
  46. f15a8aa Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  47. b2ffebe Merge "Revert "Let InputReader handle its own thread"" by TreeHugger Robot · 6 years ago
  48. 95a4ed6 Revert "Let InputReader handle its own thread" by Siarhei Vishniakou · 6 years ago
  49. 97d39b5 Merge "Let InputReader handle its own thread" by TreeHugger Robot · 6 years ago
  50. ba266f2 Let InputReader handle its own thread by Prabir Pradhan · 6 years ago
  51. 5cf5045 Merge "Make InputReader test components thread safe" by TreeHugger Robot · 6 years ago
  52. 2574dfa Make InputReader test components thread safe by Prabir Pradhan · 6 years ago
  53. 05de577 Fix foldable emulator touch does not work by Arthur Hung · 6 years ago
  54. 6cd19a4 Make sure that touches are within the surface. by Arthur Hung · 6 years ago
  55. 2770d24 Create inputmappers and accumulators directories by Prabir Pradhan · 6 years ago
  56. baa5c82 Split InputReader into multiple files by Prabir Pradhan · 6 years ago
  57. da7c00c Create inputreader directory by Prabir Pradhan · 6 years ago
  58. 9da1473 Fix touch can't work after enabled the associated viewport by Arthur Hung · 6 years ago
  59. 2c9a334 Add associated function to physical keyboard by Arthur Hung · 6 years ago
  60. 3bc7e09 Do not use RefBase in EventHub by Siarhei Vishniakou · 6 years ago
  61. c6f6119 Revert "Revert "Use std::set instead of SortedVector"" by Siarhei Vishniakou · 6 years ago
  62. 2d8cc89 Revert "Use std::set instead of SortedVector" by Pin-Yu Huang · 6 years ago
  63. a03f0de Use std::set instead of SortedVector by Siarhei Vishniakou · 7 years ago
  64. 21da0ff Remove handling of EV_MSC/MSC_TIMESTAMP in Input by Atif Niyaz · 7 years ago
  65. 7c3ae9c Use std::vector over Vector for InputFlinger (1/3) by Arthur Hung · 7 years ago
  66. 8154bbd Rotate TouchVideoFrames by Siarhei Vishniakou · 7 years ago
  67. 6b76bdf Add test for getVideoFrames by Siarhei Vishniakou · 7 years ago
  68. b34d8a1 Merge "Support showTouches on multi-display (1/2)" by TreeHugger Robot · 7 years ago
  69. c23540e Input devices configure on per-display basis (1/2) by Arthur Hung · 7 years ago
  70. 473174e Add a new InputClassifier stage by Siarhei Vishniakou · 8 years ago
  71. 7c64540 Support showTouches on multi-display (1/2) by Arthur Hung · 7 years ago
  72. c7ad2d0 Support mouse pointer on external displays (1/2) by Arthur Hung · 7 years ago
  73. add8929 Consume video frames by Siarhei Vishniakou · 7 years ago
  74. 41a712e DisplayViewport should only have actual viewports (1/2) by Arthur Hung · 7 years ago
  75. aca2840 Revert "Support mouse pointer on external displays (1/3)" by Dan Harms · 7 years ago
  76. 42611e0 Add sequence number to events in inputflinger by Prabir Pradhan · 7 years ago
  77. 620f6d9 Support mouse pointer on external displays (1/3) by Andrii Kulian · 7 years ago
  78. 8158e7e Add physical port to display viewport by Siarhei Vishniakou · 7 years ago
  79. ad71ad0 Simplify process(..) in InputReader_test by Siarhei Vishniakou · 7 years ago
  80. cd7ac1e Remove implicit fallthrough exception by Siarhei Vishniakou · 7 years ago
  81. 05a8fe2 Add DisplayViewport native tests by Siarhei Vishniakou · 7 years ago
  82. d634392 Add type to DisplayViewport by Siarhei Vishniakou · 8 years ago
  83. ec8f725 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
  84. 9b14ac6 [inputflinger] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  85. a62a8dd Move displayid into InputEvent by Siarhei Vishniakou · 8 years ago
  86. eaf7acd Ensure deviceTimestamp is cleared by Siarhei Vishniakou · 8 years ago
  87. 16f9069 Process EV_MSC MSC_TIMESTAMP in InputMapper by Siarhei Vishniakou · 8 years ago
  88. aa449c9 Scale the pressure range's max value. by Michael Wright · 8 years ago
  89. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
  90. fa5cf46 Add uniqueId to Virtual Display and pass through to inputflinger (2/2) by Santos Cordon · 9 years ago
  91. e54cb85 Adding feature: input device disable/enable by Siarhei Vishniakou · 9 years ago
  92. 78f97b3 Support pointer capture in InputReader by Vladislav Kaznacheev · 9 years ago
  93. fb75258 Fix InputReader_test by Vladislav Kaznacheev · 9 years ago
  94. 6ca70ef Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 10 years ago
  95. 1bd2fc0 Clean up warnings in inputflinger. by Dan Albert · 10 years ago
  96. 0faaa0b Inputflinger: hook up key event replacement processing by Dmitry Torokhov · 10 years ago
  97. 842500e Fuse stylus and touch screen data. by Michael Wright · 11 years ago
  98. 39efe3e Clean up unused parameter warnings. by Narayan Kamath · 11 years ago
  99. 71b16e8 Support unique calibration per orientation by Jason Gerecke · 12 years ago
  100. 489fda8 Add test for InputReader location calibration by Jason Gerecke · 13 years ago