1. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  2. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  3. 942c474 Don't allow clients to add FDs to Looper without callbacks. by Jeff Brown · 9 years ago
  4. d5e97f9 Fix 64-bit MessageQueue JNI build by Greg Hackmann · 9 years ago
  5. dc3eb4b Add support for non-blocking I/O with Looper. by Jeff Brown · 9 years ago
  6. 6c7b41a Rename Looper::isIdling() to isPolling() to resolve confusion. by Jeff Brown · 9 years ago
  7. 987f79f Frameworks/base: Replace LOG_FATAL_IF in core/jni by Andreas Gampe · 10 years ago
  8. 0f0b491 Frameworks/base: Wall Werror in core/jni by Andreas Gampe · 10 years ago
  9. 98671c3 Clean up ExceptionOccurred. by Mathieu Chartier · 10 years ago
  10. 63a3715 AArch64: Use long for pointers in android/os/MessageQueue by Ashok Bhat · 11 years ago
  11. efa92b2 Cleanup some of the thread merging. by Dianne Hackborn · 11 years ago
  12. 86469346 Optimize Looper JNI code. by Jeff Brown · 11 years ago
  13. 603b445 Ensure that apps crash if they throw exceptions. by Jeff Brown · 12 years ago
  14. 17cc33a Remove unused JNI global references. by Carl Shapiro · 13 years ago
  15. 415d8c3 Switch Looper back to using poll() instead of epoll(). by Jeff Brown · 14 years ago
  16. 4fe6c3e Replace epoll() with poll() and rename PollLoop to Looper. by Jeff Brown · 14 years ago
  17. 85448bb Add new glue code for writing native apps. by Dianne Hackborn · 14 years ago
  18. 6826741 Add new native Looper API. by Dianne Hackborn · 14 years ago
  19. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  20. fa9e7c0 Sketch of Native input for MessageQueue / Looper / ViewRoot by Christopher Tate · 14 years ago