OSDN Git Service

android-x86/packages-apps-Launcher.git
15 years agoam 08f97496: Fixes #1949637. Home was setting waitingForResult=true whenever an app...
Romain Guy [Wed, 1 Jul 2009 18:19:02 +0000 (11:19 -0700)]
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.

15 years agoam 806b0f3f: Fix use of drawing cache in Launcher.
Romain Guy [Tue, 30 Jun 2009 03:19:54 +0000 (20:19 -0700)]
am 806b0f3f: Fix use of drawing cache in Launcher.

Merge commit '806b0f3fbf02171c691b1f9d48e51a47760565b3'

* commit '806b0f3fbf02171c691b1f9d48e51a47760565b3':
  Fix use of drawing cache in Launcher.

15 years agoFixes #1949637. Home was setting waitingForResult=true whenever an app was launched.
Romain Guy [Mon, 29 Jun 2009 21:41:20 +0000 (14:41 -0700)]
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.

15 years agoFix use of drawing cache in Launcher.
Romain Guy [Fri, 26 Jun 2009 23:57:39 +0000 (16:57 -0700)]
Fix use of drawing cache in Launcher.

15 years agoam f280f202: Fixes #1945905. Prevents the user from clicking the same button mutiple...
Romain Guy [Fri, 26 Jun 2009 17:32:24 +0000 (10:32 -0700)]
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.

15 years agoFixes #1945905. Prevents the user from clicking the same button mutiple times.
Romain Guy [Fri, 26 Jun 2009 17:31:07 +0000 (10:31 -0700)]
Fixes #1945905. Prevents the user from clicking the same button mutiple times.

15 years agoam f2287536: Change name for home\'s uid to something more generic.
Dianne Hackborn [Thu, 25 Jun 2009 03:35:50 +0000 (20:35 -0700)]
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.

15 years agoChange name for home's uid to something more generic.
Dianne Hackborn [Thu, 25 Jun 2009 03:08:36 +0000 (20:08 -0700)]
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!

15 years agoam 800c215f: Fix the build
Romain Guy [Thu, 25 Jun 2009 00:40:47 +0000 (17:40 -0700)]
am 800c215f: Fix the build

Merge commit '800c215fa89f913626510adc01bdb6b8f4dec041'

* commit '800c215fa89f913626510adc01bdb6b8f4dec041':
  Fix the build

15 years agoam f90f31e0: Merge change 5291 into donut
Android (Google) Code Review [Thu, 25 Jun 2009 00:39:26 +0000 (17:39 -0700)]
am f90f31e0: Merge change 5291 into donut

Merge commit 'f90f31e09f24b41f8bb656ff764b69a2920279d9'

* commit 'f90f31e09f24b41f8bb656ff764b69a2920279d9':
  Add the few missing strings needed by Home.

15 years agoFix the build
Romain Guy [Thu, 25 Jun 2009 00:38:45 +0000 (17:38 -0700)]
Fix the build

15 years agoMerge change 5291 into donut
Android (Google) Code Review [Thu, 25 Jun 2009 00:29:11 +0000 (17:29 -0700)]
Merge change 5291 into donut

* changes:
  Add the few missing strings needed by Home.

15 years agoAdd the few missing strings needed by Home.
Romain Guy [Thu, 25 Jun 2009 00:25:39 +0000 (17:25 -0700)]
Add the few missing strings needed by Home.

15 years agoam b132a97c: Fixes #1940691. Sync packages when home receives a reinstall notification.
Romain Guy [Wed, 24 Jun 2009 22:45:12 +0000 (15:45 -0700)]
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.

15 years agoFixes #1940691. Sync packages when home receives a reinstall notification.
Romain Guy [Wed, 24 Jun 2009 20:45:46 +0000 (13:45 -0700)]
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.

15 years agoam 1ce1a24c: Fixes #1937447. Home was not saving the appropriate state when losing...
Romain Guy [Wed, 24 Jun 2009 00:54:59 +0000 (17:54 -0700)]
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.

15 years agoFixes #1937447. Home was not saving the appropriate state when losing focus.
Romain Guy [Wed, 24 Jun 2009 00:34:54 +0000 (17:34 -0700)]
Fixes #1937447. Home was not saving the appropriate state when losing focus.

