1. 8f3af08 Add a unit test for receiving 'finish' message after channel close by Siarhei Vishniakou · 7 months ago
  2. 26640c9 InputVerifier: verify button events and states (attempt 2) by Harry Cutts · 7 months ago
  3. 0e2df84 input: run bpfmt -w -s on all Android.bp files by Harry Cutts · 7 months ago
  4. bf20e95 inputflinger: Remove anonymous namespaces from headers by Prabir Pradhan · 7 months ago
  5. 1e37d1e Revert "InputVerifier: verify button events and states" by Priyanka Advani (xWF) · 8 months ago
  6. fb477b1 InputVerifier: verify button events and states by Harry Cutts · 8 months ago
  7. 8be9e01 input: Use ASSERT_RESULT_OK in InputVerifierTest by Harry Cutts · 8 months ago
  8. 2c77c70 Additional sanitizers for libinput_tests by Siarhei Vishniakou · 9 months ago
  9. 503a995 add libaconfig_storage_read_api_cc dep for linking aconfig flag lib statically by Dennis Shen · 9 months ago
  10. eb63bbf Do not crash when server channel has closed by Siarhei Vishniakou · 10 months ago
  11. 4f9e86f Merge "Fix One Euro filter's units of computation" into main by Treehugger Robot · 10 months ago
  12. 5346339 Fix One Euro filter's units of computation by Paul Ramirez · 10 months ago
  13. 8047b3c Use matcher-based consumption in InputPublisherAndConsumerNoResampling_test by Siarhei Vishniakou · 10 months ago
  14. bad8a9e Merge "Remove callback at the end of consumer destructor" into main by Treehugger Robot · 10 months ago
  15. b8591fb Merge "Reimplement Chromium's OneEuroFilter to InputConsumer" into main by Treehugger Robot · 10 months ago
  16. 08ee199 Reimplement Chromium's OneEuroFilter to InputConsumer by Paul Ramirez · 11 months ago
  17. 260a091 Merge "TestEventMatchers: explain WithMotionAction failures" into main by Harry Cutts · 10 months ago
  18. 7e2ba26 TfLiteMotionPredictor_test: fix initialization order warnings by Harry Cutts · 10 months ago
  19. fb6d585 TestEventMatchers: explain WithMotionAction failures by Harry Cutts · 10 months ago
  20. 4ef4068 Ensure new InputConsumer resampling behavior does not change by Paul Ramirez · 12 months ago
  21. 37242c8 Do not resample when frameTime is not available by Paul Ramirez · 11 months ago
  22. 29ee27c Add map like pointer lookup to LegacyResampler by Paul Ramirez · 11 months ago
  23. 362fa22 Remove callback at the end of consumer destructor by Siarhei Vishniakou · 11 months ago
  24. bc72309 Do not invoke callbacks when InputConsumer is destroyed by Siarhei Vishniakou · 11 months ago
  25. ccd7147 Use std::queue in InputConsumer_test by Siarhei Vishniakou · 11 months ago
  26. 4679e55 Add logic to overwrite pointer coordinates if event time is too old by Paul Ramirez · 11 months ago
  27. 4d3b03a Add logic to overwrite pointer coordinates in motion event by Paul Ramirez · 11 months ago
  28. 7f1efed Add check to not resample when resample time equals motion event time by Paul Ramirez · 11 months ago
  29. 5d59a42 Add file to use new consumer with a subset of TouchResampling_test.cpp by Paul Ramirez · 11 months ago
  30. e37f834 Add multiple device resampling support to InputConsumerNoResampling with tests by Paul Ramirez · 1 year ago
  31. 87f1c01 Update InputConsumer_test.cpp to use getFdStateDebug by Paul Ramirez · 12 months ago
  32. 00cf5d0 Add current device consumption to InputConsumerNoResampling by Paul Ramirez · 1 year ago
  33. cd7488c Fix batching logic in InputConsumerNoResampling.cpp by Paul Ramirez · 12 months ago
  34. 5eabf9b Merge "Update Resampler_test.cpp to consider RESAMPLE_LATENCY" into main by Treehugger Robot · 12 months ago
  35. 6affbdb Update Resampler_test.cpp to consider RESAMPLE_LATENCY by Paul Ramirez · 12 months ago
  36. df9edb3 Disable native coverage for libinput_tests and inputflinger_tests. by Yifeng Zeng · 12 months ago
  37. e2bb187 Create TestInputChannel and TestLooper to better test InputConsumerNoResampling by Paul Ramirez · 1 year, 1 month ago
  38. 7dfaa32 Add InputMessageBuilder to InputEventBuilders.h by Paul Ramirez · 1 year, 1 month ago
  39. cf1b06e Add multiple pointer support to LegacyResampler with tests by Paul Ramirez · 1 year, 1 month ago
  40. 68ca3d1 Change calculateResampledCoords to preserve PointerCoords data by Paul Ramirez · 1 year, 1 month ago
  41. b2988ac Merge "Add resampling to InputConsumerNoResampling" into main by Treehugger Robot · 1 year, 1 month ago
  42. be9c544 Add resampling to InputConsumerNoResampling by Paul Ramirez · 1 year, 2 months ago
  43. cc6aec5 Refactor JerkTracker and MotionPredictor for better testing. by Derek Wu · 1 year, 1 month ago
  44. 71c6f73 Update MotionEvent's id when a new sample is added. by jioana · 1 year, 2 months ago
  45. ce7a57d Merge "Add smoothing to jerk calculations and updated jerk thresholds." into main by Derek Wu · 1 year, 2 months ago
  46. 5e0e7cf Add smoothing to jerk calculations and updated jerk thresholds. by Derek Wu · 1 year, 2 months ago
  47. 20f122f Merge "Add test coverage to InputConsumerNoResampling" into main by Treehugger Robot · 1 year, 2 months ago
  48. 79655f2 Add test coverage to InputConsumerNoResampling by Paul Ramirez · 1 year, 2 months ago
  49. 4125ea4 Remove some logging information from InputDispatcher by Siarhei Vishniakou · 1 year, 2 months ago
  50. 0c25e86 Return message wrapped in Result from receiveMessage by Paul Ramirez · 1 year, 3 months ago
  51. 9a53b55 MotionEvent: Differentiate directional support for AXIS_ORIENTATION by Prabir Pradhan · 1 year, 3 months ago
  52. 09b2388 Apply input resampling for motion events of ToolType::MOUSE and STYLUS by Hiroki Sato · 1 year, 3 months ago
  53. ba3344c InputEvent_test: fix parameter comment style by Harry Cutts · 1 year, 4 months ago
  54. cfbee53 Move ADISPLAY_ID_ definitions into LogicalDisplayId by Siarhei Vishniakou · 1 year, 4 months ago
  55. 278e699 Merge "Use libstatssocket_lazy to report stylus metrics" into main by Cody Heiner · 1 year, 4 months ago
  56. b0b5b6c Use libstatssocket_lazy to report stylus metrics by Cody Heiner · 1 year, 4 months ago
  57. 13bf76a Use a strongly typed LogicalDisplayId for displayId(2/n) by Linnan Li · 1 year, 4 months ago
  58. 0dd479e Merge "Revert^2 "Stylus Metrics: Switch to non-bootstrap statslog library"" into main by Cody Heiner · 1 year, 5 months ago
  59. e17cb30 Revert^2 "Stylus Metrics: Switch to non-bootstrap statslog library" by Cody Heiner · 1 year, 5 months ago
  60. ae8dfc2 Update jerk thresholds for prediction pruning. by Derek Wu · 1 year, 5 months ago
  61. aaa4731 Add jerk thresholded pruning. by Derek Wu · 1 year, 5 months ago
  62. 705068d Add a jerk tracker to MotionPredictor by Derek Wu · 1 year, 6 months ago
  63. aefd4a4 Revert "Stylus Metrics: Switch to non-bootstrap statslog library" by Saho Kobayashi · 1 year, 6 months ago
  64. f49bc74 Stylus Metrics: Switch to non-bootstrap statslog library by Cody Heiner · 1 year, 6 months ago
  65. 3891ec9 Send events wrapped in unique_ptr to InputConsumerCallbacks by Siarhei Vishniakou · 1 year, 6 months ago
  66. 2b92027 Add InputConsumerNoResampling, which is a rewrite of InputConsumer by Siarhei Vishniakou · 1 year, 6 months ago
  67. 0438ca8 Move InputConsumer into separate files by Siarhei Vishniakou · 1 year, 6 months ago
  68. 3782af6 Move BlockingQueue.h to libinput by Siarhei Vishniakou · 1 year, 6 months ago
  69. 64f893d Merge "Delete TestHelpers.h" into main by Treehugger Robot · 1 year, 6 months ago
  70. 1e6df10 Delete TestHelpers.h by Siarhei Vishniakou · 1 year, 6 months ago
  71. 08726fc Merge "MotionEvent: Get offsets in raw coordinate space" into main by Prabir Pradhan · 1 year, 6 months ago
  72. 4b884cf Merge "Fix possible crash in scale-invariant error calculation" into main by Cody Heiner · 1 year, 6 months ago
  73. add8a4a MotionEvent: Get offsets in raw coordinate space by Prabir Pradhan · 1 year, 6 months ago
  74. bf9b0a8 Move MotionEvent#split implementation to native by Prabir Pradhan · 1 year, 6 months ago
  75. 50582ba Fix possible crash in scale-invariant error calculation by Cody Heiner · 1 year, 7 months ago
  76. 7b9f4f5 Pass unique_ptr of InputChannel to Connection by Siarhei Vishniakou · 1 year, 7 months ago
  77. 8d66013 Use aidl-defined InputChannel for parceling by Siarhei Vishniakou · 1 year, 8 months ago
  78. e9ae938 Merge "CursorInputMapper: share acceleration curves with touchpad" into main by Harry Cutts · 1 year, 8 months ago
  79. e78184b CursorInputMapper: share acceleration curves with touchpad by Harry Cutts · 1 year, 8 months ago
  80. e629e27 Merge "libinput: use libkernelconfigs insteadof libvintf" into main by Jooyung Han · 1 year, 8 months ago
  81. c913ce0 Merge "Expose InputConsumer::probablyHasInput" into main by Egor Pasko · 1 year, 8 months ago
  82. a0d32af Expose InputConsumer::probablyHasInput by Egor Pasko · 1 year, 9 months ago
  83. 3f66921 libinput: use libkernelconfigs insteadof libvintf by Jooyung Han · 1 year, 9 months ago
  84. 7b26dbe Pass all input events to MetricsManager by Cody Heiner · 1 year, 10 months ago
  85. 318005c Reset velocity for pointers that have been canceled by Siarhei Vishniakou · 1 year, 11 months ago
  86. 66245d1 Merge changes I820ac945,Ie16ada6f,I50cc5354 into main by Ryan Prichard · 1 year, 11 months ago
  87. 88daa90 Allow values from SourceClass inside rust Source by Siarhei Vishniakou · 1 year, 11 months ago
  88. b2aff84 Add flag to mark key usage code as a fallback mapping by Arpit Singh · 2 years ago
  89. a119a69 TFLite: Accommodate change in std::span size type by Ryan Prichard · 2 years ago
  90. 6252af7 Provide a consistent motion event stream in libinput_tests by Siarhei Vishniakou · 2 years ago
  91. 4e955a2 Mark all pointers in a resampled event as resampled. by Philip Quinn · 2 years ago
  92. 0b2b567 Add tests to test KCM#combine and KCM#mapKey by Vaibhav Devmurari · 2 years ago
  93. 9681896 Add input flags for event verification by Siarhei Vishniakou · 2 years, 1 month ago
  94. 52db474 Implement Stylus Prediction Metrics by Cody Heiner · 2 years, 2 months ago
  95. f2846bd Merge "Override VelocityTracker strategy for non-differential axes only" into main by Treehugger Robot · 2 years, 1 month ago
  96. 8a2e589 Override VelocityTracker strategy for non-differential axes only by Siarhei Vishniakou · 2 years, 1 month ago
  97. 69dbffb Merge "InputVerifier: Accept invalid utf-8 strings silently" into udc-qpr-dev am: b381a8bad3 am: ebd5ab192a by Prabir Pradhan · 2 years, 1 month ago
  98. 3117a44 InputVerifier: Accept invalid utf-8 strings silently by Prabir Pradhan · 2 years, 1 month ago
  99. ca977c4 Merge "Update motion prediction model." into udc-qpr-dev am: 3c60252e14 am: c7034de04b by Philip Quinn · 2 years, 1 month ago
  100. 107ce70 Update motion prediction model. by Philip Quinn · 2 years, 2 months ago