Commit Graph

36166 Commits

Author SHA1 Message Date
Romain Guy 2cef9ae6c8 am 6f227eba: Fixes #1977560. Prevents NPE when rotating the gestures activity.
Merge commit '6f227eba4bdf96102e6dda24ff6c9961a6c41c38'

* commit '6f227eba4bdf96102e6dda24ff6c9961a6c41c38':
  Fixes #1977560. Prevents NPE when rotating the gestures activity.
2009-07-14 13:21:34 -07:00
Romain Guy 6f227eba4b Fixes #1977560. Prevents NPE when rotating the gestures activity. 2009-07-14 13:18:51 -07:00
Android (Google) Code Review 9d8ab69b47 am c5df5b61: Merge change 7061 into donut
Merge commit 'c5df5b61b8fee2969cf5413c98257959b84af327'

* commit 'c5df5b61b8fee2969cf5413c98257959b84af327':
  Put in new version of search floater background image to put one pixel of padding
2009-07-14 10:21:31 -07:00
Android (Google) Code Review c5df5b61b8 Merge change 7061 into donut
* changes:
  Put in new version of search floater background image to put one pixel of padding and one less pixel of margin at the top.
2009-07-13 20:46:52 -07:00
Mike LeBeau d717ca2d91 Put in new version of search floater background image to put one pixel of padding
and one less pixel of margin at the top.
2009-07-13 20:46:10 -07:00
Eric Fischer 3d95f65906 am f881f08d: Import new translations
Merge commit 'f881f08d3070f466a74400a7b154a6a5a69e6835'

* commit 'f881f08d3070f466a74400a7b154a6a5a69e6835':
  Import new translations
2009-07-13 16:59:23 -07:00
Eric Fischer f881f08d30 Import new translations 2009-07-13 15:48:21 -07:00
Romain Guy b8698ba0f6 am 83fb0c1c: Remove unused resources from Home.
Merge commit '83fb0c1c42141211e04f43d2b85ceaec5e463c95'

* commit '83fb0c1c42141211e04f43d2b85ceaec5e463c95':
  Remove unused resources from Home.
2009-07-09 14:59:53 -07:00
Romain Guy 83fb0c1c42 Remove unused resources from Home. 2009-07-09 14:57:27 -07:00
Bjorn Bringert f9aca51136 am 0879cef6: Don\'t call SearchManager.isVisible() in Launcher.
Merge commit '0879cef6ddeda7e5e5409fe1277b9786aab32249'

* commit '0879cef6ddeda7e5e5409fe1277b9786aab32249':
  Don't call SearchManager.isVisible() in Launcher.
2009-07-08 07:06:23 -07:00
Bjorn Bringert 0879cef6dd Don't call SearchManager.isVisible() in Launcher.
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.
2009-07-08 12:38:25 +01:00
Romain Guy eb5b16dbda am a206daae: Related to #1444844. Caps fling velocity on Home.
Merge commit 'a206daaed1318005d1534cca2e4eeec56144d104'

* commit 'a206daaed1318005d1534cca2e4eeec56144d104':
  Related to #1444844. Caps fling velocity on Home.
2009-07-06 13:12:33 -07:00
Romain Guy a206daaed1 Related to #1444844. Caps fling velocity on Home. 2009-07-06 11:51:18 -07:00
Mike LeBeau 5f9510f1c1 am aafeef31: 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 'aafeef310fab2b2e62850b09fe25411e65fe3171'

* commit 'aafeef310fab2b2e62850b09fe25411e65fe3171':
  Fix the search widget taking characters into it rather than forwarding
2009-07-06 11:17:50 -07:00
Mike LeBeau 81e6e46900 am 736cf281: Close the search dialog when user gets to Home by pressing home button, but still keep it up if the user pressed e.g. back button.
Merge commit '736cf281f403b2c6bdee3569dd9862011726a93c'

* commit '736cf281f403b2c6bdee3569dd9862011726a93c':
  Close the search dialog when user gets to Home by pressing home button,
2009-07-06 11:17:47 -07:00
Android (Google) Code Review 3f44d7d0d5 am 93e95153: Merge change 6127 into donut
Merge commit '93e95153482f30c76f0d14eb9789a5000a444ae3'

* commit '93e95153482f30c76f0d14eb9789a5000a444ae3':
  Remove SearchAutocompleteTextView from Launcher.