15 years agoam 417d2342: Fixes #1930608. Drop the gestures tables before attempting to recreate it.
Romain Guy [Fri, 19 Jun 2009 23:43:42 +0000 (16:43 -0700)]
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.

15 years agoFixes #1930608. Drop the gestures tables before attempting to recreate it.
Romain Guy [Fri, 19 Jun 2009 21:28:51 +0000 (14:28 -0700)]
Fixes #1930608. Drop the gestures tables before attempting to recreate it.

15 years agoam 3cf604f3: Fixes #1919280. Home was leaking the gestures window on configuration...
Romain Guy [Thu, 18 Jun 2009 04:49:39 +0000 (21:49 -0700)]
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.

15 years agoam 94406848: Close the gestures pad when pressing Home. A regression was recently...
Romain Guy [Thu, 18 Jun 2009 04:49:14 +0000 (21:49 -0700)]
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

15 years agoFixes #1919280. Home was leaking the gestures window on configuration change.
Romain Guy [Tue, 16 Jun 2009 20:12:53 +0000 (13:12 -0700)]
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.

15 years agoClose the gestures pad when pressing Home. A regression was recently introduced when
Romain Guy [Wed, 17 Jun 2009 23:18:58 +0000 (16:18 -0700)]
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.

15 years agoam 529100b7: Merge change 4479 into donut
Android (Google) Code Review [Wed, 17 Jun 2009 22:39:08 +0000 (15:39 -0700)]
am 529100b7: Merge change 4479 into donut

Merge commit '529100b752f581cc281ca664410129282ca09d74'

* commit '529100b752f581cc281ca664410129282ca09d74':
  Adds checks in Home's broadcast receivers to handle only known actions.

15 years agoam c665672a: Fix handling of the back key on Home in the gestures panel.
Romain Guy [Wed, 17 Jun 2009 22:39:00 +0000 (15:39 -0700)]
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.

15 years agoMerge change 4479 into donut
Android (Google) Code Review [Wed, 17 Jun 2009 17:41:44 +0000 (10:41 -0700)]
Merge change 4479 into donut

* changes:
  Adds checks in Home's broadcast receivers to handle only known actions.

15 years agoFix handling of the back key on Home in the gestures panel.
Romain Guy [Wed, 17 Jun 2009 17:28:43 +0000 (10:28 -0700)]
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.

15 years agoAdds checks in Home's broadcast receivers to handle only known actions.
Romain Guy [Wed, 17 Jun 2009 17:20:34 +0000 (10:20 -0700)]
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.

15 years agoam ded9ec91: Merge change 4383 into donut
Android (Google) Code Review [Tue, 16 Jun 2009 23:43:07 +0000 (16:43 -0700)]
am ded9ec91: Merge change 4383 into donut

Merge commit 'ded9ec91f6623d2566e1b2439ab302b6451e1657'

* commit 'ded9ec91f6623d2566e1b2439ab302b6451e1657':
  Fixes #1912902. Handles orientation change when renaming gestures.

15 years agoam e3895ae9: Fixes #1921372. Pressing Home with the window shade down would show...
Romain Guy [Tue, 16 Jun 2009 23:43:03 +0000 (16:43 -0700)]
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.

15 years agoMerge change 4383 into donut
Android (Google) Code Review [Tue, 16 Jun 2009 20:49:15 +0000 (13:49 -0700)]
Merge change 4383 into donut

* changes:
  Fixes #1912902. Handles orientation change when renaming gestures.

15 years agoFixes #1912902. Handles orientation change when renaming gestures.
Romain Guy [Tue, 16 Jun 2009 20:47:58 +0000 (13:47 -0700)]
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.

15 years agoFixes #1921372. Pressing Home with the window shade down would show gestures pad.
Romain Guy [Tue, 16 Jun 2009 20:25:29 +0000 (13:25 -0700)]
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.

15 years agoam 91a9c963: When initiating a drag and drop from a folder in home, you could sometim...
Romain Guy [Mon, 15 Jun 2009 04:12:33 +0000 (21:12 -0700)]
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

15 years agoWhen initiating a drag and drop from a folder in home, you could sometimes see
Romain Guy [Fri, 12 Jun 2009 20:52:17 +0000 (13:52 -0700)]
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.

