1. dcf8afe Merge "Migrate from android::String isEmpty to empty" into aosp-main-future by Tomasz Wasilczyk · 2 years, 5 months ago
  2. 02fd95c Use String8/16 c_str [aosp-main-future] by Tomasz Wasilczyk · 2 years, 5 months ago
  3. a7a9988 Migrate from android::String isEmpty to empty by Tomasz Wasilczyk · 2 years, 5 months ago
  4. 1b988a4 Merge Android U (ab/10368041) by Xin Li · 2 years, 5 months ago
  5. d5b677c Use String8/16 c_str [input] by Tomasz Wasilczyk · 2 years, 5 months ago
  6. 3a5367b Merge "Add OWNERS to libinput" by Prabir Pradhan · 2 years, 7 months ago
  7. 67b2ab5 Add OWNERS to libinput by Prabir Pradhan · 2 years, 7 months ago
  8. 983cae0 Fix VirtualInputDevice build for musl libc by Colin Cross · 2 years, 8 months ago
  9. 2a916c4 Use std::unordered_map in KeyCharacterMap by Siarhei Vishniakou · 2 years, 9 months ago
  10. f4cd887 Merge "Pass virtual input event timestamps to uinput" into udc-dev by Biswarup Pal · 2 years, 9 months ago
  11. e9fe2df Pass virtual input event timestamps to uinput by Biswarup Pal · 2 years, 10 months ago
  12. edcd042 Convert Vector usage to std::vector by Siarhei Vishniakou · 2 years, 9 months ago
  13. 0bae1a0 Return Key* from getKey by Siarhei Vishniakou · 2 years, 9 months ago
  14. 5af2834 Pass reference to finishKey by Siarhei Vishniakou · 2 years, 9 months ago
  15. ae55bae Merge "Convert input event type to enum class" into udc-dev by Siarhei Vishniakou · 2 years, 9 months ago
  16. 63b6361 Convert input event type to enum class by Siarhei Vishniakou · 2 years, 9 months ago
  17. 18838bc Add `front` and `back` methods to RingBuffer by Cody Heiner · 2 years, 10 months ago
  18. d618fcc Merge "hasKeycodeLocked() also checks usage codes" am: 8521bfe7ad am: c224482a8a am: 48a440198d by Josep del Río · 2 years, 10 months ago
  19. dbd14eb Add outputLength method by Cody Heiner · 2 years, 10 months ago
  20. aadf8d5 hasKeycodeLocked() also checks usage codes by Charles Lin · 2 years, 10 months ago
  21. b46466f Merge "Convert tool type to enum class" into udc-dev by Prabir Pradhan · 2 years, 10 months ago
  22. 6d73f83 Convert tool type to enum class by Siarhei Vishniakou · 3 years, 6 months ago
  23. 57680eb [1/4] Add user customizable MACRO_x keys in frameworks by Max Zhang · 3 years, 1 month ago
  24. f13161a input: use optionals for PropertyMap getters by Harry Cutts · 2 years, 11 months ago
  25. 33116c7 Merge "Look for prediction model in vendor partition" into udc-dev by Siarhei Vishniakou · 2 years, 10 months ago
  26. c065d7b Look for prediction model in vendor partition by Siarhei Vishniakou · 2 years, 11 months ago
  27. 2be30b5 Merge "Revert^2 "Support touchpad gesture properties in IDC files"" into udc-dev by Harry Cutts · 2 years, 10 months ago
  28. 3fcbed1 Merge "libs/input: make parameter comment style consistent" into udc-dev by Harry Cutts · 2 years, 10 months ago
  29. 82c791c libs/input: make parameter comment style consistent by Harry Cutts · 2 years, 10 months ago
  30. 2b67ff1 Revert^2 "Support touchpad gesture properties in IDC files" by Harry Cutts · 2 years, 10 months ago
  31. f24a0c6 Merge "MotionEvent: Round coordinates to a precision of 0.001" am: 7262ab6b9e by Treehugger Robot · 2 years, 10 months ago
  32. 7262ab6 Merge "MotionEvent: Round coordinates to a precision of 0.001" by Treehugger Robot · 2 years, 10 months ago
  33. 0909dc1 MotionEvent: Round coordinates to a precision of 0.001 by Prabir Pradhan · 2 years, 11 months ago
  34. f207505 Merge "MotionEvent: Round coordinates to a precision of 0.001" into udc-dev by Prabir Pradhan · 2 years, 10 months ago
  35. 00e029d MotionEvent: Round coordinates to a precision of 0.001 by Prabir Pradhan · 2 years, 11 months ago
  36. 2993ceb Merge "Revert "Support touchpad gesture properties in IDC files"" into udc-dev by Sebastian Pickl · 2 years, 11 months ago
  37. a53cb97 Revert "Support touchpad gesture properties in IDC files" by Sebastian Pickl · 2 years, 11 months ago
  38. c8a4279 Merge "Support touchpad gesture properties in IDC files" into udc-dev by Harry Cutts · 2 years, 11 months ago
  39. 3ca39d0 Support touchpad gesture properties in IDC files by Harry Cutts · 2 years, 11 months ago
  40. fd0a68e Use current directory to load prediction model by Siarhei Vishniakou · 2 years, 11 months ago
  41. 33cb38b Single-device prediction only by Siarhei Vishniakou · 2 years, 11 months ago
  42. 659a624 Enable ub sanitizer for libinput_tests by Siarhei Vishniakou · 2 years, 11 months ago
  43. 96282b0 Minor logging improvements in InputDispatcher and InputTransport by Prabir Pradhan · 2 years, 11 months ago
  44. 1e63fc2 Improve logging of evdev events by using labels for recognized values by Prabir Pradhan · 2 years, 11 months ago
  45. b2bd83c Allow debug logging of input publisher to be enabled on the fly by Prabir Pradhan · 2 years, 11 months ago
  46. 60dd97a Control logging in InputTransport using sysprops read at boot time by Prabir Pradhan · 2 years, 11 months ago
  47. 92c8fd5 Ensure channel receives a consistent touch stream by Siarhei Vishniakou · 3 years ago
  48. dd0635d Add virtual input device native classes. by Zixuan Qu · 3 years ago
  49. bd66e62 Postpone loading the TFLite model until a supported event is recorded. by Philip Quinn · 3 years ago
  50. cb3229a Use mmap to read TFLite model. by Philip Quinn · 3 years ago
  51. da6a448 Replace shared libtflite dependency with static library. by Philip Quinn · 3 years ago
  52. 9b8926e Add a simple ring buffer and use it for holding TFLite model inputs. by Philip Quinn · 3 years ago
  53. dff1554 Merge "Add TFLite model for motion prediction." by Philip Quinn · 3 years ago
  54. 8f953ab Add TFLite model for motion prediction. by Philip Quinn · 3 years, 1 month ago
  55. 5df3493 Validate axes and led labels correctly by Siarhei Vishniakou · 3 years ago
  56. d010b01 Improve debug prints in InputDispatcher by Siarhei Vishniakou · 3 years ago
  57. d3cf4c2 Merge "Add an API to get the supported USI version for a display" by Prabir Pradhan · 3 years ago
  58. c36d21e Ignore resampled values when computing velocity by Siarhei Vishniakou · 3 years ago
  59. e04ffaa Add an API to get the supported USI version for a display by Prabir Pradhan · 3 years, 1 month ago
  60. 68950fb Merge "Per-pointer processing in VelocityTracker" by TreeHugger Robot · 3 years ago
  61. 30b0c84 Merge "Use std::optional for active pointer id" by TreeHugger Robot · 3 years ago
  62. b346e3f Merge "Report pinch gestures" by Harry Cutts · 3 years ago
  63. 8d23203 Per-pointer processing in VelocityTracker by Siarhei Vishniakou · 3 years ago
  64. 23e8ae9 Clear applied layout overlay if new layout overlay is null. by Vaibhav Devmurari · 3 years, 1 month ago
  65. 657a173 Use std::optional for active pointer id by Siarhei Vishniakou · 3 years ago
  66. 7ac691e Calculate predictions based on PointerCoords data by Siarhei Vishniakou · 3 years ago
  67. 118cd60 Merge "Report two-finger touchpad swipes" by Harry Cutts · 3 years ago
  68. 584afe2 Merge "Add isResampled field to PointerCoords." by Philip Quinn · 3 years ago
  69. b1e8355 Report pinch gestures by Harry Cutts · 3 years, 1 month ago
  70. ef400b2 Report two-finger touchpad swipes by Harry Cutts · 3 years, 1 month ago
  71. 97e60ba Merge "Provide prediction time from the application" by TreeHugger Robot · 3 years ago
  72. afb3128 Add isResampled field to PointerCoords. by Philip Quinn · 3 years, 1 month ago
  73. 0839bd6 Provide prediction time from the application by Siarhei Vishniakou · 3 years ago
  74. 61560dd Merge "Report three- and four-finger swipes" by Harry Cutts · 3 years ago
  75. c5748d1 Report three- and four-finger swipes by Harry Cutts · 3 years, 2 months ago
  76. 7fb4113 Convert country code to Layoutinfo (Language tag + Layout type) by Vaibhav Devmurari · 3 years, 1 month ago
  77. 8be052f Merge "Add native MotionPredictor" by Siarhei Vishniakou · 3 years, 1 month ago
  78. 39147ce Add native MotionPredictor by Siarhei Vishniakou · 3 years, 2 months ago
  79. a91efe0 Merge changes If7b0026a,Ibfb6d2ab,I403a686c,I15b5fa66 by Prabir Pradhan · 3 years, 1 month ago
  80. e2e10b4 TouchInputMapper: Use ui::Transform to calculate orientation angles by Prabir Pradhan · 3 years, 2 months ago
  81. fecb606 Gets keyboard layout info from user space when available. by Zixuan Qu · 3 years, 2 months ago
  82. 146c4ec Sync native definitions of java key codes am: ba9d2022f0 by Vaibhav Devmurari · 3 years, 1 month ago
  83. ba9d202 Sync native definitions of java key codes by Vaibhav Devmurari · 3 years, 4 months ago
  84. 74faedc Merge "Add new KEYCODE_RECENT_APPS and corresponding mappings" by Vaibhav Devmurari · 3 years, 1 month ago
  85. 5812035 Add new KEYCODE_RECENT_APPS and corresponding mappings by Vaibhav Devmurari · 3 years, 1 month ago
  86. cbba14c Add API to support key remappings on native side by Vaibhav Devmurari · 3 years, 3 months ago
  87. 635422b Convert MotionEvent#getSurfaceRotation to ui::Rotation by Michael Wright · 3 years, 2 months ago
  88. a9cf419 Convert orientation values in input to ui::Rotation. by Michael Wright · 3 years, 2 months ago
  89. 1be799e Fail when file is not found by Siarhei Vishniakou · 3 years, 2 months ago
  90. 8a0d7dd Merge changes I3dae9b50,I3d687a10 by Prabir Pradhan · 3 years, 2 months ago
  91. e562696 Input: Add isStylusToolType() utility function by Prabir Pradhan · 3 years, 3 months ago
  92. 79b76d1 Dump WheelVelocityControlParameters in individual CursorInputMappers. by Zixuan Qu · 3 years, 2 months ago
  93. ae4d053 Use std::array and default copy assignment for PointerCoords by Prabir Pradhan · 3 years, 3 months ago
  94. 63740b9 Use getrandom for device input event ID generation by Siarhei Vishniakou · 3 years, 3 months ago
  95. eca273c Create Native VelocityTracker#isAxisSupported Function by Yeabkal Wubshit · 3 years, 4 months ago
  96. d3d4060 Add INVALID_INPUT_DEVICE_ID to IInputConstants by Sandro Meier · 3 years, 3 months ago
  97. a4d8aaa Merge "Run some inputflinger_tests on host" by TreeHugger Robot · 3 years, 3 months ago
  98. 3197718 Run some inputflinger_tests on host by Siarhei Vishniakou · 3 years, 4 months ago
  99. 7b022c6 Merge "Report motion offsets for touchpad swipes" by Harry Cutts · 3 years, 3 months ago
  100. 39b7ca2 Report motion offsets for touchpad swipes by Harry Cutts · 3 years, 4 months ago