1. a0265c6 Merge "Split NotifyArgs into a separate file" by TreeHugger Robot · 3 years, 4 months ago
  2. 862ae21 Remove libui dependencies from input code by Siarhei Vishniakou · 3 years, 4 months ago
  3. 7851303 Split NotifyArgs into a separate file by Siarhei Vishniakou · 3 years, 4 months ago
  4. 007713d Add fuzzers to checkinput by Siarhei Vishniakou · 3 years, 4 months ago
  5. 55c0e4f Merge "Trampoline atrace definitions through libbinder to libcutils" am: e812abddc0 am: 039cd688c1 am: c60e32d52c am: 5f49ce9ca2 am: c6144abeb9 by Zimuzo Ezeozue · 3 years, 4 months ago
  6. 23457d0 Trampoline atrace definitions through libbinder to libcutils by Zim · 3 years, 5 months ago
  7. 400294a Add inputflinger_latencytracker_fuzzer to checkinput by Siarhei Vishniakou · 3 years, 5 months ago
  8. 063f82e Merge "Rename InputClassifier to InputProcessor" by TreeHugger Robot · 3 years, 5 months ago
  9. aed7ad0 Use sp<>::make instead of new by Siarhei Vishniakou · 3 years, 5 months ago
  10. 9899603 Rename InputClassifier to InputProcessor by Siarhei Vishniakou · 3 years, 5 months ago
  11. ce55531 Add checkinput build target by Siarhei Vishniakou · 3 years, 6 months ago
  12. f6db4c3 Block touches when stylus is down by Siarhei Vishniakou · 4 years ago
  13. a3c8e51 Block touches when stylus is down by Siarhei Vishniakou · 4 years ago
  14. df4b067 Merge "Use InputProcessor instead of InputClassifier" by Siarhei Vishniakou · 4 years ago
  15. 8e9a856 Enable Android clang-tidy checks for inputflinger by Michael Wright · 4 years ago
  16. 34d6fef Use InputProcessor instead of InputClassifier by Siarhei Vishniakou · 4 years ago
  17. ba0a875 Add ChromeOS palm rejection model by Siarhei Vishniakou · 4 years, 4 months ago
  18. bd25272 Remove compat logging of FLAG_SLIPPERY by Siarhei Vishniakou · 4 years ago
  19. f47c339e Use std::erase_if to simplify removal of items by Siarhei Vishniakou · 4 years, 1 month ago
  20. 8b89c2f Clean up after enabling per-window-input-rotation by Prabir Pradhan · 4 years, 6 months ago
  21. 15fab6f Add WindowInfosListener to Input by chaviw · 4 years, 7 months ago
  22. d2c9e8e Use sysprop APIs for InputFlinger: per_window_input_rotation by Prabir Pradhan · 4 years, 8 months ago
  23. 99b9d38 Use zetasketch for input statistics by Siarhei Vishniakou · 4 years, 10 months ago
  24. a04181f Report input metrics using LatencyAggregator by Siarhei Vishniakou · 4 years, 10 months ago
  25. 3306e49 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native by Bob Badour · 4 years, 11 months ago
  26. a2a7773 Revert "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native" by Bob Badour · 4 years, 11 months ago
  27. 2e67185 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native by Bob Badour · 5 years ago
  28. 2508b87 Add logging for FLAG_SLIPPERY usage by Siarhei Vishniakou · 5 years ago
  29. 09c8d2d Created libattestation by chaviw · 5 years ago
  30. d549b25 Prevent use of invalidated iterator by Siarhei Vishniakou · 5 years ago
  31. 3cab9b6 Remove eventTime from MotionEntry by Siarhei Vishniakou · 5 years ago
  32. cacd69a InputFlinger: Support amplitude control for InputDeviceVibrator by Nathaniel R. Lewis · 6 years ago
  33. fd9c1ed Added libui dependencies for input by chaviw · 6 years ago
  34. b4d960d Enable -Wshadow for input code by Siarhei Vishniakou · 6 years ago
  35. c9ac19e Disable deep press when long press timeout is long by Siarhei Vishniakou · 6 years ago
  36. ff1f1bb Let InputFlinger generate event IDs. by Garfield Tan · 6 years ago
  37. 9244aea Use cc_defaults in inputflinger targets by Prabir Pradhan · 6 years ago
  38. 342c927 Add HmacKeyManager to InputDispatcher by Gang Wang · 6 years ago
  39. 5a57cff Create InputThread to manage inputflinger threads by Prabir Pradhan · 6 years ago
  40. de4bf15 Do not report latency for injected events by Siarhei Vishniakou · 6 years ago
  41. da7c00c Create inputreader directory by Prabir Pradhan · 6 years ago
  42. e84e6f9 Divide InputDispatcher into several files. by Garfield Tan · 6 years ago
  43. 0fc2fa7 Move InputDispatcher code into a folder. by Garfield Tan · 6 years ago
  44. 3d3fa52 Move LatencyStatistics collection from InputReader to InputTransport by Atif Niyaz · 6 years ago
  45. a47a4d4 Use bitset api in InputClassifier by Siarhei Vishniakou · 7 years ago
  46. 61291d4 Add thread safety annotations to inputflinger by Siarhei Vishniakou · 7 years ago
  47. 473174e Add a new InputClassifier stage by Siarhei Vishniakou · 8 years ago
  48. 9ffab0c Metrics for touch latency by Siarhei Vishniakou · 7 years ago
  49. f93562f Add InputReporter interface to InputDispatcher by Prabir Pradhan · 7 years ago
  50. 22c8846 Add TouchVideoDevice by Siarhei Vishniakou · 7 years ago
  51. 26022a4 C++17 is the default now. by Elliott Hughes · 7 years ago
  52. 29c9533 Split InputFlinger into multiple libraries by Prabir Pradhan · 7 years ago
  53. 1cc7867 InputFlinger: Receive setInputWindows over IPC by Robert Carr · 7 years ago
  54. cd7ac1e Remove implicit fallthrough exception by Siarhei Vishniakou · 7 years ago
  55. 069c68b Merge "Allow implicit-fallthrough warnings locally." am: 517a57bde3 am: 6e9b7dccba by Chih-hung Hsieh · 7 years ago
  56. 0798ad4 Allow implicit-fallthrough warnings locally. by Chih-Hung Hsieh · 7 years ago
  57. 3720ed0 Implement Parcelling functions for InputWindowInfo by Robert Carr · 7 years ago
  58. a62a8dd Move displayid into InputEvent by Siarhei Vishniakou · 8 years ago
  59. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
  60. 5d83f60 Enforce print format warnings in input subsystem. by Siarhei Vishniakou · 8 years ago
  61. 45a1b9c Convert inputflinger to Android.bp by Colin Cross · 9 years ago