Merge commit 'af5b4cb27709e2e3d6c419e81ac87363e701ce5d' into eclair-mr2
* commit 'af5b4cb27709e2e3d6c419e81ac87363e701ce5d':
Fix 2305903 Scrolling trackball upwards at the top of the app menu selects app at the bottom left
Merge commit 'a276fc59f535a2fb05701e8f49bb7adf4cefb3b2' into eclair-mr2
* commit 'a276fc59f535a2fb05701e8f49bb7adf4cefb3b2':
Fix 2306862 - Launcher2 crashed: in libs/rs. Uploading texture without a context.
Merge commit '7e4ed99eb075ebe3a7a10b852ae791bee5000e6e' into eclair-mr2
* commit '7e4ed99eb075ebe3a7a10b852ae791bee5000e6e':
Fix 2300792 - All apps zooming when you come back from an app.
Merge commit '13724ea6078748195bcf747641bf6ee8fbbe0f4b' into eclair-mr2
* commit '13724ea6078748195bcf747641bf6ee8fbbe0f4b':
Make the launcher send the position of the icon that's launching an intent.
Merge commit 'de3380f8749cd7893a770308d9bfb9a64b9e4938' into eclair-mr2
* commit 'de3380f8749cd7893a770308d9bfb9a64b9e4938':
Upgrade Home db to upgrade contacts shortcut to the quick contact action
Merge commit '9b8b1ef98a8026afb5b1ff165271d94d5706a49a' into eclair-mr2
* commit '9b8b1ef98a8026afb5b1ff165271d94d5706a49a':
Import revised translations. DO NOT MERGE
Merge commit '811954cf77a702663b237165ab1b11a600b73d0d' into eclair-mr2
* commit '811954cf77a702663b237165ab1b11a600b73d0d':
Clean up name of static wallpapers.
Merge commit 'b0c27f254a9929be208d5e04554f438076c833bc' into eclair-mr2
* commit 'b0c27f254a9929be208d5e04554f438076c833bc':
Bug 2290800 - Use a collator to sort the app labels.
Merge commit 'eaa01f68f24d78b15275a0ee39bc2d6e53f6733e' into eclair-mr2
* commit 'eaa01f68f24d78b15275a0ee39bc2d6e53f6733e':
Import revised translations. DO NOT MERGE
Merge commit 'eb5615d1af1ef38fd934590b9aec19e1d0cd0908' into eclair-mr2
* commit 'eb5615d1af1ef38fd934590b9aec19e1d0cd0908':
Rename special dump properity so we can set it on user builds.
Merge commit 'dbbf45b59ed5ebb2beed15b0a169f64e0632c71f' into eclair-mr2
* commit 'dbbf45b59ed5ebb2beed15b0a169f64e0632c71f':
Fix bug 2248173 - all apps animates out when you return home.
Merge commit '09cf7d19db69dc4ac0f3457590e8df539bfec7d1' into eclair-mr2
* commit '09cf7d19db69dc4ac0f3457590e8df539bfec7d1':
Update a couple of wallpapers.
Merge commit '600f188702c1ce8e5c250ea049a5e22f4ff17577' into eclair-mr2
* commit '600f188702c1ce8e5c250ea049a5e22f4ff17577':
Guard against null parent in Launcher2.Search.clearAnimation()
Merge commit '730c408ccc76dd7da2235a9af6c84d98d19e6b72' into eclair-mr2
* commit '730c408ccc76dd7da2235a9af6c84d98d19e6b72':
Improve performance of AllApps for large numbers of apps.
Before, Launcher relied on a callback to a SearchManager.OnCancelListener to clear the search widget
animation. However, that doesn't get called if some other app opens the search dialog
before the Launcher is reopened. This change clears the animation in onResume().
Should fix http://b/issue?id=2246760
Sometimes clearAnimation() is called on the search widget
when it has no parent, e.g. when it being removed from the
home screen. This caused an NPE, because clearAnimation()
called invalidate() on the parent.
This is a partial fix for: http://b/issue?id=2246760
Merge commit '4634af5de99153cea5d602a1ce2a50ae2bcd991d' into eclair-mr2
* commit '4634af5de99153cea5d602a1ce2a50ae2bcd991d':
Final final set of wallpapers.