15 years agoam fca59c75: Merge change 3947 into donut
Android (Google) Code Review [Fri, 12 Jun 2009 11:59:41 +0000 (04:59 -0700)]
am fca59c75: Merge change 3947 into donut

Merge commit 'fca59c759ef9c7cc2fc062d14ede8bd57254abbf'

* commit 'fca59c759ef9c7cc2fc062d14ede8bd57254abbf':
  Fixes #1824492. Removes the clock from the default Home layout.

15 years agoam 3003fb82: Merge change 3939 into donut
Android (Google) Code Review [Fri, 12 Jun 2009 11:59:40 +0000 (04:59 -0700)]
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.

15 years agoMerge change 3947 into donut
Android (Google) Code Review [Thu, 11 Jun 2009 21:27:05 +0000 (14:27 -0700)]
Merge change 3947 into donut

* changes:
  Fixes #1824492. Removes the clock from the default Home layout.

15 years agoFixes #1824492. Removes the clock from the default Home layout.
Romain Guy [Thu, 11 Jun 2009 21:25:47 +0000 (14:25 -0700)]
Fixes #1824492. Removes the clock from the default Home layout.

15 years agoMerge change 3939 into donut
Android (Google) Code Review [Thu, 11 Jun 2009 21:10:09 +0000 (14:10 -0700)]
Merge change 3939 into donut

* changes:
  Tweak thread priorities in Home to make first boot experience a little better.

15 years agoTweak thread priorities in Home to make first boot experience a little better.
Romain Guy [Thu, 11 Jun 2009 20:58:26 +0000 (13:58 -0700)]
Tweak thread priorities in Home to make first boot experience a little better.

15 years agoam 6fefcf1f: Change recognition matchin in Home to immediate mode.
Romain Guy [Thu, 11 Jun 2009 20:17:01 +0000 (13:17 -0700)]
am 6fefcf1f: Change recognition matchin in Home to immediate mode.

Merge commit '6fefcf1f83ba05e898ea7164a68dcced657bb43e'

* commit '6fefcf1f83ba05e898ea7164a68dcced657bb43e':
  Change recognition matchin in Home to immediate mode.

15 years agoChange recognition matchin in Home to immediate mode.
Romain Guy [Thu, 11 Jun 2009 20:07:43 +0000 (13:07 -0700)]
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.

15 years agoam ae4f5759: Improve the threading model in the gestures settings activity.
Romain Guy [Thu, 11 Jun 2009 18:42:01 +0000 (11:42 -0700)]
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.

15 years agoImprove the threading model in the gestures settings activity.
Romain Guy [Thu, 11 Jun 2009 18:12:51 +0000 (11:12 -0700)]
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.

15 years agoam 70729e7a: Update Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 22:33:49 +0000 (15:33 -0700)]
am 70729e7a: Update Portuguese translations.

Merge commit '70729e7a0c4614502cd59adde0928191ae59916f'

* commit '70729e7a0c4614502cd59adde0928191ae59916f':
  Update Portuguese translations.

15 years agoam 2c23a315: am 72281585: AI 149721: Import Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 22:32:23 +0000 (15:32 -0700)]
am 2c23a315: am 72281585: AI 149721: Import Portuguese translations.

Merge commit '2c23a315a6b7222fdbedd13acea6b2766910d87a'

* commit '2c23a315a6b7222fdbedd13acea6b2766910d87a':
  AI 149721: Import Portuguese translations.

15 years agoUpdate Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 22:11:18 +0000 (15:11 -0700)]
Update Portuguese translations.

15 years agoam 72281585: AI 149721: Import Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 19:29:59 +0000 (12:29 -0700)]
am 72281585: AI 149721: Import Portuguese translations.

Merge commit '72281585d136353ed3814a96448763a2a6f7cca4' into donut

* commit '72281585d136353ed3814a96448763a2a6f7cca4':
  AI 149721: Import Portuguese translations.

15 years agoAI 149721: Import Portuguese translations.
Eric Fischer [Wed, 10 Jun 2009 19:26:08 +0000 (12:26 -0700)]
AI 149721: Import Portuguese translations.

Automated import of CL 149721

15 years agoam b8734248: Fixes 1909513.
Romain Guy [Wed, 10 Jun 2009 19:21:16 +0000 (12:21 -0700)]
am b8734248: Fixes 1909513.

Merge commit 'b8734248181509727a8a19372650dc804d58c21e'

