summaryrefslogtreecommitdiffstats
path: root/core/jni/android_app_NativeActivity.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modify native ALooper to take an explicit ident.Dianne Hackborn2010-09-071-3/+4
* More native work.Dianne Hackborn2010-08-111-6/+44
* Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-44/+208
* Add support for new input sources.Jeff Brown2010-07-151-2/+2
* Fix jni registration typoChristopher Tate2010-07-151-1/+1
* Add native C APIs for working with the Asset ManagerChristopher Tate2010-07-151-4/+8
* IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-34/+303
* Add ANativeWindow API for directly drawing to the surface bits.Dianne Hackborn2010-07-091-49/+122
* Add new native Looper API.Dianne Hackborn2010-07-021-2/+20
* Get to the point of being able to do native drawing.Dianne Hackborn2010-07-011-2/+6
* Make real API for native code to get its window.Dianne Hackborn2010-07-011-22/+56
* Implement default key handling for native code.Dianne Hackborn2010-06-301-13/+124
* Update native activity & event APIs to follow correct conventions.Dianne Hackborn2010-06-291-12/+17
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-221-1/+68
* Update NativeActivity to allow direct surface access.Dianne Hackborn2010-05-181-13/+74
* First pass at NativeActivity.Dianne Hackborn2010-05-051-0/+190