Merge commit '6b3f51d373f19711a7fac44f2f6df9dc89110eb1'
* commit '6b3f51d373f19711a7fac44f2f6df9dc89110eb1':
More new gestures UI. Adds a back button at the bottom of the settings activity.
Merge commit '949b3eb9d3ced2a068fcec5a96a2d8b0e90d2fa2'
* commit '949b3eb9d3ced2a068fcec5a96a2d8b0e90d2fa2':
Fix the lock issue on Home. This was caused by onPrepareDialog().
onPrepareDialog() is called after a dialog was created/shown at least once. But
onPrepareDialog() does not mean the dialog will be shown. Thus Home would
sometimes lock itself without showing the dialog the user would normally use to
unlock the workspace.
Merge commit 'c5df5b61b8fee2969cf5413c98257959b84af327'
* commit 'c5df5b61b8fee2969cf5413c98257959b84af327':
Put in new version of search floater background image to put one pixel of padding
SearchManager.isVisible() is a hidden method that should
not be used by applications. Also, SearchManager.stopSearch()
already checks whether the search dialog is visible before
tryinf to dimiss it, so the check in Launcher was redundant.
Merge commit 'a206daaed1318005d1534cca2e4eeec56144d104'
* commit 'a206daaed1318005d1534cca2e4eeec56144d104':
Related to #1444844. Caps fling velocity on Home.
Merge commit 'aafeef310fab2b2e62850b09fe25411e65fe3171'
* commit 'aafeef310fab2b2e62850b09fe25411e65fe3171':
Fix the search widget taking characters into it rather than forwarding
Merge commit '736cf281f403b2c6bdee3569dd9862011726a93c'
* commit '736cf281f403b2c6bdee3569dd9862011726a93c':
Close the search dialog when user gets to Home by pressing home button,
Merge commit 'f38b3d57033cf416454b3b9d019756c8bca03648'
* commit 'f38b3d57033cf416454b3b9d019756c8bca03648':
Fixes#1956185. Restores the gesture when changing orientation when creating a shortcut.
them to the search dialog. By setting editable=false and inputType=none,
the TextView can still take focus, but key input is forwarded to the
launcher which knows what to do.
Merge commit '98d0165c88b643d6ead4ebf35bb60be220f5811a'
* commit '98d0165c88b643d6ead4ebf35bb60be220f5811a':
Use a plain DataOutputStream instead of SharedPreferences in Home.
Merge commit '08f97496b72aaff822aba89271e9bd458aafae2d'
* commit '08f97496b72aaff822aba89271e9bd458aafae2d':
Fixes#1949637. Home was setting waitingForResult=true whenever an app was launched.
Home was incorrectly treating apps launches as subactivties launched to obtain results.
This resulted in a protective flag being set when it should not have been.
Merge commit 'f280f202e914d92630132a9fab522b80b97ee1d7'
* commit 'f280f202e914d92630132a9fab522b80b97ee1d7':
Fixes#1945905. Prevents the user from clicking the same button mutiple times.
Merge commit 'f22875368c9909a36c47575f2f8c08f2ba4da549'
* commit 'f22875368c9909a36c47575f2f8c08f2ba4da549':
Change name for home's uid to something more generic.
Merge commit 'f90f31e09f24b41f8bb656ff764b69a2920279d9'
* commit 'f90f31e09f24b41f8bb656ff764b69a2920279d9':
Add the few missing strings needed by Home.