Merge commit '938cb839512159fb622f919271d121dfe50332b0'
* commit '938cb839512159fb622f919271d121dfe50332b0':
android-2.1_r1 snapshot
Keep banging on the launcher locks up bug. This moves the
Fix 2257802 - Screen unresponsive when you get a call while moving the shortcuts or widgets on home screen
Fix bug 2258128 - homescreen on Passion unresponsive while still not leaking the contexts.
Merge commit '999b6a5ecb36405d3697f9fb11df9a5bb0273e73' into eclair-plus-aosp
* commit '999b6a5ecb36405d3697f9fb11df9a5bb0273e73':
android-2.1_r1 snapshot
Keep banging on the launcher locks up bug. This moves the
Fix 2257802 - Screen unresponsive when you get a call while moving the shortcuts or widgets on home screen
Fix bug 2258128 - homescreen on Passion unresponsive while still not leaking the contexts.
Merge commit 'dfea5c133f8cd8760f7517e3275659dd9b6f5afe'
* commit 'dfea5c133f8cd8760f7517e3275659dd9b6f5afe':
Fix for bug 2382944. This is a very safe change that just corrects a long standing scroll speed bug in launcher.
Merge commit 'f5e4dd01adcc086231ab1e847ec62547626a643e'
* commit 'f5e4dd01adcc086231ab1e847ec62547626a643e':
Put the label into the same texture as the icon.
Note that this does not convert any widgets what were bound when
a different global search app was installed. Thus Froyo -> Froyo
upgrades without userdata wipe will see "Problem loading widget".
Workaround: Remove the search widget and add a new one.
Change-Id: I2bcd211c10bbaba66f5f3f82b6785396d957aa25
It looks like the evil hack in 14f122bf84 to make the workspace
not animate didn't completely work. The key to reproducing this bug is to make sure the
activity is destroyed and to have last gone to an app from a screen other than the center
screen, because that causes it to get reloaded from the icicle, which makes the timing
more amenable to missing the animation, because the view isn't attached yet.
It looks like the evil hack in 14f122bf84 to make the workspace
not animate didn't completely work. The key to reproducing this bug is to make sure the
activity is destroyed and to have last gone to an app from a screen other than the center
screen, because that causes it to get reloaded from the icicle, which makes the timing
more amenable to missing the animation, because the view isn't attached yet.