1. d02eebc Merge "InputDispatcher: Provide a way to transfer the entire gesture" into main by Treehugger Robot · 6 months ago
  2. 93b2749 InputDispatcher: Provide a way to transfer the entire gesture by Siarhei Vishniakou · 6 months ago
  3. 523b461 Add support for search modifier fallbacks by Jimmy · 10 months ago
  4. 68360b4 InputDispatcher: Initialize mWindowInfosVsyncId by Prabir Pradhan · 6 months ago
  5. 12ebdd1 Merge "Remove old WindowInfosListener debug logging" into main by Treehugger Robot · 6 months ago
  6. b2d2209 Remove old WindowInfosListener debug logging by Patrick Williams · 6 months ago
  7. c313161 Add MaximumObscuringOpacityForTouch to input dump by Arpit Singh · 6 months ago
  8. 6b51204 Add display topology to input dump by Arpit Singh · 6 months ago
  9. fc66a3a [CD Cursor] Fix cursorState lookup for non-primary displays by Arpit Singh · 7 months ago
  10. 105a3fc [CD Cursor] Enable gesture transfer across connected displays by Arpit Singh · 7 months ago
  11. 5b4aeb3 [23/n Dispatcher refactor] Add const ref to window and connection by Arpit Singh · 7 months ago
  12. 8b37b1b Move utility functions related to isFromSource to Input.h by Arpit Singh · 7 months ago
  13. 1071947 [CD Cursor] Devopts override for connected displays flag by Arpit Singh · 7 months ago
  14. def7cb1 [5/n CD Cursor] Enable cross-display drag gesture by Arpit Singh · 7 months ago
  15. f282c31 [4/n CD Cursor] Use Pointer's display transform for motion events by Arpit Singh · 7 months ago
  16. 7a6bfc5 [3/n CD Cursor] Enable cross-display mouse gestures by Arpit Singh · 7 months ago
  17. a6a2ac9 Revert "[3/n CD Cursor] Enable cross-display mouse gestures" by Priyanka Advani (xWF) · 7 months ago
  18. d6e8320 [3/n CD Cursor] Enable cross-display mouse gestures by Arpit Singh · 7 months ago
  19. 96efbfe [2/n CD Cursor] Introduce cursor State by Arpit Singh · 7 months ago
  20. fbed16b Use ALWAYS_FATAL if touchState is out of sync by Arpit Singh · 7 months ago
  21. 30631e9 inputflinger_input_dispatcher_fuzzer : Fix memory leak by Akhilesh Sanikop · 7 months ago
  22. 9ab3261 Merge "InputDispatcher: use INFO for conditional logs" into main by Treehugger Robot · 7 months ago
  23. c463aa0 Merge "[1/n CD Cursor] Pass topology to InputDispatcher" into main by Arpit Singh · 7 months ago
  24. b968c2d InputDispatcher: use INFO for conditional logs by Harry Cutts · 7 months ago
  25. 3d6db2b InputDispatcher: use LOG_IF for checking logging tags by Harry Cutts · 7 months ago
  26. 2b94087 [1/n CD Cursor] Pass topology to InputDispatcher by Arpit Singh · 8 months ago
  27. c884b78 [22/n Dispatcher Refactor] resolving nits from previous review by Arpit Singh · 7 months ago
  28. 749b11b [21/n Dispatcher refactor] Make touchStatesByDisplay private by Arpit Singh · 8 months ago
  29. 6cd42cb Merge changes I65b2b48d,I0d41ba77 into main by Arpit Singh · 7 months ago
  30. 1a25e57 Merge "InputVerifier: verify button events and states (attempt 2)" into main by Harry Cutts · 7 months ago
  31. 071afa0 [20/n Dispatcher refactor] Allow access to all TouchedWindowHandles by Arpit Singh · 8 months ago
  32. 144aedb [19/n Dispatcher refactor] Remove findTouchStateWindowAndDisplay by Arpit Singh · 8 months ago
  33. c95ea81 [18/n Dispatcher refactor] Move pilferPointers by Arpit Singh · 8 months ago
  34. c2a4d0f [17/n Dispatcher refactor] Move transferTouchGesture by Arpit Singh · 8 months ago
  35. f684980 [16/n Dispatcher refactor] Move transferWallpaperTouch by Arpit Singh · 8 months ago
  36. 26640c9 InputVerifier: verify button events and states (attempt 2) by Harry Cutts · 7 months ago
  37. 8d90063 Merge changes Ibdd09f42,I624700a7 into main by Arpit Singh · 7 months ago
  38. 01e3f8a Merge "input: run bpfmt -w -s on all Android.bp files" into main by Treehugger Robot · 7 months ago
  39. 24a00a9 [15/n Dispatcher refactor] Remove TouchState from setInputWindows by Arpit Singh · 8 months ago
  40. 0e2df84 input: run bpfmt -w -s on all Android.bp files by Harry Cutts · 7 months ago
  41. b9e6e59 [14/n Dispatcher refactor] Move TouchState methods by Arpit Singh · 8 months ago
  42. 403a3d7 [13/n Dispatcher refactor] Move TouchState to DispatcherTouchState by Arpit Singh · 8 months ago
  43. 4f2ba50 [12/n Dispatcher refactor] Introduce static DispatcherTouchState by Arpit Singh · 8 months ago
  44. d1f5630 Merge "Move external MultiTouch test into InputMapperUnitTest" into main by Treehugger Robot · 7 months ago
  45. f491aa5 Merge "Tracks whether an injected MotionEvent came from an accessibility tool." into main by Daniel Norman · 7 months ago
  46. e7ffef7 Move external MultiTouch test into InputMapperUnitTest by Siarhei Vishniakou · 7 months ago
  47. 32cf36e Merge "Add tests for AndroidInputEventProtoConverter::toProtoWindowDispatch" into main by Prabir Pradhan · 7 months ago
  48. 70d901b Merge changes If328c294,I7c291ef5 into main by Treehugger Robot · 7 months ago
  49. 2be9c52 Add tests for AndroidInputEventProtoConverter::toProtoWindowDispatch by Prabir Pradhan · 7 months ago
  50. c233f0a Add tests for AndroidInputEventProtoConverter::toProtoKeyEvent by Prabir Pradhan · 7 months ago
  51. 2889b8f InputTracer: Ensure 0 coordinate values are traced, with unit test by Prabir Pradhan · 7 months ago
  52. da025e5 Merge changes I7b0b5604,Ie7a00d48,Iccf5b53d into main by Arpit Singh · 7 months ago
  53. ea395bf Add tests for AndroidInputEventProtoConverter::toProtoMotionEvent by Prabir Pradhan · 7 months ago
  54. 943fb05 AndroidInputEventProtoConverter: Move impl into templated header by Prabir Pradhan · 7 months ago
  55. 8d8cb62 Merge "Revert "InputTracer: Ensure 0 coordinate values are traced"" into main by Treehugger Robot · 7 months ago
  56. e08f9f0 Revert "InputTracer: Ensure 0 coordinate values are traced" by Prabir Pradhan · 7 months ago
  57. 12c5cc4 Merge "Add scroll latency metrics" into main by Asmita Poddar · 7 months ago
  58. 8a1be91 Tracks whether an injected MotionEvent came from an accessibility tool. by Daniel Norman · 2 years, 2 months ago
  59. de86b13 Add scroll latency metrics by Asmita Poddar · 7 months ago
  60. 6e58730 Merge changes I6e3b959d,I222df277 into main by Arpit Singh · 7 months ago
  61. 9d286fc Merge "Revert "InputVerifier: verify button events and states"" into main by Priyanka Advani (xWF) · 7 months ago
  62. 1e37d1e Revert "InputVerifier: verify button events and states" by Priyanka Advani (xWF) · 8 months ago
  63. 88c634d Merge "InputVerifier: verify button events and states" into main by Treehugger Robot · 8 months ago
  64. 293a154 [11/n Dispatcher refactor] Move isTouchTrusted to WindowInfo by Arpit Singh · 8 months ago
  65. edcc730 [10/n Dispatcher refactor] Move obscuring related methods to WindowInfo by Arpit Singh · 8 months ago
  66. ae8afff [9/n Dispatcher refactor] Move computeTouchOcclusionInfo to WindowInfos by Arpit Singh · 8 months ago
  67. ac98806 Remove unknown connection token from Anr tracker by Arpit Singh · 8 months ago
  68. 5f04e1f [8/n InputDispatcher refactor] move input connections to a subclass by Arpit Singh · 8 months ago
  69. fb477b1 InputVerifier: verify button events and states by Harry Cutts · 8 months ago
  70. 9cab74c Merge "InputTracer: Add missing fields from MotionEvent" into main by Prabir Pradhan · 8 months ago
  71. b1e8c9f Merge "InputTracer: Ensure 0 coordinate values are traced" into main by Treehugger Robot · 8 months ago
  72. 2ccaa04 InputTracer: Add missing fields from MotionEvent by Prabir Pradhan · 8 months ago
  73. 8c94bdb Merge "Remove redundant isSplit assignments" into main by Treehugger Robot · 8 months ago
  74. 0744642 InputTracer: Ensure 0 coordinate values are traced by Prabir Pradhan · 8 months ago
  75. 89c429f Remove redundant isSplit assignments by Siarhei Vishniakou · 8 months ago
  76. a29a2d1 Merge changes from topic "revert-31063667-ZXNTVOTPQF" into main by Treehugger Robot · 8 months ago
  77. 7522315 Revert "[8/n InputDispatcher refactor] move input connections to a subclass" by Arpit Singh · 8 months ago
  78. 774d937 Revert "[9/n Dispatcher refactor] Move computeTouchOcclusionInfo..." by Arpit Singh · 8 months ago
  79. d20a62a Revert "[10/n Dispatcher refactor] Move obscuring related method..." by Arpit Singh · 8 months ago
  80. eeec678 Revert "[11/n Dispatcher refactor] Move isTouchTrusted to WindowInfo" by Arpit Singh · 8 months ago
  81. febbea0 Merge changes I9f2f1821,I74840ff6,Ie41c0381 into main by Arpit Singh · 8 months ago
  82. 0fb93b8 Merge "[8/n InputDispatcher refactor] move input connections to a subclass" into main by Arpit Singh · 8 months ago
  83. c32e52b InputTracer: Skip tracing raw coords if they are the same by Prabir Pradhan · 8 months ago
  84. 60448cf [11/n Dispatcher refactor] Move isTouchTrusted to WindowInfo by Arpit Singh · 8 months ago
  85. 365ec0b [10/n Dispatcher refactor] Move obscuring related methods to WindowInfo by Arpit Singh · 8 months ago
  86. 410ac2b [9/n Dispatcher refactor] Move computeTouchOcclusionInfo to WindowInfos by Arpit Singh · 8 months ago
  87. 49586f4 [8/n InputDispatcher refactor] move input connections to a subclass by Arpit Singh · 8 months ago
  88. d77e913 Merge "Still send motion events to window which already be touched" into main am: 902c67a180 am: 2439c80b71 by Treehugger Robot · 8 months ago
  89. 40ab0ce Still send motion events to window which already be touched by Bin Zhai · 9 months ago
  90. a1635a6 Merge "Remove non-split touch from input code" into main by Treehugger Robot · 8 months ago
  91. 0ea3321 Merge "[7/n InputDispatcher refactor] refactor removeInputChannel" into main by Arpit Singh · 8 months ago
  92. 2b5d249 Remove non-split touch from input code by Siarhei Vishniakou · 8 months ago
  93. 72c6990 Use the cloned window's layer stack space for raw coordinates by Prabir Pradhan · 9 months ago
  94. 2e5d4dd InputTarget: s/displayTransform/rawTransform by Prabir Pradhan · 8 months ago
  95. 0394181 [7/n InputDispatcher refactor] refactor removeInputChannel by Arpit Singh · 8 months ago
  96. 5ba84c7 Merge changes Iadb30c84,Id9fdcb21 into main by Arpit Singh · 8 months ago
  97. 3ef7a98 Merge "Refactor interceptKeyBeforeDispatching to use variant" into main by Treehugger Robot · 8 months ago
  98. 91677d5 [6/n InputDispatcher refactor] Move createInputTarget to anonymous namespace by Arpit Singh · 9 months ago
  99. 9bad23a [5/n InputDispatcher refactor] Move findTouchedSpyWindowsAt to DispatcherWindowInfo by Arpit Singh · 9 months ago
  100. 0a94f46 [4/n InputDispatcher refactor] Make findTouchedForegroundWindow static by Arpit Singh · 9 months ago