index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
NativeActivity.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2016-02-26
Merge "Create linker-namespace for the classloader" into nyc-dev
Dimitry Ivanov
2016-02-25
Create linker-namespace for the classloader
Dimitry Ivanov
2016-02-22
Merge "Construct classloader for apps with no java code" into nyc-dev
Dimitry Ivanov
2016-02-19
Construct classloader for apps with no java code
Dimitry Ivanov
2016-02-10
Merge "The NDK samples moved a while back."
Elliott Hughes
2016-02-09
The NDK samples moved a while back.
Elliott Hughes
2015-12-11
Use nativeloader to load NativeActivity
Dmitriy Ivanov
2015-12-11
Use nativeloader to load NativeActivity
Dmitriy Ivanov
2015-11-26
Use Context.getSystemService(Class<T>) for InputMethodManager.
Yohei Yukawa
2014-01-08
AArch64: Use long for pointers in App/Backup
Ashok Bhat
2013-08-15
Gracefully handle missing directories.
Jeff Sharkey
2013-08-11
APIs for multiple external storage devices.
Jeff Sharkey
2013-04-22
Rewrite input handling for native applications
Michael Wright
2013-04-08
Queues, queues, queues and input.
Jeff Brown
2013-03-26
Use input transport for communications between app and IME.
Jeff Brown
2012-06-14
Allow applications to recover from IME related ANRs.
Jeff Brown
2011-01-16
Add API to get path to OBBs.
Dianne Hackborn
2010-11-08
Tell system server whether the app handled input events.
Jeff Brown
2010-10-24
Fix issue #3126018: No way to specify NativeActivity's native method
Dianne Hackborn
2010-10-20
Fix issue #3113219: NativeActivity using wrong lib path with Java code
Dianne Hackborn
2010-09-07
Use new nativeLibraryPath field for NativeActivity
Kenny Root
2010-08-11
More native work.
Dianne Hackborn
2010-07-15
Implement native key pre-dispatching to IMEs.
Dianne Hackborn
2010-07-15
Add native C APIs for working with the Asset Manager
Christopher Tate
2010-07-13
IME events are now dispatched to native applications.
Dianne Hackborn
2010-07-02
Add new native Looper API.
Dianne Hackborn
2010-07-01
Make real API for native code to get its window.
Dianne Hackborn
2010-06-30
Implement default key handling for native code.
Dianne Hackborn
2010-06-23
Remove InputConsumer, replacing with InputQueue.
Dianne Hackborn
2010-06-22
First stab at attaching native event dispatching.
Dianne Hackborn
2010-05-18
Update NativeActivity to allow direct surface access.
Dianne Hackborn
2010-05-05
First pass at NativeActivity.
Dianne Hackborn