summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/NativeActivity.java
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Use long for pointers in App/BackupAshok Bhat2014-01-081-19/+18
* Gracefully handle missing directories.Jeff Sharkey2013-08-151-4/+8
* APIs for multiple external storage devices.Jeff Sharkey2013-08-111-5/+4
* Rewrite input handling for native applicationsMichael Wright2013-04-221-40/+6
* Queues, queues, queues and input.Jeff Brown2013-04-081-22/+17
* Use input transport for communications between app and IME.Jeff Brown2013-03-261-2/+1
* Allow applications to recover from IME related ANRs.Jeff Brown2012-06-141-7/+1
* Add API to get path to OBBs.Dianne Hackborn2011-01-161-2/+2
* Tell system server whether the app handled input events.Jeff Brown2010-11-081-2/+4
* Fix issue #3126018: No way to specify NativeActivity's native methodDianne Hackborn2010-10-241-4/+19
* Fix issue #3113219: NativeActivity using wrong lib path with Java codeDianne Hackborn2010-10-201-9/+4
* Use new nativeLibraryPath field for NativeActivityKenny Root2010-09-071-9/+4
* More native work.Dianne Hackborn2010-08-111-5/+36
* Implement native key pre-dispatching to IMEs.Dianne Hackborn2010-07-151-0/+33
* Add native C APIs for working with the Asset ManagerChristopher Tate2010-07-151-2/+4
* IME events are now dispatched to native applications.Dianne Hackborn2010-07-131-5/+96
* Add new native Looper API.Dianne Hackborn2010-07-021-2/+9
* Make real API for native code to get its window.Dianne Hackborn2010-07-011-7/+18
* Implement default key handling for native code.Dianne Hackborn2010-06-301-9/+53
* Remove InputConsumer, replacing with InputQueue.Dianne Hackborn2010-06-231-7/+7
* First stab at attaching native event dispatching.Dianne Hackborn2010-06-221-1/+15
* Update NativeActivity to allow direct surface access.Dianne Hackborn2010-05-181-7/+26
* First pass at NativeActivity.Dianne Hackborn2010-05-051-0/+122