* commit 'b8734248181509727a8a19372650dc804d58c21e':
  Fixes 1909513.

15 years agoFixes 1909513.
Romain Guy [Wed, 10 Jun 2009 18:53:57 +0000 (11:53 -0700)]
Fixes 1909513.

Do not show the gestures pad when the user is in the search dialog.

15 years agoam aad5ef44: Fix issues with how the gestures pad was hidden when leaving Home.
Romain Guy [Wed, 10 Jun 2009 14:44:36 +0000 (07:44 -0700)]
am aad5ef44: Fix issues with how the gestures pad was hidden when leaving Home.

Merge commit 'aad5ef44c665fc4ce143a61c009dc04be3ab0437'

* commit 'aad5ef44c665fc4ce143a61c009dc04be3ab0437':
  Fix issues with how the gestures pad was hidden when leaving Home.

15 years agoam 73b979d8: Add gestures to Home.
Romain Guy [Wed, 10 Jun 2009 14:44:34 +0000 (07:44 -0700)]
am 73b979d8: Add gestures to Home.

Merge commit '73b979d8c141c7ceac82dad7c5b271a6a42afa67'

* commit '73b979d8c141c7ceac82dad7c5b271a6a42afa67':
  Add gestures to Home.

15 years agoFix issues with how the gestures pad was hidden when leaving Home.
Romain Guy [Wed, 10 Jun 2009 09:48:37 +0000 (02:48 -0700)]
Fix issues with how the gestures pad was hidden when leaving Home.

15 years agoAdd gestures to Home.
Romain Guy [Tue, 9 Jun 2009 19:57:21 +0000 (12:57 -0700)]
Add gestures to Home.

Press the Home key while in Home to enable the gestures pad.

15 years agoam cbb89e4f: Fix locked workspace in Home.
Romain Guy [Tue, 9 Jun 2009 06:52:45 +0000 (23:52 -0700)]
am cbb89e4f: Fix locked workspace in Home.

Merge commit 'cbb89e4fc253a5fc3f24162dfb4e29fc6a815c2b'

* commit 'cbb89e4fc253a5fc3f24162dfb4e29fc6a815c2b':
  Fix locked workspace in Home.

15 years agoFix locked workspace in Home.
Romain Guy [Mon, 8 Jun 2009 22:52:54 +0000 (15:52 -0700)]
Fix locked workspace in Home.

A dialog can be dismissed without being cancelled. This change simply
adds a dismiss listener to the Add dialog in Home to make sure the
workspace is properly unlocked when the dialog is dismissed.

15 years agoam c2e24c0a: Fixes #1876911
Romain Guy [Tue, 2 Jun 2009 07:36:21 +0000 (00:36 -0700)]
am c2e24c0a: Fixes #1876911

Merge commit 'c2e24c0a37ddeab930f731c062705d435e477f75'

* commit 'c2e24c0a37ddeab930f731c062705d435e477f75':
  Fixes #1876911

15 years agoam bb593755: Merge change 2865 into donut
Android (Google) Code Review [Tue, 2 Jun 2009 07:36:20 +0000 (00:36 -0700)]
am bb593755: Merge change 2865 into donut

Merge commit 'bb593755d2fa8980855072dfdc72aae3adb2e6dd'

* commit 'bb593755d2fa8980855072dfdc72aae3adb2e6dd':
  Fixes #1890155.

15 years agoam 2eb49ff2: Fixes #1889268.
Romain Guy [Tue, 2 Jun 2009 07:36:06 +0000 (00:36 -0700)]
am 2eb49ff2: Fixes #1889268.

Merge commit '2eb49ff2a3f7066cae1768d2314c4f912bd6c28d'

* commit '2eb49ff2a3f7066cae1768d2314c4f912bd6c28d':
  Fixes #1889268.

15 years agoFixes #1876911
Romain Guy [Mon, 1 Jun 2009 23:11:41 +0000 (16:11 -0700)]
Fixes #1876911

Moving the trackball up or down on a screen in Home could send the focus
to the left/right, which can be confusing. This issue was introduced by
a change in the way addFocusables() work and Home did not respect the
new behavior.

15 years agoMerge change 2865 into donut
Android (Google) Code Review [Mon, 1 Jun 2009 22:37:00 +0000 (15:37 -0700)]
Merge change 2865 into donut

