1. 7adabad Revert^2 "Enable InputDeviceMetricsCollector" by Prabir Pradhan · 2 years, 2 months ago
  2. 97814e8 Revert "Enable InputDeviceMetricsCollector" by Prabir Pradhan · 2 years, 2 months ago
  3. a386309 Enable InputDeviceMetricsCollector by Prabir Pradhan · 2 years, 3 months ago
  4. 8ede1d1 Notify MetricsCollector of device interaction from Dispatcher by Prabir Pradhan · 2 years, 4 months ago
  5. addf8e9 Introduce the InputDeviceMetricsCollector stage by Prabir Pradhan · 2 years, 5 months ago
  6. a41d244 Clean up InputDispatcherPolicyInterface by Prabir Pradhan · 2 years, 5 months ago
  7. 370dbc9 Dump all native input components from InputManager by Prabir Pradhan · 2 years, 5 months ago
  8. 9899603 Rename InputClassifier to InputProcessor by Siarhei Vishniakou · 3 years, 1 month ago
  9. 9f330c5 Add lock to protect UnwantedInteractionBlocker by Siarhei Vishniakou · 3 years, 4 months ago
  10. 8e9a856 Enable Android clang-tidy checks for inputflinger by Michael Wright · 3 years, 7 months ago
  11. ba0a875 Add ChromeOS palm rejection model by Siarhei Vishniakou · 4 years ago
  12. 1805009 Remove RefBase from InputListener interface by Siarhei Vishniakou · 4 years ago
  13. bf023a6 Use WindowInfosListener instead of SF reporting to IF by chaviw · 4 years, 3 months ago
  14. 15fab6f Add WindowInfosListener to Input by chaviw · 4 years, 3 months ago
  15. 3277faf Renamed and moved InputWindow and related files by chaviw · 4 years, 4 months ago
  16. 189c0f8 Add explicit Result::ok() checks where needed by Bernie Innocenti · 4 years, 8 months ago
  17. 1560166 Second reland "Let InputFlinger create the server InputChannel" by Garfield Tan · 5 years ago
  18. 400128f Revert "Reland "Let InputFlinger create the server InputChannel"" by Garfield Tan · 5 years ago
  19. 62b523e Reland "Let InputFlinger create the server InputChannel" by Garfield Tan · 5 years ago
  20. 015cb70 Revert "Let InputFlinger create the server InputChannel" by Roshan Pius · 5 years ago
  21. 6e9f864 Let InputFlinger create the server InputChannel by Garfield Tan · 5 years ago
  22. adefc3e Unregister input channel by token by Siarhei Vishniakou · 5 years ago
  23. e798b47 Add setFocusedWindow function stub by Vishnu Nair · 5 years ago
  24. ce5ab08 Use std::shared_ptr for InputChannel by Siarhei Vishniakou · 5 years ago
  25. 0783e99 AIDL-ize InputManager IInputFlinger interface. by Chris Ye · 5 years ago
  26. 6353416 Force InputManagerService to communicate via InputManagerInterface by Michael Wright · 5 years ago
  27. 72d8dc3 Fix input infos are inconsistent between WMS and InputFlinger (2/2) by Arthur Hung · 5 years ago
  28. 8f0b5bd Merge "Revert "Fix input infos are inconsistent between WMS and InputFlinger (2/2)"" into rvc-dev by Kelly Rossmoyer · 5 years ago
  29. 25e2af1 Revert "Fix input infos are inconsistent between WMS and InputFlinger (2/2)" by Arthur Hung · 5 years ago
  30. f4f7283 Merge "Fix input infos are inconsistent between WMS and InputFlinger (2/2)" into rvc-dev by TreeHugger Robot · 5 years ago
  31. c60da19 Disable deep press when long press timeout is long by Siarhei Vishniakou · 5 years ago
  32. 2d112c5 Fix input infos are inconsistent between WMS and InputFlinger (2/2) by Arthur Hung · 6 years ago
  33. 3608aad Let InputDispatcher handle its own thread by Prabir Pradhan · 6 years ago
  34. 28efc19 Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  35. 6cbc978 Revert "Reland "Let InputReader handle its own thread"" by Siarhei Vishniakou · 6 years ago
  36. f15a8aa Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  37. b2ffebe Merge "Revert "Let InputReader handle its own thread"" by TreeHugger Robot · 6 years ago
  38. 95a4ed6 Revert "Let InputReader handle its own thread" by Siarhei Vishniakou · 6 years ago
  39. 97d39b5 Merge "Let InputReader handle its own thread" by TreeHugger Robot · 6 years ago
  40. ba266f2 Let InputReader handle its own thread by Prabir Pradhan · 6 years ago
  41. 7c34b23 Remove unused parameter displayId by Siarhei Vishniakou · 6 years ago
  42. 03af16f Merge "Revert "Fix drag and drop (2/3)"" by TreeHugger Robot · 6 years ago
  43. e84e6f9 Divide InputDispatcher into several files. by Garfield Tan · 6 years ago
  44. 6cbb975 Revert "Fix drag and drop (2/3)" by Arthur Hung · 6 years ago
  45. 7c3ae9c Use std::vector over Vector for InputFlinger (1/3) by Arthur Hung · 6 years ago
  46. 291d88a Add synchronous transaction to wait for setInputWindow to complete (3/n) by chaviw · 7 years ago
  47. a028c44 Add dump to Input Classifier by Siarhei Vishniakou · 7 years ago
  48. 473174e Add a new InputClassifier stage by Siarhei Vishniakou · 8 years ago
  49. fbe5d9c Fix drag and drop (2/3) by chaviw · 7 years ago
  50. 740167f Rework InputApplicationInfo by Robert Carr · 7 years ago
  51. 1c4c559 Add some tests for native input. by Robert Carr · 7 years ago
  52. 29c9533 Split InputFlinger into multiple libraries by Prabir Pradhan · 7 years ago
  53. 1cc7867 InputFlinger: Receive setInputWindows over IPC by Robert Carr · 7 years ago
  54. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  55. a5e161b Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  56. d02c5b6 Move inputservice over to frameworks/native by Michael Wright · 12 years ago
  57. 1b1fe31 Revert "Move inputservice over to frameworks/native" by Michael Wright · 12 years ago
  58. 2dceb67 Move inputservice over to frameworks/native by Michael Wright · 12 years ago