summaryrefslogtreecommitdiffstats
path: root/core/jni/android_app_NativeActivity.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add API to get path to OBBs.Dianne Hackborn2011-01-161-11/+17
* Ensure the ShortcutManager uses the correct key character map.Jeff Brown2010-11-301-9/+24
* Tell system server whether the app handled input events.Jeff Brown2010-11-081-9/+13
* Fix debug statements and aapt assert.Patrick Scott2010-10-261-1/+1
* Fix issue #3126018: No way to specify NativeActivity's native methodDianne Hackborn2010-10-241-3/+7
* Fix issue #3117918: No way to finish a native activityDianne Hackborn2010-10-211-2/+32
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-20/+20
* 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