* changes:
  Fixes #1890155.

15 years agoFixes #1890155.
Romain Guy [Mon, 1 Jun 2009 22:34:04 +0000 (15:34 -0700)]
Fixes #1890155.

Remove shortcuts from folders (closed and opened) whenever the user
uninstalls an application. Home was removing shortcuts from the
workspace and the database but was not updating the UI correctly
when running.

15 years agoFixes #1889268.
Romain Guy [Mon, 1 Jun 2009 21:54:59 +0000 (14:54 -0700)]
Fixes #1889268.

Dragging an icon out of a folder was showing a gray background. This was due to the icon's drawing cache background color. This fix simply temporarily resets that color when capturing the view into a Bitmap.

15 years agoam 8283ccff: Do not force the soft keyboard open if the search widget is already...
Mike LeBeau [Sat, 23 May 2009 20:11:54 +0000 (13:11 -0700)]
am 8283ccff: Do not force the soft keyboard open if the search widget is already at the top of the screen. Forcing the soft keyboard open is done at a specific time when animating the search widget to the top of the screen in order to time the two animations well, but we were doing it anyway even if the search widget was already at the top of the screen and didn\'t need to animate.

Merge commit '8283ccff7c44e3f2a62496167159228eb50706b6'

* commit '8283ccff7c44e3f2a62496167159228eb50706b6':
  Do not force the soft keyboard open if the search widget is already at the top of the screen.

15 years agoDo not force the soft keyboard open if the search widget is already at the top of...
Mike LeBeau [Sat, 23 May 2009 01:08:43 +0000 (18:08 -0700)]
Do not force the soft keyboard open if the search widget is already at the top of the screen.
Forcing the soft keyboard open is done at a specific time when animating the
search widget to the top of the screen in order to time the two animations well,
but we were doing it anyway even if the search widget was already at the top of
the screen and didn't need to animate.

Okay, so git does kinda rock when you're on a plane. :)

15 years agoam 6f3b4770: Merge change 1209 into donut
Android (Google) Code Review [Tue, 19 May 2009 06:56:16 +0000 (23:56 -0700)]
am 6f3b4770: Merge change 1209 into donut

Merge commit '6f3b47704c9e1f655df8ed5dcf4531745392b2d7'

* commit '6f3b47704c9e1f655df8ed5dcf4531745392b2d7':
  Make Launcher request BIND_APPWIDGET.

15 years agoMerge change 1209 into donut
Android (Google) Code Review [Mon, 18 May 2009 21:37:50 +0000 (14:37 -0700)]
Merge change 1209 into donut

* changes:
  Make Launcher request BIND_APPWIDGET.

15 years agoam c2ad7a6e: Fix for #1855127. When Home cannot decode an icon, it should not interru...
Romain Guy [Fri, 15 May 2009 00:48:20 +0000 (17:48 -0700)]
am c2ad7a6e: Fix for #1855127. When Home cannot decode an icon, it should not interrupt the loading of the workspace, but fallback to the default package icon.

Merge commit 'c2ad7a6e1571f933f4bc8ceaee5c745a96aaaf68'

* commit 'c2ad7a6e1571f933f4bc8ceaee5c745a96aaaf68':
  Fix for #1855127. When Home cannot decode an icon, it should not interrupt the loading of the workspace, but fallback to the default package icon.

15 years agoFix for #1855127. When Home cannot decode an icon, it should not interrupt the loadin...
Romain Guy [Fri, 15 May 2009 00:43:39 +0000 (17:43 -0700)]
Fix for #1855127. When Home cannot decode an icon, it should not interrupt the loading of the workspace, but fallback to the default package icon.

15 years agoam 583ed3b: * re-scale icons that are loaded using different denstiy met
Mitsuru Oshima [Wed, 13 May 2009 19:52:21 +0000 (12:52 -0700)]
am 583ed3b: * re-scale icons that are loaded using different denstiy met

Merge commit '583ed3ba08644912ec0f3ec8ceb939f9eb0b8e86'

* commit '583ed3ba08644912ec0f3ec8ceb939f9eb0b8e86':
  * re-scale icons that are loaded using different denstiy metrics.

15 years ago* re-scale icons that are loaded using different denstiy metrics.
Mitsuru Oshima [Wed, 13 May 2009 02:19:10 +0000 (19:19 -0700)]
* re-scale icons that are loaded using different denstiy metrics.
* fix potential npe

