1. 3826d47 Use uint32_t for input source by Siarhei Vishniakou · 4 years, 9 months ago
  2. 9c858ac Add hmac to InputEvent and scale to MotionEvent by Siarhei Vishniakou · 4 years, 9 months ago
  3. 718f960 ui: Deduplicate rotation types by Dominik Laskowski · 5 years ago
  4. cb92321 Remove layer from window handle since it's no longer used by chaviw · 4 years, 10 months ago
  5. af87b3e Added input support for cloned layers by chaviw · 5 years ago
  6. 72a2190 Merge "Default TV remote keys to no-wake" by TreeHugger Robot · 4 years, 10 months ago
  7. d041c5d Default TV remote keys to no-wake by Powei Feng · 5 years ago
  8. 26bf73b Merge "Removing support for menu key from status bar" by TreeHugger Robot · 4 years, 11 months ago
  9. 7feb2ea Add FocusEvent and InputMessage::Type::FOCUS by Siarhei Vishniakou · 5 years ago
  10. 10fe676 Add static asserts for InputMessage sizes by Siarhei Vishniakou · 5 years ago
  11. 727a44e Use queue and unique_ptr for pooled events by Siarhei Vishniakou · 5 years ago
  12. c0d3c4b Removing support for menu key from status bar by Sunny Goyal · 5 years ago
  13. 26d3cfb Remove InputChannel::setToken by Siarhei Vishniakou · 5 years ago
  14. 5240277 Use enum class for InputMessage type by Siarhei Vishniakou · 5 years ago
  15. 03af16f Merge "Revert "Fix drag and drop (2/3)"" by TreeHugger Robot · 5 years ago
  16. edb7ba1 Merge "Do not report latency for injected events" by TreeHugger Robot · 5 years ago
  17. de4bf15 Do not report latency for injected events by Siarhei Vishniakou · 5 years ago
  18. 6cbb975 Revert "Fix drag and drop (2/3)" by Arthur Hung · 5 years ago
  19. 3578917 Add SCROLL, RELATIVE_X and RELATIVE_Y axes labels. by Garfield Tan · 5 years ago
  20. 2ccbe3a InputTransport: store fd in a unique_fd. by Josh Gao · 5 years ago
  21. 4f17282 Merge changes Iee0f9a21,I22a39cd5 by TreeHugger Robot · 5 years ago
  22. 3d3fa52 Move LatencyStatistics collection from InputReader to InputTransport by Atif Niyaz · 5 years ago
  23. 8384682 Seperate LatencyStatistics from InputReader by Atif Niyaz · 5 years ago
  24. 937bb83 Add setCursorPosition. by Garfield Tan · 5 years ago
  25. ab0ab9c Address comments from a previous change. by Garfield Tan · 5 years ago
  26. 00f511d Dispatch mouse events to window under the cursor. by Garfield Tan · 5 years ago
  27. 38b1f27 Merge "Make InputApplicationInfo as a part of InputApplicationHandle (1/2)" by TreeHugger Robot · 6 years ago
  28. 7a0c39a Make InputApplicationInfo as a part of InputApplicationHandle (1/2) by Arthur Hung · 6 years ago
  29. 7c3ae9c Use std::vector over Vector for InputFlinger (1/3) by Arthur Hung · 6 years ago
  30. 6fabeec Input: Override touchable region bounds with surface bounds 2/2 by Vishnu Nair · 6 years ago
  31. 7e32c88 Merge "Replace non-alphanumerics with _ in VirtualKeyMap" by TreeHugger Robot · 6 years ago
  32. b45635c Replace non-alphanumerics with _ in VirtualKeyMap by Siarhei Vishniakou · 6 years ago
  33. b645f7e Merge "Refactor VirtualKeyMap" by TreeHugger Robot · 6 years ago
  34. 3209997 Merge "Add synchronous transaction to wait for setInputWindow to complete (3/n)" by Chavi Weingarten · 6 years ago
  35. 3e78dec Refactor VirtualKeyMap by Siarhei Vishniakou · 6 years ago
  36. 1bc1aca Merge "Remove unused defines from Keyboard.h" by TreeHugger Robot · 6 years ago
  37. 291d88a Add synchronous transaction to wait for setInputWindow to complete (3/n) by chaviw · 6 years ago
  38. 46de920 Remove unused defines from Keyboard.h by Siarhei Vishniakou · 6 years ago
  39. 8154bbd Rotate TouchVideoFrames by Siarhei Vishniakou · 6 years ago
  40. fda3aee Swap width and height in TouchVideoFrame by Siarhei Vishniakou · 6 years ago
  41. 26cf29d Move implementation to TouchVideoFrame.cpp by Siarhei Vishniakou · 6 years ago
  42. cae4b3a Remove EventHub header from include dir by Prabir Pradhan · 6 years ago
  43. 3dc4f59 Merge "Introduce new portal window which transports touch to another display" by Tiger Huang · 6 years ago
  44. 85b8c5e Introduce new portal window which transports touch to another display by Tiger Huang · 6 years ago
  45. 473174e Add a new InputClassifier stage by Siarhei Vishniakou · 7 years ago
  46. 16a2e30 Propagate MotionClassification to InputDispatcher by Siarhei Vishniakou · 6 years ago
  47. 49e5922 Add classification to MotionEvent by Siarhei Vishniakou · 6 years ago
  48. fbe5d9c Fix drag and drop (2/3) by chaviw · 6 years ago
  49. 80109da Merge "Fix/suppress google-explicit-constructor warnings" am: aad7e1ccc5 am: 9a55c7aba6 by Chih-hung Hsieh · 6 years ago
  50. f43b02c Fix/suppress google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  51. 7b7c8f6 Add vector of TouchVideoFrame to NotifyMotionArgs by Siarhei Vishniakou · 6 years ago
  52. bd0fbcd Keep instance of BinderInputWindow for the same token. by Garfield Tan · 6 years ago
  53. daedc2a Merge "Add thumbs up / thumbs down / profile keycodes to native includes" by TreeHugger Robot · 6 years ago
  54. 8158e7e Add physical port to display viewport by Siarhei Vishniakou · 6 years ago
  55. 1ade5e4 Add thumbs up / thumbs down / profile keycodes to native includes by Oleg Kibirev · 6 years ago
  56. e07e103 SurfaceFlinger Input: Correct screen magnification. by Robert Carr · 6 years ago
  57. 5cb2578 SurfaceFlinger Input: Shrink frame by surfaceInsets. by Robert Carr · 6 years ago
  58. 740167f Rework InputApplicationInfo by Robert Carr · 6 years ago
  59. 5c8a026 Replace InputWindowInfo#inputChannel with an IBinder token. by Robert Carr · 6 years ago
  60. 1c4c559 Add some tests for native input. by Robert Carr · 6 years ago
  61. 1f7c0e4 Sanitize InputMessage before sending by Siarhei Vishniakou · 6 years ago
  62. 141a986 Add flag AMOTION_EVENT_FLAG_IS_GENERATED_GESTURE to Input.h by Prabir Pradhan · 6 years ago
  63. 1cc7867 InputFlinger: Receive setInputWindows over IPC by Robert Carr · 6 years ago
  64. 803535b InputDispatcher: Track InputChannels by IBinder token. by Robert Carr · 6 years ago
  65. 2c358bf Add setInputWindowInfo to SurfaceComposerClient::Transaction by Robert Carr · 6 years ago
  66. 3b413f2 Make InputWindowInfo as a part of InputWindowHandle (1/2) by Arthur Hung · 6 years ago
  67. b3ee068 Merge "Implement Parcelling functions for InputWindowInfo" by Rob Carr · 6 years ago
  68. 3720ed0 Implement Parcelling functions for InputWindowInfo by Robert Carr · 6 years ago
  69. d634392 Add type to DisplayViewport by Siarhei Vishniakou · 6 years ago
  70. ec8f725 Prefer std::string over String8 by Siarhei Vishniakou · 6 years ago
  71. 5bed83b [input] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  72. a62a8dd Move displayid into InputEvent by Siarhei Vishniakou · 6 years ago
  73. 777a10b Move display id into MotionEvent by Siarhei Vishniakou · 7 years ago
  74. 61da25a Move SPECIAL_FUNCTION from .kcm to .idc files by Siarhei Vishniakou · 7 years ago
  75. 56c9ae1 Fix resampling for multiple pointers by Siarhei Vishniakou · 7 years ago
  76. 346dbe1 Add new refresh key constant. by Yuichiro Hanada · 7 years ago
  77. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 7 years ago
  78. 635cb71 Fix broken input tests by Siarhei Vishniakou · 7 years ago
  79. a719064 Merge "Add a new keycode for TV (ALL_APPS)" into oc-dev am: 6afce442ea am: 047fcbf671 am: a7b4e64dfa by Sujith Ramakrishnan · 7 years ago
  80. 19742a9 Merge "Add a new keycode for TV (ALL_APPS)" into oc-dev am: 6afce442ea am: 047fcbf671 by Sujith Ramakrishnan · 7 years ago
  81. 047fcbf Merge "Add a new keycode for TV (ALL_APPS)" into oc-dev am: 6afce442ea by Sujith Ramakrishnan · 7 years ago
  82. 7342391 Add a new keycode for TV (ALL_APPS) by Sujith Ramakrishnan · 7 years ago
  83. c7bad6e Ensure history has pointer id of interest. am: c7dc3784a3 am: 2d46ae7854 by Siarhei Vishniakou · 7 years ago
  84. c7dc378 Ensure history has pointer id of interest. by Siarhei Vishniakou · 7 years ago
  85. 086a02a Fix resampling logic for duplicate events. by Siarhei Vishniakou · 7 years ago
  86. 0aeec07 Fix resampling logic for duplicate events. by Siarhei Vishniakou · 7 years ago
  87. 00a4ea9 New impulse-based VelocityTracker strategy. by Siarhei Vishniakou · 7 years ago
  88. 5864150 Add displayId in InputDispatcher, InputTransport by Tarandeep Singh · 7 years ago
  89. 06936fe Add uniqueId to Virtual Display and pass through to inputflinger (2/2) by Santos Cordon · 8 years ago
  90. fa5cf46 Add uniqueId to Virtual Display and pass through to inputflinger (2/2) by Santos Cordon · 8 years ago
  91. fef00db Merge "Fix libinput warnings" am: a4767442e3 am: a149886878 am: 35d869c15e by Colin Cross · 8 years ago
  92. 1eadf8d Fix libinput warnings by Colin Cross · 8 years ago
  93. b0300ea Fix trailing semicolon warnings am: 17576de056 am: 170ae8a510 am: df1b5a19fd by Colin Cross · 8 years ago
  94. 17576de Fix trailing semicolon warnings by Colin Cross · 8 years ago
  95. e7a57d1 Enable fingerprint sensor navigation to invoke QuickSettings by Jim Miller · 8 years ago
  96. c1b5082 Add fingerprint sensor navigation keys. by Jim Miller · 8 years ago
  97. 455f288 Merge "Add new MotionEvent flag for partially obscured windows." into mnc-dev am: 58dc18a am: ab4b3c3 am: 2352674 by Michael Wright · 9 years ago
  98. 2352674 Merge "Add new MotionEvent flag for partially obscured windows." into mnc-dev am: 58dc18a by Michael Wright · 9 years ago
  99. ab4b3c3 Merge "Add new MotionEvent flag for partially obscured windows." into mnc-dev by Michael Wright · 9 years ago
  100. cdcd8f2 Add new MotionEvent flag for partially obscured windows. by Michael Wright · 9 years ago