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