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.
Previously, pressing back in a dialog on top of the gestures panel would
always dismiss the gestures panel. This is because the UP event for the
BACK key is sent to the underlying window after dismissing a dialog.
This fix simply checks for DOWN events only.
Merge commit 'e3895ae9212d8654af10983cbf62206ead02ec24'
* commit 'e3895ae9212d8654af10983cbf62206ead02ec24':
Fixes#1921372. Pressing Home with the window shade down would show gestures pad.
The GesturesActivity was crashing when changing the orientation while
renaming a gesture. This was due to unimplemented support for orientation
changes.
Merge commit '91a9c9636f10f1e12cd1f660b2e330634fbdc7dc'
* commit '91a9c9636f10f1e12cd1f660b2e330634fbdc7dc':
When initiating a drag and drop from a folder in home, you could sometimes see
Merge commit 'fca59c759ef9c7cc2fc062d14ede8bd57254abbf'
* commit 'fca59c759ef9c7cc2fc062d14ede8bd57254abbf':
Fixes#1824492. Removes the clock from the default Home layout.
Merge commit '3003fb8214e512ee7b8eb62b10b7446177e0682c'
* commit '3003fb8214e512ee7b8eb62b10b7446177e0682c':
Tweak thread priorities in Home to make first boot experience a little better.
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.
Merge commit 'ae4f575911d0c17de8d687a8fa092b0aa8360243'
* commit 'ae4f575911d0c17de8d687a8fa092b0aa8360243':
Improve the threading model in the gestures settings activity.