summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/LoadedApk.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for native library paths with instrumentationBrian Carlstrom2012-04-021-2/+12
* Package restrictions per userAmith Yamasani2012-03-221-2/+2
* Report leaked Context registrations to StrictMode.Jeff Sharkey2012-03-011-0/+7
* Add new feature for running services in "isolated" sandbox processes.Dianne Hackborn2012-02-091-1/+1
* Multi-user - 1st major checkinAmith Yamasani2012-02-031-1/+9
* Fix issue #5595933: GREF leak due to race condition in...Dianne Hackborn2011-11-111-0/+7
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-0/+3
* Work on issue #4518815: Compatibility mode introduces compatibility regressio...Dianne Hackborn2011-06-081-5/+6
* Fix issue #4502672: Wrong xml resources used for homescreen widgets.Dianne Hackborn2011-05-311-0/+6
* Better compat mode part one: start scaling windows.Dianne Hackborn2011-05-091-4/+6
* Fix issue #3385054: HRI24 never enters suspend (LP0) - IKXEVEREST-3439Dianne Hackborn2011-01-241-1/+4
* Fix issue #3215261: NPE in WiFi SettingsDianne Hackborn2011-01-231-1/+1
* Don't warn on reading from disk during initial class loading.Brad Fitzpatrick2010-11-091-0/+7
* Add facility for broadcasts receives to do work asynchronously.Dianne Hackborn2010-10-271-60/+35
* Allow native shared libraries in ASEC containersKenny Root2010-08-271-2/+6
* Some ActivityThread/ActivityManager cleanup.Dianne Hackborn2010-06-241-0/+1103