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