1. 0957669 Plumb through display orientation separate from transform by Evan Rosky · 4 years, 6 months ago
  2. 3277faf Renamed and moved InputWindow and related files by chaviw · 4 years, 8 months ago
  3. b8e9586 Merge "Add error logging when channel receives an invalid message" into sc-dev by Siarhei Vishniakou · 4 years, 8 months ago
  4. dbdb673 Add error logging when channel receives an invalid message by Siarhei Vishniakou · 4 years, 9 months ago
  5. 84f07f0 Add enough information to compatibility-transform getRaw() by Evan Rosky · 4 years, 9 months ago
  6. 09b02ac Print string version of status when errors occur by Siarhei Vishniakou · 4 years, 9 months ago
  7. f94ae02 Pass latency information from app to input by Siarhei Vishniakou · 5 years ago
  8. eedd0fc Use Result<InputPublisher::Finished> instead of callback -- try 2 by Siarhei Vishniakou · 4 years, 10 months ago
  9. 7cce0ad Revert "Use Result<InputPublisher::Finished> instead of callback" by Yohei Yukawa · 4 years, 10 months ago
  10. 4c92c5f Use Result<InputPublisher::Finished> instead of callback by Siarhei Vishniakou · 4 years, 10 months ago
  11. 7632c33 Move drag event to InputDispatcher (1/n) by arthurhung · 5 years ago
  12. 38b7f7f Use bool directly in InputMessage by Siarhei Vishniakou · 4 years, 10 months ago
  13. 7766c03 Use NamedEnum for printing Entry type by Siarhei Vishniakou · 4 years, 10 months ago
  14. 3531ae7 Send consumeTime from the app to InputDispatcher by Siarhei Vishniakou · 5 years ago
  15. 3f37b7b SyncPointerCapture (3/n): Add Capture event to InputChannel by Prabir Pradhan · 5 years ago
  16. 1560166 Second reland "Let InputFlinger create the server InputChannel" by Garfield Tan · 5 years ago
  17. 400128f Revert "Reland "Let InputFlinger create the server InputChannel"" by Garfield Tan · 5 years ago
  18. 62b523e Reland "Let InputFlinger create the server InputChannel" by Garfield Tan · 5 years ago
  19. 015cb70 Revert "Let InputFlinger create the server InputChannel" by Roshan Pius · 5 years ago
  20. 6e9f864 Let InputFlinger create the server InputChannel by Garfield Tan · 5 years ago
  21. 85b4420 Add prefix to transform dump to align the data better by chaviw · 5 years ago
  22. 9eaa22c Updated MotionEvent to use Transform by chaviw · 6 years ago
  23. d258827 Use unique_ptr when creating InputChannel by Siarhei Vishniakou · 5 years ago
  24. ce5ab08 Use std::shared_ptr for InputChannel by Siarhei Vishniakou · 5 years ago
  25. a64c159 Move seq to header by Siarhei Vishniakou · 6 years ago
  26. 0783e99 AIDL-ize InputManager IInputFlinger interface. by Chris Ye · 6 years ago
  27. c6ae4bb Optimization: Restrict signing to ACTION_UP and ACTION_DOWN while doing a motion gesture such as scrolling apps by Edgar Arriaga · 6 years ago
  28. c7812be Pass source to dispatchBatchedInputEventPending (2/2) by Arthur Hung · 6 years ago
  29. 1c7bc86 Let InputFlinger generate event IDs. by Garfield Tan · 6 years ago
  30. fbe732e Add ID to native events. by Garfield Tan · 6 years ago
  31. 9c858ac Add hmac to InputEvent and scale to MotionEvent by Siarhei Vishniakou · 6 years ago
  32. 81e2bb9 Consume batches in dispatcher tests by chaviw · 6 years ago
  33. 7feb2ea Add FocusEvent and InputMessage::Type::FOCUS by Siarhei Vishniakou · 6 years ago
  34. 10fe676 Add static asserts for InputMessage sizes by Siarhei Vishniakou · 6 years ago
  35. 3b37f9a Add toString and remove default case by Siarhei Vishniakou · 6 years ago
  36. 26d3cfb Remove InputChannel::setToken by Siarhei Vishniakou · 6 years ago
  37. 5240277 Use enum class for InputMessage type by Siarhei Vishniakou · 6 years ago
  38. de4bf15 Do not report latency for injected events by Siarhei Vishniakou · 6 years ago
  39. 3d8df0e Crash if too many open files by Siarhei Vishniakou · 6 years ago
  40. 2ccbe3a InputTransport: store fd in a unique_fd. by Josh Gao · 6 years ago
  41. 3d3fa52 Move LatencyStatistics collection from InputReader to InputTransport by Atif Niyaz · 6 years ago
  42. 00f511d Dispatch mouse events to window under the cursor. by Garfield Tan · 7 years ago
  43. 128eab1 Clear events when ACTION_CANCEL is present by Siarhei Vishniakou · 7 years ago
  44. 3dd60e2 Add concept of gesture input monitors. by Michael Wright · 7 years ago
  45. b5433e9 Rename resampling property by Siarhei Vishniakou · 7 years ago
  46. 16a2e30 Propagate MotionClassification to InputDispatcher by Siarhei Vishniakou · 7 years ago
  47. 49e5922 Add classification to MotionEvent by Siarhei Vishniakou · 7 years ago
  48. 1f7c0e4 Sanitize InputMessage before sending by Siarhei Vishniakou · 7 years ago
  49. 803535b InputDispatcher: Track InputChannels by IBinder token. by Robert Carr · 7 years ago
  50. 3720ed0 Implement Parcelling functions for InputWindowInfo by Robert Carr · 7 years ago
  51. 5bed83b [input] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  52. a62a8dd Move displayid into InputEvent by Siarhei Vishniakou · 8 years ago
  53. 777a10b Move display id into MotionEvent by Siarhei Vishniakou · 8 years ago
  54. 56c9ae1 Fix resampling for multiple pointers by Siarhei Vishniakou · 8 years ago
  55. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
  56. 5d83f60 Enforce print format warnings in input subsystem. by Siarhei Vishniakou · 8 years ago
  57. 58854c2 Merge "Fix resampling logic for duplicate events." by TreeHugger Robot · 8 years ago
  58. 7c87052 Merge "use more correct case condition when consume input" am: 050861f957 am: d0198af634 by gaoshang · 8 years ago
  59. e3e11a7 use more correct case condition when consume input by gaoshang · 8 years ago
  60. 0aeec07 Fix resampling logic for duplicate events. by Siarhei Vishniakou · 9 years ago
  61. 5864150 Add displayId in InputDispatcher, InputTransport by Tarandeep Singh · 8 years ago
  62. 9090d4f Fix a anr bug caused by sendFinishedSignal logical error by gaoshang · 9 years ago
  63. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  64. a5e161b Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  65. d120254 am c9b39239: am 6c51a07d: am de18f6c3: InputResampling: Don\'t extrapolate for very low frame rates. by Andrew de los Reyes · 10 years ago
  66. de18f6c InputResampling: Don't extrapolate for very low frame rates. by Andrew de los Reyes · 10 years ago
  67. 0ba3db9 am bffbd09f: Merge "Eliminate multiple benign overflow conditions." by Dan Austin · 10 years ago
  68. 1faef80 Eliminate multiple benign overflow conditions. by Dan Austin · 10 years ago
  69. 7b159c9 Revert "Revert "Add new MotionEvent actions for button press and release."" by Michael Wright · 11 years ago
  70. 70b41ef Revert "Add new MotionEvent actions for button press and release." by Michael Wright · 11 years ago
  71. 48a8a0e Add new MotionEvent actions for button press and release. by Michael Wright · 11 years ago
  72. 63ff3a8 Fixup more potential issues / warnings in string formats by Michael Wright · 12 years ago
  73. d0a4a62 Fix warning in logging string interpolation by Michael Wright · 12 years ago
  74. bc6001b Change InputMessage.motion.pointerSize to a uint32_t. by Narayan Kamath · 12 years ago
  75. 872db4f Move key attribute information out of native. by Michael Wright · 12 years ago
  76. 3223217 Only consume touches up until the frame time by Michael Wright · 12 years ago
  77. ad526f8 Eliminate latency when resampling is disabled by Michael Wright · 12 years ago
  78. 5912f95 Move input library code from frameworks/base. by Jeff Brown · 13 years ago