summaryrefslogtreecommitdiff
path: root/core/java/android/app/NativeActivity.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2016-02-26Merge "Create linker-namespace for the classloader" into nyc-devDimitry Ivanov
2016-02-25Create linker-namespace for the classloaderDimitry Ivanov
2016-02-22Merge "Construct classloader for apps with no java code" into nyc-devDimitry Ivanov
2016-02-19Construct classloader for apps with no java codeDimitry Ivanov
2016-02-10Merge "The NDK samples moved a while back."Elliott Hughes
2016-02-09The NDK samples moved a while back.Elliott Hughes
2015-12-11Use nativeloader to load NativeActivityDmitriy Ivanov
2015-12-11Use nativeloader to load NativeActivityDmitriy Ivanov
2015-11-26Use Context.getSystemService(Class<T>) for InputMethodManager.Yohei Yukawa
2014-01-08AArch64: Use long for pointers in App/BackupAshok Bhat
2013-08-15Gracefully handle missing directories.Jeff Sharkey
2013-08-11APIs for multiple external storage devices.Jeff Sharkey
2013-04-22Rewrite input handling for native applicationsMichael Wright
2013-04-08Queues, queues, queues and input.Jeff Brown
2013-03-26Use input transport for communications between app and IME.Jeff Brown
2012-06-14Allow applications to recover from IME related ANRs.Jeff Brown
2011-01-16Add API to get path to OBBs.Dianne Hackborn
2010-11-08Tell system server whether the app handled input events.Jeff Brown
2010-10-24Fix issue #3126018: No way to specify NativeActivity's native methodDianne Hackborn
2010-10-20Fix issue #3113219: NativeActivity using wrong lib path with Java codeDianne Hackborn
2010-09-07Use new nativeLibraryPath field for NativeActivityKenny Root
2010-08-11More native work.Dianne Hackborn
2010-07-15Implement native key pre-dispatching to IMEs.Dianne Hackborn
2010-07-15Add native C APIs for working with the Asset ManagerChristopher Tate
2010-07-13IME events are now dispatched to native applications.Dianne Hackborn
2010-07-02Add new native Looper API.Dianne Hackborn
2010-07-01Make real API for native code to get its window.Dianne Hackborn
2010-06-30Implement default key handling for native code.Dianne Hackborn
2010-06-23Remove InputConsumer, replacing with InputQueue.Dianne Hackborn
2010-06-22First stab at attaching native event dispatching.Dianne Hackborn
2010-05-18Update NativeActivity to allow direct surface access.Dianne Hackborn
2010-05-05First pass at NativeActivity.Dianne Hackborn