1. 4948327 Use enum class for EventEntry by Siarhei Vishniakou · 6 years ago
  2. 08b574f Add busy wait for consume() call by Siarhei Vishniakou · 6 years ago
  3. d3df1b3 Merge "Add check for action in consumeEvent" by TreeHugger Robot · 6 years ago
  4. 607abb6 Merge "Refactor inputfilter tests" by TreeHugger Robot · 6 years ago
  5. c5ca85c Add check for action in consumeEvent by Siarhei Vishniakou · 6 years ago
  6. 8935a80 Refactor inputfilter tests by Siarhei Vishniakou · 6 years ago
  7. 6f920ca Merge "Revert "Reland "Let InputReader handle its own thread""" by TreeHugger Robot · 6 years ago
  8. 6cbc978 Revert "Reland "Let InputReader handle its own thread"" by Siarhei Vishniakou · 6 years ago
  9. e00dd19 Merge "Reland "Let InputReader handle its own thread"" by TreeHugger Robot · 6 years ago
  10. f15a8aa Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  11. 10793a6 Refactor InputReader::mDevices collection type by Nathaniel R. Lewis · 6 years ago
  12. 26d3cfb Remove InputChannel::setToken by Siarhei Vishniakou · 6 years ago
  13. d0d71b6 Look up Connection by token by Siarhei Vishniakou · 6 years ago
  14. 00fca7c Return vector of cancellation events by Siarhei Vishniakou · 6 years ago
  15. 9757f78 Return KeyEvent instead of initializing by Siarhei Vishniakou · 6 years ago
  16. d277004 Use const reference when not modifying objects by Siarhei Vishniakou · 6 years ago
  17. 5cf5045 Merge "Make InputReader test components thread safe" by TreeHugger Robot · 6 years ago
  18. 2574dfa Make InputReader test components thread safe by Prabir Pradhan · 6 years ago
  19. 9ccc2f0 Merge "Remove logspam" by TreeHugger Robot · 6 years ago
  20. 204bbdd Merge "Fix foldable emulator touch does not work" by TreeHugger Robot · 6 years ago
  21. 0fb1a0e Use enum class for DropReason by Siarhei Vishniakou · 6 years ago
  22. fae03b9 Merge "[inputflinger] fix -Wreorder-init-list" am: c932e4472f am: eb013d0f82 am: 9d9321bf0e by Nick Desaulniers · 6 years ago
  23. eb013d0 Merge "[inputflinger] fix -Wreorder-init-list" am: c932e4472f by Nick Desaulniers · 6 years ago
  24. 05de577 Fix foldable emulator touch does not work by Arthur Hung · 6 years ago
  25. 2183448 [inputflinger] fix -Wreorder-init-list by Nick Desaulniers · 6 years ago
  26. d399a52 Don't leak input events to dumpsys on user builds by Ashwini Oruganti · 6 years ago
  27. 7c34b23 Remove unused parameter displayId by Siarhei Vishniakou · 6 years ago
  28. bd93138 Remove unused function 'removeWindow' by Siarhei Vishniakou · 6 years ago
  29. 72f94e1 Merge "Ensure input has CAP_BLOCK_SUSPEND" by TreeHugger Robot · 6 years ago
  30. 7a522bf Ensure input has CAP_BLOCK_SUSPEND by Siarhei Vishniakou · 6 years ago
  31. 028f3b3 Merge "InputDispatcher: Fix typo" by TreeHugger Robot · 6 years ago
  32. 372fbe4 InputDispatcher: Fix typo by Jaewan Kim · 6 years ago
  33. 03af16f Merge "Revert "Fix drag and drop (2/3)"" by TreeHugger Robot · 6 years ago
  34. e071058 Remove logspam by John Reck · 6 years ago
  35. c46722c Merge changes from topics "inputdispatcher-split-aosp", "inputreader-split-aosp" by Prabir Pradhan · 6 years ago
  36. 4237a95 Merge "getDisplayViewportByType doesn't count more than one viewport" by TreeHugger Robot · 6 years ago
  37. 394eed0 Create inputmappers and accumulators directories by Prabir Pradhan · 6 years ago
  38. 186d5b5 Split InputReader into multiple files by Prabir Pradhan · 6 years ago
  39. 2b28181 Create inputreader directory by Prabir Pradhan · 6 years ago
  40. 73007b6 Divide InputDispatcher into several files. by Garfield Tan · 6 years ago
  41. e4fc010 Move InputDispatcher code into a folder. by Garfield Tan · 6 years ago
  42. edb7ba1 Merge "Do not report latency for injected events" by TreeHugger Robot · 6 years ago
  43. 7d38473 getDisplayViewportByType doesn't count more than one viewport by Prabir Pradhan · 6 years ago
  44. 2d0e948 Hold wakelock while handling device add/remove by Siarhei Vishniakou · 6 years ago
  45. 8658728 Use static bool instead of define by Siarhei Vishniakou · 6 years ago
  46. de4bf15 Do not report latency for injected events by Siarhei Vishniakou · 6 years ago
  47. 6cd19a4 Make sure that touches are within the surface. by Arthur Hung · 6 years ago
  48. f1fbf9e Add override keyword to in inherited classes by Prabir Pradhan · 6 years ago
  49. 2770d24 Create inputmappers and accumulators directories by Prabir Pradhan · 6 years ago
  50. baa5c82 Split InputReader into multiple files by Prabir Pradhan · 6 years ago
  51. da7c00c Create inputreader directory by Prabir Pradhan · 6 years ago
  52. e84e6f9 Divide InputDispatcher into several files. by Garfield Tan · 6 years ago
  53. 0fc2fa7 Move InputDispatcher code into a folder. by Garfield Tan · 6 years ago
  54. 6cbb975 Revert "Fix drag and drop (2/3)" by Arthur Hung · 6 years ago
  55. 061e0af Merge "Use unordered_map for connections" by TreeHugger Robot · 6 years ago
  56. 146ecfd Use unordered_map for connections by Siarhei Vishniakou · 6 years ago
  57. 9da1473 Fix touch can't work after enabled the associated viewport by Arthur Hung · 6 years ago
  58. 2c9a334 Add associated function to physical keyboard by Arthur Hung · 6 years ago
  59. e7c94b9 Use unique_ptr for CommandEntry by Siarhei Vishniakou · 6 years ago
  60. 44a2aed Use std::deque for EventEntry queues by Siarhei Vishniakou · 6 years ago
  61. 13bda6c Use std::deque for DispatchEntry'ies. by Siarhei Vishniakou · 6 years ago
  62. 4f17282 Merge changes Iee0f9a21,I22a39cd5 by TreeHugger Robot · 6 years ago
  63. 3d3fa52 Move LatencyStatistics collection from InputReader to InputTransport by Atif Niyaz · 6 years ago
  64. 8384682 Seperate LatencyStatistics from InputReader by Atif Niyaz · 6 years ago
  65. 4e68fbf Return early in doDispatchCycleFinishedLockedInterruptible by Siarhei Vishniakou · 6 years ago
  66. 49a350a Use std::function for commands by Siarhei Vishniakou · 6 years ago
  67. 3e06862 Merge "Address comments from a previous change." by TreeHugger Robot · 6 years ago
  68. 6157c0d Merge "Do not use RefBase in EventHub" by TreeHugger Robot · 6 years ago
  69. fbf5ac7 Merge "Refactor setInputWindows" by TreeHugger Robot · 6 years ago
  70. 3bc7e09 Do not use RefBase in EventHub by Siarhei Vishniakou · 6 years ago
  71. b34fcfa Merge "Revert "Revert "Use std::set instead of SortedVector""" by TreeHugger Robot · 6 years ago
  72. c6f6119 Revert "Revert "Use std::set instead of SortedVector"" by Siarhei Vishniakou · 6 years ago
  73. 7d084bb Merge "Revert "Use std::set instead of SortedVector"" by Pin-Yu Huang · 6 years ago
  74. 2d8cc89 Revert "Use std::set instead of SortedVector" by Pin-Yu Huang · 6 years ago
  75. 6fd1c77 Remove unused include by Siarhei Vishniakou · 7 years ago
  76. a03f0de Use std::set instead of SortedVector by Siarhei Vishniakou · 7 years ago
  77. c5ae0dc Improve input devices changed logs by Siarhei Vishniakou · 7 years ago
  78. ab0ab9c Address comments from a previous change. by Garfield Tan · 7 years ago
  79. 21da0ff Remove handling of EV_MSC/MSC_TIMESTAMP in Input by Atif Niyaz · 7 years ago
  80. addb02b Stop splitting mouse events. by Garfield Tan · 7 years ago
  81. 00f511d Dispatch mouse events to window under the cursor. by Garfield Tan · 7 years ago
  82. 9b5a821 Do not use moved-from object by Siarhei Vishniakou · 7 years ago
  83. b86c6bd Merge "Disable deep press by default" into qt-r1-dev am: fec1b3f893 by Siarhei Vishniakou · 7 years ago
  84. ff17048 Disable deep press by default by Siarhei Vishniakou · 7 years ago
  85. 91dd26f Refine onPointerDownOutsideFocus am: 0683fe791e am: e7c4474a4c am: 7718877720 by Tiger Huang · 7 years ago
  86. 0683fe7 Refine onPointerDownOutsideFocus by Tiger Huang · 7 years ago
  87. e1aa34a Merge "Use bitset api in InputClassifier" into qt-dev am: 598673fc55 by Siarhei Vishniakou · 7 years ago
  88. 598673f Merge "Use bitset api in InputClassifier" into qt-dev by TreeHugger Robot · 7 years ago
  89. a47a4d4 Use bitset api in InputClassifier by Siarhei Vishniakou · 7 years ago
  90. 4180aa4 Remove mUserEpollWakeup from EventHub by Atif Niyaz · 7 years ago
  91. 043a3ec Add mInputFilterEnabled to dump by Siarhei Vishniakou · 7 years ago
  92. 4bdbb6a Initialize MotionClassifier from a separate thread by Siarhei Vishniakou · 7 years ago
  93. 3a179dc Remove logspam in InputDispatcher by Siarhei Vishniakou · 7 years ago
  94. 29f8849 Improve docs for ro.input.video_enabled by Siarhei Vishniakou · 7 years ago
  95. b3ad35c Refactor setInputWindows by Siarhei Vishniakou · 7 years ago
  96. 77dd497 Remove logspam in InputDispatcher by Siarhei Vishniakou · 7 years ago
  97. 63364ad Merge "Add concept of gesture input monitors." by Michael Wright · 7 years ago
  98. 3dd60e2 Add concept of gesture input monitors. by Michael Wright · 7 years ago
  99. fd6d351 Add onPointerDownOutsideFocus for events outside the focused window (2/4) by chaviw · 7 years ago
  100. 38b1f27 Merge "Make InputApplicationInfo as a part of InputApplicationHandle (1/2)" by TreeHugger Robot · 7 years ago