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
w16.2
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
...
*
Introduce ServiceConnection#onNullBinding()
Christopher Tate
2017-12-04
1
-1
/
+4
*
Support privileged vendor apps
Jiyong Park
2017-11-30
1
-2
/
+1
*
Fix missing null checking
Jiyong Park
2017-09-15
1
-1
/
+3
*
vendor apk is unbundled
Jiyong Park
2017-09-08
1
-3
/
+15
*
Allow splits to declare a classloader type.
Narayan Kamath
2017-07-06
1
-9
/
+10
*
Support native shared libs
Svetoslav Ganov
2017-06-21
1
-0
/
+23
*
Merge "Tweak for b/37809561." into oc-dev am: ca50e88b6b
Makoto Onuki
2017-05-11
1
-57
/
+59
|
\
|
*
Tweak for b/37809561.
Makoto Onuki
2017-05-09
1
-57
/
+59
*
|
Merge "Add more information to WTF to investigate bug 37809561" into oc-dev a...
Makoto Onuki
2017-05-03
1
-1
/
+5
|
\
|
|
*
Add more information to WTF to investigate bug 37809561
Makoto Onuki
2017-05-02
1
-1
/
+5
*
|
Prepend shared libraries in their original order.
Jeff Hao
2017-04-24
1
-1
/
+4
|
/
*
Fix issue #37470038: API Review: ServiceConnection.onBindingDead()
Dianne Hackborn
2017-04-19
1
-1
/
+1
*
Framework support to improve bg check CTS tests.
Dianne Hackborn
2017-03-31
1
-14
/
+22
*
Add support for configForSplit
Adam Lesinski
2017-03-16
1
-68
/
+46
*
Register secondary dex files for JIT profiling
Calin Juravle
2017-03-16
1
-0
/
+5
*
Move DexLoadReporter out of LoadedApk
Calin Juravle
2017-03-15
1
-35
/
+0
*
LoadedApk: Notify cross-package use only when code is requested.
Narayan Kamath
2017-03-15
1
-2
/
+1
*
Merge "PackageManager: Clean up code related to foreign dex use"
Calin Juravle
2017-03-07
1
-6
/
+4
|
\
|
*
PackageManager: Clean up code related to foreign dex use
Calin Juravle
2017-03-06
1
-6
/
+4
*
|
OMS: Introduce default overlays
Adam Lesinski
2017-03-02
1
-1
/
+1
|
/
*
Add isBundled argument to LoadedApk.makePaths call
Dimitry Ivanov
2017-02-22
1
-5
/
+15
*
Fix WebView crashes
Adam Lesinski
2017-02-07
1
-6
/
+2
*
Add support for Split APK dependcies
Adam Lesinski
2017-01-24
1
-35
/
+181
*
ActivityThread: Only update code paths that have been added
Adam Lesinski
2017-01-19
1
-1
/
+11
*
Report non-primary dex files loads to PM
Calin Juravle
2016-12-14
1
-0
/
+35
*
Merge "Precreate the classloader for the WebView." am: 566b1c80e4 am: 1feb782...
Torne (Richard Coles)
2016-11-21
1
-28
/
+32
|
\
|
*
Merge "Precreate the classloader for the WebView."
Torne (Richard Coles)
2016-11-21
1
-28
/
+32
|
|
\
|
|
*
Precreate the classloader for the WebView.
Torne (Richard Coles)
2016-11-21
1
-28
/
+32
*
|
|
Update usage of ActivityManagerNative.
Sudheer Shanka
2016-11-14
1
-6
/
+6
|
/
/
*
/
ServiceConnection: Properly serialize events
Adrian Roos
2016-07-21
1
-13
/
+12
|
/
*
Fix issue #29532165: System Server Java Crashes in WiFi (RT Restart)
Dianne Hackborn
2016-06-22
1
-2
/
+7
*
Fix more of issue #28689719: Runtime restart
Dianne Hackborn
2016-06-09
1
-7
/
+11
*
Don't create or check permissions on profiles during app startup
Calin Juravle
2016-05-27
1
-52
/
+12
*
Merge "Frameworks/base: Optimize LoadedApk" into nyc-dev
TreeHugger Robot
2016-05-19
1
-3
/
+12
|
\
|
*
Frameworks/base: Optimize LoadedApk
Andreas Gampe
2016-05-18
1
-3
/
+12
*
|
Frameworks/base: Add more systrace points
Andreas Gampe
2016-05-18
1
-0
/
+9
|
/
*
Work on issue #28689719: Runtime restart
Dianne Hackborn
2016-05-17
1
-3
/
+9
*
LoadedApk: Avoid unnecessary work when mIncludeCode == false.
Narayan Kamath
2016-05-16
1
-6
/
+23
*
Simplify permitted-path construction
Dimitry Ivanov
2016-05-10
1
-5
/
+1
*
Allow apps to load libraries from under /data
Dimitry Ivanov
2016-05-03
1
-8
/
+6
*
Support to pass <uses-library> option through to dex2oat.
Jeff Hao
2016-04-27
1
-4
/
+8
*
LoadedApk: Don't set up JIT profile support inside the system_server.
Narayan Kamath
2016-04-26
1
-1
/
+5
*
Merge "Make fake libart for misbehaving apps be loaded." into nyc-dev
TreeHugger Robot
2016-04-25
1
-0
/
+5
|
\
|
*
Make fake libart for misbehaving apps be loaded.
Alex Light
2016-04-20
1
-0
/
+5
*
|
Merge "Disable StrictMode policy when setting up profile support" into nyc-dev
TreeHugger Robot
2016-04-25
1
-1
/
+15
|
\
\
|
*
|
Disable StrictMode policy when setting up profile support
Calin Juravle
2016-04-25
1
-1
/
+15
*
|
|
Add reasons to notifyPackageUse calls
Brian Carlstrom
2016-04-22
1
-1
/
+2
|
/
/
*
/
Move profile registration from bindApplication to LoadedApk
Calin Juravle
2016-04-18
1
-0
/
+91
|
/
*
Refactoring FBE APIs based on council feedback.
Jeff Sharkey
2016-03-17
1
-16
/
+15
*
Defuse Bundles parsed by the system process.
Jeff Sharkey
2016-03-16
1
-0
/
+3
[prev]
[next]