1. b34d8a1 Merge "Support showTouches on multi-display (1/2)" by TreeHugger Robot · 7 years ago
  2. c236efc Merge "Make interceptMotionBeforeQueueingNonInteractive per display" by Charles Chen · 7 years ago
  3. 6b5a2b9 Fix Native tests for input are broken in postsubmit by Arthur Hung · 7 years ago
  4. c23540e Input devices configure on per-display basis (1/2) by Arthur Hung · 7 years ago
  5. 3611f1f Make interceptMotionBeforeQueueingNonInteractive per display by Charles Chen · 7 years ago
  6. 8a00816 Merge "Fix SetInputWindow_InputWindowInfo takes too long" by TreeHugger Robot · 7 years ago
  7. 473174e Add a new InputClassifier stage by Siarhei Vishniakou · 8 years ago
  8. 7c64540 Support showTouches on multi-display (1/2) by Arthur Hung · 7 years ago
  9. 832bc4a Fix SetInputWindow_InputWindowInfo takes too long by Arthur Hung · 7 years ago
  10. f969668 Send all MotionEvents to InputFilter. by Jackal Guo · 8 years ago
  11. 7ab76b1 Fix top most focused window can't gain the focus by Arthur Hung · 7 years ago
  12. 13933bc Merge "Added last focused window to notifyFocusChanged callback" by Chavi Weingarten · 7 years ago
  13. 49e5922 Add classification to MotionEvent by Siarhei Vishniakou · 7 years ago
  14. 0c06c6e Added last focused window to notifyFocusChanged callback by chaviw · 7 years ago
  15. c7ad2d0 Support mouse pointer on external displays (1/2) by Arthur Hung · 7 years ago
  16. add8929 Consume video frames by Siarhei Vishniakou · 7 years ago
  17. 41a712e DisplayViewport should only have actual viewports (1/2) by Arthur Hung · 7 years ago
  18. aca2840 Revert "Support mouse pointer on external displays (1/3)" by Dan Harms · 7 years ago
  19. 42611e0 Add sequence number to events in inputflinger by Prabir Pradhan · 7 years ago
  20. 620f6d9 Support mouse pointer on external displays (1/3) by Andrii Kulian · 8 years ago
  21. 26022a4 C++17 is the default now. by Elliott Hughes · 7 years ago
  22. 8158e7e Add physical port to display viewport by Siarhei Vishniakou · 8 years ago
  23. e07e103 SurfaceFlinger Input: Correct screen magnification. by Robert Carr · 7 years ago
  24. 740167f Rework InputApplicationInfo by Robert Carr · 8 years ago
  25. 5c8a026 Replace InputWindowInfo#inputChannel with an IBinder token. by Robert Carr · 8 years ago
  26. 29c9533 Split InputFlinger into multiple libraries by Prabir Pradhan · 7 years ago
  27. ad71ad0 Simplify process(..) in InputReader_test by Siarhei Vishniakou · 7 years ago
  28. 4e670e5 InputDispatcher: Look up channel by token. by Robert Carr · 8 years ago
  29. 803535b InputDispatcher: Track InputChannels by IBinder token. by Robert Carr · 8 years ago
  30. 7b0e911 Merge "Make InputWindowInfo as a part of InputWindowHandle (1/2)" by Arthur Hung · 7 years ago
  31. 3b413f2 Make InputWindowInfo as a part of InputWindowHandle (1/2) by Arthur Hung · 7 years ago
  32. cd7ac1e Remove implicit fallthrough exception by Siarhei Vishniakou · 8 years ago
  33. 2fbf37f Support monitor input per display (1/2) by Arthur Hung · 8 years ago
  34. 05a8fe2 Add DisplayViewport native tests by Siarhei Vishniakou · 8 years ago
  35. 8664f8c Ensure the cancelled event has AKEY_EVENT_FLAG_CANCELED by Tiger Huang · 8 years ago
  36. 5f8f669 Merge "Track focus changes on external displays (1/4)" by Tiger Huang · 8 years ago
  37. 721e26f Track focus changes on external displays (1/4) by Tiger Huang · 8 years ago
  38. d634392 Add type to DisplayViewport by Siarhei Vishniakou · 8 years ago
  39. 5e469d5 Merge "Fix WM input limitations on secondary displays (2/4)" by Charles Chen · 8 years ago
  40. ec8f725 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
  41. b92218b Fix WM input limitations on secondary displays (2/4) by Arthur Hung · 8 years ago
  42. 187f1c0 Merge "Track libutils dependency change." am: 8b24732c84 am: 2f74fb7e59 am: 2bd1c4555e by Josh Gao · 8 years ago
  43. 2f74fb7 Merge "Track libutils dependency change." am: 8b24732c84 by Josh Gao · 8 years ago
  44. 12ad994 Track libutils dependency change. by Josh Gao · 8 years ago
  45. 9b14ac6 [inputflinger] Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
  46. a62a8dd Move displayid into InputEvent by Siarhei Vishniakou · 8 years ago
  47. b0d7481 Input tests no longer use test_per_src by Siarhei Vishniakou · 8 years ago
  48. fe636d2 Merge "Move display id into MotionEvent" by TreeHugger Robot · 8 years ago
  49. 777a10b Move display id into MotionEvent by Siarhei Vishniakou · 8 years ago
  50. 696bc64 Merge "Reformat Android.bp file" am: ed568f3fe2 am: 60cdd66290 am: 0bb753990e by Logan Chien · 8 years ago
  51. 3e60b39 Reformat Android.bp file by Logan Chien · 8 years ago
  52. eaf7acd Ensure deviceTimestamp is cleared by Siarhei Vishniakou · 8 years ago
  53. 16f9069 Process EV_MSC MSC_TIMESTAMP in InputMapper by Siarhei Vishniakou · 8 years ago
  54. aa449c9 Scale the pressure range's max value. by Michael Wright · 8 years ago
  55. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
  56. d2f1094 Merge "Use -Werror in frameworks/native/services/inputflinger" am: 4d6bb5a8b0 am: d1e64c72ca am: a297709690 by Chih-hung Hsieh · 9 years ago
  57. d1e64c7 Merge "Use -Werror in frameworks/native/services/inputflinger" am: 4d6bb5a8b0 by Chih-hung Hsieh · 9 years ago
  58. a50a467 Use -Werror in frameworks/native/services/inputflinger by Chih-Hung Hsieh · 9 years ago
  59. 913aaef Reduce overhead by combining libskia and libhwui into a single library. by Derek Sollenberger · 9 years ago
  60. 3bea0c4 Add uniqueId to Virtual Display and pass through to inputflinger (2/2) by Santos Cordon · 9 years ago
  61. fa5cf46 Add uniqueId to Virtual Display and pass through to inputflinger (2/2) by Santos Cordon · 9 years ago
  62. e54cb85 Adding feature: input device disable/enable by Siarhei Vishniakou · 9 years ago
  63. 6bebf24 Merge "Convert inputflinger to Android.bp" am: b0a4e9bbef am: ef62f2abe2 by Colin Cross · 9 years ago
  64. 6e1c761 Convert inputflinger to Android.bp by Colin Cross · 9 years ago
  65. 45a1b9c Convert inputflinger to Android.bp by Colin Cross · 9 years ago
  66. 78f97b3 Support pointer capture in InputReader by Vladislav Kaznacheev · 9 years ago
  67. fb75258 Fix InputReader_test by Vladislav Kaznacheev · 9 years ago
  68. 6ca70ef Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 10 years ago
  69. 8b10c65 Fix typo from last commit. by Dan Albert · 10 years ago
  70. 1bd2fc0 Clean up warnings in inputflinger. by Dan Albert · 10 years ago
  71. 0faaa0b Inputflinger: hook up key event replacement processing by Dmitry Torokhov · 11 years ago
  72. 7b159c9 Revert "Revert "Add new MotionEvent actions for button press and release."" by Michael Wright · 11 years ago
  73. 70b41ef Revert "Add new MotionEvent actions for button press and release." by Michael Wright · 11 years ago
  74. 48a8a0e Add new MotionEvent actions for button press and release. by Michael Wright · 11 years ago
  75. 842500e Fuse stylus and touch screen data. by Michael Wright · 11 years ago
  76. eb4ed3e Remove eng tag from input tests. by Michael Wright · 11 years ago
  77. 6d72063 Move frameworks/native to libc++. by Dan Albert · 11 years ago
  78. 97a3367 Clean up unused parameter warnings. by Narayan Kamath · 12 years ago
  79. dc5992e Plumb display power state through display manager. by Jeff Brown · 12 years ago
  80. 71b16e8 Support unique calibration per orientation by Jason Gerecke · 12 years ago
  81. 489fda8 Add test for InputReader location calibration by Jason Gerecke · 14 years ago
  82. 12d6baa Initialize mAffineTransform and update on modification by Jason Gerecke · 12 years ago
  83. f086ddb Add support for injecting events into ActivityContainers. by Jeff Brown · 12 years ago
  84. d02c5b6 Move inputservice over to frameworks/native by Michael Wright · 12 years ago