1. 6d73f83 Convert tool type to enum class by Siarhei Vishniakou · 3 years, 1 month ago
  2. f207505 Merge "MotionEvent: Round coordinates to a precision of 0.001" into udc-dev by Prabir Pradhan · 2 years, 6 months ago
  3. 00e029d MotionEvent: Round coordinates to a precision of 0.001 by Prabir Pradhan · 2 years, 6 months ago
  4. 33e3baa InputDispatcher: Perform hit test in logical display space by Prabir Pradhan · 2 years, 9 months ago
  5. 3e2f479 Merge "Skip flaky InputDispatcher tests." into udc-dev by TreeHugger Robot · 2 years, 6 months ago
  6. 56e7909 Ensure real touch cancels injected events by Siarhei Vishniakou · 2 years, 6 months ago
  7. 2a8ad28 Merge "Add test for HOVER_EXIT when another device is touched" into udc-dev by Siarhei Vishniakou · 2 years, 6 months ago
  8. e1cbbd6 Skip flaky InputDispatcher tests. by Michael Wright · 2 years, 6 months ago
  9. 4c91455 Merge "Don't store the departing pointer in InputState" into udc-dev by TreeHugger Robot · 2 years, 6 months ago
  10. 82dc042 Don't store the departing pointer in InputState by Siarhei Vishniakou · 2 years, 7 months ago
  11. 92c8fd5 Ensure channel receives a consistent touch stream by Siarhei Vishniakou · 2 years, 7 months ago
  12. 4e1ffa5 Add test for HOVER_EXIT when another device is touched by Siarhei Vishniakou · 2 years, 7 months ago
  13. f372b81 Allow new gestures to cancel current gestures by Siarhei Vishniakou · 2 years, 7 months ago
  14. 6de91ec Merge "Ignore hover events while pointers are already down" by Siarhei Vishniakou · 2 years, 7 months ago
  15. 2e3e443 Ignore hover events while pointers are already down by Siarhei Vishniakou · 2 years, 7 months ago
  16. ff74a40 Merge "Add POLICY_FLAG_PASS_TO_USER to complete the gesture" by TreeHugger Robot · 2 years, 7 months ago
  17. 5bf25d9 Add POLICY_FLAG_PASS_TO_USER to complete the gesture by Siarhei Vishniakou · 2 years, 7 months ago
  18. 6464e46 Clear downTime when all pointers have lifted by Siarhei Vishniakou · 2 years, 7 months ago
  19. 3347623 inputflinger: make parameter comment style consistent by Harry Cutts · 2 years, 7 months ago
  20. e0431e4 Only send events to windows with pointers by Siarhei Vishniakou · 2 years, 7 months ago
  21. 060f82b Keep track of pilfered pointer explicitly by Siarhei Vishniakou · 2 years, 7 months ago
  22. 1ae72f1 Add FLAG_CANCELED for all ACTION_CANCEL events by Siarhei Vishniakou · 2 years, 7 months ago
  23. b581f7f Track hovering pointers explicitly -- try 2 by Siarhei Vishniakou · 2 years, 9 months ago
  24. 34dfbf0 Merge "Fix wallpaper window multi-touch" by Arthur Hung · 2 years, 9 months ago
  25. c539dbb Fix wallpaper window multi-touch by Arthur Hung · 2 years, 9 months ago
  26. 487c49b Test coordinates of ACTION_OUTSIDE events by Siarhei Vishniakou · 2 years, 9 months ago
  27. 39d37cf Revert "Track hovering pointers explicitly" by Sam Dubey · 2 years, 9 months ago
  28. d57302f Track hovering pointers explicitly by Siarhei Vishniakou · 2 years, 10 months ago
  29. e9349e7 Ensure returned event is non-null by Siarhei Vishniakou · 2 years, 9 months ago
  30. 5cee1e3 Add test for hover events over spy window by Siarhei Vishniakou · 2 years, 9 months ago
  31. c4f09ef Merge "Check display id of the last hover window before it is cleared" by Siarhei Vishniakou · 2 years, 9 months ago
  32. 74c248d Fix wallpaper window can't receive up event by Arthur Hung · 2 years, 10 months ago
  33. dae9dfc Check display id of the last hover window before it is cleared by Tommy Nordgren · 2 years, 11 months ago
  34. 327b935 Merge "Fix ACTION_POINTER_DOWN reports wrong pointers" by Arthur Hung · 2 years, 10 months ago
  35. 0b0374d Erase touch state if empty by Siarhei Vishniakou · 2 years, 10 months ago
  36. 9648374 Fix ACTION_POINTER_DOWN reports wrong pointers by Arthur Hung · 2 years, 10 months ago
  37. 5b79930 Make inputflinger_tests compile for musl by Colin Cross · 2 years, 11 months ago
  38. 3197718 Run some inputflinger_tests on host by Siarhei Vishniakou · 3 years ago
  39. 15beb51 (touch-mode-md 2/n) Add md touch mode support in InputDispatcher by Antonio Kantek · 3 years, 3 months ago
  40. e4df875 Revert "InputDispatcher: Blame the window from the focus request for ANR" by Vishnu Nair · 3 years ago
  41. 2f5bc8b InputDispatcher: Blame the window from the focus request for ANR by Vishnu Nair · 3 years, 1 month ago
  42. aed7ad0 Use sp<>::make instead of new by Siarhei Vishniakou · 3 years, 1 month ago
  43. cf72c73 Merge changes Ib7e34368,I444cf8c5 by TreeHugger Robot · 3 years, 1 month ago
  44. 814fe08 Reland: InputDispatcher: Allow all windows to be removed from a display by Prabir Pradhan · 3 years, 1 month ago
  45. b75c2aa Fix drag and drop access wrong pointer id by Arthur Hung · 3 years, 2 months ago
  46. a042c02 (touch-mode-md 1.1/n) Initialize per display touch mode (native) by Antonio Kantek · 3 years, 2 months ago
  47. 882bd9b Send correct downtime for motion events in split pointers case by Vaibhav Devmurari · 3 years, 2 months ago
  48. 6abcf8f Call pilfer pointers when second pointer goes down during D&D by Vaibhav Devmurari · 3 years, 3 months ago
  49. 086feab Merge "Modify pilferpointers API to selectively cancel pointers" by Vaibhav Devmurari · 3 years, 3 months ago
  50. 3fc7a61 Merge "Fix drag surface may stuck in multi displays" into tm-dev am: 02165220ca am: 32c8686614 by TreeHugger Robot · 3 years, 3 months ago
  51. 3915c1f Fix drag surface may stuck in multi displays by Arthur Hung · 3 years, 3 months ago
  52. ff798f3 Modify pilferpointers API to selectively cancel pointers by Vaibhav Devmurari · 3 years, 4 months ago
  53. 8a2b1a4 Reland: Change input injection security model by Prabir Pradhan · 3 years, 5 months ago
  54. 1e28ac4 Fix drag and drop may stuck in multi touch am: 54745651cc am: f270ca49ab am: 7b2bea286e am: 43db0f8c1c by Arthur Hung · 3 years, 4 months ago
  55. 0651792 Merge "Reland: Change input injection security model" by Prabir Pradhan · 3 years, 4 months ago
  56. 5474565 Fix drag and drop may stuck in multi touch by Arthur Hung · 3 years, 5 months ago
  57. 0d17cd4 Merge "Address Pointer Capture crash during rapid toggles" into tm-dev am: 0f24a7c37b am: 810b002899 am: 689e8ad651 am: 0c2c497727 by Prabir Pradhan · 3 years, 4 months ago
  58. 7092e26 Address Pointer Capture crash during rapid toggles by Prabir Pradhan · 3 years, 4 months ago
  59. 3ce9c3a Cleanup: Block untrusted touches in InputDispatcher by Hani Kazmi · 3 years, 4 months ago
  60. 5735a32 Reland: Change input injection security model by Prabir Pradhan · 3 years, 5 months ago
  61. 9fdc02c Merge "Revert "Change input injection security model to require INJECT_..."" into tm-dev by Prabir Pradhan · 3 years, 5 months ago
  62. d16a2ea Merge "Handle multiple windows in transferTouch" into tm-dev by TreeHugger Robot · 3 years, 5 months ago
  63. 7ae7afd Handle multiple windows in transferTouch by Siarhei Vishniakou · 3 years, 5 months ago
  64. 4df80f5 Revert "Change input injection security model to require INJECT_..." by Prabir Pradhan · 3 years, 5 months ago
  65. 820a542 Merge "Change input injection security model to require INJECT_EVENTS permission" into tm-dev by Prabir Pradhan · 3 years, 5 months ago
  66. 468a0d4 Merge "Add tests for WATCH_OUTSIDE_TOUCH and touches outside windows" into tm-dev by TreeHugger Robot · 3 years, 5 months ago
  67. 985a1b2 Change input injection security model to require INJECT_EVENTS permission by Prabir Pradhan · 3 years, 6 months ago
  68. f7c6df1 Merge "Add last interacted window check in setInTouchMode" into tm-dev by Antonio Kantek · 3 years, 5 months ago
  69. 48710e4 Add last interacted window check in setInTouchMode by Antonio Kantek · 3 years, 5 months ago
  70. 2f01d77 FTL: Pull Flags into namespace by Dominik Laskowski · 3 years, 5 months ago
  71. 6dfbf26 InputDispatcher: Do not drop ongoing gesture if a window is no longer a spy by Prabir Pradhan · 3 years, 6 months ago
  72. 2ee6d0b Reset intercept key wake time when receving up event by Arthur Hung · 3 years, 6 months ago
  73. b60b1dc Add tests for WATCH_OUTSIDE_TOUCH and touches outside windows by Prabir Pradhan · 3 years, 6 months ago
  74. 289e924 Ensure stale event does not cause ANR by Siarhei Vishniakou · 3 years, 7 months ago
  75. 506d7d3 Merge "Add tests for some split touch cases" into tm-dev by TreeHugger Robot · 3 years, 6 months ago
  76. a16e3a2 Add tests for some split touch cases by Siarhei Vishniakou · 3 years, 6 months ago
  77. 51e7db0 WindowInfo: Merge InputConfig and Feature flags by Prabir Pradhan · 3 years, 7 months ago
  78. edd9640 Support ANRs from windows that are not tracked by WM by Prabir Pradhan · 3 years, 7 months ago
  79. 0634904 Remove the concept of TOUCH_MODAL from input by Prabir Pradhan · 3 years, 7 months ago
  80. 76bdecb Invert some InputConfig flags to simplify default behavior by Prabir Pradhan · 3 years, 7 months ago
  81. dc70e40 Merge "Introduce WindowInfo::InputConfig flag to control input behavior" by TreeHugger Robot · 3 years, 7 months ago
  82. 4d5c52f Introduce WindowInfo::InputConfig flag to control input behavior by Prabir Pradhan · 3 years, 7 months ago
  83. 9d926a8 Merge "(TouchMode Permission 2.4/n) Update touch mode tests" by Antonio Kantek · 3 years, 7 months ago
  84. 26defcf (TouchMode Permission 2.4/n) Update touch mode tests by Antonio Kantek · 3 years, 7 months ago
  85. 8e9a856 Enable Android clang-tidy checks for inputflinger by Michael Wright · 3 years, 7 months ago
  86. f24d8d6 Merge changes If3d6ea21,Iab8360f2 by TreeHugger Robot · 3 years, 7 months ago
  87. 28bcd4b Merge "(TouchMode Permission 2.1/n) Add permission check when switching touch mode" by Antonio Kantek · 3 years, 7 months ago
  88. e680f9b InputDispatcher: Allow spy window to receive entire gesture after pilfer by Prabir Pradhan · 3 years, 7 months ago
  89. b0977e0 Merge "InputDispatcher: Remove gesture monitor implementation" by TreeHugger Robot · 3 years, 7 months ago
  90. dfabf8a InputDispatcher: Remove gesture monitor implementation by Prabir Pradhan · 3 years, 8 months ago
  91. d2f1637 Merge "InputDispatcher: Update tests to verify spy window gesture monitors" by Prabir Pradhan · 3 years, 7 months ago
  92. a3ab87a InputDispatcher_test: Fix death tests by Prabir Pradhan · 3 years, 7 months ago
  93. ea47acb (TouchMode Permission 2.1/n) Add permission check when switching touch mode by Antonio Kantek · 3 years, 9 months ago
  94. 1376fcd InputDispatcher: Update tests to verify spy window gesture monitors by Prabir Pradhan · 3 years, 8 months ago
  95. 0174738 Add static_asserts for the size of InputMessage by Siarhei Vishniakou · 3 years, 8 months ago
  96. 552c657 Merge changes from topic "stylus-input-window" by TreeHugger Robot · 3 years, 8 months ago
  97. bd9bc48 Merge changes from topic "revert-16371733-revert-16336498-revert-16306432-revert-16295572-ORWQJPYRMQ-IQBEBXXQNX-CARGQZNFNA-ZVFVBFSHNR" by Prabir Pradhan · 3 years, 8 months ago
  98. 5c85e05 InputDispatcher: Assert that all spy windows are trusted overlays by Prabir Pradhan · 3 years, 9 months ago
  99. d65552b InputDispatcher: Implement stylus interceptor by Prabir Pradhan · 4 years ago
  100. daa2f14 Reland^2 "Input injection: Assume transformed values are i..." by Prabir Pradhan · 3 years, 9 months ago