1. 1feacf4 Move EventBuilders.h next to MotionEvent definitions by Cody Heiner · 2 years, 9 months ago
  2. ffe6293 Initialize InputEventLookup in a static function by Siarhei Vishniakou · 2 years, 9 months ago
  3. 5c02a71 Convert InputVerifier to rust by Siarhei Vishniakou · 2 years, 10 months ago
  4. 656cce2 Merge "Add a unit test for TouchpadInputMapper" into udc-dev am: 1930f60ddf am: a627330fe9 by Siarhei Vishniakou · 2 years, 10 months ago
  5. 9f6902d Merge "Read IDC file to check custom keyboard backlight levels" into udc-qpr-dev by Vaibhav Devmurari · 2 years, 10 months ago
  6. 16c2419 Read IDC file to check custom keyboard backlight levels by Vaibhav Devmurari · 2 years, 10 months ago
  7. 979f2d8 Add a unit test for TouchpadInputMapper by Siarhei Vishniakou · 2 years, 10 months ago
  8. 852db89 Log InputDeviceUsageReported atom from the new metrics collector by Prabir Pradhan · 3 years ago
  9. 6c377b3 Create InputTarget in a separate function by Siarhei Vishniakou · 2 years, 10 months ago
  10. 2a916c4 Use std::unordered_map in KeyCharacterMap by Siarhei Vishniakou · 2 years, 11 months ago
  11. 0a6fee8 Force input device changed callback when Keyboard layout info is updated by Vaibhav Devmurari · 2 years, 11 months ago
  12. f4cd887 Merge "Pass virtual input event timestamps to uinput" into udc-dev by Biswarup Pal · 2 years, 11 months ago
  13. e9fe2df Pass virtual input event timestamps to uinput by Biswarup Pal · 3 years ago
  14. 0bae1a0 Return Key* from getKey by Siarhei Vishniakou · 2 years, 11 months ago
  15. 5af2834 Pass reference to finishKey by Siarhei Vishniakou · 2 years, 11 months ago
  16. ae55bae Merge "Convert input event type to enum class" into udc-dev by Siarhei Vishniakou · 2 years, 11 months ago
  17. 63b6361 Convert input event type to enum class by Siarhei Vishniakou · 2 years, 11 months ago
  18. 18838bc Add `front` and `back` methods to RingBuffer by Cody Heiner · 3 years ago
  19. d618fcc Merge "hasKeycodeLocked() also checks usage codes" am: 8521bfe7ad am: c224482a8a am: 48a440198d by Josep del Río · 3 years ago
  20. dbd14eb Add outputLength method by Cody Heiner · 3 years ago
  21. aadf8d5 hasKeycodeLocked() also checks usage codes by Charles Lin · 3 years ago
  22. 6d73f83 Convert tool type to enum class by Siarhei Vishniakou · 3 years, 8 months ago
  23. f13161a input: use optionals for PropertyMap getters by Harry Cutts · 3 years ago
  24. 2be30b5 Merge "Revert^2 "Support touchpad gesture properties in IDC files"" into udc-dev by Harry Cutts · 3 years ago
  25. 2b67ff1 Revert^2 "Support touchpad gesture properties in IDC files" by Harry Cutts · 3 years ago
  26. 7262ab6 Merge "MotionEvent: Round coordinates to a precision of 0.001" by Treehugger Robot · 3 years ago
  27. 0909dc1 MotionEvent: Round coordinates to a precision of 0.001 by Prabir Pradhan · 3 years ago
  28. f207505 Merge "MotionEvent: Round coordinates to a precision of 0.001" into udc-dev by Prabir Pradhan · 3 years ago
  29. 00e029d MotionEvent: Round coordinates to a precision of 0.001 by Prabir Pradhan · 3 years ago
  30. 2993ceb Merge "Revert "Support touchpad gesture properties in IDC files"" into udc-dev by Sebastian Pickl · 3 years ago
  31. a53cb97 Revert "Support touchpad gesture properties in IDC files" by Sebastian Pickl · 3 years ago
  32. c8a4279 Merge "Support touchpad gesture properties in IDC files" into udc-dev by Harry Cutts · 3 years ago
  33. 3ca39d0 Support touchpad gesture properties in IDC files by Harry Cutts · 3 years ago
  34. fd0a68e Use current directory to load prediction model by Siarhei Vishniakou · 3 years ago
  35. 33cb38b Single-device prediction only by Siarhei Vishniakou · 3 years ago
  36. 1e5ec0a Initialize mLayoutOverlayApplied by Siarhei Vishniakou · 3 years ago
  37. 1e63fc2 Improve logging of evdev events by using labels for recognized values by Prabir Pradhan · 3 years, 1 month ago
  38. 92c8fd5 Ensure channel receives a consistent touch stream by Siarhei Vishniakou · 3 years, 1 month ago
  39. dd0635d Add virtual input device native classes. by Zixuan Qu · 3 years, 1 month ago
  40. bd66e62 Postpone loading the TFLite model until a supported event is recorded. by Philip Quinn · 3 years, 1 month ago
  41. cb3229a Use mmap to read TFLite model. by Philip Quinn · 3 years, 1 month ago
  42. da6a448 Replace shared libtflite dependency with static library. by Philip Quinn · 3 years, 1 month ago
  43. 6c94ce4 Merge "Add a simple ring buffer and use it for holding TFLite model inputs." by Philip Quinn · 3 years, 1 month ago
  44. 9b8926e Add a simple ring buffer and use it for holding TFLite model inputs. by Philip Quinn · 3 years, 1 month ago
  45. 75789cd Separate default pointer for mouse and stylus (native part) by Seunghwan Choi · 3 years, 2 months ago
  46. dff1554 Merge "Add TFLite model for motion prediction." by Philip Quinn · 3 years, 1 month ago
  47. 8f953ab Add TFLite model for motion prediction. by Philip Quinn · 3 years, 3 months ago
  48. 5df3493 Validate axes and led labels correctly by Siarhei Vishniakou · 3 years, 2 months ago
  49. d010b01 Improve debug prints in InputDispatcher by Siarhei Vishniakou · 3 years, 2 months ago
  50. 53e1dac Merge changes I036d0251,I7723dcba by Harry Cutts · 3 years, 2 months ago
  51. ea73eaa TouchpadInputMapper: add dump method by Harry Cutts · 3 years, 2 months ago
  52. b096ea0 Merge "Track hovering pointers explicitly -- try 2" by TreeHugger Robot · 3 years, 2 months ago
  53. b581f7f Track hovering pointers explicitly -- try 2 by Siarhei Vishniakou · 3 years, 3 months ago
  54. 961656a Merge "[scribe] Add index of handwriting icon on native" by Prabir Pradhan · 3 years, 2 months ago
  55. d3cf4c2 Merge "Add an API to get the supported USI version for a display" by Prabir Pradhan · 3 years, 2 months ago
  56. e04ffaa Add an API to get the supported USI version for a display by Prabir Pradhan · 3 years, 3 months ago
  57. 68950fb Merge "Per-pointer processing in VelocityTracker" by TreeHugger Robot · 3 years, 2 months ago
  58. 30b0c84 Merge "Use std::optional for active pointer id" by TreeHugger Robot · 3 years, 2 months ago
  59. 92d7fd0 [scribe] Add index of handwriting icon on native by Seunghwan Choi · 3 years, 2 months ago
  60. b346e3f Merge "Report pinch gestures" by Harry Cutts · 3 years, 2 months ago
  61. 8d23203 Per-pointer processing in VelocityTracker by Siarhei Vishniakou · 3 years, 2 months ago
  62. 23e8ae9 Clear applied layout overlay if new layout overlay is null. by Vaibhav Devmurari · 3 years, 2 months ago
  63. 657a173 Use std::optional for active pointer id by Siarhei Vishniakou · 3 years, 2 months ago
  64. 584afe2 Merge "Add isResampled field to PointerCoords." by Philip Quinn · 3 years, 2 months ago
  65. b1e8355 Report pinch gestures by Harry Cutts · 3 years, 3 months ago
  66. 97e60ba Merge "Provide prediction time from the application" by TreeHugger Robot · 3 years, 2 months ago
  67. afb3128 Add isResampled field to PointerCoords. by Philip Quinn · 3 years, 3 months ago
  68. 0839bd6 Provide prediction time from the application by Siarhei Vishniakou · 3 years, 2 months ago
  69. 61560dd Merge "Report three- and four-finger swipes" by Harry Cutts · 3 years, 2 months ago
  70. c5748d1 Report three- and four-finger swipes by Harry Cutts · 3 years, 3 months ago
  71. 7fb4113 Convert country code to Layoutinfo (Language tag + Layout type) by Vaibhav Devmurari · 3 years, 2 months ago
  72. 8be052f Merge "Add native MotionPredictor" by Siarhei Vishniakou · 3 years, 3 months ago
  73. 39147ce Add native MotionPredictor by Siarhei Vishniakou · 3 years, 4 months ago
  74. a91efe0 Merge changes If7b0026a,Ibfb6d2ab,I403a686c,I15b5fa66 by Prabir Pradhan · 3 years, 3 months ago
  75. e2e10b4 TouchInputMapper: Use ui::Transform to calculate orientation angles by Prabir Pradhan · 3 years, 4 months ago
  76. fecb606 Gets keyboard layout info from user space when available. by Zixuan Qu · 3 years, 4 months ago
  77. cbba14c Add API to support key remappings on native side by Vaibhav Devmurari · 3 years, 5 months ago
  78. 635422b Convert MotionEvent#getSurfaceRotation to ui::Rotation by Michael Wright · 3 years, 3 months ago
  79. a9cf419 Convert orientation values in input to ui::Rotation. by Michael Wright · 3 years, 3 months ago
  80. 8a0d7dd Merge changes I3dae9b50,I3d687a10 by Prabir Pradhan · 3 years, 4 months ago
  81. e562696 Input: Add isStylusToolType() utility function by Prabir Pradhan · 3 years, 4 months ago
  82. 79b76d1 Dump WheelVelocityControlParameters in individual CursorInputMappers. by Zixuan Qu · 3 years, 4 months ago
  83. ae4d053 Use std::array and default copy assignment for PointerCoords by Prabir Pradhan · 3 years, 4 months ago
  84. 07525ef Determine the bluetooth address of an input device from its uniqueId by Prabir Pradhan · 3 years, 5 months ago
  85. eca273c Create Native VelocityTracker#isAxisSupported Function by Yeabkal Wubshit · 3 years, 5 months ago
  86. d3d4060 Add INVALID_INPUT_DEVICE_ID to IInputConstants by Sandro Meier · 3 years, 5 months ago
  87. 167c270 Determine whether an input device supports USI using IDC files by Prabir Pradhan · 3 years, 6 months ago
  88. 6f8b77e Merge "Add support for detecting Keyboard backlight using sysfs node" by Vaibhav Devmurari · 3 years, 5 months ago
  89. 9b9732c Merge "Use TWO_FINGER_SWIPE classification for touchpad scroll events" by Harry Cutts · 3 years, 6 months ago
  90. 2800fb0 Use TWO_FINGER_SWIPE classification for touchpad scroll events by Harry Cutts · 3 years, 6 months ago
  91. 82b37d6 Add support for detecting Keyboard backlight using sysfs node by Vaibhav Devmurari · 3 years, 6 months ago
  92. 73c9508 VelocityTracker Cleanups: Differential Axes Support Follow Up by Yeabkal Wubshit · 3 years, 6 months ago
  93. 0bb5e59 Add VelocityTracker Support for AXIS_SCROLL by Yeabkal Wubshit · 3 years, 6 months ago
  94. 67b3ab0 VelocityTracker Cleanups by Yeabkal Wubshit · 3 years, 6 months ago
  95. 15c2fea Merge "Improve VelocityTracker Strategy Handling" by Yeabkal Wubshit · 3 years, 6 months ago
  96. 47ff708 Improve VelocityTracker Strategy Handling by Yeabkal Wubshit · 3 years, 6 months ago
  97. 39f2769 Merge "Resolve associated display and pointer display in CursorInputMapper" into tm-qpr-dev am: ff41b63eb2 by Prabir Pradhan · 3 years, 6 months ago
  98. c04d04d Resolve associated display and pointer display in CursorInputMapper by Prabir Pradhan · 3 years, 6 months ago
  99. f824fbb Merge "libinput: Use #pragma once instead of explicit define guards" by Prabir Pradhan · 3 years, 6 months ago
  100. 0d169d9 Merge "Reland "Make VelocityTracker 1D" (--try 2)" by Yeabkal Wubshit · 3 years, 6 months ago