1. 82e413e Record last keypress timestamp on physical keyboard while typing by Arpit Singh · 2 years, 3 months ago
  2. 82f29a1 InputMapper refactor: Configure empty InputDevice by Arpit Singh · 2 years, 7 months ago
  3. 4818977 InputMapper refactor: refactor device enable/disable method by Arpit Singh · 2 years, 8 months ago
  4. 23a98bf Accumulate NotifyArgs inside the lock before notifying by Siarhei Vishniakou · 2 years, 5 months ago
  5. 1030142 Move absolute axis validation from EventHub to InputDevice by Prabir Pradhan · 2 years, 6 months ago
  6. 1c864dc Merge "EventHub: Ensure bit arrays are large enough to store all event codes" into main by Prabir Pradhan · 2 years, 6 months ago
  7. 50dc73b Merge changes from topic "typing-tapping-cursor" into udc-qpr-dev am: 027baa7a4c am: 5ed770768e by Arpit Singh · 2 years, 6 months ago
  8. a5ea7c1 Disable Tap to click while typing on a PK by Arpit Singh · 2 years, 7 months ago
  9. f6bac14 Merge changes from topic "fix-abs-mt-tool-info" into main by Prabir Pradhan · 2 years, 6 months ago
  10. f44ab48 EventHub: Ensure bit arrays are large enough to store all event codes by Prabir Pradhan · 2 years, 6 months ago
  11. 955b613 EventHub: Dump tracked EV_KEY, EV_SW, and EV_ABS states by Prabir Pradhan · 2 years, 6 months ago
  12. de231db Merge changes I2a4359de,I08376f69 into main by Treehugger Robot · 2 years, 6 months ago
  13. 341d078 EventHub: Track the global abs axis states for enabled devices by Prabir Pradhan · 2 years, 6 months ago
  14. 9762ac9 EventHub: Track the global key and switch states for enabled devices by Prabir Pradhan · 2 years, 6 months ago
  15. 1efdbca Revert "InputMapper refactor: refactor device enable/disable method" am: 3e56f7e702 am: d82efb7d36 by Arpit Singh · 2 years, 7 months ago
  16. e18abe3 Revert "InputMapper refactor: Configure empty InputDevice" am: 7f1765e2e6 am: 925c2a5bde by Arpit Singh · 2 years, 7 months ago
  17. 3e56f7e Revert "InputMapper refactor: refactor device enable/disable method" by Arpit Singh · 2 years, 7 months ago
  18. 7f1765e Revert "InputMapper refactor: Configure empty InputDevice" by Arpit Singh · 2 years, 7 months ago
  19. 0a724d2 InputMapper refactor: Configure empty InputDevice am: 4f61f3c959 am: 691001a872 by Arpit Singh · 2 years, 7 months ago
  20. 116bf96 InputMapper refactor: refactor device enable/disable method am: f4cdbefdde am: eae9bd0ad5 by Arpit Singh · 2 years, 7 months ago
  21. 4f61f3c InputMapper refactor: Configure empty InputDevice by Arpit Singh · 2 years, 7 months ago
  22. f4cdbef InputMapper refactor: refactor device enable/disable method by Arpit Singh · 2 years, 8 months ago
  23. e03e8b1 Add support for device.wake InputDevice Property by Yeabkal Wubshit · 2 years, 7 months ago
  24. 77140f4 InputMapper refactor: Cache RawAbsoluteAxisInfo by Arpit Singh · 2 years, 7 months ago
  25. 16c2419 Read IDC file to check custom keyboard backlight levels by Vaibhav Devmurari · 2 years, 9 months ago
  26. 56adebc InputMapper refactor: TouchInputMapper by Arpit Singh · 2 years, 9 months ago
  27. 403e53c InputMapper refactor: TouchInputMapper::Parameters by Arpit Singh · 2 years, 9 months ago
  28. 4bf6d45 Use ftl::Flags for InputReaderConfiguration::Change by Prabir Pradhan · 2 years, 9 months ago
  29. 8e6fb25 InputMapper refactor: Modify InputMapper constructor for configuration by Arpit Singh · 2 years, 10 months ago
  30. ed6c3de InputMapper refactor: Change readerconfig pointer to const ref by Arpit Singh · 2 years, 10 months ago
  31. a6e9dd2 Merge "Support native API to report sysfs nodes changes" into udc-dev by Vaibhav Devmurari · 2 years, 10 months ago
  32. 5fc7d85 Support native API to report sysfs nodes changes by Vaibhav Devmurari · 2 years, 10 months ago
  33. 6d73f83 Convert tool type to enum class by Siarhei Vishniakou · 3 years, 6 months ago
  34. c34f758 Remove InputDeviceContext::getConfiguration(properties) by Harry Cutts · 2 years, 11 months ago
  35. ea73eaa TouchpadInputMapper: add dump method by Harry Cutts · 3 years ago
  36. 7fb4113 Convert country code to Layoutinfo (Language tag + Layout type) by Vaibhav Devmurari · 3 years, 1 month ago
  37. 146fac1 Merge "Gets keyboard layout info from user space when available." by Zixuan Qu · 3 years, 1 month ago
  38. ba9364a Use a const InputDeviceContext ref in HardwareStateConverter by Harry Cutts · 3 years, 1 month ago
  39. fecb606 Gets keyboard layout info from user space when available. by Zixuan Qu · 3 years, 2 months ago
  40. 7bc23bf Update TouchInputMapper to support new VirtualNavigationTouchpad. by Ambrus Weisz · 3 years, 4 months ago
  41. cbba14c Add API to support key remappings on native side by Vaibhav Devmurari · 3 years, 3 months ago
  42. 79cc9fa Add new `TouchpadInputMapper` class by Harry Cutts · 3 years, 3 months ago
  43. 3f7545f Differentiate fused and unfused external styluses by Prabir Pradhan · 3 years, 3 months ago
  44. aee7eb9 Merge changes I0b34480e,I9889e7f8,I5e008d03 by Prabir Pradhan · 3 years, 3 months ago
  45. d6ccedb TouchInputMapper: Rely on default c'tor and copy c'tors for structs by Prabir Pradhan · 3 years, 4 months ago
  46. 4f05b5f TouchButtonAccumulator: Recognize mapped stylus buttons by Prabir Pradhan · 3 years, 3 months ago
  47. b54ffb2 InputReader: Get Bluetooth address from InputDeviceIdentifier by Prabir Pradhan · 3 years, 3 months ago
  48. 2935db7 Return events from mappers and InputDevice by Siarhei Vishniakou · 3 years, 4 months ago
  49. 3d1b465 Merge "Revert behavior of loading the AssociatedDevice" by TreeHugger Robot · 3 years, 4 months ago
  50. edeec3b Revert behavior of loading the AssociatedDevice by Prabir Pradhan · 3 years, 5 months ago
  51. 7b3ea0b Return events from EventHub by Siarhei Vishniakou · 3 years, 4 months ago
  52. 82b37d6 Add support for detecting Keyboard backlight using sysfs node by Vaibhav Devmurari · 3 years, 4 months ago
  53. c3c475e Merge "Add pipeline to get the sysfs path for an InputDevice's battery" by Prabir Pradhan · 3 years, 4 months ago
  54. e287ecd Add pipeline to get the sysfs path for an InputDevice's battery by Prabir Pradhan · 3 years, 4 months ago
  55. 4810866 inputflinger: Use #pragma once instead of explicit define guards by Prabir Pradhan · 3 years, 4 months ago
  56. 7e2afbb Merge "Avoid UI freezing when reading battery capacity/status" by TreeHugger Robot · 3 years, 5 months ago
  57. f9f1a02 Avoid UI freezing when reading battery capacity/status by Andy Chen · 3 years, 5 months ago
  58. dd82b8e Fetch country code information from Device sysfs path by Vaibhav Devmurari · 3 years, 5 months ago
  59. ae4ff28 Improve EventHub const-correctness by Prabir Pradhan · 3 years, 5 months ago
  60. cb42b47 Refactor AssociatedDevice initialization in EventHub by Prabir Pradhan · 3 years, 5 months ago
  61. 5189478 EventHub: Associate AsociatedDevice using sysfs path, not descriptor by Prabir Pradhan · 3 years, 5 months ago
  62. ff6c4cf Merge "EventHub: Prevent duplicate descriptors" am: 27883159d3 am: 9ea35a9163 am: 0c0639f181 am: 2194db7fc9 am: cb9d9f1881 by Treehugger Robot · 3 years, 6 months ago
  63. 9ea35a9 Merge "EventHub: Prevent duplicate descriptors" am: 27883159d3 by Treehugger Robot · 3 years, 6 months ago
  64. 938632f EventHub: Prevent duplicate descriptors by Josh Bartel · 3 years, 6 months ago
  65. 4f94c1a Avoid KeyedVector and String8 in PropertyMap by Siarhei Vishniakou · 3 years, 6 months ago
  66. 952e65b EventHub: Clean up reading from inotify by Prabir Pradhan · 3 years, 7 months ago
  67. 7400794 Use std::vector when sending keyCodes by Siarhei Vishniakou · 3 years, 7 months ago
  68. 2f01d77 FTL: Pull Flags into namespace by Dominik Laskowski · 3 years, 10 months ago
  69. 2a2293c Update uniqueId association native methods by Christine Franks · 4 years ago
  70. 4af3b3d Add API to get KeyCode produced by physical key location. by Philip Junker · 4 years, 1 month ago
  71. 1805009 Remove RefBase from InputListener interface by Siarhei Vishniakou · 4 years, 5 months ago
  72. efdd1bf Merge "Use sequence numbers to synchronize enabling Pointer Capture (1/2)" into sc-v2-dev am: 5b49546b4b by TreeHugger Robot · 4 years, 4 months ago
  73. 7578845 FTL: Extend enum utilities imported from IF by Dominik Laskowski · 5 years ago
  74. ac483a6 Use sequence numbers to synchronize enabling Pointer Capture (1/2) by Prabir Pradhan · 4 years, 6 months ago
  75. 5cc1a69 Use sequence numbers to synchronize enabling Pointer Capture (1/2) by Prabir Pradhan · 4 years, 6 months ago
  76. cb40a00 Fix toggleCapsLock failed for multiple EventHub devices by Arthur Hung · 4 years, 6 months ago
  77. bc053f6 Merge "Check if /dev/input exists before accessing the path" into sc-dev-plus-aosp am: 037e8c43e1 by TreeHugger Robot · 4 years, 6 months ago
  78. 78eb975 Check if /dev/input exists before accessing the path by Usama Arif · 4 years, 8 months ago
  79. b27c8e6 Check if /dev/input exists before accessing the path by Usama Arif · 4 years, 8 months ago
  80. 3277faf Renamed and moved InputWindow and related files by chaviw · 4 years, 8 months ago
  81. 98318de Renamed and moved InputWindow and related files by chaviw · 4 years, 8 months ago
  82. 1983a71 Return a copy of InputDeviceLightInfo instead of pointer by Siarhei Vishniakou · 4 years, 8 months ago
  83. cadce9d Fix potential block in InputReader by Arthur Hung · 4 years, 9 months ago
  84. 1ba71cc Add dynamic display id associations for keyboards by Christine Franks · 4 years, 10 months ago
  85. 1dd2e5c Refactor InputController into PeripheralController. by Chris Ye · 4 years, 10 months ago
  86. e2b1e5c Introduce Device Controller to InputReader by Chris Ye · 4 years, 11 months ago
  87. d3fef46 Add InputDevice stats atom logging by Chris Ye · 4 years, 11 months ago
  88. a4c502a Prevent duplicate devices from getting registered by Siarhei Vishniakou · 5 years ago
  89. a0b1e44 Merge "Pass RawEvent latency from InputReader to InputListener" into sc-dev by Siarhei Vishniakou · 5 years ago
  90. 58ba3d1 Pass RawEvent latency from InputReader to InputListener by Siarhei Vishniakou · 5 years ago
  91. 3fdbfef Support Inputdevice LightsManager feature in frameworks. by Chris Ye · 5 years ago
  92. f2f073b Revert "Send mapper events via context" by Siarhei Vishniakou · 5 years ago
  93. fb55290 Add vibrator state listener support for input device vibrator by Chris Ye · 5 years ago
  94. 03ea035 Added the ability to read external batteries by Kim Low · 5 years ago
  95. cec3f6a Send mapper events via context by Siarhei Vishniakou · 5 years ago
  96. f59a2f4 Add SensorManager support in inputflinger. by Chris Ye · 5 years ago
  97. 8714371 Support combined vibration effects with input device. by Chris Ye · 5 years ago
  98. 1c2e089 Get Input device information in locked context by Chris Ye · 5 years ago
  99. 98d3f53 Change InputReader::getInputDevices to return vector of InputDeviceInfo. by Chris Ye · 5 years ago
  100. e731003 Fix InputDevice listener notification for merged controller. by Chris Ye · 5 years ago