1. ecc38b7 Merge changes from topics "android-input-event-data-source", "input-trace-get-package-uid" into main by Prabir Pradhan · 1 year, 11 months ago
  2. bf3c832 InputTracer: Adjust traced event sensitivity based on allow-list by Prabir Pradhan · 2 years ago
  3. 88f3551 Merge "Move occlusion detection into logical space" into main by Prabir Pradhan · 1 year, 11 months ago
  4. 22a71fb Merge "Move InputConsumer into separate files" into main by Treehugger Robot · 1 year, 11 months ago
  5. 0438ca8 Move InputConsumer into separate files by Siarhei Vishniakou · 1 year, 11 months ago
  6. 655d215 Merge "Use input token in PointerCaptureRequest" into main by Treehugger Robot · 1 year, 11 months ago
  7. 2504023 Use input token in PointerCaptureRequest by Hiroki Sato · 2 years ago
  8. 8527727 Merge "Move BlockingQueue.h to libinput" into main by Treehugger Robot · 1 year, 11 months ago
  9. 3782af6 Move BlockingQueue.h to libinput by Siarhei Vishniakou · 1 year, 11 months ago
  10. fe3c8f1 Fix incorrect repeatCount sent to app when injecting repeat event by Hu Guo · 2 years, 4 months ago
  11. 5e5645e Move occlusion detection into logical space by Linnan Li · 1 year, 11 months ago
  12. 7438201 Merge changes I2ab660ed,I308c12e2,I8c50a597,I14f77d61 into main by Prabir Pradhan · 2 years ago
  13. 9d5f9ce InputDispatcher_test: Consume all moves to prevent events from batching by Prabir Pradhan · 2 years ago
  14. 367f343 InputDispatcher: Rename transferTouch APIs by Prabir Pradhan · 2 years ago
  15. 65455c7 InputDispatcher: Do not change focus when using transferTouch by Prabir Pradhan · 2 years ago
  16. 4497c86 InputDispatcher_test: Verify all events dispatched to windows are traced by Prabir Pradhan · 2 years, 2 months ago
  17. fc36472 InputDispatcher: Fix crash when there is an ANR after window removal by Prabir Pradhan · 2 years ago
  18. 0eaf140 InputDispatcher_test: Fix flakiness when verifying traced events by Prabir Pradhan · 2 years ago
  19. dc3a2ad Reland "InputDispatcher_test: Verify all consumed events are traced" by Prabir Pradhan · 2 years ago
  20. bb3f1c0 InputDispatcher: Ensure synthesized events are associated with windows by Prabir Pradhan · 2 years, 1 month ago
  21. fa2c69f InputDispatcher: Only dispatch fallback keys when there's a window by Prabir Pradhan · 2 years ago
  22. ef2b450 Update mKeyIsWaitingForEventsTimeout separately from the prune check by Siarhei Vishniakou · 2 years, 1 month ago
  23. 9fb98f7 Revert "InputDispatcher_test: Verify all consumed events are traced" by Prabir Pradhan · 2 years ago
  24. 9b3ddad Merge "InputDispatcher_test: Verify all consumed events are traced" into main by Prabir Pradhan · 2 years ago
  25. 5a8186c Merge changes from topic "perfetto-input-event-proto" into main by Treehugger Robot · 2 years ago
  26. f822c20 Merge "Use aidl-defined InputChannel for parceling" into main by Siarhei Vishniakou · 2 years ago
  27. d3fb627 InputDispatcher_test: Verify all consumed events are traced by Prabir Pradhan · 2 years, 2 months ago
  28. dae5279 InputTracer: Trace motion and key events by Prabir Pradhan · 2 years, 2 months ago
  29. 8d66013 Use aidl-defined InputChannel for parceling by Siarhei Vishniakou · 2 years, 1 month ago
  30. a0d43d4 Address comments for ag/26028243 by Prabir Pradhan · 2 years ago
  31. d815095 Synthesize cancel event to global monitor specify display id by Linnan Li · 2 years ago
  32. 222d83d Small fix: Adjust Frame Size for InputDispatcher User Activity Poke Test by Yeabkal Wubshit · 2 years ago
  33. b8aadfa Rate limit user activity pokes in InputDispatcher by Yeabkal Wubshit · 2 years, 1 month ago
  34. 08ed729 Merge "Use dynamic event factory in dispatcher tests" into main by Treehugger Robot · 2 years ago
  35. f457649 Merge "Check for redundant windows inside WindowInfos" into main by Treehugger Robot · 2 years, 1 month ago
  36. aeed0da Check for redundant windows inside WindowInfos by Siarhei Vishniakou · 2 years, 1 month ago
  37. ff8645c Merge "InputDispatcher: Do not synthesize cancelations for zombie connections" into main by Treehugger Robot · 2 years, 1 month ago
  38. b13da8f InputDispatcher: Do not synthesize cancelations for zombie connections by Prabir Pradhan · 2 years, 1 month ago
  39. 67025a7 Merge "InputDispatcher_test: Remove ability to create clone windows via c'tor" into main by Treehugger Robot · 2 years, 1 month ago
  40. cb134f1 Add tests for dropped event by Hu Guo · 2 years, 1 month ago
  41. e7cc69c InputDispatcher_test: Remove ability to create clone windows via c'tor by Prabir Pradhan · 2 years, 1 month ago
  42. d3061ab Use dynamic event factory in dispatcher tests by Siarhei Vishniakou · 2 years, 2 months ago
  43. 99e407b Only prune non-pointer events by Siarhei Vishniakou · 2 years, 1 month ago
  44. 88a9041 Pass input source and action in interceptMotionBeforeQueueing by Yeabkal Wubshit · 2 years, 1 month ago
  45. f77f60a Add GLOBAL_STYLUS_BLOCKS_TOUCH flag by Siarhei Vishniakou · 2 years, 3 months ago
  46. 1ff00cc TouchedWindow: store tool type in addition to pointer id by Siarhei Vishniakou · 2 years, 2 months ago
  47. 96a1557 Fix event stream in DragAndDropNotCancelledIfSomeOtherPointerIsPilfered by Siarhei Vishniakou · 2 years, 2 months ago
  48. 7662a8d InputDispatcher_test: Consolidate calls for consuming keys and motions by Prabir Pradhan · 2 years, 2 months ago
  49. a8fe7c5 InputDispatcher_test: Use InputEvent::nextId() for all injected events by Prabir Pradhan · 2 years, 2 months ago
  50. 6b71b63 Do not drop stale events for gestures in progress by Siarhei Vishniakou · 2 years, 3 months ago
  51. d982999 Merge changes from topics "pointer-icon-refactor-setPointerIcon", "setPointerIcon-hitTest" into main by Prabir Pradhan · 2 years, 2 months ago
  52. 64f21d2 InputDispatcher: Add hit test method isPointerInWindow by Prabir Pradhan · 2 years, 2 months ago
  53. 502a725 InputDispatcher: Reset touched window dispatch mode to AS_IS by Prabir Pradhan · 2 years, 2 months ago
  54. a9544f4 Merge "Fix broken Drag and Drop" into main by Vaibhav Devmurari · 2 years, 2 months ago
  55. 2fa8100 Merge "Ensure drag-and-drop and pilfering does not work with hovering pointers" into main by Prabir Pradhan · 2 years, 2 months ago
  56. 9cd9eb6 Ensure drag-and-drop and pilfering does not work with hovering pointers by Prabir Pradhan · 2 years, 2 months ago
  57. 110ba32 Fix broken Drag and Drop by Vaibhav Devmurari · 2 years, 3 months ago
  58. 67bf216 InputDispatcherSingleWindowAnr: Send events via InputListener instead of injection by Siarhei Vishniakou · 2 years, 3 months ago
  59. d908f5a Wait for dispatcher to be idle in WindowDropsInput test by Siarhei Vishniakou · 2 years, 3 months ago
  60. 18c6a90 Merge "Add test case for hover eventId synthesis" into main by Prabir Pradhan · 2 years, 2 months ago
  61. 5893d36 Add test case for hover eventId synthesis by Prabir Pradhan · 2 years, 3 months ago
  62. fa2a049 Disable key repeat for PendingKey_IsDroppedWhileMotionIsProcessedAndNewTouchComesIn test by Siarhei Vishniakou · 2 years, 3 months ago
  63. 3ad54f5 inputdispatcher: Block touch while stylus is hovering by Siarhei Vishniakou · 2 years, 3 months ago
  64. 2defec0 Fuzz InputDispatcher by Siarhei Vishniakou · 2 years, 8 months ago
  65. b0dad3a Add test cases for fallback key generation from InputDispatcher by Prabir Pradhan · 2 years, 3 months ago
  66. 907ae73 Add POLICY_FLAG_PASS_TO_USER while hovering is active by Linnan Li · 2 years, 5 months ago
  67. a733311 Move stale event check into dispatcher policy by Siarhei Vishniakou · 2 years, 3 months ago
  68. 2899c55 Allow multi-window multiple device streams by Siarhei Vishniakou · 2 years, 7 months ago
  69. 453ae73 Add a test case to ensure hover enter/exit synth is WAI when mirrored by Prabir Pradhan · 2 years, 4 months ago
  70. 1646338 Send cancel events to the correct display when mirroring by Prabir Pradhan · 2 years, 4 months ago
  71. 583ff19 Merge changes Ibdd75ae6,If628a505 into main by Treehugger Robot · 2 years, 4 months ago
  72. e3b28dd s/TestInputListenerMatchers.h/TestEventMatchers.h by Prabir Pradhan · 2 years, 4 months ago
  73. 7b6502d Move all matchers from dispatcher tests to TestInputListenerMatchers by Prabir Pradhan · 2 years, 4 months ago
  74. 6c0e32c Merge "Bring back InputDispatcher crash for inconsistent a11y hover streams." into main by Ameer Armaly · 2 years, 4 months ago
  75. 0dfcac7 Add tests to verify hover enter and exit are synthesized correctly by Prabir Pradhan · 2 years, 4 months ago
  76. cff4fa5 Bring back InputDispatcher crash for inconsistent a11y hover streams. by Ameer Armaly · 2 years, 4 months ago
  77. fb54907 FakeMonitorReceiver: Take dispatcher param as reference by Prabir Pradhan · 2 years, 4 months ago
  78. 5af92f9 Cancel drag and drop when pointers are canceled for the drag window by Linnan Li · 2 years, 7 months ago
  79. 1c29a09 InputDispatcher: Use correct coordinate space when synthesizing down by Prabir Pradhan · 2 years, 4 months ago
  80. 112b1ad InputDispatcher: Use correct coordinate space when canceling motions by Prabir Pradhan · 2 years, 4 months ago
  81. c033dfb Reset no focused window timeout when window gets focus by Siarhei Vishniakou · 2 years, 4 months ago
  82. 0b251a3 Add multi-device tests to dispatcher by Siarhei Vishniakou · 2 years, 5 months ago
  83. f404321 Misc fixes in InputDispatcher by Siarhei Vishniakou · 2 years, 5 months ago
  84. 06405fc Fix NoFocusedWindow_DoesNotSendDuplicateAnr test by Siarhei Vishniakou · 2 years, 4 months ago
  85. 9fd2686 Merge "Dispatch cancel event to the correct target display" into main by Prabir Pradhan · 2 years, 4 months ago
  86. 771a769 Dispatch cancel event to the correct target display by Hu Guo · 2 years, 5 months ago
  87. 7487dfa Lower severity for invalid accessibility hover event stream to ERROR. by Daniel Norman · 2 years, 6 months ago
  88. b7f3755 Merge "Custom names for windows in targeted injection tests" into main by Siarhei Vishniakou · 2 years, 5 months ago
  89. e3ce412 Custom names for windows in targeted injection tests by Siarhei Vishniakou · 2 years, 5 months ago
  90. 7f01919 Use rect instead of four int frame values for WindowInfo by Chavi Weingarten · 2 years, 6 months ago
  91. b237f9e Increase timeouts in InputDispatcher_tests by Siarhei Vishniakou · 2 years, 7 months ago
  92. c41de37 Remove setInputWindows API by Siarhei Vishniakou · 2 years, 7 months ago
  93. 700424c Replace duplicate with onWindowInfosChanged by Siarhei Vishniakou · 2 years, 7 months ago
  94. 21f77bd Make UntrustedSpy_AbortsDispatcher threadsafe by Siarhei Vishniakou · 2 years, 7 months ago
  95. 25537f8 Add test for non-splittable windows by Siarhei Vishniakou · 2 years, 7 months ago
  96. beb4c56 Merge "Split EventBuilders.h" into udc-qpr-dev am: 6480f1639f am: 54ee96d8cc by Cody Heiner · 2 years, 7 months ago
  97. f83c693 Increase timeouts for ANR tests by Siarhei Vishniakou · 2 years, 7 months ago
  98. 166a5af Split EventBuilders.h by Cody Heiner · 2 years, 7 months ago
  99. 101ee9b inputflinger: fix format of parameter name comments by Harry Cutts · 2 years, 7 months ago
  100. 4648fea Increase injection timeout for InputFilterInjectionPolicyTest by Siarhei Vishniakou · 2 years, 7 months ago