1. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  2. 46c82b4 Adjust format strings to work on both 32-bit and 64-bit builds by Bernhard Rosenkränzer · 10 years ago
  3. ed6b9df Frameworks/base: Consistency in core/jni by Andreas Gampe · 10 years ago
  4. 987f79f Frameworks/base: Replace LOG_FATAL_IF in core/jni by Andreas Gampe · 10 years ago
  5. 0f0b491 Frameworks/base: Wall Werror in core/jni by Andreas Gampe · 10 years ago
  6. a931d521 AArch64: Use long for pointers in view/input classes by Ashok Bhat · 11 years ago
  7. 62ce65d Speculatively schedule input consumption by Michael Wright · 11 years ago
  8. 9d3b1a4 Move input library code to frameworks/native. by Jeff Brown · 11 years ago
  9. 5651349 Add a queue of pending finished input events. by Jeff Brown · 11 years ago
  10. a4ca8ea Fix reference cycle in InputEventReceiver and Sender. by Jeff Brown · 11 years ago
  11. 44e13ef Disable some noisy error logs. by Jeff Brown · 11 years ago
  12. 80a1de1 Use sp<LooperCallback> to fix race causing dangling pointer. by Jeff Brown · 12 years ago
  13. 771526c Resample touch events on frame boundaries. by Jeff Brown · 12 years ago
  14. 3bdcdd8 Be more careful about exceptions in input callbacks. by Jeff Brown · 12 years ago
  15. 603b445 Ensure that apps crash if they throw exceptions. by Jeff Brown · 12 years ago
  16. b93a03f8 frameworks/base refactoring. by Mathias Agopian · 13 years ago
  17. 9806a23 Ignore broken input channel when finishing input event. by Jeff Brown · 13 years ago
  18. b503f1e Don't throw on EPIPE in consumeBatchedInputEvents. by Jeff Brown · 13 years ago
  19. 91e3289 Clean up InputChannel file descriptor data type. by Jeff Brown · 13 years ago
  20. 072ec96 Implement batching of input events on the consumer side. by Jeff Brown · 13 years ago
  21. cbee6d6 Rewrite input transport using sockets. by Jeff Brown · 13 years ago
  22. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  23. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  24. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  25. 0a0a124 Add a new class to receive vsync events. by Jeff Brown · 13 years ago
  26. 32cbc3855 Refactor InputQueue as InputEventReceiver. by Jeff Brown · 13 years ago