summaryrefslogtreecommitdiffstats
path: root/include/android_runtime/android_app_NativeActivity.h
Commit message (Expand)AuthorAgeFilesLines
* Tell system server whether the app handled input events.Jeff Brown2010-11-081-1/+1
* Fix issue #3117918: No way to finish a native activityDianne Hackborn2010-10-211-0/+3
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-2/+3
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-071-1/+1
* Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-9/+63
* IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-0/+60
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-0/+35