1. 3ca39d0 Support touchpad gesture properties in IDC files by Harry Cutts · 3 years ago
  2. 1e63fc2 Improve logging of evdev events by using labels for recognized values by Prabir Pradhan · 3 years ago
  3. 92c8fd5 Ensure channel receives a consistent touch stream by Siarhei Vishniakou · 3 years ago
  4. dd0635d Add virtual input device native classes. by Zixuan Qu · 3 years ago
  5. bd66e62 Postpone loading the TFLite model until a supported event is recorded. by Philip Quinn · 3 years ago
  6. cb3229a Use mmap to read TFLite model. by Philip Quinn · 3 years ago
  7. da6a448 Replace shared libtflite dependency with static library. by Philip Quinn · 3 years ago
  8. 6c94ce4 Merge "Add a simple ring buffer and use it for holding TFLite model inputs." by Philip Quinn · 3 years ago
  9. 9b8926e Add a simple ring buffer and use it for holding TFLite model inputs. by Philip Quinn · 3 years ago
  10. 75789cd Separate default pointer for mouse and stylus (native part) by Seunghwan Choi · 3 years, 1 month ago
  11. dff1554 Merge "Add TFLite model for motion prediction." by Philip Quinn · 3 years ago
  12. 8f953ab Add TFLite model for motion prediction. by Philip Quinn · 3 years, 2 months ago
  13. 5df3493 Validate axes and led labels correctly by Siarhei Vishniakou · 3 years ago
  14. d010b01 Improve debug prints in InputDispatcher by Siarhei Vishniakou · 3 years, 1 month ago
  15. 53e1dac Merge changes I036d0251,I7723dcba by Harry Cutts · 3 years, 1 month ago
  16. ea73eaa TouchpadInputMapper: add dump method by Harry Cutts · 3 years, 1 month ago
  17. b096ea0 Merge "Track hovering pointers explicitly -- try 2" by TreeHugger Robot · 3 years, 1 month ago
  18. b581f7f Track hovering pointers explicitly -- try 2 by Siarhei Vishniakou · 3 years, 2 months ago
  19. 961656a Merge "[scribe] Add index of handwriting icon on native" by Prabir Pradhan · 3 years, 1 month ago
  20. d3cf4c2 Merge "Add an API to get the supported USI version for a display" by Prabir Pradhan · 3 years, 1 month ago
  21. e04ffaa Add an API to get the supported USI version for a display by Prabir Pradhan · 3 years, 2 months ago
  22. 68950fb Merge "Per-pointer processing in VelocityTracker" by TreeHugger Robot · 3 years, 1 month ago
  23. 30b0c84 Merge "Use std::optional for active pointer id" by TreeHugger Robot · 3 years, 1 month ago
  24. 92d7fd0 [scribe] Add index of handwriting icon on native by Seunghwan Choi · 3 years, 1 month ago
  25. b346e3f Merge "Report pinch gestures" by Harry Cutts · 3 years, 1 month ago
  26. 8d23203 Per-pointer processing in VelocityTracker by Siarhei Vishniakou · 3 years, 1 month ago
  27. 23e8ae9 Clear applied layout overlay if new layout overlay is null. by Vaibhav Devmurari · 3 years, 1 month ago
  28. 657a173 Use std::optional for active pointer id by Siarhei Vishniakou · 3 years, 1 month ago
  29. 584afe2 Merge "Add isResampled field to PointerCoords." by Philip Quinn · 3 years, 1 month ago
  30. b1e8355 Report pinch gestures by Harry Cutts · 3 years, 2 months ago
  31. 97e60ba Merge "Provide prediction time from the application" by TreeHugger Robot · 3 years, 1 month ago
  32. afb3128 Add isResampled field to PointerCoords. by Philip Quinn · 3 years, 2 months ago
  33. 0839bd6 Provide prediction time from the application by Siarhei Vishniakou · 3 years, 1 month ago
  34. 61560dd Merge "Report three- and four-finger swipes" by Harry Cutts · 3 years, 1 month ago
  35. c5748d1 Report three- and four-finger swipes by Harry Cutts · 3 years, 2 months ago
  36. 7fb4113 Convert country code to Layoutinfo (Language tag + Layout type) by Vaibhav Devmurari · 3 years, 1 month ago
  37. 8be052f Merge "Add native MotionPredictor" by Siarhei Vishniakou · 3 years, 1 month ago
  38. 39147ce Add native MotionPredictor by Siarhei Vishniakou · 3 years, 3 months ago
  39. a91efe0 Merge changes If7b0026a,Ibfb6d2ab,I403a686c,I15b5fa66 by Prabir Pradhan · 3 years, 2 months ago
  40. e2e10b4 TouchInputMapper: Use ui::Transform to calculate orientation angles by Prabir Pradhan · 3 years, 3 months ago
  41. fecb606 Gets keyboard layout info from user space when available. by Zixuan Qu · 3 years, 3 months ago
  42. cbba14c Add API to support key remappings on native side by Vaibhav Devmurari · 3 years, 4 months ago
  43. 635422b Convert MotionEvent#getSurfaceRotation to ui::Rotation by Michael Wright · 3 years, 2 months ago
  44. a9cf419 Convert orientation values in input to ui::Rotation. by Michael Wright · 3 years, 2 months ago
  45. 8a0d7dd Merge changes I3dae9b50,I3d687a10 by Prabir Pradhan · 3 years, 3 months ago
  46. e562696 Input: Add isStylusToolType() utility function by Prabir Pradhan · 3 years, 3 months ago
  47. 79b76d1 Dump WheelVelocityControlParameters in individual CursorInputMappers. by Zixuan Qu · 3 years, 3 months ago
  48. ae4d053 Use std::array and default copy assignment for PointerCoords by Prabir Pradhan · 3 years, 3 months ago
  49. 07525ef Determine the bluetooth address of an input device from its uniqueId by Prabir Pradhan · 3 years, 4 months ago
  50. eca273c Create Native VelocityTracker#isAxisSupported Function by Yeabkal Wubshit · 3 years, 4 months ago
  51. d3d4060 Add INVALID_INPUT_DEVICE_ID to IInputConstants by Sandro Meier · 3 years, 4 months ago
  52. 167c270 Determine whether an input device supports USI using IDC files by Prabir Pradhan · 3 years, 5 months ago
  53. 6f8b77e Merge "Add support for detecting Keyboard backlight using sysfs node" by Vaibhav Devmurari · 3 years, 4 months ago
  54. 9b9732c Merge "Use TWO_FINGER_SWIPE classification for touchpad scroll events" by Harry Cutts · 3 years, 4 months ago
  55. 2800fb0 Use TWO_FINGER_SWIPE classification for touchpad scroll events by Harry Cutts · 3 years, 5 months ago
  56. 82b37d6 Add support for detecting Keyboard backlight using sysfs node by Vaibhav Devmurari · 3 years, 5 months ago
  57. 73c9508 VelocityTracker Cleanups: Differential Axes Support Follow Up by Yeabkal Wubshit · 3 years, 5 months ago
  58. 0bb5e59 Add VelocityTracker Support for AXIS_SCROLL by Yeabkal Wubshit · 3 years, 5 months ago
  59. 67b3ab0 VelocityTracker Cleanups by Yeabkal Wubshit · 3 years, 5 months ago
  60. 15c2fea Merge "Improve VelocityTracker Strategy Handling" by Yeabkal Wubshit · 3 years, 5 months ago
  61. 47ff708 Improve VelocityTracker Strategy Handling by Yeabkal Wubshit · 3 years, 5 months ago
  62. f824fbb Merge "libinput: Use #pragma once instead of explicit define guards" by Prabir Pradhan · 3 years, 5 months ago
  63. 0d169d9 Merge "Reland "Make VelocityTracker 1D" (--try 2)" by Yeabkal Wubshit · 3 years, 5 months ago
  64. c08b0db libinput: Use #pragma once instead of explicit define guards by Prabir Pradhan · 3 years, 5 months ago
  65. ce8d485 Merge "Resolve associated display and pointer display in CursorInputMapper" by TreeHugger Robot · 3 years, 5 months ago
  66. c13ff08 Resolve associated display and pointer display in CursorInputMapper by Prabir Pradhan · 3 years, 5 months ago
  67. 384ab0f Reland "Make VelocityTracker 1D" (--try 2) by Yeabkal Wubshit · 3 years, 5 months ago
  68. 86f72a3 Revert "Make VelocityTracker 1D" by Sam Dubey · 3 years, 5 months ago
  69. 37acf6e Make VelocityTracker 1D by Yeabkal Wubshit · 3 years, 5 months ago
  70. dd82b8e Fetch country code information from Device sysfs path by Vaibhav Devmurari · 3 years, 6 months ago
  71. fc6c7f7 Merge changes I086b5045,I753fb07a,Iea2bb7fd by TreeHugger Robot · 3 years, 6 months ago
  72. ae4ff28 Improve EventHub const-correctness by Prabir Pradhan · 3 years, 6 months ago
  73. aa9e9d2 Use std::list to store Behavior objects by Siarhei Vishniakou · 3 years, 6 months ago
  74. 12300c1 Return pointer from getKeyBehavior by Siarhei Vishniakou · 3 years, 6 months ago
  75. cef0eb8 Remove unused variable outKey by Siarhei Vishniakou · 3 years, 6 months ago
  76. f5740eb Merge "Dynamic logs for motions in UnwantedInteractionBlocker" into tm-qpr-dev am: 1cf6d7f4ca am: 433221fece by TreeHugger Robot · 3 years, 6 months ago
  77. 433221f Merge "Dynamic logs for motions in UnwantedInteractionBlocker" into tm-qpr-dev am: 1cf6d7f4ca by TreeHugger Robot · 3 years, 6 months ago
  78. d5fe518 Dynamic logs for motions in UnwantedInteractionBlocker by Siarhei Vishniakou · 3 years, 7 months ago
  79. 4f94c1a Avoid KeyedVector and String8 in PropertyMap by Siarhei Vishniakou · 3 years, 7 months ago
  80. b82e191 Merge "Consolidate input OWNERS files" am: 6442a2723c am: 43847ac9d6 am: 953f3da55e am: 8c5cbb3747 am: 3e0ac4c52d by Treehugger Robot · 3 years, 7 months ago
  81. 43847ac Merge "Consolidate input OWNERS files" am: 6442a2723c by Treehugger Robot · 3 years, 7 months ago
  82. 6442a27 Merge "Consolidate input OWNERS files" by Treehugger Robot · 3 years, 7 months ago
  83. 496c8b7 Consolidate input OWNERS files by Prabir Pradhan · 4 years ago
  84. d945d3e Do not load keylayout if required kernel module is missing by Siarhei Vishniakou · 3 years, 9 months ago
  85. ec70ee2 Do not load keylayout if required kernel module is missing by Siarhei Vishniakou · 3 years, 9 months ago
  86. 984f40b Avoid using KeyedVector in KeyLayoutMap by Siarhei Vishniakou · 3 years, 9 months ago
  87. 0a448ac Refactor input code for require_kernel_config parameter by Siarhei Vishniakou · 3 years, 9 months ago
  88. 53f0a5e Avoid using KeyedVector in KeyLayoutMap by Siarhei Vishniakou · 3 years, 9 months ago
  89. ac7f2e7 Refactor input code for require_kernel_config parameter by Siarhei Vishniakou · 3 years, 9 months ago
  90. fde85cb Change POINTER_ICON_STYLE enum to a type safe enum class by Brandon Pollack · 3 years, 8 months ago
  91. 44c6cc8 Move pointer icon style enum to libinput headers by Brandon Pollack · 3 years, 8 months ago
  92. fdbecf0 Merge "Do not load keylayout if required kernel module is missing" by TreeHugger Robot · 3 years, 8 months ago
  93. 8e127da Merge "Validate indices when requesting PointerCoords" into tm-dev am: 9bc7330279 am: b9113f6460 by TreeHugger Robot · 3 years, 8 months ago
  94. a9fd82c Do not load keylayout if required kernel module is missing by Siarhei Vishniakou · 3 years, 9 months ago
  95. 9bc7330 Merge "Validate indices when requesting PointerCoords" into tm-dev by TreeHugger Robot · 3 years, 8 months ago
  96. 4ded0b0 Validate indices when requesting PointerCoords by Siarhei Vishniakou · 3 years, 9 months ago
  97. ef1564c Avoid using KeyedVector in KeyLayoutMap by Siarhei Vishniakou · 3 years, 9 months ago
  98. 5ed8eaa Refactor input code for require_kernel_config parameter by Siarhei Vishniakou · 3 years, 9 months ago
  99. a91d857 Add lock to protect UnwantedInteractionBlocker by Siarhei Vishniakou · 3 years, 9 months ago
  100. 9f330c5 Add lock to protect UnwantedInteractionBlocker by Siarhei Vishniakou · 3 years, 9 months ago