1. 7400794 Use std::vector when sending keyCodes by Siarhei Vishniakou · 3 years, 7 months ago
  2. 9f330c5 Add lock to protect UnwantedInteractionBlocker by Siarhei Vishniakou · 3 years, 8 months ago
  3. 542398e Avoid using raw pointers in QueuedInputListener by Siarhei Vishniakou · 3 years, 11 months ago
  4. ba0a875 Add ChromeOS palm rejection model by Siarhei Vishniakou · 4 years, 4 months ago
  5. 46d8a1e Add pointer acceleration native APIs by Christine Franks · 4 years ago
  6. 4af3b3d Add API to get KeyCode produced by physical key location. by Philip Junker · 4 years, 1 month ago
  7. de69f8a Reland "Change PointerController to display space" by Prabir Pradhan · 4 years, 2 months ago
  8. 259a212 Revert "Change PointerController to display space" by Prabir Pradhan · 4 years, 2 months ago
  9. 6b43041 Change PointerController to display space by Prabir Pradhan · 4 years, 2 months ago
  10. 1805009 Remove RefBase from InputListener interface by Siarhei Vishniakou · 4 years, 5 months ago
  11. 5cc1a69 Use sequence numbers to synchronize enabling Pointer Capture (1/2) by Prabir Pradhan · 4 years, 5 months ago
  12. 1983a71 Return a copy of InputDeviceLightInfo instead of pointer by Siarhei Vishniakou · 4 years, 8 months ago
  13. 1ba71cc Add dynamic display id associations for keyboards by Christine Franks · 4 years, 9 months ago
  14. a0b1e44 Merge "Pass RawEvent latency from InputReader to InputListener" into sc-dev by Siarhei Vishniakou · 5 years ago
  15. 58ba3d1 Pass RawEvent latency from InputReader to InputListener by Siarhei Vishniakou · 5 years ago
  16. 3fdbfef Support Inputdevice LightsManager feature in frameworks. by Chris Ye · 5 years ago
  17. fb55290 Add vibrator state listener support for input device vibrator by Chris Ye · 5 years ago
  18. 03ea035 Added the ability to read external batteries by Kim Low · 5 years ago
  19. f59a2f4 Add SensorManager support in inputflinger. by Chris Ye · 5 years ago
  20. 8714371 Support combined vibration effects with input device. by Chris Ye · 5 years ago
  21. 7e18618 SyncPointerCapture (1/n): Notify PointerCaptureChanged through InputListener by Prabir Pradhan · 5 years ago
  22. 98d3f53 Change InputReader::getInputDevices to return vector of InputDeviceInfo. by Chris Ye · 5 years ago
  23. 3a1e446 Move KeyCharacterMap from RefBase to shared_ptr. by Chris Ye · 5 years ago
  24. 6393a26 Refactor input device rumble support. by Chris Ye · 5 years ago
  25. cacd69a InputFlinger: Support amplitude control for InputDeviceVibrator by Nathaniel R. Lewis · 6 years ago
  26. ca5bede Move PointerController enums to enum classes. by Michael Wright · 6 years ago
  27. 17db18e Move PointerController from sp to shared_ptr by Michael Wright · 6 years ago
  28. cd899e8 Add locks to InputDispatcher_test by Siarhei Vishniakou · 6 years ago
  29. c51d1ba Rename sequenceNum to ID. by Garfield Tan · 6 years ago
  30. 5a57cff Create InputThread to manage inputflinger threads by Prabir Pradhan · 6 years ago
  31. 888a6a4 Let InputReader set mouse cursor's display. by Garfield Tan · 6 years ago
  32. 28efc19 Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  33. 6cbc978 Revert "Reland "Let InputReader handle its own thread"" by Siarhei Vishniakou · 6 years ago
  34. f15a8aa Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  35. 95a4ed6 Revert "Let InputReader handle its own thread" by Siarhei Vishniakou · 6 years ago
  36. ba266f2 Let InputReader handle its own thread by Prabir Pradhan · 6 years ago
  37. e84e6f9 Divide InputDispatcher into several files. by Garfield Tan · 6 years ago
  38. b34fcfa Merge "Revert "Revert "Use std::set instead of SortedVector""" by TreeHugger Robot · 6 years ago
  39. c6f6119 Revert "Revert "Use std::set instead of SortedVector"" by Siarhei Vishniakou · 6 years ago
  40. 7d084bb Merge "Revert "Use std::set instead of SortedVector"" by Pin-Yu Huang · 6 years ago
  41. 2d8cc89 Revert "Use std::set instead of SortedVector" by Pin-Yu Huang · 6 years ago
  42. 6fd1c77 Remove unused include by Siarhei Vishniakou · 7 years ago
  43. a03f0de Use std::set instead of SortedVector by Siarhei Vishniakou · 7 years ago
  44. c5ae0dc Improve input devices changed logs by Siarhei Vishniakou · 7 years ago
  45. 21da0ff Remove handling of EV_MSC/MSC_TIMESTAMP in Input by Atif Niyaz · 7 years ago
  46. 00f511d Dispatch mouse events to window under the cursor. by Garfield Tan · 7 years ago
  47. 7c3ae9c Use std::vector over Vector for InputFlinger (1/3) by Arthur Hung · 7 years ago
  48. b34d8a1 Merge "Support showTouches on multi-display (1/2)" by TreeHugger Robot · 7 years ago
  49. 3ddb9b4 Merge "Move TouchVideoDevice.h" by TreeHugger Robot · 7 years ago
  50. 100278f Move TouchVideoDevice.h by Siarhei Vishniakou · 7 years ago
  51. 3cba9b9 Merge "Move eventTime into NotifyArgs" by TreeHugger Robot · 7 years ago
  52. cae4b3a Remove EventHub header from include dir by Prabir Pradhan · 7 years ago
  53. 6dc09b6 Move eventTime into NotifyArgs by Siarhei Vishniakou · 7 years ago
  54. 4b05703 Initialize pointerCapture by Siarhei Vishniakou · 7 years ago
  55. c23540e Input devices configure on per-display basis (1/2) by Arthur Hung · 7 years ago
  56. 473174e Add a new InputClassifier stage by Siarhei Vishniakou · 8 years ago
  57. 7c64540 Support showTouches on multi-display (1/2) by Arthur Hung · 7 years ago
  58. 0693e71 Merge "Add MotionClassification to NotifyMotionArgs" by TreeHugger Robot · 7 years ago
  59. ae478d3 Add MotionClassification to NotifyMotionArgs by Siarhei Vishniakou · 7 years ago
  60. 31d7a9c Merge "Change InputReporter to InputReporterInterface" by TreeHugger Robot · 7 years ago
  61. bcb4be7 Merge "Support mouse pointer on external displays (1/2)" by TreeHugger Robot · 7 years ago
  62. 79a4f0c Change InputReporter to InputReporterInterface by Prabir Pradhan · 7 years ago
  63. f93562f Add InputReporter interface to InputDispatcher by Prabir Pradhan · 7 years ago
  64. c7ad2d0 Support mouse pointer on external displays (1/2) by Arthur Hung · 7 years ago
  65. add8929 Consume video frames by Siarhei Vishniakou · 7 years ago
  66. 1259868 Add video device to epoll in EventHub by Siarhei Vishniakou · 7 years ago
  67. ec7854a Associate touch video devices with input devices by Siarhei Vishniakou · 7 years ago
  68. 22c8846 Add TouchVideoDevice by Siarhei Vishniakou · 7 years ago
  69. 951f362 Add a watch for touch video devices to EventHub by Siarhei Vishniakou · 7 years ago
  70. 7b7c8f6 Add vector of TouchVideoFrame to NotifyMotionArgs by Siarhei Vishniakou · 7 years ago
  71. 653ab3a Merge "Separate function to add fd to epoll" by TreeHugger Robot · 7 years ago
  72. 2592031 Separate function to add fd to epoll by Siarhei Vishniakou · 7 years ago
  73. aca2840 Revert "Support mouse pointer on external displays (1/3)" by Dan Harms · 7 years ago
  74. 42611e0 Add sequence number to events in inputflinger by Prabir Pradhan · 7 years ago
  75. 620f6d9 Support mouse pointer on external displays (1/3) by Andrii Kulian · 7 years ago
  76. 8158e7e Add physical port to display viewport by Siarhei Vishniakou · 7 years ago
  77. 29c9533 Split InputFlinger into multiple libraries by Prabir Pradhan · 7 years ago