15 years agoam 4c58c48: Fixes #1844053. Home was accepting all drops, even when ther
Romain Guy [Wed, 13 May 2009 02:06:23 +0000 (19:06 -0700)]
am 4c58c48: Fixes #1844053. Home was accepting all drops, even when ther

Merge commit '4c58c485d8c02f8ca7e8b4d93140440f6a3a5131'

* commit '4c58c485d8c02f8ca7e8b4d93140440f6a3a5131':
  Fixes #1844053. Home was accepting all drops, even when there was no room left for a drop. This change fixes this while retaining the 'snap to vacant cell' ability added in Cupcake.

15 years agoFixes #1844053. Home was accepting all drops, even when there was no room left for...
Romain Guy [Wed, 13 May 2009 00:35:41 +0000 (17:35 -0700)]
Fixes #1844053. Home was accepting all drops, even when there was no room left for a drop. This change fixes this while retaining the 'snap to vacant cell' ability added in Cupcake.

15 years agoam 83f111d: Prevent race condition when cancelling long-press for scroll
Jeff Sharkey [Tue, 12 May 2009 01:26:50 +0000 (18:26 -0700)]
am 83f111d: Prevent race condition when cancelling long-press for scroll

Merge commit '83f111d129fcb8c50b35da789f0d75604b9c0864'

* commit '83f111d129fcb8c50b35da789f0d75604b9c0864':
  Prevent race condition when cancelling long-press for scroll.

15 years agoRevert "temporarily undo 6541ead358ccd9e40d212c7e8eb93ee3e1428ffc to fix the build"
The Android Open Source Project [Tue, 12 May 2009 01:22:38 +0000 (18:22 -0700)]
Revert "temporarily undo 6541ead358ccd9e40d212c7e8eb93ee3e1428ffc to fix the build"

This reverts commit a4be3693b5df867b30a9f99d22cdab89cb1f7f49.

15 years agoPrevent race condition when cancelling long-press for scroll.
Jeff Sharkey [Tue, 21 Apr 2009 04:03:13 +0000 (21:03 -0700)]
Prevent race condition when cancelling long-press for scroll.

When dragging between workspaces in rapid succession, the canceling of the
original long-press timer wasn't being triggered correctly.  (When the timer
fires, it might read an invalid Workspace.allowLongPress() value.)

This patchset correctly cancels any pending long-press timers once a desktop
scroll begins, and we don't need to rely on the allowLongPress() value.

15 years agotemporarily undo 6541ead358ccd9e40d212c7e8eb93ee3e1428ffc to fix the build
The Android Open Source Project [Mon, 11 May 2009 23:40:44 +0000 (16:40 -0700)]
temporarily undo 6541ead358ccd9e40d212c7e8eb93ee3e1428ffc to fix the build

15 years agoam ecadabf: Merge change 1372 into donut
Android (Google) Code Review [Mon, 11 May 2009 22:04:38 +0000 (15:04 -0700)]
am ecadabf: Merge change 1372 into donut

Merge commit 'ecadabf578369def58e343c1adbb5537aa9801e4'

* commit 'ecadabf578369def58e343c1adbb5537aa9801e4':
  Fixes #1596240. Optimize invalidate/draw passes by marking opaque views and avoiding drawing them. Whenever a View requests an invalidate its parent check whether the view is opaque or not. When the view is not opaque, the framework behaves as it used to. However, when a view is opaque, the parent marks itself as being dirty because of an opaque view. Its parent then does the same, and so on. When the framework then starts drawing the views, it does not draw views marked as dirty opaque. If a view is dirty opaque and receives an invalidate request from a non-opaque view, it then clears the dirty opaque flag and behaves as before.

15 years agoMerge change 1372 into donut
Android (Google) Code Review [Mon, 11 May 2009 22:03:50 +0000 (15:03 -0700)]
Merge change 1372 into donut

* changes:
  Fixes #1596240. Optimize invalidate/draw passes by marking opaque views and avoiding drawing them. Whenever a View requests an invalidate its parent check whether the view is opaque or not. When the view is not opaque, the framework behaves as it used to. However, when a view is opaque, the parent marks itself as being dirty because of an opaque view. Its parent then does the same, and so on. When the framework then starts drawing the views, it does not draw views marked as dirty opaque. If a view is dirty opaque and receives an invalidate request from a non-opaque view, it then clears the dirty opaque flag and behaves as before.

