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,
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.