Merge commit '31bbf9cbff8d5db6ab3b1cd93497045acdb8f74a'
* commit '31bbf9cbff8d5db6ab3b1cd93497045acdb8f74a':
Stop trying to play tricks with the focusability of the search widget's
TextView, as we weren't always doing it right, and it doesn't seem to
help or hurt the frequency of the home screen sliding up when the
widget is selected (that seems to be separate, see http://b/1819752).
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 '6da5b433c1b3d8b95371c418d4ab1aa88baa488c'
* commit '6da5b433c1b3d8b95371c418d4ab1aa88baa488c':
Adjust the padding in Home's all apps drawer
Merge commit '6b3f51d373f19711a7fac44f2f6df9dc89110eb1'
* commit '6b3f51d373f19711a7fac44f2f6df9dc89110eb1':
More new gestures UI. Adds a back button at the bottom of the settings activity.
Merge commit 'c5df5b61b8fee2969cf5413c98257959b84af327'
* commit 'c5df5b61b8fee2969cf5413c98257959b84af327':
Put in new version of search floater background image to put one pixel of padding
Merge commit 'aafeef310fab2b2e62850b09fe25411e65fe3171'
* commit 'aafeef310fab2b2e62850b09fe25411e65fe3171':
Fix the search widget taking characters into it rather than forwarding
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 '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.
Merge commit '1ce1a24cba4dc41bccfeab6fccb2f3355423841a'
* commit '1ce1a24cba4dc41bccfeab6fccb2f3355423841a':
Fixes#1937447. Home was not saving the appropriate state when losing focus.
Merge commit 'fca59c759ef9c7cc2fc062d14ede8bd57254abbf'
* commit 'fca59c759ef9c7cc2fc062d14ede8bd57254abbf':
Fixes#1824492. Removes the clock from the default Home layout.
Merge commit '6fefcf1f83ba05e898ea7164a68dcced657bb43e'
* commit '6fefcf1f83ba05e898ea7164a68dcced657bb43e':
Change recognition matchin in Home to immediate mode.
Instead of waiting for Xms after a finger up event to start the recognition process,
do it right away on a finger up event. This provides immediate feedback.