Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AArch64: Use long for pointers in android/os/MessageQueue | Ashok Bhat | 2014-01-10 | 1 | -14/+14 |
* | Cleanup some of the thread merging. | Dianne Hackborn | 2013-05-07 | 1 | -1/+7 |
* | Optimize Looper JNI code. | Jeff Brown | 2013-01-28 | 1 | -32/+11 |
* | Ensure that apps crash if they throw exceptions. | Jeff Brown | 2012-04-06 | 1 | -16/+57 |
* | Remove unused JNI global references. | Carl Shapiro | 2011-03-05 | 1 | -6/+4 |
* | Switch Looper back to using poll() instead of epoll(). | Jeff Brown | 2010-10-07 | 1 | -21/+11 |
* | Replace epoll() with poll() and rename PollLoop to Looper. | Jeff Brown | 2010-09-14 | 1 | -11/+11 |
* | Add new glue code for writing native apps. | Dianne Hackborn | 2010-07-08 | 1 | -2/+2 |
* | Add new native Looper API. | Dianne Hackborn | 2010-07-02 | 1 | -1/+5 |
* | Native input dispatch rewrite work in progress. | Jeff Brown | 2010-06-13 | 1 | -261/+87 |
* | Sketch of Native input for MessageQueue / Looper / ViewRoot | Christopher Tate | 2010-05-06 | 1 | -0/+338 |