1. e96bc7a Movement estimates for pointer location by Siarhei Vishniakou · 6 years ago
  2. e7d4775 Rename a constant in VelocityTracker by Siarhei Vishniakou · 7 years ago
  3. 61da25a Move SPECIAL_FUNCTION from .kcm to .idc files by Siarhei Vishniakou · 7 years ago
  4. 56c9ae1 Fix resampling for multiple pointers by Siarhei Vishniakou · 7 years ago
  5. 2bc43ca Use raw coordinates in VelocityTracker by Siarhei Vishniakou · 7 years ago
  6. e63cbba Revert back to lsq2 velocity strategy by Siarhei Vishniakou · 7 years ago
  7. 7e78b9e Switch to impulse VelocityTracker strategy by Siarhei Vishniakou · 7 years ago
  8. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 7 years ago
  9. b0fffdd Improve InputTransport test coverage by Siarhei Vishniakou · 7 years ago
  10. 899c2aa Revert to lsq2 VelocityTracker strategy by Siarhei Vishniakou · 7 years ago
  11. 113254c Merge "Switch to ImpulseVelocityTracker fling strategy." by TreeHugger Robot · 7 years ago
  12. 635cb71 Fix broken input tests by Siarhei Vishniakou · 7 years ago
  13. 13e4bdc Switch to ImpulseVelocityTracker fling strategy. by Siarhei Vishniakou · 7 years ago
  14. 973df98 Merge "Use -Werror in frameworks/native/libs" am: b6dabc8819 am: a1ff1045a0 am: de5c8a55e5 by Chih-hung Hsieh · 7 years ago
  15. 1e6380e Merge "Use -Werror in frameworks/native/libs" am: b6dabc8819 am: a1ff1045a0 by Chih-hung Hsieh · 7 years ago
  16. a1ff104 Merge "Use -Werror in frameworks/native/libs" am: b6dabc8819 by Chih-hung Hsieh · 7 years ago
  17. 687a0d1 Use -Werror in frameworks/native/libs by Chih-Hung Hsieh · 7 years ago
  18. 219aec37 Merge "Different previous velocity calculation" by TreeHugger Robot · 7 years ago
  19. 5d83f60 Enforce print format warnings in input subsystem. by Siarhei Vishniakou · 7 years ago
  20. 97b5e18 Different previous velocity calculation by Siarhei Vishniakou · 7 years ago
  21. d4b607e Native test for VelocityTracker by Siarhei Vishniakou · 8 years ago
  22. f187bb8 Fix resampling logic for duplicate events. am: 086a02a25f by Siarhei Vishniakou · 7 years ago
  23. 086a02a Fix resampling logic for duplicate events. by Siarhei Vishniakou · 8 years ago
  24. 58854c2 Merge "Fix resampling logic for duplicate events." by TreeHugger Robot · 7 years ago
  25. 4cd4009 Switch back to lsq2 VelocityTracker strategy. by Siarhei Vishniakou · 7 years ago
  26. 3992ea1 Merge "use more correct case condition when consume input" am: 050861f957 am: d0198af634 am: ff99040d10 by gaoshang · 7 years ago
  27. 75571fe Merge "use more correct case condition when consume input" am: 050861f957 am: d0198af634 by gaoshang · 7 years ago
  28. d5338a5 Merge "New impulse-based VelocityTracker strategy." by TreeHugger Robot · 7 years ago
  29. 7c87052 Merge "use more correct case condition when consume input" am: 050861f957 am: d0198af634 by gaoshang · 7 years ago
  30. d0198af Merge "use more correct case condition when consume input" am: 050861f957 by gaoshang · 7 years ago
  31. e3e11a7 use more correct case condition when consume input by gaoshang · 7 years ago
  32. 0aeec07 Fix resampling logic for duplicate events. by Siarhei Vishniakou · 8 years ago
  33. 00a4ea9 New impulse-based VelocityTracker strategy. by Siarhei Vishniakou · 8 years ago
  34. 986678f Merge "Faster unweighted 2nd degree least squares algo." by Siarhei Vishniakou · 7 years ago
  35. 50010a8 Merge changes from topic '62033391' into oc-dr1-dev am: 97d1c4f234 by Tarandeep Singh · 7 years ago
  36. 13c058f Merge changes from topic '62033391' into oc-dr1-dev am: 97d1c4f234 by Tarandeep Singh · 7 years ago
  37. 5864150 Add displayId in InputDispatcher, InputTransport by Tarandeep Singh · 7 years ago
  38. ec2727e Convert String8 to std::string by Siarhei Vishniakou · 8 years ago
  39. 7b9d189 Fix SIGABRT caused by integer sanitizer. by Siarhei Vishniakou · 8 years ago
  40. 489d38e Faster unweighted 2nd degree least squares algo. by Siarhei Vishniakou · 8 years ago
  41. c1f060e Merge "Fix a anr bug caused by sendFinishedSignal logical error" am: 77bee3b429 am: 9d5bddcded by gaoshang · 8 years ago
  42. 9090d4f Fix a anr bug caused by sendFinishedSignal logical error by gaoshang · 8 years ago
  43. 9e94788 InputDevice warning fixes and make warnigs into Error by Frank Barchard · 8 years ago
  44. 7ead73e Treblize input device config file location by Jaekyun Seok · 8 years ago
  45. de98297 Disable integer sanitization on host. by Evgenii Stepanov · 8 years ago
  46. 7823e12 Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 8 years ago
  47. a5e161b Replace cutils/log.h and rationalize log/log.h and android/log.h by Mark Salyzyn · 8 years ago
  48. e390826 Rely on the platform -std default. by Elliott Hughes · 8 years ago
  49. c7dd2b9 Convert libui to Android.bp by Dan Willemsen · 8 years ago
  50. 2a001e8 resolve merge conflicts of 0783d5f to stage-aosp-master by Dan Willemsen · 8 years ago
  51. 59e086f Start converting Android.mk to Android.bp by Dan Willemsen · 9 years ago
  52. ce244b8 Merge "Fix misc-macro-parentheses warnings in test macros." am: 23d433c576 by Chih-hung Hsieh · 9 years ago
  53. 4a186d4 Fix misc-macro-parentheses warnings in test macros. by Chih-Hung Hsieh · 9 years ago
  54. 68a593e resolve merge conflicts of 168dc86 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 9 years ago
  55. e2347b7 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  56. d57d9b9 Revert "Revert "Fix warnings in servicemanager and KeyCharacterMap"" by Ian Pedowitz · 9 years ago
  57. b480269 Revert "Fix warnings in servicemanager and KeyCharacterMap" by Ian Pedowitz · 9 years ago
  58. d3b4c05 Fix warnings in servicemanager and KeyCharacterMap by Aurimas Liutikas · 9 years ago
  59. 4c971c0 Limit the number of keys read by KeyCharacterMaps. by Michael Wright · 9 years ago
  60. 0ee1b1f am 5bba4236: am 76fc5f18: am 16b0ae10: Merge "add number constraint for samples per MotionEvent" into mnc-dr-dev by Adam Lesinski · 9 years ago
  61. 16b0ae1 Merge "add number constraint for samples per MotionEvent" into mnc-dr-dev by Adam Lesinski · 9 years ago
  62. 552a8a5 add number constraint for samples per MotionEvent by Flanker · 9 years ago
  63. 3b92116 resolved conflicts for b9163905 to mnc-dr-dev-plus-aosp by Dmitry Torokhov · 9 years ago
  64. 2f3c3eb Merge "Allow defining replacement key events in keymap" into mnc-dr-dev by Puneet Kumar · 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 · 9 years ago
  66. de18f6c InputResampling: Don't extrapolate for very low frame rates. by Andrew de los Reyes · 9 years ago
  67. 115f93e Allow defining replacement key events in keymap by Dmitry Torokhov · 9 years ago
  68. 476398a am 0830bb16: Merge "Enable integer overflow sanitization in libinput." by Dan Austin · 9 years ago
  69. 0ba3db9 am bffbd09f: Merge "Eliminate multiple benign overflow conditions." by Dan Austin · 9 years ago
  70. 29b3555 Enable integer overflow sanitization in libinput. by Dan Austin · 9 years ago
  71. bffbd09 Merge "Eliminate multiple benign overflow conditions." by Dan Austin · 9 years ago
  72. c6a6c6d am ad2a1592: Merge "Enable multiple benign overflow conditions." by Dan Austin · 9 years ago
  73. fc6a2bf am 146f31b6: Merge "Eliminate benign overflow condition triggered upon loop termination in Input.cpp" by Dan Austin · 9 years ago
  74. ad2a159 Merge "Enable multiple benign overflow conditions." by Dan Austin · 9 years ago
  75. 1faef80 Eliminate multiple benign overflow conditions. by Dan Austin · 9 years ago
  76. 389ddba Enable multiple benign overflow conditions. by Dan Austin · 9 years ago
  77. c94fc45 Eliminate benign overflow condition triggered upon loop termination in Input.cpp by Dan Austin · 9 years ago
  78. c6ada3b am 6a846dd5: am 5f5a0e0f: Merge "Lose HAVE_ANDROID_OS from frameworks/native." by Elliott Hughes · 9 years ago
  79. 6071da7 Lose HAVE_ANDROID_OS from frameworks/native. by Elliott Hughes · 9 years ago
  80. b03f103 Fix input tests to work with new MotionEvent member by Michael Wright · 10 years ago
  81. 7b159c9 Revert "Revert "Add new MotionEvent actions for button press and release."" by Michael Wright · 10 years ago
  82. 70b41ef Revert "Add new MotionEvent actions for button press and release." by Michael Wright · 10 years ago
  83. 48a8a0e Add new MotionEvent actions for button press and release. by Michael Wright · 10 years ago
  84. 063ff53 Pass through availability of audio mic for input devices. by Tim Kilbourn · 10 years ago
  85. 94ba882 am 4355c0c9: am e1e3d278: Merge "Clean cruft out of makefiles." by Dan Albert · 10 years ago
  86. 4355c0c am e1e3d278: Merge "Clean cruft out of makefiles." by Dan Albert · 10 years ago
  87. b79dfe6 Clean cruft out of makefiles. by Dan Albert · 10 years ago
  88. 62fbb16 Shelve InputFlinger for another release. DO NOT MERGE by Michael Wright · 10 years ago
  89. 63ff3a8 Fixup more potential issues / warnings in string formats by Michael Wright · 11 years ago
  90. d0a4a62 Fix warning in logging string interpolation by Michael Wright · 11 years ago
  91. db1972b am 26063a91: am f1dd859b: Merge "x86_64: Align uint64_t/int64_t structure member to 8 bytes" by Narayan Kamath · 11 years ago
  92. 26063a9 am f1dd859b: Merge "x86_64: Align uint64_t/int64_t structure member to 8 bytes" by Narayan Kamath · 11 years ago
  93. 83e0e42 x86_64: Align uint64_t/int64_t structure member to 8 bytes by Fengwei Yin · 11 years ago
  94. f8c66b4 am cfba3bf1: am c9fcaf37: Merge "Change InputMessage.motion.pointerSize to a uint32_t." by Narayan Kamath · 11 years ago
  95. ed5fd38 Change InputMessage.motion.pointerSize to a uint32_t. by Narayan Kamath · 11 years ago
  96. b8290c2 Fix InputEvent_test. by Narayan Kamath · 11 years ago
  97. bc6001b Change InputMessage.motion.pointerSize to a uint32_t. by Narayan Kamath · 11 years ago
  98. 872db4f Move key attribute information out of native. by Michael Wright · 11 years ago
  99. d0bd391 Generate ACTION_CANCEL on joystick disconnect. DO NOT MERGE by Michael Wright · 11 years ago
  100. 38dcdff Generate ACTION_CANCEL on joystick disconnect. by Michael Wright · 11 years ago