1. 8f3af08 Add a unit test for receiving 'finish' message after channel close by Siarhei Vishniakou · 7 months ago
  2. 6b51204 Add display topology to input dump by Arpit Singh · 6 months ago
  3. 269580e Merge "[CD Cursor] Add DisplayTopologyValidator" into main by Arpit Singh · 6 months ago
  4. d6d7df7 [CD Cursor] Add DisplayTopologyValidator by Arpit Singh · 6 months ago
  5. 68ef9a1 Add dev option override flag to connected display cursor flag by Arpit Singh · 6 months ago
  6. 96df7be [CD Cursor] Apply selection logic to change cursor displayId by nergi · 7 months ago
  7. 8b37b1b Move utility functions related to isFromSource to Input.h by Arpit Singh · 7 months ago
  8. 1071947 [CD Cursor] Devopts override for connected displays flag by Arpit Singh · 7 months ago
  9. 287f998 Add empty, dump methods to BlockingQueue by Siarhei Vishniakou · 7 months ago
  10. 26640c9 InputVerifier: verify button events and states (attempt 2) by Harry Cutts · 7 months ago
  11. 3c090f8 [CD cursor] Adjust for density when moving cursor between displays by Arpit Singh · 7 months ago
  12. d1f5630 Merge "Move external MultiTouch test into InputMapperUnitTest" into main by Treehugger Robot · 7 months ago
  13. f491aa5 Merge "Tracks whether an injected MotionEvent came from an accessibility tool." into main by Daniel Norman · 7 months ago
  14. e7ffef7 Move external MultiTouch test into InputMapperUnitTest by Siarhei Vishniakou · 8 months ago
  15. 8a1be91 Tracks whether an injected MotionEvent came from an accessibility tool. by Daniel Norman · 2 years, 2 months ago
  16. 67c5323 DisplayTopologyGraph offset in dp and store densities by Piotr Wilczyński · 8 months ago
  17. 1e37d1e Revert "InputVerifier: verify button events and states" by Priyanka Advani (xWF) · 8 months ago
  18. fb477b1 InputVerifier: verify button events and states by Harry Cutts · 8 months ago
  19. 6d2e24f Add support to disable mouse acceleration by Michael Checo · 9 months ago
  20. 9a14c12 DisplayTopology propagation to IM by Oleg Blinnikov · 11 months ago
  21. ff63fe1 input: Remove prefix from InputDeviceSensorAccuracy enum by Harry Cutts · 10 months ago
  22. 4f9e86f Merge "Fix One Euro filter's units of computation" into main by Treehugger Robot · 10 months ago
  23. 5346339 Fix One Euro filter's units of computation by Paul Ramirez · 10 months ago
  24. ae82aa2 Merge "MotionEvent: add safe dumping method" into main by Harry Cutts · 10 months ago
  25. 2358c13 MotionEvent: add safe dumping method by Harry Cutts · 10 months ago
  26. d62330d KeyboardInputMapper: migrate most tests to InputMapperUnitTest by Harry Cutts · 10 months ago
  27. bad8a9e Merge "Remove callback at the end of consumer destructor" into main by Treehugger Robot · 10 months ago
  28. ffe24cc Add keyboard volume mute LED. (2/2) by DingYong · 1 year, 1 month ago
  29. 08ee199 Reimplement Chromium's OneEuroFilter to InputConsumer by Paul Ramirez · 11 months ago
  30. 37242c8 Do not resample when frameTime is not available by Paul Ramirez · 11 months ago
  31. 29ee27c Add map like pointer lookup to LegacyResampler by Paul Ramirez · 11 months ago
  32. 362fa22 Remove callback at the end of consumer destructor by Siarhei Vishniakou · 11 months ago
  33. d78dd9b Copy KeyCharacterMap object when we fill InputDeviceInfo(1/n) by Linnan Li · 11 months ago
  34. 67b101b Reland "Reject inconsistent globally injected events" --try 2 by Siarhei Vishniakou · 11 months ago
  35. 4a26690 Merge "Revert "Reject inconsistent globally injected events"" into main by Liana Kazanova (xWF) · 11 months ago
  36. f7f93f5 Revert "Reject inconsistent globally injected events" by Liana Kazanova (xWF) · 11 months ago
  37. 5891fab Merge "Reject inconsistent globally injected events" into main by Treehugger Robot · 11 months ago
  38. f6abbf4 Reject inconsistent globally injected events by Siarhei Vishniakou · 11 months ago
  39. 6a3c7c9 Merge changes from topics "alt+meta=caps", "hasKeycode_bugfix" into main by Vaibhav Devmurari · 11 months ago
  40. 4679e55 Add logic to overwrite pointer coordinates if event time is too old by Paul Ramirez · 11 months ago
  41. 4d3b03a Add logic to overwrite pointer coordinates in motion event by Paul Ramirez · 11 months ago
  42. 5a71e88 hasKeycode API should take into account key remapping by Vaibhav Devmurari · 11 months ago
  43. 7f1efed Add check to not resample when resample time equals motion event time by Paul Ramirez · 11 months ago
  44. 8f87ade Add fields to InputMessageBuilder by Paul Ramirez · 11 months ago
  45. d0285f4 Merge "Add multiple device resampling support to InputConsumerNoResampling with tests" into main by Treehugger Robot · 12 months ago
  46. e37f834 Add multiple device resampling support to InputConsumerNoResampling with tests by Paul Ramirez · 1 year ago
  47. 911b48e Merge "Move key remapping to InputReader thread(1/n)" into main by Treehugger Robot · 12 months ago
  48. e5657f2 Move key remapping to InputReader thread(1/n) by Linnan Li · 12 months ago
  49. 87f1c01 Update InputConsumer_test.cpp to use getFdStateDebug by Paul Ramirez · 12 months ago
  50. 00cf5d0 Add current device consumption to InputConsumerNoResampling by Paul Ramirez · 1 year ago
  51. cd7488c Fix batching logic in InputConsumerNoResampling.cpp by Paul Ramirez · 12 months ago
  52. 5eabf9b Merge "Update Resampler_test.cpp to consider RESAMPLE_LATENCY" into main by Treehugger Robot · 12 months ago
  53. 6affbdb Update Resampler_test.cpp to consider RESAMPLE_LATENCY by Paul Ramirez · 12 months ago
  54. 9a4c026 Merge "InputDevice: modernize IDC probe debugging logs" into main by Treehugger Robot · 12 months ago
  55. f20b6ba InputDevice: modernize IDC probe debugging logs by Harry Cutts · 12 months ago
  56. e10e1fb Merge "Create TestInputChannel and TestLooper to better test InputConsumerNoResampling" into main by Treehugger Robot · 12 months ago
  57. e2bb187 Create TestInputChannel and TestLooper to better test InputConsumerNoResampling by Paul Ramirez · 1 year, 1 month ago
  58. 1e9887e Merge "Adding an InputEventActionType enum field to InputEventTimeline." into main by Ioana Jianu · 1 year ago
  59. 0bdbea1 Adding an InputEventActionType enum field to InputEventTimeline. by jioana · 1 year, 1 month ago
  60. 7dfaa32 Add InputMessageBuilder to InputEventBuilders.h by Paul Ramirez · 1 year, 1 month ago
  61. cf1b06e Add multiple pointer support to LegacyResampler with tests by Paul Ramirez · 1 year, 1 month ago
  62. 486ca6d Refactor resampler logic to constrain MotionEvent mutation by Paul Ramirez · 1 year, 1 month ago
  63. 912ff82 Merge "Add bug component to OWNERS files pointing to INPUT_OWNERS" into main am: 4e6139ae5c am: 3e182ddf17 by Prabir Pradhan · 1 year, 1 month ago
  64. 3e182dd Merge "Add bug component to OWNERS files pointing to INPUT_OWNERS" into main am: 4e6139ae5c by Prabir Pradhan · 1 year, 1 month ago
  65. 1cfde7a Add bug component to OWNERS files pointing to INPUT_OWNERS by Prabir Pradhan · 1 year, 1 month ago
  66. 8508b66 Move virtual device infra to libinput by Siarhei Vishniakou · 1 year, 1 month ago
  67. b2988ac Merge "Add resampling to InputConsumerNoResampling" into main by Treehugger Robot · 1 year, 1 month ago
  68. be9c544 Add resampling to InputConsumerNoResampling by Paul Ramirez · 1 year, 2 months ago
  69. 9d0d65e Reject invalid events injected by accessibility by Siarhei Vishniakou · 1 year, 1 month ago
  70. cc6aec5 Refactor JerkTracker and MotionPredictor for better testing. by Derek Wu · 1 year, 1 month ago
  71. 71c6f73 Update MotionEvent's id when a new sample is added. by jioana · 1 year, 2 months ago
  72. b41d38e Move batching logic from consumeBatchedInputEvents by Paul Ramirez · 1 year, 2 months ago
  73. ce7a57d Merge "Add smoothing to jerk calculations and updated jerk thresholds." into main by Derek Wu · 1 year, 2 months ago
  74. 5e0e7cf Add smoothing to jerk calculations and updated jerk thresholds. by Derek Wu · 1 year, 2 months ago
  75. 3c6e366 Merge "Native support for rotary encoder high-res scroll" into main by Biswarup Pal · 1 year, 2 months ago
  76. ba27d1d Native support for rotary encoder high-res scroll by Biswarup Pal · 1 year, 2 months ago
  77. 20f122f Merge "Add test coverage to InputConsumerNoResampling" into main by Treehugger Robot · 1 year, 2 months ago
  78. 79655f2 Add test coverage to InputConsumerNoResampling by Paul Ramirez · 1 year, 2 months ago
  79. 8ff5e5e Support high-resolution scroll by Biswarup Pal · 1 year, 3 months ago
  80. b005874 Dump dispatcher state during publisher error by Siarhei Vishniakou · 1 year, 2 months ago
  81. e12edae Merge "Return message wrapped in Result from receiveMessage" into main by Treehugger Robot · 1 year, 2 months ago
  82. 0c25e86 Return message wrapped in Result from receiveMessage by Paul Ramirez · 1 year, 3 months ago
  83. dd438e2 Virtual rotary encoder native support by Vladimir Komsiyski · 1 year, 7 months ago
  84. 29814f2 Define MotionEventFlag as an AIDL enum by Prabir Pradhan · 1 year, 3 months ago
  85. de36292 Merge "MotionEvent: Consolidate functions to transform PointerCoords" into main by Prabir Pradhan · 1 year, 3 months ago
  86. 746ea4a Merge "MotionEvent: Differentiate directional support for AXIS_ORIENTATION" into main by Prabir Pradhan · 1 year, 3 months ago
  87. 4b8d36c MotionEvent: Consolidate functions to transform PointerCoords by Prabir Pradhan · 1 year, 3 months ago
  88. 9a53b55 MotionEvent: Differentiate directional support for AXIS_ORIENTATION by Prabir Pradhan · 1 year, 3 months ago
  89. e58ffb9 Implement KeyboardClassifier interface in rust by Vaibhav Devmurari · 1 year, 4 months ago
  90. 5968781 Merge Android 24Q2 Release (ab/11526283) to aosp-main-future by Xin Li · 1 year, 4 months ago
  91. cfbee53 Move ADISPLAY_ID_ definitions into LogicalDisplayId by Siarhei Vishniakou · 1 year, 4 months ago
  92. b58c0c3 Remove __linux__ ifdefs where not needed by Siarhei Vishniakou · 1 year, 4 months ago
  93. 13bf76a Use a strongly typed LogicalDisplayId for displayId(2/n) by Linnan Li · 1 year, 4 months ago
  94. 4ccb32a Merge "Add mic mute keyboard led. (2/2)" into main by Josep del Río · 1 year, 4 months ago
  95. 8c5f7be Move BlockingQueue.h to libinput by Siarhei Vishniakou · 1 year, 4 months ago
  96. c40f6e0 Add missing input flags to aidl and add missing definitions by Siarhei Vishniakou · 1 year, 4 months ago
  97. 95660fb Merge "input: fix -Wformat warnings" into main by Harry Cutts · 1 year, 4 months ago
  98. c57cd3c input: fix -Wformat warnings by Harry Cutts · 1 year, 5 months ago
  99. 48f80da Do not show pointer for disabled device by Linnan Li · 1 year, 5 months ago
  100. 99f2c3c Add mic mute keyboard led. (2/2) by DingYong · 1 year, 9 months ago