index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
LoadedApk.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-09
1
-1
/
+1
*
Use ro.product.vndk.version for unbundled product apks
Justin Yun
2020-01-02
1
-7
/
+6
*
Revert "Fix: vendor public libraries are accessible via System.loadLibrary"
Jiyong Park
2019-09-10
1
-42
/
+0
*
Merge "Update path to the new ART APEX."
Martin Stjernholm
2019-09-02
1
-3
/
+3
|
\
|
*
Update path to the new ART APEX.
Martin Stjernholm
2019-08-30
1
-3
/
+3
*
|
Merge "Remove (old) STOPSHIP" into qt-dev
Makoto Onuki
2019-05-06
1
-4
/
+3
|
\
\
|
*
|
Remove (old) STOPSHIP
Makoto Onuki
2019-04-30
1
-4
/
+3
|
*
|
DO NOT MERGE Do not check product unbundled from Q
Kiyoung Kim
2019-04-12
1
-10
/
+0
*
|
|
Merge "Check if product app is unbundled from property." am: 2ed229287d
Kiyoung Kim
2019-04-09
1
-3
/
+7
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Check if product app is unbundled from property.
Kiyoung Kim
2019-04-04
1
-3
/
+7
*
|
Do not start jit profile in app zygote
Bo Liu
2019-04-05
1
-1
/
+3
*
|
Merge "Revert "Revert "Preload non-bootclasspath Java lib ClassLoaders.""" am...
Steven Moreland
2019-04-01
1
-1
/
+1
|
\
|
|
*
Revert "Revert "Preload non-bootclasspath Java lib ClassLoaders.""
Steven Moreland
2019-03-29
1
-1
/
+1
*
|
Merge "Revert "Preload non-bootclasspath Java lib ClassLoaders."" am: d08c3b6...
Nicolas Geoffray
2019-03-28
1
-1
/
+1
|
\
|
|
*
Revert "Preload non-bootclasspath Java lib ClassLoaders."
Nicolas Geoffray
2019-03-28
1
-1
/
+1
*
|
Merge "Preload non-bootclasspath Java lib ClassLoaders." am: 213812ba28 am: 6...
Steven Moreland
2019-03-27
1
-1
/
+1
|
\
|
|
*
Preload non-bootclasspath Java lib ClassLoaders.
Steven Moreland
2019-03-27
1
-1
/
+1
*
|
Merge "Mark product apks as unbundled" am: 856ef55672 am: 716111d81c
Kiyoung Kim
2019-03-19
1
-0
/
+10
|
\
|
|
*
Mark product apks as unbundled
Kiyoung Kim
2019-03-14
1
-0
/
+10
|
*
Move ApplicationInfo to params in AppComponentFactory
David Brazdil
2019-02-28
1
-13
/
+13
*
|
Add Context.bindService with executor parameter
Bo Liu
2019-03-06
1
-5
/
+44
*
|
Move ApplicationInfo to params in AppComponentFactory
David Brazdil
2019-02-27
1
-13
/
+13
*
|
Merge "Include /apex/com.android.runtime for native library in app classloade...
vichang
2019-02-12
1
-3
/
+7
|
\
|
|
*
Include /apex/com.android.runtime for native library in app classloader
Victor Chang
2019-02-12
1
-3
/
+7
*
|
Merge "Move DexLoadReporter setup before AppComponentFactory calls" am: 385c4...
David Brazdil
2018-12-07
1
-0
/
+10
|
\
|
|
*
Merge "Move DexLoadReporter setup before AppComponentFactory calls"
David Brazdil
2018-12-07
1
-0
/
+10
|
|
\
|
|
*
Move DexLoadReporter setup before AppComponentFactory calls
David Brazdil
2018-12-03
1
-0
/
+10
|
*
|
Start using shared libraries class loader.
Nicolas Geoffray
2018-12-02
1
-8
/
+77
|
|
/
|
*
Create AppComponentFactory.instantiateClassLoader API
David Brazdil
2018-11-19
1
-18
/
+38
|
*
Move some members to the "Q blacklist".
Mathew Inwood
2018-10-22
1
-4
/
+4
|
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-14
1
-0
/
+42
*
|
Merge "Fix various issues in ordering of grouped bindings."
Dianne Hackborn
2018-12-06
1
-0
/
+13
|
\
\
|
*
|
Fix various issues in ordering of grouped bindings.
Dianne Hackborn
2018-12-05
1
-0
/
+13
*
|
|
Prevent initializing binder from LoadedApk when we can.
Martijn Coenen
2018-11-27
1
-10
/
+30
|
/
/
*
|
Start using shared libraries class loader.
Nicolas Geoffray
2018-11-22
1
-8
/
+77
*
|
Create AppComponentFactory.instantiateClassLoader API
David Brazdil
2018-11-16
1
-18
/
+38
*
|
Move some members to the "Q blacklist".
Mathew Inwood
2018-09-14
1
-4
/
+4
*
|
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-14
1
-0
/
+42
|
/
*
Fix: vendor public libraries are accessible via System.loadLibrary
Jiyong Park
2018-06-04
1
-0
/
+38
*
Fix crash when loading resources without code
Jason Monk
2018-05-15
1
-1
/
+1
*
Allows disk reads when adding native paths to classloader
Patrick Baumann
2018-05-09
1
-1
/
+7
*
Merge "Basedir of a bundled app is added to the permitted paths" into pi-dev
Jiyong Park
2018-05-09
1
-0
/
+11
|
\
|
*
Basedir of a bundled app is added to the permitted paths
Jiyong Park
2018-05-05
1
-0
/
+11
*
|
In place split install native support
Patrick Baumann
2018-04-30
1
-0
/
+5
|
/
*
Fix crash with AppComponentFactory
Jason Monk
2018-03-02
1
-1
/
+4
*
Merge "Revert "Minor LoadedApk refactoring.""
TreeHugger Robot
2018-01-30
1
-68
/
+3
|
\
|
*
Revert "Minor LoadedApk refactoring."
Todd Kennedy
2018-01-30
1
-69
/
+6
*
|
[framework] Extend profile operations to take the profile name
Calin Juravle
2018-01-24
1
-13
/
+10
|
/
*
Minor LoadedApk refactoring.
Jeff Hamilton
2017-12-14
1
-6
/
+69
*
Add AppComponentFactory API
Jason Monk
2017-12-13
1
-0
/
+21
[next]