summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/ActivityThread.java
Commit message (Expand)AuthorAgeFilesLines
* Don't crash the app when restore agent bringup throwsChristopher Tate2009-07-091-19/+26
* Fix memory leaks in system_serverSuchi Amalapurapu2009-07-011-2/+8
* Invoke getSystem.updateConfiguration when binding an application toSuchi Amalapurapu2009-06-251-0/+7
* Fix bug 1829561 ("am profile" with bad filename kills process).Dianne Hackborn2009-06-241-8/+23
* Fix issue #1753079: running instrumentation in shared processes.Dianne Hackborn2009-06-191-0/+4
* Fix targetSdkVersion, make resize mode a flag, delayed dexopt, easy Applicati...Dianne Hackborn2009-06-181-1/+5
* Remove circular dependency in PackageManager. api freeStorage uses PendingInt...Suchi Amalapurapu2009-06-171-0/+1
* Squashed commit of the following:Mitsuru Oshima2009-06-161-8/+12
* * component can be null after destory?Mitsuru Oshima2009-06-121-3/+4
* * Moved supports-density tag under manifestMitsuru Oshima2009-06-031-67/+12
* Retool the backup process to use a new 'BackupAgent' classChristopher Tate2009-05-311-7/+128
* Activity Manager changes the scheduling group of processes.Dianne Hackborn2009-05-261-0/+12
* removing log message checked in by acccident.Mitsuru Oshima2009-05-121-1/+0
* * update all metrics data when updating density.Mitsuru Oshima2009-05-111-9/+7
* * update density correctly when the configuration is changed.Mitsuru Oshima2009-05-061-5/+7
* Merge branch 'readonly-p4-donut' into donutMitsuru Oshima2009-04-281-5/+71
|\
| * AI 147976: Compatibility mode support. Part 2.Mitsuru Oshima2009-04-281-5/+71
* | Add call to (new) Canvas.freeCaches() in response to low-memoryMike Reed2009-04-271-0/+3
* | Preserve an Activity's setIntent() state across relaunchesChristopher Tate2009-04-071-6/+10
|/
* Automated import from //branches/donutburger/...@142714,142714Chris Tate2009-03-251-3/+5
* Automated import from //branches/donutburger/...@141391,141391Chris Tate2009-03-241-1/+6
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-2/+15
* auto import from //depot/cupcake/@136745The Android Open Source Project2009-03-051-0/+24
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+3916
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-3916/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-32/+146
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-5/+16
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-6/+25
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-7/+25
* Initial ContributionThe Android Open Source Project2008-10-211-0/+3754