1. 98d3f53 Change InputReader::getInputDevices to return vector of InputDeviceInfo. by Chris Ye · 5 years ago
  2. a03dd23 Move enum name parsing to EnumName template function. by Chris Ye · 5 years ago
  3. e731003 Fix InputDevice listener notification for merged controller. by Chris Ye · 5 years ago
  4. 43822b1 Merge "Return owned object from PropertyMap" by TreeHugger Robot · 5 years ago
  5. 4d9f977 Return owned object from PropertyMap by Siarhei Vishniakou · 5 years ago
  6. ae0f990 Use std::vector instead of VLA for addMovement by Siarhei Vishniakou · 5 years ago
  7. 8fa1728 Revise RELATIVE_X and RELATIVE_Y motion ranges documentation. by Chris Ye · 5 years ago
  8. f74dc42 Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode. by Chris Ye · 5 years ago
  9. d6ca33c Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 am: 686662c1f9 am: aced1ad836 am: f2712ff7f0 am: 2d596ff066 by Treehugger Robot · 5 years ago
  10. f2712ff Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 am: 686662c1f9 am: aced1ad836 by Treehugger Robot · 5 years ago
  11. 686662c Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 by Treehugger Robot · 5 years ago
  12. 32f36ae Move PropertyMap from libutils to libinput by Siarhei Vishniakou · 5 years ago
  13. 52dcab0 DO NOT MERGE Reorder include to remove merge conflict by Siarhei Vishniakou · 5 years ago
  14. a52ade1 Do not generate meta state for device does not have the key. by Chris Ye · 5 years ago
  15. 3a1e446 Move KeyCharacterMap from RefBase to shared_ptr. by Chris Ye · 5 years ago
  16. 3b08d58 Merge "Check if input devices are opening" by TreeHugger Robot · 5 years ago
  17. f49608d Check if input devices are opening by Siarhei Vishniakou · 5 years ago
  18. c903df1 Maintain CapsLock, NumLock and ScrollLock of keyboard by arthurhung · 5 years ago
  19. 4958d06 Optimize memory usage of InputEvent lookup. by Chris Ye · 5 years ago
  20. d549b25 Prevent use of invalidated iterator by Siarhei Vishniakou · 5 years ago
  21. 7cbf4ad Merge "TouchInputMapper: Initialize mSurfaceRight and mSurfaceBottom." by TreeHugger Robot · 5 years ago
  22. 42b0682 TouchInputMapper: Initialize mSurfaceRight and mSurfaceBottom. by Chris Ye · 5 years ago
  23. 6393a26 Refactor input device rumble support. by Chris Ye · 5 years ago
  24. 364fdb5 Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure. by Chris Ye · 5 years ago
  25. 35c872f Fix -Wshadow error when DEBUG_POINTER_ASSIGNMENT is set. by Philip Quinn · 5 years ago
  26. 989bb93 Refactor EventHub. by Chris Ye · 6 years ago
  27. 1b0c734 Move InputDeviceClass to enum class. by Chris Ye · 5 years ago
  28. 2e8f2d4 Add relative field to captured cursor device by Nathaniel R. Lewis · 6 years ago
  29. adb58ea Add relative coordinates for touchpad events. by Nathaniel R. Lewis · 6 years ago
  30. d566533 Support "pointer" capture for touchpads by Nathaniel R. Lewis · 8 years ago
  31. cacd69a InputFlinger: Support amplitude control for InputDeviceVibrator by Nathaniel R. Lewis · 6 years ago
  32. dc07032 Merge "Allow touch if some pointers are MT_TOOL_PALM" by TreeHugger Robot · 5 years ago
  33. 66fbac3 Inputflinger : Use BitArray class to replace raw bytes array. by Chris Ye · 6 years ago
  34. cc7f980 Allow touch if some pointers are MT_TOOL_PALM by arthurhung · 6 years ago
  35. 8594e19 Use std::filesystem for input event devices scan. by Chris Ye · 6 years ago
  36. fe3de7d Rename ViewportTypes to avoid repetition by Michael Wright · 6 years ago
  37. 227c554 Convert TouchInputMapper enums to enum classes. by Michael Wright · 6 years ago
  38. 48e5bd8 Increase touch video buffer size am: a7c7360213 by Siarhei Vishniakou · 6 years ago
  39. a7c7360 Increase touch video buffer size by Siarhei Vishniakou · 6 years ago
  40. c6a2f3a Merge "Convert InputDeviceConfigurationFileType to enum class." by Chris Ye · 6 years ago
  41. 2ffcba9 Merge "Enable -Wshadow for input code" by TreeHugger Robot · 6 years ago
  42. 976db0c Move PointerController enums to enum classes. by Michael Wright · 6 years ago
  43. 39f4253 Merge "Increase touch video buffer size" by TreeHugger Robot · 6 years ago
  44. 487938e Increase touch video buffer size by Siarhei Vishniakou · 6 years ago
  45. 7a37667 Move PointerController from sp to shared_ptr by Michael Wright · 6 years ago
  46. e6afda3 Move PointerController enums to enum classes. by Michael Wright · 6 years ago
  47. a512bfd Move PointerController from sp to shared_ptr by Michael Wright · 6 years ago
  48. b4d960d Enable -Wshadow for input code by Siarhei Vishniakou · 6 years ago
  49. ca5bede Move PointerController enums to enum classes. by Michael Wright · 6 years ago
  50. 1d927aa Convert InputDeviceConfigurationFileType to enum class. by Chris Ye · 6 years ago
  51. 17db18e Move PointerController from sp to shared_ptr by Michael Wright · 6 years ago
  52. 690f8be Add createAxis to reduce the size of a function by Siarhei Vishniakou · 6 years ago
  53. c6d9967 TouchInputMapper: Use default viewport for PointerController by Prabir Pradhan · 6 years ago
  54. 0a080c3 Let InputReader set mouse cursor's display. by Garfield Tan · 6 years ago
  55. a0d2b80 Pass BTN_GEAR_DOWN and BTN_GEAR_UP to apps by Siarhei Vishniakou · 6 years ago
  56. bf89a48 Allow touch if the new point is not MT_TOOL_PALM by arthurhung · 6 years ago
  57. 4197f6b Fix tap is wrong in landscape with cutout disabled by Arthur Hung · 6 years ago
  58. 1c7bc86 Let InputFlinger generate event IDs. by Garfield Tan · 6 years ago
  59. c51d1ba Rename sequenceNum to ID. by Garfield Tan · 6 years ago
  60. 33197de Merge "Let InputReaderContext hold a single PointerController" by TreeHugger Robot · 6 years ago
  61. 9244aea Use cc_defaults in inputflinger targets by Prabir Pradhan · 6 years ago
  62. c7ef27e Let InputReaderContext hold a single PointerController by Prabir Pradhan · 6 years ago
  63. a7b82e1 Support multiple EventHub devices per InputDevice by Nathaniel R. Lewis · 6 years ago
  64. 0cab12d Change InputReader::mDevices collection type by Nathaniel R. Lewis · 6 years ago
  65. 26ec222 Refactor use of services in InputMappers. by Nathaniel R. Lewis · 6 years ago
  66. f4916ef Refactor InputMapper creation and collection type by Nathaniel R. Lewis · 6 years ago
  67. a940fc6 TouchInputMapper: Use default viewport for PointerController by Prabir Pradhan · 6 years ago
  68. 5a57cff Create InputThread to manage inputflinger threads by Prabir Pradhan · 6 years ago
  69. 888a6a4 Let InputReader set mouse cursor's display. by Garfield Tan · 6 years ago
  70. 421eb1c Touch cancellation handling by Arthur Hung · 6 years ago
  71. d041c5d Default TV remote keys to no-wake by Powei Feng · 7 years ago
  72. 28efc19 Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  73. 226685c Merge "Remove wakelocks from InputReader" by TreeHugger Robot · 6 years ago
  74. 4948327 Use enum class for EventEntry by Siarhei Vishniakou · 6 years ago
  75. 6f920ca Merge "Revert "Reland "Let InputReader handle its own thread""" by TreeHugger Robot · 6 years ago
  76. 6cbc978 Revert "Reland "Let InputReader handle its own thread"" by Siarhei Vishniakou · 6 years ago
  77. e00dd19 Merge "Reland "Let InputReader handle its own thread"" by TreeHugger Robot · 6 years ago
  78. f15a8aa Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  79. 10793a6 Refactor InputReader::mDevices collection type by Nathaniel R. Lewis · 6 years ago
  80. b2ffebe Merge "Revert "Let InputReader handle its own thread"" by TreeHugger Robot · 6 years ago
  81. 95a4ed6 Revert "Let InputReader handle its own thread" by Siarhei Vishniakou · 6 years ago
  82. 97d39b5 Merge "Let InputReader handle its own thread" by TreeHugger Robot · 6 years ago
  83. ba266f2 Let InputReader handle its own thread by Prabir Pradhan · 6 years ago
  84. 05de577 Fix foldable emulator touch does not work by Arthur Hung · 6 years ago
  85. 4b5a87f Remove wakelocks from InputReader by Siarhei Vishniakou · 6 years ago
  86. 7a522bf Ensure input has CAP_BLOCK_SUSPEND by Siarhei Vishniakou · 6 years ago
  87. 394eed0 Create inputmappers and accumulators directories by Prabir Pradhan · 6 years ago
  88. 186d5b5 Split InputReader into multiple files by Prabir Pradhan · 6 years ago
  89. 2b28181 Create inputreader directory by Prabir Pradhan · 6 years ago
  90. 2d0e948 Hold wakelock while handling device add/remove by Siarhei Vishniakou · 6 years ago
  91. 6cd19a4 Make sure that touches are within the surface. by Arthur Hung · 6 years ago
  92. f1fbf9e Add override keyword to in inherited classes by Prabir Pradhan · 6 years ago
  93. 2770d24 Create inputmappers and accumulators directories by Prabir Pradhan · 6 years ago
  94. baa5c82 Split InputReader into multiple files by Prabir Pradhan · 6 years ago
  95. da7c00c Create inputreader directory by Prabir Pradhan · 6 years ago