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