15 years agoFixes #1596240. Optimize invalidate/draw passes by marking opaque views and avoiding...
Romain Guy [Mon, 11 May 2009 18:50:46 +0000 (11:50 -0700)]
Fixes #1596240. Optimize invalidate/draw passes by marking opaque views and avoiding drawing them. Whenever a View requests an invalidate its parent check whether the view is opaque or not. When the view is not opaque, the framework behaves as it used to. However, when a view is opaque, the parent marks itself as being dirty because of an opaque view. Its parent then does the same, and so on. When the framework then starts drawing the views, it does not draw views marked as dirty opaque. If a view is dirty opaque and receives an invalidate request from a non-opaque view, it then clears the dirty opaque flag and behaves as before.

15 years agoam c7a21b5: Merge change 1274 into donut
Android (Google) Code Review [Fri, 8 May 2009 21:33:37 +0000 (14:33 -0700)]
am c7a21b5: Merge change 1274 into donut

Merge commit 'c7a21b5fe07837a1146f9781c1787100b8c04e84'

* commit 'c7a21b5fe07837a1146f9781c1787100b8c04e84':
  Modify comments in Launcher strings for global search.

15 years agoMerge change 1274 into donut
Android (Google) Code Review [Fri, 8 May 2009 21:33:08 +0000 (14:33 -0700)]
Merge change 1274 into donut

* changes:
  Modify comments in Launcher strings for global search.

15 years agoModify comments in Launcher strings for global search.
Mike LeBeau [Fri, 8 May 2009 21:27:31 +0000 (14:27 -0700)]
Modify comments in Launcher strings for global search.

15 years agoam 82fb8aa: am c4c1f32: AI 148592: Fix wallpaperchooser from previewing
Ramanan Rajeswaran [Fri, 8 May 2009 20:21:37 +0000 (13:21 -0700)]
am 82fb8aa: am c4c1f32: AI 148592: Fix wallpaperchooser from previewing

Merge commit '82fb8aab77147d344e00a8ed312aa299bf8a3bda'

* commit '82fb8aab77147d344e00a8ed312aa299bf8a3bda':
  AI 148592: Fix wallpaperchooser from previewing the default_wallpaper to wallpaper_lake. This issue is exposed

15 years agoam c4c1f32: AI 148592: Fix wallpaperchooser from previewing the default_
Ramanan Rajeswaran [Fri, 8 May 2009 20:17:39 +0000 (13:17 -0700)]
am c4c1f32: AI 148592: Fix wallpaperchooser from previewing the default_

Merge commit 'c4c1f32159cf125f60c6057e5099aa3e0dc439cf' into donut

* commit 'c4c1f32159cf125f60c6057e5099aa3e0dc439cf':
  AI 148592: Fix wallpaperchooser from previewing the default_wallpaper to wallpaper_lake. This issue is exposed

15 years agoAI 148592: Fix wallpaperchooser from previewing the default_wallpaper to wallpaper_la...
Ramanan Rajeswaran [Fri, 8 May 2009 20:15:08 +0000 (13:15 -0700)]
AI 148592: Fix wallpaperchooser from previewing the default_wallpaper to wallpaper_lake. This issue is exposed
  when we override the default wallpaper.
  BUG=1836838

Automated import of CL 148592

15 years agoMake Launcher request BIND_APPWIDGET.
Jeff Sharkey [Thu, 7 May 2009 23:12:05 +0000 (16:12 -0700)]
Make Launcher request BIND_APPWIDGET.

See http://b/issue?id=1839074 for more details.

15 years agoam 82d94d9: Fixes 1543726. Double-clicking Home should not make the work
Romain Guy [Thu, 7 May 2009 00:57:33 +0000 (17:57 -0700)]
am 82d94d9: Fixes 1543726. Double-clicking Home should not make the work

Merge commit '82d94d9e9ee4eb6b14db3c8df2f47dcae5ce4ab0'

* commit '82d94d9e9ee4eb6b14db3c8df2f47dcae5ce4ab0':
  Fixes 1543726. Double-clicking Home should not make the workspace disappear. This was caused by the workspace optimization that draws only what is thought to be the current celllayout.

