1. f5c9e22 Merge "Notify policy of untrusted touch for toast" by Bernardo Rufino · 5 years ago
  2. 2e1f651 Notify policy of untrusted touch for toast by Bernardo Rufino · 5 years ago
  3. ad3b184 Merge "Use enum class for injection constants" by TreeHugger Robot · 5 years ago
  4. c5ab4f9 Merge "Limit the number of printed entries in a queue" by TreeHugger Robot · 5 years ago
  5. 14411c9 Limit the number of printed entries in a queue by Siarhei Vishniakou · 5 years ago
  6. ae6229e Use enum class for injection constants by Siarhei Vishniakou · 6 years ago
  7. 23b5d27 Merge "Change InputReader::getInputDevices to return vector of InputDeviceInfo." by TreeHugger Robot · 5 years ago
  8. 98d3f53 Change InputReader::getInputDevices to return vector of InputDeviceInfo. by Chris Ye · 5 years ago
  9. 2e6387b Merge "Fix Process_LockedKeysShouldToggleAfterReattach test failure" by TreeHugger Robot · 5 years ago
  10. 7dee71f Merge "Block untrusted touches in InputDispatcher" by Bernardo Rufino · 5 years ago
  11. f56b269 Check for focused window before raising 'no focused window' ANR by Siarhei Vishniakou · 5 years ago
  12. ea97d18 Block untrusted touches in InputDispatcher by Bernardo Rufino · 5 years ago
  13. 6fe9578 Fix Process_LockedKeysShouldToggleAfterReattach test failure by arthurhung · 5 years ago
  14. f73b7c9 Merge "[Attempt #2] Consider UID instead of PID in canBeObscuredBy()" by Bernardo Rufino · 5 years ago
  15. a03dd23 Move enum name parsing to EnumName template function. by Chris Ye · 5 years ago
  16. 67df431 Merge "Create InputManager TEST_MAPPING with WindowInputTests" by Bernardo Rufino · 5 years ago
  17. e731003 Fix InputDevice listener notification for merged controller. by Chris Ye · 5 years ago
  18. d1ea7f7 Create InputManager TEST_MAPPING with WindowInputTests by Bernardo Rufino · 5 years ago
  19. 8007daf [Attempt #2] Consider UID instead of PID in canBeObscuredBy() by Bernardo Rufino · 5 years ago
  20. a72accd Check window token when extending timeout by Siarhei Vishniakou · 5 years ago
  21. bedd116 Merge "Second reland "Let InputFlinger create the server InputChannel"" by TreeHugger Robot · 5 years ago
  22. 2ad9539 Fix dispatcher logic of handling same key pressed and released from different by Chris Ye · 5 years ago
  23. 43822b1 Merge "Return owned object from PropertyMap" by TreeHugger Robot · 5 years ago
  24. 1560166 Second reland "Let InputFlinger create the server InputChannel" by Garfield Tan · 5 years ago
  25. 062c857 Merge "Revert "Reland "Let InputFlinger create the server InputChannel""" by Jean-Michel Trivi · 5 years ago
  26. 400128f Revert "Reland "Let InputFlinger create the server InputChannel"" by Garfield Tan · 5 years ago
  27. 4d9f977 Return owned object from PropertyMap by Siarhei Vishniakou · 5 years ago
  28. d2ea0d5 Merge "Use std::vector instead of VLA for addMovement" by TreeHugger Robot · 5 years ago
  29. ae0f990 Use std::vector instead of VLA for addMovement by Siarhei Vishniakou · 5 years ago
  30. 62b523e Reland "Let InputFlinger create the server InputChannel" by Garfield Tan · 5 years ago
  31. 015cb70 Revert "Let InputFlinger create the server InputChannel" by Roshan Pius · 5 years ago
  32. 6e9f864 Let InputFlinger create the server InputChannel by Garfield Tan · 5 years ago
  33. e41c451 Ensure setFocusedApplication resets no focused window timeout by Siarhei Vishniakou · 5 years ago
  34. 8fa1728 Revise RELATIVE_X and RELATIVE_Y motion ranges documentation. by Chris Ye · 5 years ago
  35. f74dc42 Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode. by Chris Ye · 5 years ago
  36. 1eb9727 Merge "Unregister input channel by token" by TreeHugger Robot · 5 years ago
  37. 8ebfbf7 Merge "Request focus using setFocusedWindow" by TreeHugger Robot · 5 years ago
  38. adefc3e Unregister input channel by token by Siarhei Vishniakou · 5 years ago
  39. 958da93 Request focus using setFocusedWindow by Vishnu Nair · 5 years ago
  40. d6ca33c Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 am: 686662c1f9 am: aced1ad836 am: f2712ff7f0 am: 2d596ff066 by Treehugger Robot · 5 years ago
  41. f2712ff Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 am: 686662c1f9 am: aced1ad836 by Treehugger Robot · 5 years ago
  42. 686662c Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 by Treehugger Robot · 5 years ago
  43. 32f36ae Move PropertyMap from libutils to libinput by Siarhei Vishniakou · 5 years ago
  44. 52dcab0 DO NOT MERGE Reorder include to remove merge conflict by Siarhei Vishniakou · 5 years ago
  45. 1b66d52 Merge "Created libattestation" by Chavi Weingarten · 5 years ago
  46. a52ade1 Do not generate meta state for device does not have the key. by Chris Ye · 5 years ago
  47. 3a1e446 Move KeyCharacterMap from RefBase to shared_ptr. by Chris Ye · 5 years ago
  48. 1abffbd Move KeyLayoutMap from RefBase to shared_ptr. by Chris Ye · 5 years ago
  49. 3b08d58 Merge "Check if input devices are opening" by TreeHugger Robot · 5 years ago
  50. f49608d Check if input devices are opening by Siarhei Vishniakou · 5 years ago
  51. ad321cd Track focused window by using window token by Vishnu Nair · 5 years ago
  52. 09c8d2d Created libattestation by chaviw · 5 years ago
  53. c903df1 Maintain CapsLock, NumLock and ScrollLock of keyboard by arthurhung · 5 years ago
  54. dcef2dc Integrate FakeInputReaderContext to the real implement by arthurhung · 5 years ago
  55. 4958d06 Optimize memory usage of InputEvent lookup. by Chris Ye · 5 years ago
  56. a30728a Merge "Add docs for ANR behaviour of InputDispatcher" by TreeHugger Robot · 5 years ago
  57. 499a85a Add docs for ANR behaviour of InputDispatcher by Siarhei Vishniakou · 6 years ago
  58. 47074b8 Rename InputWindowHandle hasFocus to focusable by Vishnu Nair · 5 years ago
  59. d549b25 Prevent use of invalidated iterator by Siarhei Vishniakou · 5 years ago
  60. a121c78 Merge "Add prefix to transform dump to align the data better" by Chavi Weingarten · 5 years ago
  61. 249afbf Merge "Remove eventTime from MotionEntry" by TreeHugger Robot · 5 years ago
  62. 85b4420 Add prefix to transform dump to align the data better by chaviw · 5 years ago
  63. 7cbf4ad Merge "TouchInputMapper: Initialize mSurfaceRight and mSurfaceBottom." by TreeHugger Robot · 5 years ago
  64. 42b0682 TouchInputMapper: Initialize mSurfaceRight and mSurfaceBottom. by Chris Ye · 5 years ago
  65. 3cab9b6 Remove eventTime from MotionEntry by Siarhei Vishniakou · 5 years ago
  66. fa74128 Update language to comply with Android's inclusive language guidance by Chris Ye · 5 years ago
  67. 3c2d6f5 Update language to comply with Android's inclusive language guidance by Chris Ye · 5 years ago
  68. 7702a61 Merge "Refactor input device rumble support." by TreeHugger Robot · 5 years ago
  69. c8bfa54 Add tests for merged InputDevice cases by Nathaniel R. Lewis · 6 years ago
  70. 6393a26 Refactor input device rumble support. by Chris Ye · 5 years ago
  71. 364fdb5 Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure. by Chris Ye · 5 years ago
  72. 122d496 Merge "Add default input dispatching timeout constant" by Siarhei Vishniakou · 5 years ago
  73. 81ec695 Merge "Add reason to focus change event log" by Vishnu Nair · 5 years ago
  74. 7d3d00d Add reason to focus change event log by Vishnu Nair · 5 years ago
  75. 35c872f Fix -Wshadow error when DEBUG_POINTER_ASSIGNMENT is set. by Philip Quinn · 5 years ago
  76. b8bb541 Merge "Ensure window with NO_INPUT_CHANNEL drops touches" by TreeHugger Robot · 5 years ago
  77. 7062295 Add default input dispatching timeout constant by Siarhei Vishniakou · 5 years ago
  78. a2862a0 Ensure window with NO_INPUT_CHANNEL drops touches by Siarhei Vishniakou · 5 years ago
  79. 989bb93 Refactor EventHub. by Chris Ye · 6 years ago
  80. 948bfa6 Merge "Move InputDeviceClass to enum class." by TreeHugger Robot · 5 years ago
  81. 1b0c734 Move InputDeviceClass to enum class. by Chris Ye · 5 years ago
  82. a209fde Move InputApplication to use std::shared_ptr. by Chris Ye · 5 years ago
  83. a3e642a Merge "Use AIDL compiler to generate InputApplicationInfo class." by TreeHugger Robot · 5 years ago
  84. 6c4243b Use AIDL compiler to generate InputApplicationInfo class. by Chris Ye · 5 years ago
  85. 2e8f2d4 Add relative field to captured cursor device by Nathaniel R. Lewis · 6 years ago
  86. adb58ea Add relative coordinates for touchpad events. by Nathaniel R. Lewis · 6 years ago
  87. d566533 Support "pointer" capture for touchpads by Nathaniel R. Lewis · 8 years ago
  88. 9eaa22c Updated MotionEvent to use Transform by chaviw · 6 years ago
  89. 1bd1fcf Merge "Add setFocusedWindow function stub" by TreeHugger Robot · 5 years ago
  90. e798b47 Add setFocusedWindow function stub by Vishnu Nair · 5 years ago
  91. 6db8d6e Merge "Use Transform in InputDispatcher" by Chavi Weingarten · 5 years ago
  92. 8759d67 Automatically generate flag value strings for flag enums. by Michael Wright · 5 years ago
  93. 0192488 Merge "Use unique_ptr when creating InputChannel" by TreeHugger Robot · 5 years ago
  94. 61847cc Merge "Use std::shared_ptr for InputChannel" by TreeHugger Robot · 5 years ago
  95. 1ff3d1e Use Transform in InputDispatcher by chaviw · 6 years ago
  96. cacd69a InputFlinger: Support amplitude control for InputDeviceVibrator by Nathaniel R. Lewis · 6 years ago
  97. dc07032 Merge "Allow touch if some pointers are MT_TOOL_PALM" by TreeHugger Robot · 5 years ago
  98. 66fbac3 Inputflinger : Use BitArray class to replace raw bytes array. by Chris Ye · 6 years ago
  99. cc7f980 Allow touch if some pointers are MT_TOOL_PALM by arthurhung · 6 years ago
  100. d258827 Use unique_ptr when creating InputChannel by Siarhei Vishniakou · 6 years ago