1. e390826 Rely on the platform -std default. by Elliott Hughes · 8 years ago
  2. c7dd2b9 Convert libui to Android.bp by Dan Willemsen · 8 years ago
  3. 2a001e8 resolve merge conflicts of 0783d5f to stage-aosp-master by Dan Willemsen · 8 years ago
  4. 59e086f Start converting Android.mk to Android.bp by Dan Willemsen · 8 years ago
  5. ce244b8 Merge "Fix misc-macro-parentheses warnings in test macros." am: 23d433c576 by Chih-hung Hsieh · 8 years ago
  6. 4a186d4 Fix misc-macro-parentheses warnings in test macros. by Chih-Hung Hsieh · 8 years ago
  7. 68a593e resolve merge conflicts of 168dc86 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 8 years ago
  8. e2347b7 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  9. d57d9b9 Revert "Revert "Fix warnings in servicemanager and KeyCharacterMap"" by Ian Pedowitz · 9 years ago
  10. b480269 Revert "Fix warnings in servicemanager and KeyCharacterMap" by Ian Pedowitz · 9 years ago
  11. d3b4c05 Fix warnings in servicemanager and KeyCharacterMap by Aurimas Liutikas · 9 years ago
  12. 4c971c0 Limit the number of keys read by KeyCharacterMaps. by Michael Wright · 9 years ago
  13. 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
  14. 16b0ae1 Merge "add number constraint for samples per MotionEvent" into mnc-dr-dev by Adam Lesinski · 9 years ago
  15. 552a8a5 add number constraint for samples per MotionEvent by Flanker · 9 years ago
  16. 3b92116 resolved conflicts for b9163905 to mnc-dr-dev-plus-aosp by Dmitry Torokhov · 9 years ago
  17. 2f3c3eb Merge "Allow defining replacement key events in keymap" into mnc-dr-dev by Puneet Kumar · 9 years ago
  18. d120254 am c9b39239: am 6c51a07d: am de18f6c3: InputResampling: Don\'t extrapolate for very low frame rates. by Andrew de los Reyes · 9 years ago
  19. de18f6c InputResampling: Don't extrapolate for very low frame rates. by Andrew de los Reyes · 9 years ago
  20. 115f93e Allow defining replacement key events in keymap by Dmitry Torokhov · 9 years ago
  21. 476398a am 0830bb16: Merge "Enable integer overflow sanitization in libinput." by Dan Austin · 9 years ago
  22. 0ba3db9 am bffbd09f: Merge "Eliminate multiple benign overflow conditions." by Dan Austin · 9 years ago
  23. 29b3555 Enable integer overflow sanitization in libinput. by Dan Austin · 9 years ago
  24. bffbd09 Merge "Eliminate multiple benign overflow conditions." by Dan Austin · 9 years ago
  25. c6a6c6d am ad2a1592: Merge "Enable multiple benign overflow conditions." by Dan Austin · 9 years ago
  26. fc6a2bf am 146f31b6: Merge "Eliminate benign overflow condition triggered upon loop termination in Input.cpp" by Dan Austin · 9 years ago
  27. ad2a159 Merge "Enable multiple benign overflow conditions." by Dan Austin · 9 years ago
  28. 1faef80 Eliminate multiple benign overflow conditions. by Dan Austin · 9 years ago
  29. 389ddba Enable multiple benign overflow conditions. by Dan Austin · 9 years ago
  30. c94fc45 Eliminate benign overflow condition triggered upon loop termination in Input.cpp by Dan Austin · 9 years ago
  31. c6ada3b am 6a846dd5: am 5f5a0e0f: Merge "Lose HAVE_ANDROID_OS from frameworks/native." by Elliott Hughes · 9 years ago
  32. 6071da7 Lose HAVE_ANDROID_OS from frameworks/native. by Elliott Hughes · 9 years ago
  33. b03f103 Fix input tests to work with new MotionEvent member by Michael Wright · 9 years ago
  34. 7b159c9 Revert "Revert "Add new MotionEvent actions for button press and release."" by Michael Wright · 9 years ago
  35. 70b41ef Revert "Add new MotionEvent actions for button press and release." by Michael Wright · 9 years ago
  36. 48a8a0e Add new MotionEvent actions for button press and release. by Michael Wright · 9 years ago
  37. 063ff53 Pass through availability of audio mic for input devices. by Tim Kilbourn · 10 years ago
  38. 94ba882 am 4355c0c9: am e1e3d278: Merge "Clean cruft out of makefiles." by Dan Albert · 10 years ago
  39. 4355c0c am e1e3d278: Merge "Clean cruft out of makefiles." by Dan Albert · 10 years ago
  40. b79dfe6 Clean cruft out of makefiles. by Dan Albert · 10 years ago
  41. 62fbb16 Shelve InputFlinger for another release. DO NOT MERGE by Michael Wright · 10 years ago
  42. 63ff3a8 Fixup more potential issues / warnings in string formats by Michael Wright · 10 years ago
  43. d0a4a62 Fix warning in logging string interpolation by Michael Wright · 10 years ago
  44. db1972b am 26063a91: am f1dd859b: Merge "x86_64: Align uint64_t/int64_t structure member to 8 bytes" by Narayan Kamath · 10 years ago
  45. 26063a9 am f1dd859b: Merge "x86_64: Align uint64_t/int64_t structure member to 8 bytes" by Narayan Kamath · 10 years ago
  46. 83e0e42 x86_64: Align uint64_t/int64_t structure member to 8 bytes by Fengwei Yin · 10 years ago
  47. f8c66b4 am cfba3bf1: am c9fcaf37: Merge "Change InputMessage.motion.pointerSize to a uint32_t." by Narayan Kamath · 10 years ago
  48. ed5fd38 Change InputMessage.motion.pointerSize to a uint32_t. by Narayan Kamath · 10 years ago
  49. b8290c2 Fix InputEvent_test. by Narayan Kamath · 10 years ago
  50. bc6001b Change InputMessage.motion.pointerSize to a uint32_t. by Narayan Kamath · 10 years ago
  51. 872db4f Move key attribute information out of native. by Michael Wright · 10 years ago
  52. d0bd391 Generate ACTION_CANCEL on joystick disconnect. DO NOT MERGE by Michael Wright · 11 years ago
  53. 38dcdff Generate ACTION_CANCEL on joystick disconnect. by Michael Wright · 11 years ago
  54. 962a108 Parse LED mappings in keylayout files. DO NOT MERGE by Michael Wright · 11 years ago
  55. f086ddb Add support for injecting events into ActivityContainers. by Jeff Brown · 11 years ago
  56. ed4d28d Add method to apply offset to PointerCoords. (DO NOT MERGE) by Jeff Brown · 11 years ago
  57. 2130192 am 47f0b989: am 3223217a: Only consume touches up until the frame time by Michael Wright · 11 years ago
  58. 3223217 Only consume touches up until the frame time by Michael Wright · 11 years ago
  59. 74bdd2e Parse LED mappings in keylayout files by Michael Wright · 11 years ago
  60. 218566c am 06c964d9: am 9c0dfa09: Merge "Eliminate latency when resampling is disabled" into klp-dev by Dave Burke · 11 years ago
  61. ad526f8 Eliminate latency when resampling is disabled by Michael Wright · 11 years ago
  62. 464febc Remove input flinger stubs. (DO NOT MERGE) by Jeff Brown · 11 years ago
  63. 0415d63 Add controller numbers for gamepads / joysticks by Michael Wright · 11 years ago
  64. e5bb2a4 Merge "Add input device property for buttons under touchpads" by Michael Wright · 11 years ago
  65. 7556c37 Merge "Completely remove skia dependency from libinput." by Jeff Brown · 11 years ago
  66. 313eff7 Completely remove skia dependency from libinput. by Jeff Brown · 11 years ago
  67. 174c260 Merge "Add a keycode to switch audio tracks (2/2)" by michaelwr · 11 years ago
  68. 5a2f68e Fix PDK build. by Jeff Brown · 11 years ago
  69. 40c9e0a Add skeleton of input flinger. by Jeff Brown · 11 years ago
  70. 8d06dcf Add a keycode to switch audio tracks (2/2) by Jaekyun Seok · 11 years ago
  71. 931fd6d Add input device property for buttons under touchpads by Michael Wright · 11 years ago
  72. 80b5cf9 do not build libinput in PDK by keunyoung · 11 years ago
  73. 5912f95 Move input library code from frameworks/base. by Jeff Brown · 11 years ago