1. 2a2293c Update uniqueId association native methods by Christine Franks · 4 years ago
  2. 4af3b3d Add API to get KeyCode produced by physical key location. by Philip Junker · 4 years, 1 month ago
  3. 1805009 Remove RefBase from InputListener interface by Siarhei Vishniakou · 4 years, 5 months ago
  4. 7578845 FTL: Extend enum utilities imported from IF by Dominik Laskowski · 5 years ago
  5. 5cc1a69 Use sequence numbers to synchronize enabling Pointer Capture (1/2) by Prabir Pradhan · 4 years, 5 months ago
  6. cb40a00 Fix toggleCapsLock failed for multiple EventHub devices by Arthur Hung · 4 years, 6 months ago
  7. b27c8e6 Check if /dev/input exists before accessing the path by Usama Arif · 4 years, 8 months ago
  8. 98318de Renamed and moved InputWindow and related files by chaviw · 4 years, 8 months ago
  9. 1983a71 Return a copy of InputDeviceLightInfo instead of pointer by Siarhei Vishniakou · 4 years, 8 months ago
  10. cadce9d Fix potential block in InputReader by Arthur Hung · 4 years, 8 months ago
  11. 1ba71cc Add dynamic display id associations for keyboards by Christine Franks · 4 years, 9 months ago
  12. 1dd2e5c Refactor InputController into PeripheralController. by Chris Ye · 4 years, 10 months ago
  13. e2b1e5c Introduce Device Controller to InputReader by Chris Ye · 4 years, 10 months ago
  14. d3fef46 Add InputDevice stats atom logging by Chris Ye · 4 years, 10 months ago
  15. a4c502a Prevent duplicate devices from getting registered by Siarhei Vishniakou · 5 years ago
  16. a0b1e44 Merge "Pass RawEvent latency from InputReader to InputListener" into sc-dev by Siarhei Vishniakou · 5 years ago
  17. 58ba3d1 Pass RawEvent latency from InputReader to InputListener by Siarhei Vishniakou · 5 years ago
  18. 3fdbfef Support Inputdevice LightsManager feature in frameworks. by Chris Ye · 5 years ago
  19. f2f073b Revert "Send mapper events via context" by Siarhei Vishniakou · 5 years ago
  20. fb55290 Add vibrator state listener support for input device vibrator by Chris Ye · 5 years ago
  21. 03ea035 Added the ability to read external batteries by Kim Low · 5 years ago
  22. cec3f6a Send mapper events via context by Siarhei Vishniakou · 5 years ago
  23. f59a2f4 Add SensorManager support in inputflinger. by Chris Ye · 5 years ago
  24. 8714371 Support combined vibration effects with input device. by Chris Ye · 5 years ago
  25. 1c2e089 Get Input device information in locked context by Chris Ye · 5 years ago
  26. 98d3f53 Change InputReader::getInputDevices to return vector of InputDeviceInfo. by Chris Ye · 5 years ago
  27. e731003 Fix InputDevice listener notification for merged controller. by Chris Ye · 5 years ago
  28. d6ca33c Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 am: 686662c1f9 am: aced1ad836 am: f2712ff7f0 am: 2d596ff066 by Treehugger Robot · 5 years ago
  29. f2712ff Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 am: 686662c1f9 am: aced1ad836 by Treehugger Robot · 5 years ago
  30. 686662c Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 by Treehugger Robot · 5 years ago
  31. 32f36ae Move PropertyMap from libutils to libinput by Siarhei Vishniakou · 5 years ago
  32. 52dcab0 DO NOT MERGE Reorder include to remove merge conflict by Siarhei Vishniakou · 5 years ago
  33. 3a1e446 Move KeyCharacterMap from RefBase to shared_ptr. by Chris Ye · 5 years ago
  34. 3b08d58 Merge "Check if input devices are opening" by TreeHugger Robot · 5 years ago
  35. f49608d Check if input devices are opening by Siarhei Vishniakou · 5 years ago
  36. c903df1 Maintain CapsLock, NumLock and ScrollLock of keyboard by arthurhung · 5 years ago
  37. d549b25 Prevent use of invalidated iterator by Siarhei Vishniakou · 5 years ago
  38. 989bb93 Refactor EventHub. by Chris Ye · 6 years ago
  39. 1b0c734 Move InputDeviceClass to enum class. by Chris Ye · 5 years ago
  40. cacd69a InputFlinger: Support amplitude control for InputDeviceVibrator by Nathaniel R. Lewis · 6 years ago
  41. 66fbac3 Inputflinger : Use BitArray class to replace raw bytes array. by Chris Ye · 6 years ago
  42. 8594e19 Use std::filesystem for input event devices scan. by Chris Ye · 6 years ago
  43. 48e5bd8 Increase touch video buffer size am: a7c7360213 by Siarhei Vishniakou · 6 years ago
  44. a7c7360 Increase touch video buffer size by Siarhei Vishniakou · 6 years ago
  45. 487938e Increase touch video buffer size by Siarhei Vishniakou · 6 years ago
  46. 7a37667 Move PointerController from sp to shared_ptr by Michael Wright · 6 years ago
  47. 17db18e Move PointerController from sp to shared_ptr by Michael Wright · 6 years ago
  48. 1c7bc86 Let InputFlinger generate event IDs. by Garfield Tan · 6 years ago
  49. c51d1ba Rename sequenceNum to ID. by Garfield Tan · 6 years ago
  50. ff1f1bb Let InputFlinger generate event IDs. by Garfield Tan · 6 years ago
  51. 6a5a14e Rename sequenceNum to ID. by Garfield Tan · 6 years ago
  52. c7ef27e Let InputReaderContext hold a single PointerController by Prabir Pradhan · 6 years ago
  53. a7b82e1 Support multiple EventHub devices per InputDevice by Nathaniel R. Lewis · 6 years ago
  54. 0cab12d Change InputReader::mDevices collection type by Nathaniel R. Lewis · 6 years ago
  55. 26ec222 Refactor use of services in InputMappers. by Nathaniel R. Lewis · 6 years ago
  56. f4916ef Refactor InputMapper creation and collection type by Nathaniel R. Lewis · 6 years ago
  57. 5a57cff Create InputThread to manage inputflinger threads by Prabir Pradhan · 6 years ago
  58. 28efc19 Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  59. 6f920ca Merge "Revert "Reland "Let InputReader handle its own thread""" by TreeHugger Robot · 6 years ago
  60. 6cbc978 Revert "Reland "Let InputReader handle its own thread"" by Siarhei Vishniakou · 6 years ago
  61. e00dd19 Merge "Reland "Let InputReader handle its own thread"" by TreeHugger Robot · 6 years ago
  62. f15a8aa Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  63. 10793a6 Refactor InputReader::mDevices collection type by Nathaniel R. Lewis · 6 years ago
  64. 95a4ed6 Revert "Let InputReader handle its own thread" by Siarhei Vishniakou · 6 years ago
  65. ba266f2 Let InputReader handle its own thread by Prabir Pradhan · 6 years ago
  66. 394eed0 Create inputmappers and accumulators directories by Prabir Pradhan · 6 years ago
  67. 186d5b5 Split InputReader into multiple files by Prabir Pradhan · 6 years ago
  68. 2b28181 Create inputreader directory by Prabir Pradhan · 6 years ago
  69. f1fbf9e Add override keyword to in inherited classes by Prabir Pradhan · 6 years ago
  70. 2770d24 Create inputmappers and accumulators directories by Prabir Pradhan · 6 years ago
  71. baa5c82 Split InputReader into multiple files by Prabir Pradhan · 6 years ago
  72. da7c00c Create inputreader directory by Prabir Pradhan · 6 years ago