15 years agoFixes 1543726. Double-clicking Home should not make the workspace disappear. This...
Romain Guy [Thu, 7 May 2009 00:43:13 +0000 (17:43 -0700)]
Fixes 1543726. Double-clicking Home should not make the workspace disappear. This was caused by the workspace optimization that draws only what is thought to be the current celllayout.

15 years agoam 51afc02: Fix obsolete javadoc
Romain Guy [Tue, 5 May 2009 01:04:21 +0000 (18:04 -0700)]
am 51afc02: Fix obsolete javadoc

Merge commit '51afc022fa76c79f0d1ece470ddc126c08fea8a4'

* commit '51afc022fa76c79f0d1ece470ddc126c08fea8a4':
  Fix obsolete javadoc

15 years agoFix obsolete javadoc
Romain Guy [Tue, 5 May 2009 01:03:43 +0000 (18:03 -0700)]
Fix obsolete javadoc

15 years agoam a84402a: am f40e4dd: AI 148147: Import lots of zh_TW translation chan
Eric Fischer [Fri, 1 May 2009 01:13:03 +0000 (18:13 -0700)]
am a84402a: am f40e4dd: AI 148147: Import lots of zh_TW translation chan

Merge commit 'a84402aa1f2e8c2ae8c6c2cf20082b5a25c8cf6f'

* commit 'a84402aa1f2e8c2ae8c6c2cf20082b5a25c8cf6f':
  AI 148147: Import lots of zh_TW translation changes.

15 years agoam f40e4dd: AI 148147: Import lots of zh_TW translation changes.
Eric Fischer [Fri, 1 May 2009 00:37:36 +0000 (17:37 -0700)]
am f40e4dd: AI 148147: Import lots of zh_TW translation changes.

Merge commit 'f40e4dd1cfb1d1faccd3b28ff8b92fce714a0c7c' into donut

* commit 'f40e4dd1cfb1d1faccd3b28ff8b92fce714a0c7c':
  AI 148147: Import lots of zh_TW translation changes.

15 years agoAI 148147: Import lots of zh_TW translation changes.
Eric Fischer [Fri, 1 May 2009 00:32:16 +0000 (17:32 -0700)]
AI 148147: Import lots of zh_TW translation changes.

Automated import of CL 148147

15 years agoam d86847e: am fc1a6d1: AI 148132: Add two wallpapers for tmobile and se
Ramanan Rajeswaran [Fri, 1 May 2009 00:31:31 +0000 (17:31 -0700)]
am d86847e: am fc1a6d1: AI 148132: Add two wallpapers for tmobile and se

Merge commit 'd86847ee018912e1ed9c83990711926907ee95a9'

* commit 'd86847ee018912e1ed9c83990711926907ee95a9':
  AI 148132: Add two wallpapers for tmobile and set the default wallpaper to tmobile

15 years agoam fc1a6d1: AI 148132: Add two wallpapers for tmobile and set the defaul
Ramanan Rajeswaran [Fri, 1 May 2009 00:28:22 +0000 (17:28 -0700)]
am fc1a6d1: AI 148132: Add two wallpapers for tmobile and set the defaul

Merge commit 'fc1a6d11747992ec1cdcc6c71899576c5bf8085f' into donut

* commit 'fc1a6d11747992ec1cdcc6c71899576c5bf8085f':
  AI 148132: Add two wallpapers for tmobile and set the default wallpaper to tmobile

15 years agoAI 148132: Add two wallpapers for tmobile and set the default wallpaper to tmobile
Ramanan Rajeswaran [Fri, 1 May 2009 00:25:21 +0000 (17:25 -0700)]
AI 148132: Add two wallpapers for tmobile and set the default wallpaper to tmobile
  turtle
  BUG=1808772

Automated import of CL 148132

15 years agoam cd22729: am 9ebccd0: AI 148026: Update zh_TW translations.
Eric Fischer [Fri, 1 May 2009 00:24:31 +0000 (17:24 -0700)]
am cd22729: am 9ebccd0: AI 148026: Update zh_TW translations.

Merge commit 'cd22729bc6872e8c032d0fa4102d9f512a55bb31'

* commit 'cd22729bc6872e8c032d0fa4102d9f512a55bb31':
  AI 148026: Update zh_TW translations.