1. b46466f Merge "Convert tool type to enum class" into udc-dev by Prabir Pradhan · 2 years, 10 months ago
  2. a2e66c9 Merge "[1/4] Add user customizable MACRO_x keys in frameworks" into udc-dev by Max Zhang · 2 years, 10 months ago
  3. 6d73f83 Convert tool type to enum class by Siarhei Vishniakou · 3 years, 7 months ago
  4. 8a5e2f9 Add available since doc by John Reck · 2 years, 11 months ago
  5. 57680eb [1/4] Add user customizable MACRO_x keys in frameworks by Max Zhang · 3 years, 2 months ago
  6. f13161a input: use optionals for PropertyMap getters by Harry Cutts · 2 years, 11 months ago
  7. 2be30b5 Merge "Revert^2 "Support touchpad gesture properties in IDC files"" into udc-dev by Harry Cutts · 2 years, 11 months ago
  8. 2b67ff1 Revert^2 "Support touchpad gesture properties in IDC files" by Harry Cutts · 2 years, 11 months ago
  9. f207505 Merge "MotionEvent: Round coordinates to a precision of 0.001" into udc-dev by Prabir Pradhan · 2 years, 11 months ago
  10. 00e029d MotionEvent: Round coordinates to a precision of 0.001 by Prabir Pradhan · 2 years, 11 months ago
  11. 2993ceb Merge "Revert "Support touchpad gesture properties in IDC files"" into udc-dev by Sebastian Pickl · 2 years, 11 months ago
  12. a53cb97 Revert "Support touchpad gesture properties in IDC files" by Sebastian Pickl · 2 years, 11 months ago
  13. 44c11c9 Merge "FTL: Add Optional<T>::or_else" into udc-dev by Dominik Laskowski · 2 years, 11 months ago
  14. c8a4279 Merge "Support touchpad gesture properties in IDC files" into udc-dev by Harry Cutts · 2 years, 11 months ago
  15. 07a71cd FTL: Add Optional<T>::or_else by Dominik Laskowski · 3 years, 4 months ago
  16. 3ca39d0 Support touchpad gesture properties in IDC files by Harry Cutts · 3 years ago
  17. fd0a68e Use current directory to load prediction model by Siarhei Vishniakou · 3 years ago
  18. 19c6592 Merge "Add INPUT_OWNERS to specific files in /f/n/include/android" am: aa8ea3f934 am: b860c828a0 am: ee42291a3c by Treehugger Robot · 3 years ago
  19. b860c82 Merge "Add INPUT_OWNERS to specific files in /f/n/include/android" am: aa8ea3f934 by Treehugger Robot · 3 years ago
  20. aa8ea3f Merge "Add INPUT_OWNERS to specific files in /f/n/include/android" by Treehugger Robot · 3 years ago
  21. 33cb38b Single-device prediction only by Siarhei Vishniakou · 3 years ago
  22. fae8f73 Add INPUT_OWNERS to specific files in /f/n/include/android by Prabir Pradhan · 3 years ago
  23. 1e5ec0a Initialize mLayoutOverlayApplied by Siarhei Vishniakou · 3 years ago
  24. 5b6ca88 Merge "Add missing "Introduced in" docs from NDK" into udc-dev by Alec Mouri · 3 years ago
  25. 5a100fa Add missing "Introduced in" docs from NDK by Alec Mouri · 3 years ago
  26. 1e63fc2 Improve logging of evdev events by using labels for recognized values by Prabir Pradhan · 3 years ago
  27. 92c8fd5 Ensure channel receives a consistent touch stream by Siarhei Vishniakou · 3 years ago
  28. dd0635d Add virtual input device native classes. by Zixuan Qu · 3 years ago
  29. a0b0103 Merge "Add ASurfaceTransaction_setExtendedRangeBrightness" by John Reck · 3 years ago
  30. 6964e11 Merge "Postpone loading the TFLite model until a supported event is recorded." by Philip Quinn · 3 years ago
  31. feec2c6 Add ASurfaceTransaction_setExtendedRangeBrightness by John Reck · 3 years ago
  32. 92378eb Merge changes from topic "stylus-prediction" by Philip Quinn · 3 years ago
  33. bd66e62 Postpone loading the TFLite model until a supported event is recorded. by Philip Quinn · 3 years ago
  34. cb3229a Use mmap to read TFLite model. by Philip Quinn · 3 years ago
  35. da6a448 Replace shared libtflite dependency with static library. by Philip Quinn · 3 years ago
  36. 29584dd Merge "Attached Choreographer API from SurfaceControl." by TreeHugger Robot · 3 years ago
  37. 0f48af6 Merge "Revert "Use "SessionHint" enum in ndk API"" by Steven Moreland · 3 years ago
  38. 63a0fd1 Revert "Use "SessionHint" enum in ndk API" by Matt Buckley · 3 years ago
  39. 6c94ce4 Merge "Add a simple ring buffer and use it for holding TFLite model inputs." by Philip Quinn · 3 years ago
  40. 9b8926e Add a simple ring buffer and use it for holding TFLite model inputs. by Philip Quinn · 3 years ago
  41. 75789cd Separate default pointer for mouse and stylus (native part) by Seunghwan Choi · 3 years, 1 month ago
  42. 4c5a6e3 Merge "Use "SessionHint" enum in ndk API" by Matt Buckley · 3 years ago
  43. c0d38fc Attached Choreographer API from SurfaceControl. by Rachel Lee · 3 years, 1 month ago
  44. f7b4913 Use "SessionHint" enum in ndk API by Matt Buckley · 3 years ago
  45. dff1554 Merge "Add TFLite model for motion prediction." by Philip Quinn · 3 years ago
  46. 8f953ab Add TFLite model for motion prediction. by Philip Quinn · 3 years, 2 months ago
  47. c1041d4 Use pid_t instead of not int32_t. by Peiyong Lin · 3 years ago
  48. 5df3493 Validate axes and led labels correctly by Siarhei Vishniakou · 3 years ago
  49. d010b01 Improve debug prints in InputDispatcher by Siarhei Vishniakou · 3 years, 1 month ago
  50. 53e1dac Merge changes I036d0251,I7723dcba by Harry Cutts · 3 years, 1 month ago
  51. ea73eaa TouchpadInputMapper: add dump method by Harry Cutts · 3 years, 1 month ago
  52. b096ea0 Merge "Track hovering pointers explicitly -- try 2" by TreeHugger Robot · 3 years, 1 month ago
  53. b581f7f Track hovering pointers explicitly -- try 2 by Siarhei Vishniakou · 3 years, 2 months ago
  54. 961656a Merge "[scribe] Add index of handwriting icon on native" by Prabir Pradhan · 3 years, 1 month ago
  55. d3cf4c2 Merge "Add an API to get the supported USI version for a display" by Prabir Pradhan · 3 years, 1 month ago
  56. 243f1f8 Merge "[res] Add the NDK api for grammatical gender qualifier" by Yurii Zubrytskyi · 3 years, 1 month ago
  57. e04ffaa Add an API to get the supported USI version for a display by Prabir Pradhan · 3 years, 2 months ago
  58. 68950fb Merge "Per-pointer processing in VelocityTracker" by TreeHugger Robot · 3 years, 1 month ago
  59. 30b0c84 Merge "Use std::optional for active pointer id" by TreeHugger Robot · 3 years, 1 month ago
  60. 92d7fd0 [scribe] Add index of handwriting icon on native by Seunghwan Choi · 3 years, 1 month ago
  61. b346e3f Merge "Report pinch gestures" by Harry Cutts · 3 years, 1 month ago
  62. 8d23203 Per-pointer processing in VelocityTracker by Siarhei Vishniakou · 3 years, 1 month ago
  63. 23e8ae9 Clear applied layout overlay if new layout overlay is null. by Vaibhav Devmurari · 3 years, 1 month ago
  64. 657a173 Use std::optional for active pointer id by Siarhei Vishniakou · 3 years, 1 month ago
  65. 118cd60 Merge "Report two-finger touchpad swipes" by Harry Cutts · 3 years, 1 month ago
  66. 0e4f177 [res] Add the NDK api for grammatical gender qualifier by Yurii Zubrytskyi · 3 years, 1 month ago
  67. 584afe2 Merge "Add isResampled field to PointerCoords." by Philip Quinn · 3 years, 1 month ago
  68. b1e8355 Report pinch gestures by Harry Cutts · 3 years, 2 months ago
  69. ef400b2 Report two-finger touchpad swipes by Harry Cutts · 3 years, 2 months ago
  70. 97e60ba Merge "Provide prediction time from the application" by TreeHugger Robot · 3 years, 1 month ago
  71. afb3128 Add isResampled field to PointerCoords. by Philip Quinn · 3 years, 2 months ago
  72. 0839bd6 Provide prediction time from the application by Siarhei Vishniakou · 3 years, 1 month ago
  73. 61560dd Merge "Report three- and four-finger swipes" by Harry Cutts · 3 years, 1 month ago
  74. c5748d1 Report three- and four-finger swipes by Harry Cutts · 3 years, 2 months ago
  75. 7fb4113 Convert country code to Layoutinfo (Language tag + Layout type) by Vaibhav Devmurari · 3 years, 1 month ago
  76. 8be052f Merge "Add native MotionPredictor" by Siarhei Vishniakou · 3 years, 1 month ago
  77. 39147ce Add native MotionPredictor by Siarhei Vishniakou · 3 years, 3 months ago
  78. ae69fe8 Merge "AudioManager definitions for playback activity monitoring format" by Jean-Michel Trivi · 3 years, 2 months ago
  79. a91efe0 Merge changes If7b0026a,Ibfb6d2ab,I403a686c,I15b5fa66 by Prabir Pradhan · 3 years, 2 months ago
  80. 26e617d AudioManager definitions for playback activity monitoring format by Jean-Michel Trivi · 3 years, 2 months ago
  81. 9e01997 Merge "Add setThreads to APerformanceHint." by Peiyong Lin · 3 years, 2 months ago
  82. 146fac1 Merge "Gets keyboard layout info from user space when available." by Zixuan Qu · 3 years, 2 months ago
  83. f9c984f Add setThreads to APerformanceHint. by Peiyong Lin · 3 years, 3 months ago
  84. e2e10b4 TouchInputMapper: Use ui::Transform to calculate orientation angles by Prabir Pradhan · 3 years, 3 months ago
  85. d06a43a Merge "Make sendHint private in platform" by Matt Buckley · 3 years, 2 months ago
  86. fecb606 Gets keyboard layout info from user space when available. by Zixuan Qu · 3 years, 3 months ago
  87. 146c4ec Sync native definitions of java key codes am: ba9d2022f0 by Vaibhav Devmurari · 3 years, 2 months ago
  88. ba9d202 Sync native definitions of java key codes by Vaibhav Devmurari · 3 years, 5 months ago
  89. cd7f6eb Make sendHint private in platform by Matt Buckley · 3 years, 2 months ago
  90. 74faedc Merge "Add new KEYCODE_RECENT_APPS and corresponding mappings" by Vaibhav Devmurari · 3 years, 2 months ago
  91. 5812035 Add new KEYCODE_RECENT_APPS and corresponding mappings by Vaibhav Devmurari · 3 years, 2 months ago
  92. cbba14c Add API to support key remappings on native side by Vaibhav Devmurari · 3 years, 4 months ago
  93. 3d54c45 Merge "Prevent calling new ftl::Optional" by Leon Scroggins · 3 years, 2 months ago
  94. b316c34 Merge "Convert MotionEvent#getSurfaceRotation to ui::Rotation" by Michael Wright · 3 years, 2 months ago
  95. aa20704 Merge "Convert orientation values in input to ui::Rotation." by Michael Wright · 3 years, 2 months ago
  96. b19461b Prevent calling new ftl::Optional by Leon Scroggins III · 3 years, 2 months ago
  97. 635422b Convert MotionEvent#getSurfaceRotation to ui::Rotation by Michael Wright · 3 years, 2 months ago
  98. a9cf419 Convert orientation values in input to ui::Rotation. by Michael Wright · 3 years, 2 months ago
  99. 9a31974 Merge "Add a LINT.IfChange for ASensorEvent type" am: e3dbdd20d3 am: 77e6e893a0 am: 3483484bb0 by Devin Moore · 3 years, 2 months ago
  100. 77e6e89 Merge "Add a LINT.IfChange for ASensorEvent type" am: e3dbdd20d3 by Devin Moore · 3 years, 2 months ago