Merge commit 'd7013ca7ab781824da6eb574094cf05b55abab92'
* commit 'd7013ca7ab781824da6eb574094cf05b55abab92':
Add one more pixel of padding to the top of the Google logo used in the search widget.
Merge commit '18fdcb6de7e1268ed6e5c7664b2c838fe9d494ae'
* commit '18fdcb6de7e1268ed6e5c7664b2c838fe9d494ae':
Display a Google logo in the search widget if Google is the chosen web
Merge commit '6e1fd5b2b0b79b8e97d458c40bc9ac1710c2852b'
* commit '6e1fd5b2b0b79b8e97d458c40bc9ac1710c2852b':
Prevents BadTokenException on rotation of the gestures window.
Merge commit '6da5b433c1b3d8b95371c418d4ab1aa88baa488c'
* commit '6da5b433c1b3d8b95371c418d4ab1aa88baa488c':
Adjust the padding in Home's all apps drawer
Merge commit '6c8bbcb5a2bbae2c83e1c684c2a06b8b72b47f52'
* commit '6c8bbcb5a2bbae2c83e1c684c2a06b8b72b47f52':
Fixes#1930069. Prevents NPE in GesturesActivity. Ensures the store is always != null.
Merge commit 'e769bc7602f40a334f4489622b280fecb071d43a'
* commit 'e769bc7602f40a334f4489622b280fecb071d43a':
Fixes#1987902. Do not show the + button when not needed.
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,