summaryrefslogtreecommitdiffstats
path: root/core/jni/android_app_NativeActivity.cpp
Commit message (Expand)AuthorAgeFilesLines
* Frameworks/base: Consistency in core/jniAndreas Gampe2014-11-211-20/+61
* Frameworks/base: Replace LOG_FATAL_IF in core/jniAndreas Gampe2014-11-191-30/+13
* Integrate NativeActivity with NativeBridge interfacesYong WU2014-08-151-6/+20
* AArch64: Use long for pointers in App/BackupAshok Bhat2014-01-081-36/+36
* Gracefully handle missing directories.Jeff Sharkey2013-08-151-6/+10
* Move input library code to frameworks/native.Jeff Brown2013-07-011-1/+1
* Rewrite input handling for native applicationsMichael Wright2013-04-221-416/+12
* Add plumbing for new surface flinger display API.Jeff Brown2012-08-271-1/+1
* Resample touch events on frame boundaries.Jeff Brown2012-04-271-1/+1
* Ensure that apps crash if they throw exceptions.Jeff Brown2012-04-061-24/+16
* Fix spurious ANRs in native activities.Jeff Brown2012-03-131-56/+32
* fix libgui header locationMathias Agopian2012-02-271-4/+7
* remove dependency on android_native{s_priv|buffer}.hMathias Agopian2012-02-241-1/+1
* frameworks/base refactoring.Mathias Agopian2012-02-171-1/+1
* Implement batching of input events on the consumer side.Jeff Brown2012-02-131-8/+10
* Rewrite input transport using sockets.Jeff Brown2012-02-131-16/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-17/+17
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGESteve Block2011-10-251-1/+1
* Remove unused JNI global references.Carl Shapiro2011-03-051-13/+10
* Fix poll options for NativeActivity's hasEventsKenny Root2011-02-221-3/+3
* 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