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.
Merge commit 'b132a97cb7ee976bc54370fd0d5899876eaaf33a'
* commit 'b132a97cb7ee976bc54370fd0d5899876eaaf33a':
Fixes#1940691. Sync packages when home receives a reinstall notification.
Merge commit '1ce1a24cba4dc41bccfeab6fccb2f3355423841a'
* commit '1ce1a24cba4dc41bccfeab6fccb2f3355423841a':
Fixes#1937447. Home was not saving the appropriate state when losing focus.
Merge commit '417d23428af00d928805c88c7731ccd0ece7fab2'
* commit '417d23428af00d928805c88c7731ccd0ece7fab2':
Fixes#1930608. Drop the gestures tables before attempting to recreate it.
Merge commit '3cf604f3b9be2c640e81219696f01da43cf26062'
* commit '3cf604f3b9be2c640e81219696f01da43cf26062':
Fixes#1919280. Home was leaking the gestures window on configuration change.
Merge commit '94406848f62e6990fa169fc40672c752f8419cf2'
* commit '94406848f62e6990fa169fc40672c752f8419cf2':
Close the gestures pad when pressing Home. A regression was recently introduced when
Dismisses the popup window upon configuration change and correctly restores the
window after the new activity is created. This change also saves/restores the
current gesture and its match. This change also fixes the handling of the back
key when creating a new gesture-based shortcut: the gestures pad is not dismissed
anymore when pressing back in one of the shortcuts dialogs.
Merge commit '529100b752f581cc281ca664410129282ca09d74'
* commit '529100b752f581cc281ca664410129282ca09d74':
Adds checks in Home's broadcast receivers to handle only known actions.
Merge commit 'c665672acb7b907aefcc8b07452f5d06824a3469'
* commit 'c665672acb7b907aefcc8b07452f5d06824a3469':
Fix handling of the back key on Home in the gestures panel.