1. 7062295 Add default input dispatching timeout constant by Siarhei Vishniakou · 4 years, 2 months ago
  2. a2862a0 Ensure window with NO_INPUT_CHANNEL drops touches by Siarhei Vishniakou · 4 years, 3 months ago
  3. a209fde Move InputApplication to use std::shared_ptr. by Chris Ye · 4 years, 3 months ago
  4. e798b47 Add setFocusedWindow function stub by Vishnu Nair · 4 years, 3 months ago
  5. ce5ab08 Use std::shared_ptr for InputChannel by Siarhei Vishniakou · 4 years, 3 months ago
  6. 887b7d9 Log windows that are being interacted with - 2 by Siarhei Vishniakou · 4 years, 4 months ago
  7. c1ae556 Use chrono for dispatching timeout by Siarhei Vishniakou · 4 years, 3 months ago
  8. 017bcd1 Revert "Clear spam log for INPUT_FEATURE_NO_INPUT_CHANNEL window" by Mady Mellor · 4 years, 4 months ago
  9. 80d685a Clear spam log for INPUT_FEATURE_NO_INPUT_CHANNEL window by arthurhung · 4 years, 4 months ago
  10. 98cbb19 Merge "Revert "Log windows that are being interacted with"" into rvc-dev by TreeHugger Robot · 4 years, 4 months ago
  11. 3d989c2 Revert "Log windows that are being interacted with" by Selim Cinek · 4 years, 4 months ago
  12. 7394eaa Log windows that are being interacted with by Siarhei Vishniakou · 4 years, 6 months ago
  13. e462304 Report ANR when waited for longer than the timeout by Siarhei Vishniakou · 4 years, 7 months ago
  14. 1ea3cf1 Make tempTouchState a local variable by Siarhei Vishniakou · 4 years, 7 months ago
  15. bde3d9e Replace KeyedVector with unordered_map in dispatcher by Siarhei Vishniakou · 4 years, 7 months ago
  16. e0fb6bd Make addGestureMonitors static by Siarhei Vishniakou · 4 years, 6 months ago
  17. ffaa2b1 Add basic ANR test by Siarhei Vishniakou · 4 years, 5 months ago
  18. de1bc4a Process focus events first by Siarhei Vishniakou · 4 years, 5 months ago
  19. 7f0a439 Reduce the usage of goto statements in dispatcher by Siarhei Vishniakou · 4 years, 7 months ago
  20. 7e838c2 Merge "Use <chrono> for input-related timeouts" into rvc-dev by Siarhei Vishniakou · 4 years, 5 months ago
  21. b1a1627 Rename ANR -> Anr by Siarhei Vishniakou · 4 years, 5 months ago
  22. 097c3db Use <chrono> for input-related timeouts by Siarhei Vishniakou · 4 years, 5 months ago
  23. 3d61bc1 Optimization: Restrict signing to ACTION_UP and ACTION_DOWN while doing a motion gesture such as scrolling apps by Edgar Arriaga · 4 years, 6 months ago
  24. 72d8dc3 Fix input infos are inconsistent between WMS and InputFlinger (2/2) by Arthur Hung · 4 years, 7 months ago
  25. 25e2af1 Revert "Fix input infos are inconsistent between WMS and InputFlinger (2/2)" by Arthur Hung · 4 years, 7 months ago
  26. 2d112c5 Fix input infos are inconsistent between WMS and InputFlinger (2/2) by Arthur Hung · 4 years, 7 months ago
  27. 1c7bc86 Let InputFlinger generate event IDs. by Garfield Tan · 4 years, 9 months ago
  28. e908789 Use hmac to sign events in InputDispatcher by Gang Wang · 4 years, 9 months ago
  29. 342c927 Add HmacKeyManager to InputDispatcher by Gang Wang · 4 years, 9 months ago
  30. 54d3e18 Add verifyInputEvent api to InputDispatcher by Siarhei Vishniakou · 4 years, 9 months ago
  31. 5d3bc37 Generate down events when transferring touch focus by Svet Ganov · 4 years, 9 months ago
  32. 5a57cff Create InputThread to manage inputflinger threads by Prabir Pradhan · 5 years ago
  33. f1035d4 Move focus dispatch to input (1/2) by Siarhei Vishniakou · 5 years ago
  34. 5d6b661 Use const reference instead of pointer by Siarhei Vishniakou · 4 years, 9 months ago
  35. b38d8c6 Revert "Handle different scale and offset for pointers in InputTarget." by Chavi Weingarten · 4 years, 9 months ago
  36. 5d22a23 Handle different scale and offset for pointers in InputTarget. by chaviw · 4 years, 10 months ago
  37. adfd4fa Update eventTime to prevent stale events by Siarhei Vishniakou · 4 years, 10 months ago
  38. 3608aad Let InputDispatcher handle its own thread by Prabir Pradhan · 5 years ago
  39. 2bfa905 Wait until dispatcher is idle by Siarhei Vishniakou · 4 years, 11 months ago
  40. f3bc1aa Receive touch mode state from WindowManager by Siarhei Vishniakou · 4 years, 11 months ago
  41. d0d71b6 Look up Connection by token by Siarhei Vishniakou · 5 years ago
  42. 9757f78 Return KeyEvent instead of initializing by Siarhei Vishniakou · 5 years ago
  43. d277004 Use const reference when not modifying objects by Siarhei Vishniakou · 5 years ago
  44. 0fb1a0e Use enum class for DropReason by Siarhei Vishniakou · 5 years ago
  45. 7c34b23 Remove unused parameter displayId by Siarhei Vishniakou · 5 years ago
  46. de4bf15 Do not report latency for injected events by Siarhei Vishniakou · 5 years ago
  47. e84e6f9 Divide InputDispatcher into several files. by Garfield Tan · 5 years ago
  48. 0fc2fa7 Move InputDispatcher code into a folder. by Garfield Tan · 5 years ago[Renamed (81%) from services/inputflinger/InputDispatcher.h]
  49. 146ecfd Use unordered_map for connections by Siarhei Vishniakou · 5 years ago
  50. e7c94b9 Use unique_ptr for CommandEntry by Siarhei Vishniakou · 5 years ago
  51. 44a2aed Use std::deque for EventEntry queues by Siarhei Vishniakou · 5 years ago
  52. 13bda6c Use std::deque for DispatchEntry'ies. by Siarhei Vishniakou · 5 years ago
  53. 49a350a Use std::function for commands by Siarhei Vishniakou · 5 years ago
  54. fbf5ac7 Merge "Refactor setInputWindows" by TreeHugger Robot · 5 years ago
  55. 00f511d Dispatch mouse events to window under the cursor. by Garfield Tan · 5 years ago
  56. b3ad35c Refactor setInputWindows by Siarhei Vishniakou · 6 years ago
  57. 63364ad Merge "Add concept of gesture input monitors." by Michael Wright · 6 years ago
  58. 3dd60e2 Add concept of gesture input monitors. by Michael Wright · 6 years ago
  59. fd6d351 Add onPointerDownOutsideFocus for events outside the focused window (2/4) by chaviw · 6 years ago
  60. 8c9cf54 Add onPointerDownOutsideFocus for events outside the focused window (1/4) by chaviw · 6 years ago
  61. 7c3ae9c Use std::vector over Vector for InputFlinger (1/3) by Arthur Hung · 6 years ago
  62. 62683e8 Rename functions in InputDispatcher by Siarhei Vishniakou · 6 years ago
  63. 443ad90 Use std::condition_variable in InputDispatcher by Siarhei Vishniakou · 6 years ago
  64. 291d88a Add synchronous transaction to wait for setInputWindow to complete (3/n) by chaviw · 6 years ago
  65. 61291d4 Add thread safety annotations to inputflinger by Siarhei Vishniakou · 6 years ago
  66. c236efc Merge "Make interceptMotionBeforeQueueingNonInteractive per display" by Charles Chen · 6 years ago
  67. 3611f1f Make interceptMotionBeforeQueueingNonInteractive per display by Charles Chen · 6 years ago
  68. 85b8c5e Introduce new portal window which transports touch to another display by Tiger Huang · 6 years ago
  69. 16a2e30 Propagate MotionClassification to InputDispatcher by Siarhei Vishniakou · 6 years ago
  70. 13933bc Merge "Added last focused window to notifyFocusChanged callback" by Chavi Weingarten · 6 years ago
  71. 92357f3 Merge "Fix drag and drop (3/3)" by Chavi Weingarten · 6 years ago
  72. 0c06c6e Added last focused window to notifyFocusChanged callback by chaviw · 6 years ago
  73. 4f2dd40 Fix drag and drop (3/3) by chaviw · 6 years ago
  74. 79a4f0c Change InputReporter to InputReporterInterface by Prabir Pradhan · 6 years ago
  75. fbe5d9c Fix drag and drop (2/3) by chaviw · 6 years ago
  76. f93562f Add InputReporter interface to InputDispatcher by Prabir Pradhan · 6 years ago
  77. 42611e0 Add sequence number to events in inputflinger by Prabir Pradhan · 6 years ago
  78. e07e103 SurfaceFlinger Input: Correct screen magnification. by Robert Carr · 6 years ago
  79. f759f16 InputDispatcher: Notify policy of focus changes. by Robert Carr · 6 years ago
  80. 740167f Rework InputApplicationInfo by Robert Carr · 6 years ago
  81. 5c8a026 Replace InputWindowInfo#inputChannel with an IBinder token. by Robert Carr · 6 years ago
  82. 803535b InputDispatcher: Track InputChannels by IBinder token. by Robert Carr · 6 years ago
  83. 2fbf37f Support monitor input per display (1/2) by Arthur Hung · 6 years ago
  84. 5f8f669 Merge "Track focus changes on external displays (1/4)" by Tiger Huang · 6 years ago
  85. 3720ed0 Implement Parcelling functions for InputWindowInfo by Robert Carr · 6 years ago
  86. 721e26f Track focus changes on external displays (1/4) by Tiger Huang · 6 years ago
  87. b92218b Fix WM input limitations on secondary displays (2/4) by Arthur Hung · 6 years ago
  88. 9224fba Revert "Fix WM input limitations on secondary displays (2/N)" by Siarhei Vishniakou · 6 years ago
  89. 09cb30e Fix WM input limitations on secondary displays (2/N) by Arthur Hung · 6 years ago
  90. 9b14ac6 [inputflinger] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  91. a62a8dd Move displayid into InputEvent by Siarhei Vishniakou · 6 years ago
  92. 61fafdd Accelerate shortcuts for input injection by Siarhei Vishniakou · 6 years ago
  93. 777a10b Move display id into MotionEvent by Siarhei Vishniakou · 7 years ago
  94. 587c3f0 Return std::string to not point to freed memory by Siarhei Vishniakou · 7 years ago
  95. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 7 years ago
  96. 6d2ede1 Fix google-explicit-constructor warnings in inputflinger. by Chih-Hung Hsieh · 8 years ago
  97. cdcd8f2 Add new MotionEvent flag for partially obscured windows. by Michael Wright · 9 years ago
  98. fa13dcf Send cancelation events to monitors when injection fails. by Michael Wright · 9 years ago
  99. 3a98172 Only log dropped input when disabled for the first event. by Michael Wright · 9 years ago
  100. 7b159c9 Revert "Revert "Add new MotionEvent actions for button press and release."" by Michael Wright · 9 years ago