Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spurious ANRs in native activities. | Jeff Brown | 2012-03-13 | 1 | -9/+4 |
* | frameworks/base refactoring. | Mathias Agopian | 2012-02-17 | 1 | -1/+1 |
* | Implement batching of input events on the consumer side. | Jeff Brown | 2012-02-13 | 1 | -2/+2 |
* | Tell system server whether the app handled input events. | Jeff Brown | 2010-11-08 | 1 | -1/+1 |
* | Fix issue #3117918: No way to finish a native activity | Dianne Hackborn | 2010-10-21 | 1 | -0/+3 |
* | Replace epoll() with poll() and rename PollLoop to Looper. | Jeff Brown | 2010-09-14 | 1 | -2/+3 |
* | Modify native ALooper to take an explicit ident. | Dianne Hackborn | 2010-09-07 | 1 | -1/+1 |
* | Implement native key pre-dispatching to IMEs. | Dianne Hackborn | 2010-07-15 | 1 | -9/+63 |
* | IME events are now dispatched to native applications. | Dianne Hackborn | 2010-07-13 | 1 | -0/+60 |
* | Add ANativeWindow API for directly drawing to the surface bits. | Dianne Hackborn | 2010-07-09 | 1 | -0/+35 |