1. 3611f1f Make interceptMotionBeforeQueueingNonInteractive per display by Charles Chen · 6 years ago
  2. f969668 Send all MotionEvents to InputFilter. by Jackal Guo · 6 years ago
  3. 16a2e30 Propagate MotionClassification to InputDispatcher by Siarhei Vishniakou · 6 years ago
  4. 7ab76b1 Fix top most focused window can't gain the focus by Arthur Hung · 6 years ago
  5. 13933bc Merge "Added last focused window to notifyFocusChanged callback" by Chavi Weingarten · 6 years ago
  6. 92357f3 Merge "Fix drag and drop (3/3)" by Chavi Weingarten · 6 years ago
  7. ae478d3 Add MotionClassification to NotifyMotionArgs by Siarhei Vishniakou · 6 years ago
  8. 49e5922 Add classification to MotionEvent by Siarhei Vishniakou · 6 years ago
  9. 0c06c6e Added last focused window to notifyFocusChanged callback by chaviw · 6 years ago
  10. 4f2dd40 Fix drag and drop (3/3) by chaviw · 6 years ago
  11. fbe5d9c Fix drag and drop (2/3) by chaviw · 6 years ago
  12. f93562f Add InputReporter interface to InputDispatcher by Prabir Pradhan · 6 years ago
  13. f557dcf Negate condition to reduce nesting in InputDispatcher by Prabir Pradhan · 6 years ago
  14. 42611e0 Add sequence number to events in inputflinger by Prabir Pradhan · 6 years ago
  15. ceeb5d7 Fix NPE in InputDispacher by enabling debug logs by Arthur Hung · 6 years ago
  16. 46d51cb Merge "Keep instance of BinderInputWindow for the same token." by TreeHugger Robot · 6 years ago
  17. bd0fbcd Keep instance of BinderInputWindow for the same token. by Garfield Tan · 6 years ago
  18. d653633 Merge "Fix empty region if the scale is smaller than 1" by TreeHugger Robot · 6 years ago
  19. 49ee323 Check that window handle is visible by Siarhei Vishniakou · 6 years ago
  20. 39d4aa5 Fix empty region if the scale is smaller than 1 by Riddle Hsu · 6 years ago
  21. e07e103 SurfaceFlinger Input: Correct screen magnification. by Robert Carr · 6 years ago
  22. f759f16 InputDispatcher: Notify policy of focus changes. by Robert Carr · 6 years ago
  23. 740167f Rework InputApplicationInfo by Robert Carr · 6 years ago
  24. 5c8a026 Replace InputWindowInfo#inputChannel with an IBinder token. by Robert Carr · 6 years ago
  25. ce02296 Merge changes from topic "sfinput3" by Rob Carr · 6 years ago
  26. 82a4cad Remove redundant displayId log message by Arthur Hung · 6 years ago
  27. 4e670e5 InputDispatcher: Look up channel by token. by Robert Carr · 6 years ago
  28. 803535b InputDispatcher: Track InputChannels by IBinder token. by Robert Carr · 6 years ago
  29. 3b413f2 Make InputWindowInfo as a part of InputWindowHandle (1/2) by Arthur Hung · 6 years ago
  30. 622bd32 Allow injected events to specify repeatCount by Siarhei Vishniakou · 6 years ago
  31. 2fbf37f Support monitor input per display (1/2) by Arthur Hung · 6 years ago
  32. 721e26f Track focus changes on external displays (1/4) by Tiger Huang · 6 years ago
  33. b92218b Fix WM input limitations on secondary displays (2/4) by Arthur Hung · 6 years ago
  34. 9224fba Revert "Fix WM input limitations on secondary displays (2/N)" by Siarhei Vishniakou · 6 years ago
  35. 09cb30e Fix WM input limitations on secondary displays (2/N) by Arthur Hung · 6 years ago
  36. 9b14ac6 [inputflinger] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  37. a62a8dd Move displayid into InputEvent by Siarhei Vishniakou · 6 years ago
  38. 61fafdd Accelerate shortcuts for input injection by Siarhei Vishniakou · 6 years ago
  39. b48188a Represent action as text in dumpsys by Siarhei Vishniakou · 6 years ago
  40. fe636d2 Merge "Move display id into MotionEvent" by TreeHugger Robot · 6 years ago
  41. 777a10b Move display id into MotionEvent by Siarhei Vishniakou · 7 years ago
  42. 2b3c330 Log warnings for slow input event interceptions. by Michael Wright · 6 years ago
  43. 587c3f0 Return std::string to not point to freed memory by Siarhei Vishniakou · 7 years ago
  44. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 7 years ago
  45. 96f1299 Fix sanitizer in InputFlinger Reader/Dispatcher. by Ivan Lozano · 7 years ago
  46. 635cb71 Fix broken input tests by Siarhei Vishniakou · 7 years ago
  47. 5d83f60 Enforce print format warnings in input subsystem. by Siarhei Vishniakou · 7 years ago
  48. 5864150 Add displayId in InputDispatcher, InputTransport by Tarandeep Singh · 7 years ago
  49. 48aeb51 Enable InputMonitors for non-default display. by Tarandeep Singh · 7 years ago
  50. 1eb587b Switch touch input device on hover events. by Kevin Schoedel · 7 years ago
  51. e71f055 Fully strip META state during event rewrite by Evan Rosky · 7 years ago
  52. 78f97b3 Support pointer capture in InputReader by Vladislav Kaznacheev · 8 years ago
  53. e5c943a Merge "Remove window obscurement information from ACTION_OUTSIDE events." by TreeHugger Robot · 8 years ago
  54. 3b10610 Remove window obscurement information from ACTION_OUTSIDE events. by Michael Wright · 8 years ago
  55. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 8 years ago
  56. a5e161b Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 8 years ago
  57. 455f288 Merge "Add new MotionEvent flag for partially obscured windows." into mnc-dev am: 58dc18a am: ab4b3c3 am: 2352674 by Michael Wright · 8 years ago
  58. cdcd8f2 Add new MotionEvent flag for partially obscured windows. by Michael Wright · 8 years ago
  59. c29d084 Merge "Clean up warnings in inputflinger." am: f3606ef25f am: ca5ad095f4 by Dan Albert · 9 years ago
  60. 1bd2fc0 Clean up warnings in inputflinger. by Dan Albert · 9 years ago
  61. fa1706a Add relative-x/y axis for mouse devices. by Jun Mukai · 9 years ago
  62. fa13dcf Send cancelation events to monitors when injection fails. by Michael Wright · 9 years ago
  63. 3a98172 Only log dropped input when disabled for the first event. by Michael Wright · 9 years ago
  64. 7b159c9 Revert "Revert "Add new MotionEvent actions for button press and release."" by Michael Wright · 9 years ago
  65. 70b41ef Revert "Add new MotionEvent actions for button press and release." by Michael Wright · 9 years ago
  66. 48a8a0e Add new MotionEvent actions for button press and release. by Michael Wright · 9 years ago
  67. 106547c am 033f7e8e: Merge "InputDispatcher: Optimize count()" by Narayan Kamath · 10 years ago
  68. 65dbe97 InputDispatcher: Optimize count() by Jon McCaffrey · 10 years ago
  69. 0c17a2b Stop consuming input on error dialogs. by Craig Mautner · 10 years ago
  70. ffb4977 Improve ANR diagnostics. by Jeff Brown · 10 years ago
  71. 2e73295 Only mark repeated keys as PASS_TO_USER if the original key was. by Michael Wright · 10 years ago
  72. 78f2444 Revert "Revert "Add system accelerators for BACK and HOME."" by Michael Wright · 10 years ago
  73. d671f98 Revert "Add system accelerators for BACK and HOME." by Michael Wright · 10 years ago
  74. 278b525 Add system accelerators for BACK and HOME. by Michael Wright · 10 years ago
  75. bc6001b Change InputMessage.motion.pointerSize to a uint32_t. by Narayan Kamath · 10 years ago
  76. 872db4f Move key attribute information out of native. by Michael Wright · 10 years ago
  77. dc5992e Plumb display power state through display manager. by Jeff Brown · 10 years ago
  78. 37764c7 Cherry pick parts of f5df700e6ce. by Narayan Kamath · 10 years ago
  79. 41d2f80 inputflinger: 64 bit compile issues by Mark Salyzyn · 10 years ago
  80. 38dcdff Generate ACTION_CANCEL on joystick disconnect. by Michael Wright · 10 years ago
  81. f086ddb Add support for injecting events into ActivityContainers. by Jeff Brown · 10 years ago
  82. d02c5b6 Move inputservice over to frameworks/native by Michael Wright · 10 years ago
  83. 1b1fe31 Revert "Move inputservice over to frameworks/native" by Michael Wright · 10 years ago
  84. 2dceb67 Move inputservice over to frameworks/native by Michael Wright · 10 years ago