1. fbe5d9c Fix drag and drop (2/3) by chaviw · 7 years ago
  2. 80109da Merge "Fix/suppress google-explicit-constructor warnings" am: aad7e1ccc5 am: 9a55c7aba6 by Chih-hung Hsieh · 7 years ago
  3. f43b02c Fix/suppress google-explicit-constructor warnings by Chih-Hung Hsieh · 7 years ago
  4. bd0fbcd Keep instance of BinderInputWindow for the same token. by Garfield Tan · 7 years ago
  5. 35deca2 Merge "C++17 is the default now." am: d1842c4386 am: 5c567684ff am: 239debf1f3 by Elliott Hughes · 7 years ago
  6. 6bc628c C++17 is the default now. by Elliott Hughes · 7 years ago
  7. 2ccbd6e IInputFlinger: setInputWindows is one-way by Rob Carr · 7 years ago
  8. e07e103 SurfaceFlinger Input: Correct screen magnification. by Robert Carr · 7 years ago
  9. 5cb2578 SurfaceFlinger Input: Shrink frame by surfaceInsets. by Robert Carr · 7 years ago
  10. 740167f Rework InputApplicationInfo by Robert Carr · 7 years ago
  11. 5c8a026 Replace InputWindowInfo#inputChannel with an IBinder token. by Robert Carr · 7 years ago
  12. 1c4c559 Add some tests for native input. by Robert Carr · 7 years ago
  13. 1f7c0e4 Sanitize InputMessage before sending by Siarhei Vishniakou · 7 years ago
  14. 1cc7867 InputFlinger: Receive setInputWindows over IPC by Robert Carr · 7 years ago
  15. 803535b InputDispatcher: Track InputChannels by IBinder token. by Robert Carr · 7 years ago
  16. 7b0e911 Merge "Make InputWindowInfo as a part of InputWindowHandle (1/2)" by Arthur Hung · 7 years ago
  17. 8893de4 Do not use raw coordinates in VelocityTracker am: 4c3137a9d3 am: b46fc185a7 by Siarhei Vishniakou · 7 years ago
  18. b46fc18 Do not use raw coordinates in VelocityTracker am: 4c3137a9d3 by Siarhei Vishniakou · 7 years ago
  19. 4c3137a Do not use raw coordinates in VelocityTracker by Siarhei Vishniakou · 7 years ago
  20. 3b413f2 Make InputWindowInfo as a part of InputWindowHandle (1/2) by Arthur Hung · 7 years ago
  21. 0bd17d3 Do not use raw coordinates in VelocityTracker by Siarhei Vishniakou · 7 years ago
  22. b3ee068 Merge "Implement Parcelling functions for InputWindowInfo" by Rob Carr · 7 years ago
  23. ed7eb36 Merge "Native tests for VelocityTracker::getEstimate" am: c7691e696a am: 7f7cb35723 by Siarhei Vishniakou · 7 years ago
  24. 3720ed0 Implement Parcelling functions for InputWindowInfo by Robert Carr · 7 years ago
  25. f7e2d3e Native tests for VelocityTracker::getEstimate by Siarhei Vishniakou · 7 years ago
  26. 5c37921 Input tests no longer use test_per_src by Siarhei Vishniakou · 7 years ago
  27. 92cf5f6 Merge "Movement estimates for pointer location" am: 3803f0b564 am: 86cf7a6b7c by Siarhei Vishniakou · 7 years ago
  28. e96bc7a Movement estimates for pointer location by Siarhei Vishniakou · 7 years ago
  29. ec8f725 Prefer std::string over String8 by Siarhei Vishniakou · 7 years ago
  30. 5bed83b [input] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  31. a62a8dd Move displayid into InputEvent by Siarhei Vishniakou · 7 years ago
  32. b0d7481 Input tests no longer use test_per_src by Siarhei Vishniakou · 7 years ago
  33. 55d48df Use persist property for velocitytracker strategy by Siarhei Vishniakou · 7 years ago
  34. fe636d2 Merge "Move display id into MotionEvent" by TreeHugger Robot · 7 years ago
  35. e7d4775 Rename a constant in VelocityTracker by Siarhei Vishniakou · 7 years ago
  36. 777a10b Move display id into MotionEvent by Siarhei Vishniakou · 8 years ago
  37. 6de8f5e Rename a constant in VelocityTracker by Siarhei Vishniakou · 7 years ago
  38. 61da25a Move SPECIAL_FUNCTION from .kcm to .idc files by Siarhei Vishniakou · 7 years ago
  39. 56c9ae1 Fix resampling for multiple pointers by Siarhei Vishniakou · 8 years ago
  40. 2bc43ca Use raw coordinates in VelocityTracker by Siarhei Vishniakou · 8 years ago
  41. e63cbba Revert back to lsq2 velocity strategy by Siarhei Vishniakou · 8 years ago
  42. 7e78b9e Switch to impulse VelocityTracker strategy by Siarhei Vishniakou · 8 years ago
  43. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
  44. b0fffdd Improve InputTransport test coverage by Siarhei Vishniakou · 8 years ago
  45. 899c2aa Revert to lsq2 VelocityTracker strategy by Siarhei Vishniakou · 8 years ago
  46. 113254c Merge "Switch to ImpulseVelocityTracker fling strategy." by TreeHugger Robot · 8 years ago
  47. 635cb71 Fix broken input tests by Siarhei Vishniakou · 8 years ago
  48. 13e4bdc Switch to ImpulseVelocityTracker fling strategy. by Siarhei Vishniakou · 8 years ago
  49. 973df98 Merge "Use -Werror in frameworks/native/libs" am: b6dabc8819 am: a1ff1045a0 am: de5c8a55e5 by Chih-hung Hsieh · 8 years ago
  50. 1e6380e Merge "Use -Werror in frameworks/native/libs" am: b6dabc8819 am: a1ff1045a0 by Chih-hung Hsieh · 8 years ago
  51. a1ff104 Merge "Use -Werror in frameworks/native/libs" am: b6dabc8819 by Chih-hung Hsieh · 8 years ago
  52. 687a0d1 Use -Werror in frameworks/native/libs by Chih-Hung Hsieh · 8 years ago
  53. 219aec37 Merge "Different previous velocity calculation" by TreeHugger Robot · 8 years ago
  54. 5d83f60 Enforce print format warnings in input subsystem. by Siarhei Vishniakou · 8 years ago
  55. 97b5e18 Different previous velocity calculation by Siarhei Vishniakou · 8 years ago
  56. d4b607e Native test for VelocityTracker by Siarhei Vishniakou · 8 years ago
  57. f187bb8 Fix resampling logic for duplicate events. am: 086a02a25f by Siarhei Vishniakou · 8 years ago
  58. 086a02a Fix resampling logic for duplicate events. by Siarhei Vishniakou · 8 years ago
  59. 58854c2 Merge "Fix resampling logic for duplicate events." by TreeHugger Robot · 8 years ago
  60. 4cd4009 Switch back to lsq2 VelocityTracker strategy. by Siarhei Vishniakou · 8 years ago
  61. 3992ea1 Merge "use more correct case condition when consume input" am: 050861f957 am: d0198af634 am: ff99040d10 by gaoshang · 8 years ago
  62. 75571fe Merge "use more correct case condition when consume input" am: 050861f957 am: d0198af634 by gaoshang · 8 years ago
  63. d5338a5 Merge "New impulse-based VelocityTracker strategy." by TreeHugger Robot · 8 years ago
  64. 7c87052 Merge "use more correct case condition when consume input" am: 050861f957 am: d0198af634 by gaoshang · 8 years ago
  65. d0198af Merge "use more correct case condition when consume input" am: 050861f957 by gaoshang · 8 years ago
  66. e3e11a7 use more correct case condition when consume input by gaoshang · 8 years ago
  67. 0aeec07 Fix resampling logic for duplicate events. by Siarhei Vishniakou · 8 years ago
  68. 00a4ea9 New impulse-based VelocityTracker strategy. by Siarhei Vishniakou · 8 years ago
  69. 986678f Merge "Faster unweighted 2nd degree least squares algo." by Siarhei Vishniakou · 8 years ago
  70. 50010a8 Merge changes from topic '62033391' into oc-dr1-dev am: 97d1c4f234 by Tarandeep Singh · 8 years ago
  71. 13c058f Merge changes from topic '62033391' into oc-dr1-dev am: 97d1c4f234 by Tarandeep Singh · 8 years ago
  72. 5864150 Add displayId in InputDispatcher, InputTransport by Tarandeep Singh · 8 years ago
  73. ec2727e Convert String8 to std::string by Siarhei Vishniakou · 8 years ago
  74. 7b9d189 Fix SIGABRT caused by integer sanitizer. by Siarhei Vishniakou · 8 years ago
  75. 489d38e Faster unweighted 2nd degree least squares algo. by Siarhei Vishniakou · 8 years ago
  76. c1f060e Merge "Fix a anr bug caused by sendFinishedSignal logical error" am: 77bee3b429 am: 9d5bddcded by gaoshang · 8 years ago
  77. 9090d4f Fix a anr bug caused by sendFinishedSignal logical error by gaoshang · 8 years ago
  78. 9e94788 InputDevice warning fixes and make warnigs into Error by Frank Barchard · 8 years ago
  79. 7ead73e Treblize input device config file location by Jaekyun Seok · 8 years ago
  80. de98297 Disable integer sanitization on host. by Evgenii Stepanov · 9 years ago
  81. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  82. a5e161b Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 9 years ago
  83. e390826 Rely on the platform -std default. by Elliott Hughes · 9 years ago
  84. c7dd2b9 Convert libui to Android.bp by Dan Willemsen · 9 years ago
  85. 2a001e8 resolve merge conflicts of 0783d5f to stage-aosp-master by Dan Willemsen · 9 years ago
  86. 59e086f Start converting Android.mk to Android.bp by Dan Willemsen · 9 years ago
  87. ce244b8 Merge "Fix misc-macro-parentheses warnings in test macros." am: 23d433c576 by Chih-hung Hsieh · 9 years ago
  88. 4a186d4 Fix misc-macro-parentheses warnings in test macros. by Chih-Hung Hsieh · 9 years ago
  89. 68a593e resolve merge conflicts of 168dc86 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 9 years ago
  90. e2347b7 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  91. d57d9b9 Revert "Revert "Fix warnings in servicemanager and KeyCharacterMap"" by Ian Pedowitz · 9 years ago
  92. b480269 Revert "Fix warnings in servicemanager and KeyCharacterMap" by Ian Pedowitz · 9 years ago
  93. d3b4c05 Fix warnings in servicemanager and KeyCharacterMap by Aurimas Liutikas · 9 years ago
  94. 4c971c0 Limit the number of keys read by KeyCharacterMaps. by Michael Wright · 10 years ago
  95. 0ee1b1f am 5bba4236: am 76fc5f18: am 16b0ae10: Merge "add number constraint for samples per MotionEvent" into mnc-dr-dev by Adam Lesinski · 10 years ago
  96. 16b0ae1 Merge "add number constraint for samples per MotionEvent" into mnc-dr-dev by Adam Lesinski · 10 years ago
  97. 552a8a5 add number constraint for samples per MotionEvent by Flanker · 10 years ago
  98. 3b92116 resolved conflicts for b9163905 to mnc-dr-dev-plus-aosp by Dmitry Torokhov · 10 years ago
  99. 2f3c3eb Merge "Allow defining replacement key events in keymap" into mnc-dr-dev by Puneet Kumar · 10 years ago
  100. d120254 am c9b39239: am 6c51a07d: am de18f6c3: InputResampling: Don\'t extrapolate for very low frame rates. by Andrew de los Reyes · 10 years ago