1. 166a5af Split EventBuilders.h by Cody Heiner · 2 years, 6 months ago
  2. 3218fc0 Store coords and properties as vector in args by Siarhei Vishniakou · 2 years, 7 months ago
  3. ae10ee6 Add logic to classify input events into InputDeviceUsageSources by Prabir Pradhan · 2 years, 8 months ago
  4. 4bf6d45 Use ftl::Flags for InputReaderConfiguration::Change by Prabir Pradhan · 2 years, 9 months ago
  5. 678438e InputListener: Pass NotifyArgs by reference by Prabir Pradhan · 2 years, 9 months ago
  6. e3da4bb Notify InputListener when there an changes to input devices by Prabir Pradhan · 2 years, 9 months ago
  7. 5fc7d85 Support native API to report sysfs nodes changes by Vaibhav Devmurari · 2 years, 10 months ago
  8. 10ce157 Remove buttonState from PointerController by Siarhei Vishniakou · 2 years, 10 months ago
  9. 2719e82 Return values in PointerController's getters by Prabir Pradhan · 2 years, 11 months ago
  10. 2de48e4 check config for showing a stylus pointer (native part) by Seunghwan Choi · 3 years ago
  11. 75789cd Separate default pointer for mouse and stylus (native part) by Seunghwan Choi · 3 years ago
  12. a546ba8 Add plumbing from settings to gesture properties by Harry Cutts · 3 years ago
  13. 7aa7ff0 Add configuration for disabling stylus button motion events by Prabir Pradhan · 3 years, 1 month ago
  14. fecb606 Gets keyboard layout info from user space when available. by Zixuan Qu · 3 years, 2 months ago
  15. 7bc23bf Update TouchInputMapper to support new VirtualNavigationTouchpad. by Ambrus Weisz · 3 years, 3 months ago
  16. cbba14c Add API to support key remappings on native side by Vaibhav Devmurari · 3 years, 3 months ago
  17. a9cf419 Convert orientation values in input to ui::Rotation. by Michael Wright · 3 years, 1 month ago
  18. 1f2db4f Add explicit copy assignment operator for NotifyMotionArgs. by Michael Wright · 3 years, 2 months ago
  19. 08f7a6a Add ftl_last to PointerControllerInterface::Presentation by Michael Wright · 3 years, 3 months ago
  20. b54ffb2 InputReader: Get Bluetooth address from InputDeviceIdentifier by Prabir Pradhan · 3 years, 3 months ago
  21. da20b17 Notify the policy when a stylus gesture starts by Prabir Pradhan · 3 years, 4 months ago
  22. 2935db7 Return events from mappers and InputDevice by Siarhei Vishniakou · 3 years, 4 months ago
  23. 7851303 Split NotifyArgs into a separate file by Siarhei Vishniakou · 3 years, 4 months ago
  24. 51b46e2 Add a generic 'notify' function by Siarhei Vishniakou · 3 years, 4 months ago
  25. 096257c Use std::variant for NotifyArgs by Siarhei Vishniakou · 3 years, 4 months ago
  26. c3c475e Merge "Add pipeline to get the sysfs path for an InputDevice's battery" by Prabir Pradhan · 3 years, 4 months ago
  27. e287ecd Add pipeline to get the sysfs path for an InputDevice's battery by Prabir Pradhan · 3 years, 4 months ago
  28. 4810866 inputflinger: Use #pragma once instead of explicit define guards by Prabir Pradhan · 3 years, 4 months ago
  29. 7400794 Use std::vector when sending keyCodes by Siarhei Vishniakou · 3 years, 7 months ago
  30. 9f330c5 Add lock to protect UnwantedInteractionBlocker by Siarhei Vishniakou · 3 years, 8 months ago
  31. 542398e Avoid using raw pointers in QueuedInputListener by Siarhei Vishniakou · 3 years, 11 months ago
  32. ba0a875 Add ChromeOS palm rejection model by Siarhei Vishniakou · 4 years, 4 months ago
  33. 46d8a1e Add pointer acceleration native APIs by Christine Franks · 4 years ago
  34. 4af3b3d Add API to get KeyCode produced by physical key location. by Philip Junker · 4 years, 1 month ago
  35. de69f8a Reland "Change PointerController to display space" by Prabir Pradhan · 4 years, 2 months ago
  36. 259a212 Revert "Change PointerController to display space" by Prabir Pradhan · 4 years, 2 months ago
  37. 6b43041 Change PointerController to display space by Prabir Pradhan · 4 years, 2 months ago
  38. 1805009 Remove RefBase from InputListener interface by Siarhei Vishniakou · 4 years, 5 months ago
  39. 5cc1a69 Use sequence numbers to synchronize enabling Pointer Capture (1/2) by Prabir Pradhan · 4 years, 5 months ago
  40. 1983a71 Return a copy of InputDeviceLightInfo instead of pointer by Siarhei Vishniakou · 4 years, 8 months ago
  41. 1ba71cc Add dynamic display id associations for keyboards by Christine Franks · 4 years, 9 months ago
  42. a0b1e44 Merge "Pass RawEvent latency from InputReader to InputListener" into sc-dev by Siarhei Vishniakou · 5 years ago
  43. 58ba3d1 Pass RawEvent latency from InputReader to InputListener by Siarhei Vishniakou · 5 years ago
  44. 3fdbfef Support Inputdevice LightsManager feature in frameworks. by Chris Ye · 5 years ago
  45. fb55290 Add vibrator state listener support for input device vibrator by Chris Ye · 5 years ago
  46. 03ea035 Added the ability to read external batteries by Kim Low · 5 years ago
  47. f59a2f4 Add SensorManager support in inputflinger. by Chris Ye · 5 years ago
  48. 8714371 Support combined vibration effects with input device. by Chris Ye · 5 years ago
  49. 7e18618 SyncPointerCapture (1/n): Notify PointerCaptureChanged through InputListener by Prabir Pradhan · 5 years ago
  50. 98d3f53 Change InputReader::getInputDevices to return vector of InputDeviceInfo. by Chris Ye · 5 years ago
  51. 3a1e446 Move KeyCharacterMap from RefBase to shared_ptr. by Chris Ye · 5 years ago
  52. 6393a26 Refactor input device rumble support. by Chris Ye · 5 years ago
  53. cacd69a InputFlinger: Support amplitude control for InputDeviceVibrator by Nathaniel R. Lewis · 6 years ago
  54. ca5bede Move PointerController enums to enum classes. by Michael Wright · 6 years ago
  55. 17db18e Move PointerController from sp to shared_ptr by Michael Wright · 6 years ago
  56. cd899e8 Add locks to InputDispatcher_test by Siarhei Vishniakou · 6 years ago
  57. c51d1ba Rename sequenceNum to ID. by Garfield Tan · 6 years ago
  58. 5a57cff Create InputThread to manage inputflinger threads by Prabir Pradhan · 6 years ago
  59. 888a6a4 Let InputReader set mouse cursor's display. by Garfield Tan · 6 years ago
  60. 28efc19 Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  61. 6cbc978 Revert "Reland "Let InputReader handle its own thread"" by Siarhei Vishniakou · 6 years ago
  62. f15a8aa Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  63. 95a4ed6 Revert "Let InputReader handle its own thread" by Siarhei Vishniakou · 6 years ago
  64. ba266f2 Let InputReader handle its own thread by Prabir Pradhan · 6 years ago
  65. e84e6f9 Divide InputDispatcher into several files. by Garfield Tan · 6 years ago
  66. b34fcfa Merge "Revert "Revert "Use std::set instead of SortedVector""" by TreeHugger Robot · 6 years ago
  67. c6f6119 Revert "Revert "Use std::set instead of SortedVector"" by Siarhei Vishniakou · 6 years ago
  68. 7d084bb Merge "Revert "Use std::set instead of SortedVector"" by Pin-Yu Huang · 6 years ago
  69. 2d8cc89 Revert "Use std::set instead of SortedVector" by Pin-Yu Huang · 6 years ago
  70. 6fd1c77 Remove unused include by Siarhei Vishniakou · 7 years ago
  71. a03f0de Use std::set instead of SortedVector by Siarhei Vishniakou · 7 years ago
  72. c5ae0dc Improve input devices changed logs by Siarhei Vishniakou · 7 years ago
  73. 21da0ff Remove handling of EV_MSC/MSC_TIMESTAMP in Input by Atif Niyaz · 7 years ago
  74. 00f511d Dispatch mouse events to window under the cursor. by Garfield Tan · 7 years ago
  75. 7c3ae9c Use std::vector over Vector for InputFlinger (1/3) by Arthur Hung · 7 years ago
  76. b34d8a1 Merge "Support showTouches on multi-display (1/2)" by TreeHugger Robot · 7 years ago
  77. 3ddb9b4 Merge "Move TouchVideoDevice.h" by TreeHugger Robot · 7 years ago
  78. 100278f Move TouchVideoDevice.h by Siarhei Vishniakou · 7 years ago
  79. 3cba9b9 Merge "Move eventTime into NotifyArgs" by TreeHugger Robot · 7 years ago
  80. cae4b3a Remove EventHub header from include dir by Prabir Pradhan · 7 years ago
  81. 6dc09b6 Move eventTime into NotifyArgs by Siarhei Vishniakou · 7 years ago
  82. 4b05703 Initialize pointerCapture by Siarhei Vishniakou · 7 years ago
  83. c23540e Input devices configure on per-display basis (1/2) by Arthur Hung · 7 years ago
  84. 473174e Add a new InputClassifier stage by Siarhei Vishniakou · 8 years ago
  85. 7c64540 Support showTouches on multi-display (1/2) by Arthur Hung · 7 years ago
  86. 0693e71 Merge "Add MotionClassification to NotifyMotionArgs" by TreeHugger Robot · 7 years ago
  87. ae478d3 Add MotionClassification to NotifyMotionArgs by Siarhei Vishniakou · 7 years ago
  88. 31d7a9c Merge "Change InputReporter to InputReporterInterface" by TreeHugger Robot · 7 years ago
  89. bcb4be7 Merge "Support mouse pointer on external displays (1/2)" by TreeHugger Robot · 7 years ago
  90. 79a4f0c Change InputReporter to InputReporterInterface by Prabir Pradhan · 7 years ago
  91. f93562f Add InputReporter interface to InputDispatcher by Prabir Pradhan · 7 years ago
  92. c7ad2d0 Support mouse pointer on external displays (1/2) by Arthur Hung · 7 years ago
  93. add8929 Consume video frames by Siarhei Vishniakou · 7 years ago
  94. 1259868 Add video device to epoll in EventHub by Siarhei Vishniakou · 7 years ago
  95. ec7854a Associate touch video devices with input devices by Siarhei Vishniakou · 7 years ago
  96. 22c8846 Add TouchVideoDevice by Siarhei Vishniakou · 7 years ago
  97. 951f362 Add a watch for touch video devices to EventHub by Siarhei Vishniakou · 7 years ago
  98. 7b7c8f6 Add vector of TouchVideoFrame to NotifyMotionArgs by Siarhei Vishniakou · 7 years ago
  99. 653ab3a Merge "Separate function to add fd to epoll" by TreeHugger Robot · 7 years ago
  100. 2592031 Separate function to add fd to epoll by Siarhei Vishniakou · 7 years ago