summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActivityThread.java
Commit message (Expand)AuthorAgeFilesLines
* Add infrastructure for accessing "unstable" content providers.Dianne Hackborn2012-05-091-0/+8
* Merge "Fix bug #6408393 Character corruption is caused when locale is changed...Fabrice Di Meglio2012-05-081-0/+22
|\
| * Fix bug #6408393 Character corruption is caused when locale is changedFabrice Di Meglio2012-05-071-0/+22
* | Fix issue #6319312: Consecutive call to Activity's onCreate()/onResume()...Dianne Hackborn2012-05-071-4/+4
|/
* Set tmpdir to application cache directory.Jeff Sharkey2012-05-021-10/+12
* Add traces for window manager and activity manager.Dianne Hackborn2012-04-261-0/+61
* Invoke onTrimMemory with an EGL contextRomain Guy2012-04-231-3/+6
* Some small tweaks to improve memory management.Dianne Hackborn2012-04-101-7/+23
* Add support for native library paths with instrumentationBrian Carlstrom2012-04-021-0/+4
* 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