summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActivityThread.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Destroy the hardware renderer when ViewRootImpl's die is post-poned Bu...Romain Guy2012-03-231-35/+19
|\
| * Destroy the hardware renderer when ViewRootImpl's die is post-ponedRomain Guy2012-03-231-35/+19
* | Package restrictions per userAmith Yamasani2012-03-221-1/+1
|/
* Add new "options" argument to all startActivity APIs.Dianne Hackborn2012-03-141-1/+1
* ActivityManager: add option to allow OpenGL trace.Siva Velusamy2012-03-121-2/+9
* Merge "Allow disk I/O while performing dump()."Jeff Sharkey2012-03-021-24/+32
|\
| * Allow disk I/O while performing dump().Jeff Sharkey2012-03-021-24/+32
* | Merge "Allow webview to delete GL resource in a valid EGL context"Teng-Hui Zhu2012-03-011-1/+2
|\ \
| * | Allow webview to delete GL resource in a valid EGL contextTeng-Hui Zhu2012-03-011-1/+2
| |/
* | Wrap StrictMode changes in try/finally.Jeff Sharkey2012-02-291-28/+28
|/
* Suppress StrictMode in handleBindApplication().Jeff Sharkey2012-02-281-1/+9
* Do RS caching the same way HardwareRenderer does.Jason Sams2012-02-241-0/+2
* Add new feature for running services in "isolated" sandbox processes.Dianne Hackborn2012-02-091-2/+6
* Multi-user - 1st major checkinAmith Yamasani2012-02-031-1/+10
* Always initialize AsyncTask on the main thread.Romain Guy2012-01-301-1/+3
* Merge "Make sure WebView get notified before the EGL context destroyed."Teng-Hui Zhu2012-01-251-1/+1
|\
| * Make sure WebView get notified before the EGL context destroyed.Teng-Hui Zhu2012-01-251-1/+1
* | Added JELLY_BEAN version name; update some targetSdkVersion docs.Dianne Hackborn2012-01-251-1/+1
|/
* Clean up SQLite debugging code.Jeff Brown2012-01-191-8/+5
* Add plumbing for dumping database info using dumpsys.Jeff Brown2011-12-161-0/+9
* Add ContentProvider.dump()Marco Nelissen2011-12-151-0/+32
* Fix issue #5679504: Device stuck and sudden reboot - Watchdog reset?Dianne Hackborn2011-11-301-4/+4
* Fix races when content providers are acquired and released.Jeff Brown2011-11-141-134/+190
* Initialize egl_cache with an app writeable fileRomain Guy2011-11-101-1/+22
* Don't crash if there is no connectivity service.Dianne Hackborn2011-11-081-5/+10
* Some optimizations.Dianne Hackborn2011-11-011-1/+3
* Fix issue #5405788: Device continuously opening and closing...Dianne Hackborn2011-10-101-8/+17
* Fix issue #5348948: Third Party app "Byki Turkish" shows...Dianne Hackborn2011-10-041-11/+18
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-0/+3
* Fix "am profile" when run on system_server.Jeff Sharkey2011-09-151-29/+48
* Fix issue #5150899: Call activity takes 15MB we never get back.Dianne Hackborn2011-09-021-4/+16
* Fix issue #5229575: Youtube link shared through messaging is not...Dianne Hackborn2011-09-011-1/+2
* Fix issue #5192141: systemui asplodes after enough tapping on the windowlist ...Dianne Hackborn2011-08-241-1/+0
* Fix race in removeDeadProvider.Jeff Brown2011-08-231-12/+1
* Add new am option to profile the launching of an activity.Dianne Hackborn2011-08-151-10/+96
* Improved memory use reporting.Dianne Hackborn2011-08-051-16/+18
* Clear the bitmap from the canvas in a lot of places.Dianne Hackborn2011-08-021-0/+1
* Various work on out of memory managment.Dianne Hackborn2011-07-291-10/+22
* Reclaim more memory, more often.Romain Guy2011-07-271-56/+64
* Merge "Fix bug where memory trim was not being delivered with correct level."Dianne Hackborn2011-07-211-1/+3
|\
| * Fix bug where memory trim was not being delivered with correct level.Dianne Hackborn2011-07-211-1/+3
* | Add looper profiling to adb shell amRomain Guy2011-07-211-7/+23
|/
* I. Can. Not. Stand. ViewAncestor.Dianne Hackborn2011-07-181-3/+3
* Trim OpenGLRenderer's memory usage whenever possibleRomain Guy2011-07-181-0/+1
* Rework and fix "adb shell dumpsys meminfo"Dianne Hackborn2011-07-171-39/+59
* Improve handling of low memory.Dianne Hackborn2011-07-141-0/+11
* Eliminate single-process mode.Jeff Brown2011-07-081-17/+3
* Make full backup API available to appsChristopher Tate2011-07-061-8/+3
* resolved conflicts for merge of e2aa0490 to masterDianne Hackborn2011-06-091-29/+69
|\
| * Work on issue #4518815: Compatibility mode introduces compatibility regressio...Dianne Hackborn2011-06-081-29/+69