2009-07-06 11:17:17 -07:00
Romain Guy b91608c842 am f38b3d57: Fixes #1956185. Restores the gesture when changing orientation when creating a shortcut.
Merge commit 'f38b3d57033cf416454b3b9d019756c8bca03648'

* commit 'f38b3d57033cf416454b3b9d019756c8bca03648':
  Fixes #1956185. Restores the gesture when changing orientation when creating a shortcut.
2009-07-03 08:18:01 -07:00
Mike LeBeau aafeef310f 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.
2009-07-02 18:23:15 -07:00
Mike LeBeau 736cf281f4 Close the search dialog when user gets to Home by pressing home button,
but still keep it up if the user pressed e.g. back button.
2009-07-02 18:23:15 -07:00
Android (Google) Code Review 93e9515348 Merge change 6127 into donut
* changes:
  Remove SearchAutocompleteTextView from Launcher.
2009-07-02 16:05:37 -07:00
Karl Rosaen a224fe5004 Remove SearchAutocompleteTextView from Launcher.
Now that the search widget doesn't actually get focus (it just turns into
the search dialog), it is no longer needed.
2009-07-02 14:19:44 -07:00
Romain Guy 2414a115b7 am 98d0165c: Use a plain DataOutputStream instead of SharedPreferences in Home.
Merge commit '98d0165c88b643d6ead4ebf35bb60be220f5811a'

* commit '98d0165c88b643d6ead4ebf35bb60be220f5811a':
  Use a plain DataOutputStream instead of SharedPreferences in Home.
2009-07-01 22:44:40 -07:00
Romain Guy f38b3d5703 Fixes #1956185. Restores the gesture when changing orientation when creating a shortcut. 2009-07-01 16:39:46 -07:00
Romain Guy 2149f483a1 am 08f97496: Fixes #1949637. Home was setting waitingForResult=true whenever an app was launched.
Merge commit '08f97496b72aaff822aba89271e9bd458aafae2d'

* commit '08f97496b72aaff822aba89271e9bd458aafae2d':
  Fixes #1949637. Home was setting waitingForResult=true whenever an app was launched.
2009-07-01 11:19:02 -07:00
Romain Guy 98d0165c88 Use a plain DataOutputStream instead of SharedPreferences in Home. 2009-06-30 16:21:04 -07:00
Romain Guy ee21164548 am 806b0f3f: Fix use of drawing cache in Launcher.
Merge commit '806b0f3fbf02171c691b1f9d48e51a47760565b3'

* commit '806b0f3fbf02171c691b1f9d48e51a47760565b3':
  Fix use of drawing cache in Launcher.
2009-06-29 20:19:54 -07:00
Romain Guy 08f97496b7 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.
2009-06-29 14:41:20 -07:00
Romain Guy 806b0f3fbf Fix use of drawing cache in Launcher. 2009-06-26 16:57:39 -07:00
Romain Guy 477253fdee am f280f202: Fixes #1945905. Prevents the user from clicking the same button mutiple times.
Merge commit 'f280f202e914d92630132a9fab522b80b97ee1d7'

* commit 'f280f202e914d92630132a9fab522b80b97ee1d7':
  Fixes #1945905. Prevents the user from clicking the same button mutiple times.
2009-06-26 10:32:24 -07:00
Romain Guy f280f202e9 Fixes #1945905. Prevents the user from clicking the same button mutiple times. 2009-06-26 10:31:07 -07:00
Dianne Hackborn 5fda960ebe am f2287536: Change name for home\'s uid to something more generic.
Merge commit 'f22875368c9909a36c47575f2f8c08f2ba4da549'

* commit 'f22875368c9909a36c47575f2f8c08f2ba4da549':
  Change name for home's uid to something more generic.
2009-06-24 20:35:50 -07:00
Dianne Hackborn f22875368c Change name for home's uid to something more generic.
There are lots of things running under home's uid, so give it a more generic
name.  Home no longer to blame for all the world's ills!
2009-06-24 20:30:24 -07:00
Romain Guy da26820c19 am 800c215f: Fix the build
Merge commit '800c215fa89f913626510adc01bdb6b8f4dec041'

* commit '800c215fa89f913626510adc01bdb6b8f4dec041':
  Fix the build
2009-06-24 17:40:47 -07:00
Android (Google) Code Review f99599b2e8 am f90f31e0: Merge change 5291 into donut
Merge commit 'f90f31e09f24b41f8bb656ff764b69a2920279d9'

