Merge commit 'eda4722f0d8ae0d903a748ebe0b6e6cb4963e052'
* commit 'eda4722f0d8ae0d903a748ebe0b6e6cb4963e052':
Fix bug 2250457 - Open folder on home screen changes changes the behaviour of the home button
It's now sending them. The beeping and vibrating accessibility things
work, but we only have prebuilts for the speech one and it's not saying
anything and I can't debug it, so this will have to do.
Now, home always goes to the center worksapce screen and back from an
app goes to all apps if it was open.
Getting that animations smooth took a little bit of work.
Smaller thumbnail (removed unnecessary padding), more opaque background.
Uses a white background because the dark background interferes with the
new dark widgets.
Change-Id: I7654741d845609200569fce34b6cde891d2b5d29
Merge commit 'cfe0245e4eda578c665ba274105845612434d408'
* commit 'cfe0245e4eda578c665ba274105845612434d408':
Add previews on long press on the indicators.
Merge commit 'e1c51b1d9399cdfd8c802eca678141ae431060c9'
* commit 'e1c51b1d9399cdfd8c802eca678141ae431060c9':
New position indicators and icons for Launcher2.
There is a race between the view system
dispatching focus and mRollo being intialized. Now
if AllApps is supposed to gain focus before mRollo
is ready we remember that state and gain focus
later.
Merge commit '3a2b3f2be58843d26549fb0ec6c6533627c7cd19' into eclair-mr2
* commit '3a2b3f2be58843d26549fb0ec6c6533627c7cd19':
If 3 screens are good 5 will be better
Merge commit '2d685eaec9cbf3b2f7c52f6c810980a0c1f79375' into eclair-mr2
* commit '2d685eaec9cbf3b2f7c52f6c810980a0c1f79375':
Update the search widget to be vertically centered within it's footprint.
Merge commit 'a1b02556d0073119a24040704c0096160be69f4d' into eclair-mr2
* commit 'a1b02556d0073119a24040704c0096160be69f4d':
More capabilities for default home configuration
Added support for adding appwidgets beyond clock and search to the
intital configuration. Also pulled in a previous change in Launcher that
allowed http shortcuts. New syntax looks like this in
default_workspace.xml:
<appwidget
launcher:packageName="com.android.settings"
launcher:className="com.android.settings.widget.SettingsAppWidgetProvider"
launcher:screen="0"
launcher:x="0"
launcher:y="2"
launcher:spanX="4"
launcher:spanY="1" />
<shortcut
launcher:packageName="com.android.settings"
launcher:icon="@drawable/ic_launcher_appwidget"
launcher:title="@string/group_folder"
launcher:uri="http://www.nytimes.com"
launcher:screen="2"
launcher:x="2"
launcher:y="2" />
Merge commit 'c85147968fa0e1aee86aa88c01a325269b6f907b' into eclair-mr2
* commit 'c85147968fa0e1aee86aa88c01a325269b6f907b':
Wrap text with the curve instead of the fade. Mipmap distant text and icons. Fix two physics bugs. Snapping at end of list was inconsistant between flings and moves. Fix phyiscs boundary condition during low speed movement back to center.
Merge commit 'ed10d65582fda0d78bb9707f71bc56a0387d735f' into eclair-mr2
* commit 'ed10d65582fda0d78bb9707f71bc56a0387d735f':
Restore missing string that was still referenced from code.
Merge commit '2e19c05891c9c7abd2200b8f9ade875a3ca02aa6' into eclair-mr2
* commit '2e19c05891c9c7abd2200b8f9ade875a3ca02aa6':
Return friction table, tweak values for line rather than pages.
Merge commit '96b49d860cbb54daf83721ec67d292140e6753c9' into eclair-mr2
* commit '96b49d860cbb54daf83721ec67d292140e6753c9':
Move the home button down slightly.
Merge commit '7d5d74686337fb057eaa7eeff15667a2d900c673' into eclair-mr2
* commit '7d5d74686337fb057eaa7eeff15667a2d900c673':
Start at adding trackball support to 3D all apps
Merge commit 'f70fbe70b555386f90c94c600b3763ba3afa7a9f' into eclair-mr2
* commit 'f70fbe70b555386f90c94c600b3763ba3afa7a9f':
Fix exit animation of top icon when present.
Merge commit '37e7c2b6e4ee280b9cad39e53d9206ca7a46c510' into eclair-mr2
* commit '37e7c2b6e4ee280b9cad39e53d9206ca7a46c510':
Remove the competitors to the one true AppApps3D.