1. 0987fd8 fix touch issue on portrait reference by Priyank Singh · 2 years, 9 months ago
  2. a04c0f6 Merge "InputMapper refactor: RotaryEncoderInputMapper" into udc-dev by Arpit Singh · 2 years, 9 months ago
  3. f552a73 Merge "InputMapper refactor: JoystickInputMapper" into udc-dev by Arpit Singh · 2 years, 9 months ago
  4. de78d99 Merge "InputMapper refactor: SwitchInputMapper" into udc-dev by Arpit Singh · 2 years, 9 months ago
  5. f706615 Merge "InputMapper refactor: CursorInputMapper" into udc-dev by Arpit Singh · 2 years, 9 months ago
  6. e015d02 Merge "InputMapper refactor: TouchpadInputMapper" into udc-dev by Arpit Singh · 2 years, 9 months ago
  7. d047bdb Merge "InputMapper refactor: SensorInputMapper" into udc-dev by Arpit Singh · 2 years, 9 months ago
  8. c68f85b InputMapper refactor: VibratorInputMapper by Arpit Singh · 2 years, 10 months ago
  9. 5ed7749 InputMapper refactor: RotaryEncoderInputMapper by Arpit Singh · 2 years, 10 months ago
  10. 61dd33e InputMapper refactor: SensorInputMapper by Arpit Singh · 2 years, 10 months ago
  11. e08bdbd InputMapper refactor: TouchpadInputMapper by Arpit Singh · 2 years, 10 months ago
  12. 54a45f6 InputMapper refactor: SwitchInputMapper by Arpit Singh · 2 years, 10 months ago
  13. d8510bd InputMapper refactor: CursorInputMapper by Arpit Singh · 2 years, 10 months ago
  14. 2be4a36 InputMapper refactor: JoystickInputMapper by Arpit Singh · 2 years, 10 months ago
  15. 0bd940a InputMapper refactor: ExternalStylusInputMapper by Arpit Singh · 2 years, 10 months ago
  16. 56adebc InputMapper refactor: TouchInputMapper by Arpit Singh · 2 years, 10 months ago
  17. 4bf6d45 Use ftl::Flags for InputReaderConfiguration::Change by Prabir Pradhan · 2 years, 10 months ago
  18. 8e6fb25 InputMapper refactor: Modify InputMapper constructor for configuration by Arpit Singh · 2 years, 10 months ago
  19. ed6c3de InputMapper refactor: Change readerconfig pointer to const ref by Arpit Singh · 2 years, 10 months ago
  20. 4be4eef InputMapper refactor: Rename configure to reconfigure by Arpit Singh · 2 years, 11 months ago
  21. d02ea10 InputMapper: use a reference for InputDeviceInfo parameter by Harry Cutts · 2 years, 11 months ago
  22. 65e0669 Enable new touchpad stack for Sony DualSense gamepad by Harry Cutts · 3 years ago
  23. c34f758 Remove InputDeviceContext::getConfiguration(properties) by Harry Cutts · 3 years ago
  24. 7b6e16b Reconfigure device in TouchInputMapper when the type is changed. by Ambrus Weisz · 3 years, 2 months ago
  25. 1e63fc2 Improve logging of evdev events by using labels for recognized values by Prabir Pradhan · 3 years ago
  26. 011ca3d Allow debug logging of raw events to be enabled on the fly by Prabir Pradhan · 3 years ago
  27. 2e6e00d Merge "Copy InputDeviceIdentifier instead of taking a reference" by Harry Cutts · 3 years, 1 month ago
  28. 3ea5e0d Merge "Revert^2 "Enable new touchpad stack by default"" by Harry Cutts · 3 years, 1 month ago
  29. 86f5df6 Copy InputDeviceIdentifier instead of taking a reference by Harry Cutts · 3 years, 1 month ago
  30. a692783 Revert^2 "Enable new touchpad stack by default" by Harry Cutts · 3 years, 1 month ago
  31. e923170 Disable new touchpad stack for Sony gamepads by Harry Cutts · 3 years, 1 month ago
  32. 0d5e66e Merge changes from topic "revert-21018993-VQPVABITMR" by Harry Cutts · 3 years, 1 month ago
  33. e60fa69 Revert "Enable new touchpad stack by default" by Harry Cutts · 3 years, 1 month ago
  34. 13063aa Revert "Disable new touchpad stack for Sony gamepads" by Harry Cutts · 3 years, 1 month ago
  35. 6d1c002 Merge changes Ia1f8e1e6,Iea756675 by Harry Cutts · 3 years, 1 month ago
  36. 8c48b9b Enable new touchpad stack by default by Harry Cutts · 3 years, 1 month ago
  37. 9c528bd Disable new touchpad stack for Sony gamepads by Harry Cutts · 3 years, 1 month ago
  38. e04ffaa Add an API to get the supported USI version for a display by Prabir Pradhan · 3 years, 2 months ago
  39. 7fb4113 Convert country code to Layoutinfo (Language tag + Layout type) by Vaibhav Devmurari · 3 years, 1 month ago
  40. fecb606 Gets keyboard layout info from user space when available. by Zixuan Qu · 3 years, 3 months ago
  41. 7bc23bf Update TouchInputMapper to support new VirtualNavigationTouchpad. by Ambrus Weisz · 3 years, 4 months ago
  42. 86f01ba Merge "Use sysprop flags on host" by Siarhei Vishniakou · 3 years, 2 months ago
  43. 43fc193 Merge "Add API to support key remappings on native side" by Vaibhav Devmurari · 3 years, 2 months ago
  44. 9faa446 Use sysprop flags on host by Siarhei Vishniakou · 3 years, 2 months ago
  45. 8984462 Use a sysprop to enable `TouchpadInputMapper` by Harry Cutts · 3 years, 2 months ago
  46. cbba14c Add API to support key remappings on native side by Vaibhav Devmurari · 3 years, 4 months ago
  47. 1f48a44 Set up a GestureInterpreter and feed it events by Harry Cutts · 3 years, 3 months ago
  48. 79cc9fa Add new `TouchpadInputMapper` class by Harry Cutts · 3 years, 4 months ago
  49. 21e96e6 Do not call 'setEnabled' before mapper is configured by Siarhei Vishniakou · 3 years, 4 months ago
  50. 2935db7 Return events from mappers and InputDevice by Siarhei Vishniakou · 3 years, 5 months ago
  51. 30feb8c Delete mController when eventHub device is going away by Siarhei Vishniakou · 3 years, 5 months ago
  52. 7e2afbb Merge "Avoid UI freezing when reading battery capacity/status" by TreeHugger Robot · 3 years, 5 months ago
  53. f9f1a02 Avoid UI freezing when reading battery capacity/status by Andy Chen · 3 years, 6 months ago
  54. dd82b8e Fetch country code information from Device sysfs path by Vaibhav Devmurari · 3 years, 6 months ago
  55. 58bc0f5 Merge "Add test for heuristic palm rejection" into tm-qpr-dev am: 1d1009201f am: 2f110fe53a by TreeHugger Robot · 3 years, 6 months ago
  56. 88151b8 Add test for heuristic palm rejection by Siarhei Vishniakou · 3 years, 6 months ago
  57. 7400794 Use std::vector when sending keyCodes by Siarhei Vishniakou · 3 years, 8 months ago
  58. 2f01d77 FTL: Pull Flags into namespace by Dominik Laskowski · 3 years, 11 months ago
  59. 2a2293c Update uniqueId association native methods by Christine Franks · 4 years, 1 month ago
  60. 4af3b3d Add API to get KeyCode produced by physical key location. by Philip Junker · 4 years, 2 months ago
  61. 465e1c0 Convert #define in Macros.h to bools by Siarhei Vishniakou · 4 years, 2 months ago
  62. 1805009 Remove RefBase from InputListener interface by Siarhei Vishniakou · 4 years, 6 months ago
  63. cb40a00 Fix toggleCapsLock failed for multiple EventHub devices by Arthur Hung · 4 years, 6 months ago
  64. 98318de Renamed and moved InputWindow and related files by chaviw · 4 years, 9 months ago
  65. 1983a71 Return a copy of InputDeviceLightInfo instead of pointer by Siarhei Vishniakou · 4 years, 8 months ago
  66. 1ba71cc Add dynamic display id associations for keyboards by Christine Franks · 4 years, 10 months ago
  67. 1dd2e5c Refactor InputController into PeripheralController. by Chris Ye · 4 years, 10 months ago
  68. e2b1e5c Introduce Device Controller to InputReader by Chris Ye · 5 years ago
  69. a0b1e44 Merge "Pass RawEvent latency from InputReader to InputListener" into sc-dev by Siarhei Vishniakou · 5 years ago
  70. 58ba3d1 Pass RawEvent latency from InputReader to InputListener by Siarhei Vishniakou · 5 years ago
  71. 3fdbfef Support Inputdevice LightsManager feature in frameworks. by Chris Ye · 5 years ago
  72. f2f073b Revert "Send mapper events via context" by Siarhei Vishniakou · 5 years ago
  73. 03ea035 Added the ability to read external batteries by Kim Low · 5 years ago
  74. cec3f6a Send mapper events via context by Siarhei Vishniakou · 5 years ago
  75. e14523a Check input device's all sub devices for isEnabled() by Chris Ye · 5 years ago
  76. f59a2f4 Add SensorManager support in inputflinger. by Chris Ye · 5 years ago
  77. 8714371 Support combined vibration effects with input device. by Chris Ye · 5 years ago
  78. e731003 Fix InputDevice listener notification for merged controller. by Chris Ye · 5 years ago
  79. 3a1e446 Move KeyCharacterMap from RefBase to shared_ptr. by Chris Ye · 6 years ago
  80. c903df1 Maintain CapsLock, NumLock and ScrollLock of keyboard by arthurhung · 6 years ago
  81. 4958d06 Optimize memory usage of InputEvent lookup. by Chris Ye · 5 years ago
  82. 1b0c734 Move InputDeviceClass to enum class. by Chris Ye · 6 years ago
  83. cacd69a InputFlinger: Support amplitude control for InputDeviceVibrator by Nathaniel R. Lewis · 7 years ago
  84. 6a5a14e Rename sequenceNum to ID. by Garfield Tan · 6 years ago
  85. c7ef27e Let InputReaderContext hold a single PointerController by Prabir Pradhan · 6 years ago
  86. a7b82e1 Support multiple EventHub devices per InputDevice by Nathaniel R. Lewis · 6 years ago
  87. 26ec222 Refactor use of services in InputMappers. by Nathaniel R. Lewis · 6 years ago
  88. f4916ef Refactor InputMapper creation and collection type by Nathaniel R. Lewis · 6 years ago
  89. baa5c82 Split InputReader into multiple files by Prabir Pradhan · 6 years ago