* commit 'f90f31e09f24b41f8bb656ff764b69a2920279d9':
  Add the few missing strings needed by Home.
2009-06-24 17:39:26 -07:00
Romain Guy 800c215fa8 Fix the build 2009-06-24 17:38:45 -07:00
Android (Google) Code Review f90f31e09f Merge change 5291 into donut
* changes:
  Add the few missing strings needed by Home.
2009-06-24 17:29:11 -07:00
Romain Guy 840f0d72e8 Add the few missing strings needed by Home. 2009-06-24 17:25:39 -07:00
Romain Guy 08b4e3cf3f am b132a97c: Fixes #1940691. Sync packages when home receives a reinstall notification.
Merge commit 'b132a97cb7ee976bc54370fd0d5899876eaaf33a'

* commit 'b132a97cb7ee976bc54370fd0d5899876eaaf33a':
  Fixes #1940691. Sync packages when home receives a reinstall notification.
2009-06-24 15:45:12 -07:00
Romain Guy b132a97cb7 Fixes #1940691. Sync packages when home receives a reinstall notification.
Home was only updating known activities. This change makes home also check for
removed activities and added activities.
2009-06-24 13:45:46 -07:00
Romain Guy 77ee002f77 am 1ce1a24c: Fixes #1937447. Home was not saving the appropriate state when losing focus.
Merge commit '1ce1a24cba4dc41bccfeab6fccb2f3355423841a'

* commit '1ce1a24cba4dc41bccfeab6fccb2f3355423841a':
  Fixes #1937447. Home was not saving the appropriate state when losing focus.
2009-06-23 17:54:59 -07:00
Romain Guy 1ce1a24cba Fixes #1937447. Home was not saving the appropriate state when losing focus. 2009-06-23 17:34:54 -07:00
Romain Guy 0b5fcb7e73 am 417d2342: Fixes #1930608. Drop the gestures tables before attempting to recreate it.
Merge commit '417d23428af00d928805c88c7731ccd0ece7fab2'

* commit '417d23428af00d928805c88c7731ccd0ece7fab2':
  Fixes #1930608. Drop the gestures tables before attempting to recreate it.
2009-06-19 16:43:42 -07:00
Romain Guy 417d23428a Fixes #1930608. Drop the gestures tables before attempting to recreate it. 2009-06-19 14:28:51 -07:00
Romain Guy ab7a3aa21a am 3cf604f3: Fixes #1919280. Home was leaking the gestures window on configuration change.
Merge commit '3cf604f3b9be2c640e81219696f01da43cf26062'

* commit '3cf604f3b9be2c640e81219696f01da43cf26062':
  Fixes #1919280. Home was leaking the gestures window on configuration change.
2009-06-17 21:49:39 -07:00
Romain Guy b0d35c42eb am 94406848: Close the gestures pad when pressing Home. A regression was recently introduced when ignoring the Home key press when Home\'s window does not have focus.
Merge commit '94406848f62e6990fa169fc40672c752f8419cf2'

* commit '94406848f62e6990fa169fc40672c752f8419cf2':
  Close the gestures pad when pressing Home. A regression was recently introduced when
2009-06-17 21:49:14 -07:00
Romain Guy 3cf604f3b9 Fixes #1919280. Home was leaking the gestures window on configuration change.
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.
2009-06-17 17:22:14 -07:00
Romain Guy 94406848f6 Close the gestures pad when pressing Home. A regression was recently introduced when
ignoring the Home key press when Home's window does not have focus.
2009-06-17 16:18:58 -07:00
Android (Google) Code Review 451aba0318 am 529100b7: Merge change 4479 into donut
Merge commit '529100b752f581cc281ca664410129282ca09d74'

* commit '529100b752f581cc281ca664410129282ca09d74':
  Adds checks in Home's broadcast receivers to handle only known actions.
2009-06-17 15:39:08 -07:00
Romain Guy 0e7886b196 am c665672a: Fix handling of the back key on Home in the gestures panel.
Merge commit 'c665672acb7b907aefcc8b07452f5d06824a3469'

* commit 'c665672acb7b907aefcc8b07452f5d06824a3469':
  Fix handling of the back key on Home in the gestures panel.
2009-06-17 15:39:00 -07:00
Android (Google) Code Review 529100b752 Merge change 4479 into donut
* changes:
  Adds checks in Home's broadcast receivers to handle only known actions.
2009-06-17 10:41:44 -07:00