summaryrefslogtreecommitdiffstats
path: root/include/android_runtime/android_app_NativeActivity.h
Commit message (Expand)AuthorAgeFilesLines
* Rewrite input handling for native applicationsMichael Wright2013-04-221-103/+0
* Fix spurious ANRs in native activities.Jeff Brown2012-03-131-9/+4
* frameworks/base refactoring.Mathias Agopian2012-02-171-1/+1
* Implement batching of input events on the consumer side.Jeff Brown2012-02-131-2/+2
* 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