summaryrefslogtreecommitdiff
path: root/core/java/android/app/LoadedApk.java
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce ServiceConnection#onNullBinding()Christopher Tate2017-12-041-1/+4
* Support privileged vendor appsJiyong Park2017-11-301-2/+1
* Fix missing null checkingJiyong Park2017-09-151-1/+3
* vendor apk is unbundledJiyong Park2017-09-081-3/+15
* Allow splits to declare a classloader type.Narayan Kamath2017-07-061-9/+10
* Support native shared libsSvetoslav Ganov2017-06-211-0/+23
* Merge "Tweak for b/37809561." into oc-dev am: ca50e88b6bMakoto Onuki2017-05-111-57/+59
|\
| * Tweak for b/37809561.Makoto Onuki2017-05-091-57/+59
* | Merge "Add more information to WTF to investigate bug 37809561" into oc-dev a...Makoto Onuki2017-05-031-1/+5
|\|
| * Add more information to WTF to investigate bug 37809561Makoto Onuki2017-05-021-1/+5
* | Prepend shared libraries in their original order.Jeff Hao2017-04-241-1/+4
|/
* Fix issue #37470038: API Review: ServiceConnection.onBindingDead()Dianne Hackborn2017-04-191-1/+1
* Framework support to improve bg check CTS tests.Dianne Hackborn2017-03-311-14/+22
* Add support for configForSplitAdam Lesinski2017-03-161-68/+46
* Register secondary dex files for JIT profilingCalin Juravle2017-03-161-0/+5
* Move DexLoadReporter out of LoadedApkCalin Juravle2017-03-151-35/+0
* LoadedApk: Notify cross-package use only when code is requested.Narayan Kamath2017-03-151-2/+1
* Merge "PackageManager: Clean up code related to foreign dex use"Calin Juravle2017-03-071-6/+4
|\
| * PackageManager: Clean up code related to foreign dex useCalin Juravle2017-03-061-6/+4
* | OMS: Introduce default overlaysAdam Lesinski2017-03-021-1/+1
|/
* Add isBundled argument to LoadedApk.makePaths callDimitry Ivanov2017-02-221-5/+15
* Fix WebView crashesAdam Lesinski2017-02-071-6/+2
* Add support for Split APK dependciesAdam Lesinski2017-01-241-35/+181
* ActivityThread: Only update code paths that have been addedAdam Lesinski2017-01-191-1/+11
* Report non-primary dex files loads to PMCalin Juravle2016-12-141-0/+35
* Merge "Precreate the classloader for the WebView." am: 566b1c80e4 am: 1feb782...Torne (Richard Coles)2016-11-211-28/+32
|\
| * Merge "Precreate the classloader for the WebView."Torne (Richard Coles)2016-11-211-28/+32
| |\
| | * Precreate the classloader for the WebView.Torne (Richard Coles)2016-11-211-28/+32
* | | Update usage of ActivityManagerNative.Sudheer Shanka2016-11-141-6/+6
|/ /
* / ServiceConnection: Properly serialize eventsAdrian Roos2016-07-211-13/+12
|/
* Fix issue #29532165: System Server Java Crashes in WiFi (RT Restart)Dianne Hackborn2016-06-221-2/+7
* Fix more of issue #28689719: Runtime restartDianne Hackborn2016-06-091-7/+11
* Don't create or check permissions on profiles during app startupCalin Juravle2016-05-271-52/+12
* Merge "Frameworks/base: Optimize LoadedApk" into nyc-devTreeHugger Robot2016-05-191-3/+12
|\
| * Frameworks/base: Optimize LoadedApkAndreas Gampe2016-05-181-3/+12
* | Frameworks/base: Add more systrace pointsAndreas Gampe2016-05-181-0/+9
|/
* Work on issue #28689719: Runtime restartDianne Hackborn2016-05-171-3/+9
* LoadedApk: Avoid unnecessary work when mIncludeCode == false.Narayan Kamath2016-05-161-6/+23
* Simplify permitted-path constructionDimitry Ivanov2016-05-101-5/+1
* Allow apps to load libraries from under /dataDimitry Ivanov2016-05-031-8/+6
* Support to pass <uses-library> option through to dex2oat.Jeff Hao2016-04-271-4/+8
* LoadedApk: Don't set up JIT profile support inside the system_server.Narayan Kamath2016-04-261-1/+5
* Merge "Make fake libart for misbehaving apps be loaded." into nyc-devTreeHugger Robot2016-04-251-0/+5
|\
| * Make fake libart for misbehaving apps be loaded.Alex Light2016-04-201-0/+5
* | Merge "Disable StrictMode policy when setting up profile support" into nyc-devTreeHugger Robot2016-04-251-1/+15
|\ \
| * | Disable StrictMode policy when setting up profile supportCalin Juravle2016-04-251-1/+15
* | | Add reasons to notifyPackageUse callsBrian Carlstrom2016-04-221-1/+2
|/ /
* / Move profile registration from bindApplication to LoadedApkCalin Juravle2016-04-181-0/+91
|/
* Refactoring FBE APIs based on council feedback.Jeff Sharkey2016-03-171-16/+15
* Defuse Bundles parsed by the system process.Jeff Sharkey2016-03-161-0/+3