summaryrefslogtreecommitdiff
path: root/core/java/android/app/LoadedApk.java
Commit message (Expand)AuthorAgeFilesLines
...
* Restore fix for native activity without a java-codeDimitry Ivanov2016-03-151-78/+76
* Cache per-Activity Resources objectsAdam Lesinski2016-03-101-3/+3
* Splits without restartTodd Kennedy2016-03-021-131/+203
* Explicitly check for updated system appsDimitry Ivanov2016-02-291-1/+1
* Sigh, someone is pushing 2MB through StopInfo.Jeff Sharkey2016-02-291-0/+4
* When system server goes down, crash apps more.Jeff Sharkey2016-02-271-7/+7
* Create linker-namespace for the classloaderDimitry Ivanov2016-02-251-2/+3
* Construct classloader for apps with no java codeDimitry Ivanov2016-02-191-122/+123
* More encryption-aware triaging.Jeff Sharkey2016-02-091-1/+2
* Workaround for apps loading foreign native libsDimitry Ivanov2016-02-041-0/+7
* Merge "Remove path to the apk from the permittedPath" am: 5194d217b8Dimitry Ivanov2016-01-251-1/+1
|\
| * Remove path to the apk from the permittedPathDimitry Ivanov2016-01-221-1/+1
| * Use shared namespace for bundled app classloaderDimitry Ivanov2015-12-201-4/+11
| * Use nativeloader to load NativeActivityDmitriy Ivanov2015-12-111-4/+15
* | Use shared namespace for bundled app classloaderDimitry Ivanov2015-12-151-4/+11
* | Use nativeloader to load NativeActivityDmitriy Ivanov2015-12-111-4/+15
* | Merge "Remove performBootDexOpt and am's ensurePackageDexOpt."Nicolas Geoffray2015-11-111-1/+1
|\ \
| * | Remove performBootDexOpt and am's ensurePackageDexOpt.Nicolas Geoffray2015-11-111-1/+1
* | | Initial file-based encryption public APIs.Jeff Sharkey2015-11-061-1/+16
|/ /
* | Postpone loading app context until instrumentation is set upAlan Viverette2015-09-031-7/+0
* | Reset class loader after updating instrumentation pathsAlan Viverette2015-09-011-0/+7
|/
* Add path to native libraries inside apkDmitriy Ivanov2015-06-091-2/+15
* Support moving apps to expanded storage.Jeff Sharkey2015-04-101-5/+1
* am fd523efc: Merge "Get the instruction set that the libraries of secondary A...Calin Juravle2015-02-101-1/+7
|\
| * Merge "Get the instruction set that the libraries of secondary Abi is support...Calin Juravle2015-02-101-1/+7
| |\
| | * Get the instruction set that the libraries of secondary Abi is supported.jgu212014-12-171-1/+7
* | | am 9d293911: am ebdfb6e8: Merge "[ActivityManager] Distinguish FG or BG recei...Olawale Ogunwale2015-01-121-3/+3
|\| |
| * | [ActivityManager] Distinguish FG or BG receiver finishedriddle_hsu2015-01-031-3/+3
| |/
* / Fix race when cleaning up receivers/services in ContextAdam Lesinski2014-11-201-43/+48
|/
* Set threads' contextClassLoader during LoadedApk.makeApplication.Narayan Kamath2014-10-151-1/+3
* Have R classes generate their own reference rewrite logicAdam Lesinski2014-08-251-74/+20
* Fix assumption about DynamicRefTable in aaptAdam Lesinski2014-08-151-1/+11
* Remove system_server classes from the boot image.Narayan Kamath2014-08-151-1/+2
* Validate instruction sets passed to installd.Narayan Kamath2014-08-151-4/+0
* Implement issue #16330060: Inform ActivityManager about WebView...Dianne Hackborn2014-07-161-1/+11
* Dexopt for Context.createPackageContext when code is included.Narayan Kamath2014-07-161-0/+17
* Adjust nativeLibraryDir for package contexts of multiArch installs.Narayan Kamath2014-07-161-0/+24
* Plumb split APKs into public API.Jeff Sharkey2014-06-171-78/+73
* Shared library resource supportAdam Lesinski2014-03-251-2/+96
* Retain display when creating specialized contexts.Jeff Brown2014-03-111-30/+21
* Runtime resource overlay, iteration 2MÃ¥rten Kongstad2014-02-031-1/+8
* Mmmmmmm... lovely, lovely ArrayMap.Dianne Hackborn2013-07-181-36/+32
* Refactor ActivityThread cache - Baby step 1.Craig Mautner2013-07-091-4/+4
* Add activity token to display system.Craig Mautner2013-06-221-5/+13
* Better exceptions when LoadedApk fails.Dianne Hackborn2013-02-251-1/+6
* Add registering for explicit users.Dianne Hackborn2012-09-041-8/+9
* Initial draft of high-level multi-display APIs.Jeff Brown2012-08-311-2/+5
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-5/+5
* Add API to create new contexts with custom configurations.Dianne Hackborn2012-08-141-1/+1
* Add traces for window manager and activity manager.Dianne Hackborn2012-04-261-0/+4