summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActivityThread.java
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with calling onConfigurationChanged() too much.Dianne Hackborn2010-03-181-12/+17
* Fix issue #2519590: Lock screen stuck in landscape modeDianne Hackborn2010-03-181-0/+4
* Fix problem with starting a translucent activity in onCreate().Dianne Hackborn2010-03-121-7/+12
* Fix issue #2492387: system server crash in WallpaperManagerServiceDianne Hackborn2010-03-111-16/+17
* add more debug info to SQL section in bugreportVasu Nori2010-03-111-11/+27
* Refactor android.backup => android.app.backupChristopher Tate2010-03-051-0/+1
* Issue 5697: getContextClassLoader returns a non-application classloaderBrian Carlstrom2010-02-231-0/+118
* Fix some random bugs.Dianne Hackborn2010-02-221-1/+4
* Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modesDianne Hackborn2010-02-181-56/+97
* Rename ApplicationContext to ContextImpl.Dianne Hackborn2010-02-041-22/+22
* Framework part of issue #2391576: Add method to start the Jit and call itDianne Hackborn2010-02-041-4/+25
* Unbundling workPaul Westbrook2009-12-141-3/+0
* Fix issue #2304284: contacts/dialer/recentcalls constantly flashingDianne Hackborn2009-12-111-2/+13
* Make sure to acknowledge stale broadcastsChristopher Tate2009-12-081-2/+16
* Fix issue #2262563: 40 ANR reports from com.android.settings in dogfooding sh...Dianne Hackborn2009-11-181-17/+30
* Fix issue #2246723: Only one Application object gets onCreate calledDianne Hackborn2009-11-091-6/+21
* Set argv[0] from the main thread of an app, not a random binder threadChristopher Tate2009-11-061-1/+1
* Fix issue #2163654: deadlock, runtime restartDianne Hackborn2009-10-071-14/+25
* Fix issue #2166755: BroadcastReceiver trying to return result during a non-or...Dianne Hackborn2009-10-051-6/+10
* Semi-workaround for #2027266: app drawer showing up on the side of the screenDianne Hackborn2009-09-301-1/+4
* Turn off most of the backup-related debug loggingChristopher Tate2009-09-301-1/+1
* Debugging for #2027266: app drawer showing up on the sideDianne Hackborn2009-09-301-1/+26
* Fix issue #2136448: googleapps crashes while adding 2nd gmail accountDianne Hackborn2009-09-251-5/+7
* Fix bug 2129190Mike Cleron2009-09-241-3/+10
* Various fixes and improvements to window, activity.Dianne Hackborn2009-09-221-6/+22
* Addressed reviewer comments.Bob Lee2009-09-101-6/+3
* Integrated the profiler into the framework. We run it all the time if the per...Bob Lee2009-09-051-98/+120
* Expand apps' control over the settings restore processChristopher Tate2009-09-011-1/+12
* Various infrastructure to support a running services UI.Dianne Hackborn2009-09-011-0/+4
* Add more control over a service's start state.Dianne Hackborn2009-08-241-7/+12
* Fix issue #2048263: More debugging informationDianne Hackborn2009-08-111-0/+8
* Fix issue #1991230: DisplayMetrics.displayHeight is not updated with orientat...Dianne Hackborn2009-07-271-1/+1
* Fiddle with default densities to try to sanitize the API.Dianne Hackborn2009-07-261-0/+8
* Allow for screen density drawables in compatibility mode.Dianne Hackborn2009-07-241-3/+13
* Add "nodpi" density, and expose a bunch of density-related APIs.Dianne Hackborn2009-07-171-1/+0
* Add reporting of activity movement for search manager.Dianne Hackborn2009-07-141-16/+8
* * Use cached resources for widgetsMitsuru Oshima2009-07-111-19/+58
* 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