Commit Graph

17541 Commits

Author SHA1 Message Date
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
Romain Guy c665672acb 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.
2009-06-17 10:28:43 -07:00
Romain Guy 51ed5b9bc0 Adds checks in Home's broadcast receivers to handle only known actions.
Previously, Home would handle any action sent directly to its broadcast
receivers as if it was an UNINSTALL/INSTALL_SHORTCUT action.
2009-06-17 10:20:34 -07:00
Android (Google) Code Review 7287d2d444 am ded9ec91: Merge change 4383 into donut
Merge commit 'ded9ec91f6623d2566e1b2439ab302b6451e1657'

* commit 'ded9ec91f6623d2566e1b2439ab302b6451e1657':
  Fixes #1912902. Handles orientation change when renaming gestures.
2009-06-16 16:43:07 -07:00
Romain Guy b0e4ad7422 am e3895ae9: Fixes #1921372. Pressing Home with the window shade down would show gestures pad.
Merge commit 'e3895ae9212d8654af10983cbf62206ead02ec24'

* commit 'e3895ae9212d8654af10983cbf62206ead02ec24':
  Fixes #1921372. Pressing Home with the window shade down would show gestures pad.
2009-06-16 16:43:03 -07:00
Android (Google) Code Review ded9ec91f6 Merge change 4383 into donut
* changes:
  Fixes #1912902. Handles orientation change when renaming gestures.
2009-06-16 13:49:15 -07:00
Romain Guy 708ab96f2e Fixes #1912902. Handles orientation change when renaming gestures.
The GesturesActivity was crashing when changing the orientation while
renaming a gesture. This was due to unimplemented support for orientation
changes.
2009-06-16 13:47:58 -07:00
Romain Guy e3895ae921 Fixes #1921372. Pressing Home with the window shade down would show gestures pad.
This change checks for the window focus before taking action. If the Home's window
does not have focus, then the gestures pad is not shown.
2009-06-16 13:25:29 -07:00
Romain Guy 726aec16f4 am 91a9c963: When initiating a drag and drop from a folder in home, you could sometimes see a black background behind the icon. This was due to uncleared drawing caches.
Merge commit '91a9c9636f10f1e12cd1f660b2e330634fbdc7dc'

* commit '91a9c9636f10f1e12cd1f660b2e330634fbdc7dc':
  When initiating a drag and drop from a folder in home, you could sometimes see
2009-06-14 21:12:33 -07:00
Romain Guy 91a9c9636f When initiating a drag and drop from a folder in home, you could sometimes see
a black background behind the icon. This was due to uncleared drawing caches.
2009-06-12 13:52:17 -07:00
Android (Google) Code Review 7d3307dd76 am fca59c75: Merge change 3947 into donut
Merge commit 'fca59c759ef9c7cc2fc062d14ede8bd57254abbf'

* commit 'fca59c759ef9c7cc2fc062d14ede8bd57254abbf':
  Fixes #1824492. Removes the clock from the default Home layout.
2009-06-12 04:59:41 -07:00
Android (Google) Code Review d16cd03e41 am 3003fb82: Merge change 3939 into donut
Merge commit '3003fb8214e512ee7b8eb62b10b7446177e0682c'

* commit '3003fb8214e512ee7b8eb62b10b7446177e0682c':
  Tweak thread priorities in Home to make first boot experience a little better.
2009-06-12 04:59:40 -07:00
Android (Google) Code Review fca59c759e Merge change 3947 into donut
* changes:
  Fixes #1824492. Removes the clock from the default Home layout.
2009-06-11 14:27:05 -07:00
Romain Guy 70557a7f78 Fixes #1824492. Removes the clock from the default Home layout. 2009-06-11 14:25:47 -07:00
Android (Google) Code Review 3003fb8214 Merge change 3939 into donut
* changes:
  Tweak thread priorities in Home to make first boot experience a little better.
2009-06-11 14:10:09 -07:00
Romain Guy 2fcbd686d1 Tweak thread priorities in Home to make first boot experience a little better. 2009-06-11 14:02:33 -07:00
Romain Guy 6385b35561 am 6fefcf1f: Change recognition matchin in Home to immediate mode.
Merge commit '6fefcf1f83ba05e898ea7164a68dcced657bb43e'

* commit '6fefcf1f83ba05e898ea7164a68dcced657bb43e':
  Change recognition matchin in Home to immediate mode.
2009-06-11 13:17:01 -07:00
Romain Guy 6fefcf1f83 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.
2009-06-11 13:07:43 -07:00
Romain Guy c2cabbe976 am ae4f5759: Improve the threading model in the gestures settings activity.
Merge commit 'ae4f575911d0c17de8d687a8fa092b0aa8360243'

* commit 'ae4f575911d0c17de8d687a8fa092b0aa8360243':
  Improve the threading model in the gestures settings activity.
2009-06-11 11:42:01 -07:00
Romain Guy ae4f575911 Improve the threading model in the gestures settings activity.
This change checks for isCancelled() inside the loop to be able to terminate
the thread as early as possible.
2009-06-11 11:12:51 -07:00
Eric Fischer 051548ce42 am 70729e7a: Update Portuguese translations.
Merge commit '70729e7a0c4614502cd59adde0928191ae59916f'

* commit '70729e7a0c4614502cd59adde0928191ae59916f':
  Update Portuguese translations.
2009-06-10 15:33:49 -07:00
Eric Fischer c965e10c78 am 2c23a315: am 72281585: AI 149721: Import Portuguese translations.
Merge commit '2c23a315a6b7222fdbedd13acea6b2766910d87a'

* commit '2c23a315a6b7222fdbedd13acea6b2766910d87a':
  AI 149721: Import Portuguese translations.
2009-06-10 15:32:23 -07:00
Eric Fischer 70729e7a0c Update Portuguese translations. 2009-06-10 15:11:18 -07:00
Eric Fischer 2c23a315a6 am 72281585: AI 149721: Import Portuguese translations.
Merge commit '72281585d136353ed3814a96448763a2a6f7cca4' into donut

* commit '72281585d136353ed3814a96448763a2a6f7cca4':
  AI 149721: Import Portuguese translations.
2009-06-10 12:29:59 -07:00
Eric Fischer 72281585d1 AI 149721: Import Portuguese translations.
Automated import of CL 149721
2009-06-10 12:26:08 -07:00
Romain Guy fb78b43b30 am b8734248: Fixes 1909513.
Merge commit 'b8734248181509727a8a19372650dc804d58c21e'

* commit 'b8734248181509727a8a19372650dc804d58c21e':
  Fixes 1909513.
2009-06-10 12:21:16 -07:00