summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActivityThread.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* | resolved conflicts for merge of d247ee41 to masterDianne Hackborn2011-06-031-2/+2
|\ \ | |/
| * Add new Fragment API for explicitly saving/restoring state.Dianne Hackborn2011-06-021-2/+2
* | am 3a80c504: am 8b9a2b6c: am e6676351: Work around OpenFeint bug.Dianne Hackborn2011-06-031-1/+1
|\ \ | |/
| * Work around OpenFeint bug.Dianne Hackborn2011-06-011-1/+1
* | am 7322e557: am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml r...Dianne Hackborn2011-06-031-4/+14
|\ \ | |/
| * Fix issue #4502672: Wrong xml resources used for homescreen widgets.Dianne Hackborn2011-05-311-4/+14
* | resolved conflicts for merge of 5c2e4d20 to masterDianne Hackborn2011-06-021-1/+1
|\ \ | |/
| * Add new supports-screens attributes for declaring the compatible screens.Dianne Hackborn2011-05-261-1/+1
| * DO NOT MERGE. Integrate from master: Improve activity manager debug dumps.Dianne Hackborn2011-05-131-53/+32
* | Restore from a previous full backup's tarfileChristopher Tate2011-06-011-8/+14
* | Full local backup infrastructureChristopher Tate2011-05-101-12/+14
* | resolved conflicts for merge of 05be6d6f to masterDianne Hackborn2011-05-091-49/+118
|\ \ | |/
| * Better compat mode part one: start scaling windows.Dianne Hackborn2011-05-091-49/+118
* | Rename ViewRoot to ViewAncestor.Joe Onorato2011-05-041-5/+5
* | Add APIs to remove tasks.Dianne Hackborn2011-04-121-2/+10
* | Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-4/+3
* | Improve activity manager debug dumps.Dianne Hackborn2011-04-071-53/+32
* | Add logging of graphics acceleration info to bugreportsChet Haase2011-04-011-1/+8
* | SamplingProfilerIntegration and SamplingProfiler improvements (3/3)Brian Carlstrom2011-03-291-5/+4
* | AsyncTask now uses the poll executor for apps up through HC MR1 and the seria...Joe Onorato2011-03-171-0/+9
|/
* Propagating core settings to the system process.Svetoslav Ganov2011-03-031-15/+11
* Add system wide management of core settingsSvetoslav Ganov2011-03-021-2/+34
* am 5d9d03a0: Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...Dianne Hackborn2011-01-241-1/+14
|\
| * Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...Dianne Hackborn2011-01-241-1/+14