OSDN Git Service

android-x86/packages-apps-Launcher.git
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 agoAI 148026: Update zh_TW translations.
Eric Fischer [Thu, 30 Apr 2009 23:48:34 +0000 (16:48 -0700)]
AI 148026: Update zh_TW translations.

Automated import of CL 148026

15 years agoAI 147492: Update zh_TW translations.
Eric Fischer [Thu, 23 Apr 2009 18:59:15 +0000 (11:59 -0700)]
AI 147492: Update zh_TW translations.

Automated import of CL 147492

15 years agoAI 146365: Import revised translations.
Eric Fischer [Wed, 15 Apr 2009 20:30:20 +0000 (13:30 -0700)]
AI 146365: Import revised translations.
  DO NOT MERGE

Automated import of CL 146365

15 years agoAI 146175: Import updated translations.
Eric Fischer [Tue, 14 Apr 2009 19:10:43 +0000 (12:10 -0700)]
AI 146175: Import updated translations.

Automated import of CL 146175

15 years agoAI 145225: Import more revised translations into cupcake.
Eric Fischer [Thu, 9 Apr 2009 01:43:30 +0000 (18:43 -0700)]
AI 145225: Import more revised translations into cupcake.

Automated import of CL 145225

15 years agoAI 145182: Fixes #1777943. Put the Clock back...
Romain Guy [Wed, 8 Apr 2009 21:01:29 +0000 (14:01 -0700)]
AI 145182: Fixes #1777943. Put the Clock back...
  BUG=1777943

Automated import of CL 145182

15 years agoAI 145085: Fixes #1777943. Get rid of the Clock widget on the default Home configurat...
Romain Guy [Wed, 8 Apr 2009 19:48:14 +0000 (12:48 -0700)]
AI 145085: Fixes #1777943. Get rid of the Clock widget on the default Home configuration and bring the Search widget to the center screen.
  BUG=1777943

Automated import of CL 145085

15 years agoAI 144977: Import revised translations.
Eric Fischer [Wed, 8 Apr 2009 01:15:15 +0000 (18:15 -0700)]
AI 144977: Import revised translations.
  DO NOT MERGE

Automated import of CL 144977

15 years agoAI 144891: Import a bunch of revised translations.
Eric Fischer [Tue, 7 Apr 2009 18:48:29 +0000 (11:48 -0700)]
AI 144891: Import a bunch of revised translations.

Automated import of CL 144891

15 years agoAI 144556: Pick up today's modified translations.
Eric Fischer [Sat, 4 Apr 2009 00:19:55 +0000 (17:19 -0700)]
AI 144556: Pick up today's modified translations.

Automated import of CL 144556

15 years agoAI 144355: Automated g4 rollback of changelist 144335.
Eric Fischer [Fri, 3 Apr 2009 04:42:06 +0000 (21:42 -0700)]
AI 144355: Automated g4 rollback of changelist 144335.
  *** Reason for rollback ***
  Roll back US Spanish import because it made the build too big.
  *** Original change description ***
  Import US Spanish translations, and a few Japanese changes.

Automated import of CL 144355

15 years agoAI 144335: Import US Spanish translations, and a few Japanese changes.
Eric Fischer [Thu, 2 Apr 2009 23:39:22 +0000 (16:39 -0700)]
AI 144335: Import US Spanish translations, and a few Japanese changes.

Automated import of CL 144335

15 years agoAI 143907: Make search widget drop-down wider.
Jeffrey Sharkey [Wed, 1 Apr 2009 01:24:45 +0000 (18:24 -0700)]
AI 143907: Make search widget drop-down wider.
  BUG=1749373

Automated import of CL 143907

15 years agoAI 143746: Fix search widget assets to not overlap in landscape mode.
Jeffrey Sharkey [Tue, 31 Mar 2009 19:09:02 +0000 (12:09 -0700)]
AI 143746: Fix search widget assets to not overlap in landscape mode.
  Done by using small button framework assets, but with manual padding adjustments to bring back to original button size.
  BUG=1749120

Automated import of CL 143746

15 years agoAI 143622: Correctly startListening() for widget updates when first boot completes.
Jeffrey Sharkey [Tue, 31 Mar 2009 17:12:20 +0000 (10:12 -0700)]
AI 143622: Correctly startListening() for widget updates when first boot completes.
  During the first boot upgrade, LauncherProvider will deleteHost() to clear out any old appWidgetId bindings.  During the first boot, Launcher calls AppWidgetHost.startListening() to watch for widget updates.  It also calls loadUserItems(), which loads data from LauncherProvider, triggering the database creation and deleteHost() call.  Because deleteHost() removes any existing callbacks, any future widget updates are dropped on the floor.  (This can currently be solved by rebooting, because there isn't an upgrade on subsequent boots.)
  This bug was particularly evident on vfpioneer-userdebug builds, as there aren't any configuration changes that cause Launcher to be destroyed and recreated.  (When destroyed and recreated, we startListening() again, and LauncherProvider doesn't call deleteHost().)
  To handle this special case, Launcher creates a ContentObserver pointing at a specific URI, which the LauncherProvider notifies when the AppWidgetHost is reset through deleteHost(), allowing Launcher to correctly startListening() again.
  BUG=1746104

Automated import of CL 143622

15 years agoAI 143547: Import revised translations.
Eric Fischer [Mon, 30 Mar 2009 22:52:27 +0000 (15:52 -0700)]
AI 143547: Import revised translations.
  BUG=1738388

Automated import of CL 143547

15 years agoAI 143294: Fixes #1725672. For good this time. When Home starts for the first time...
Romain Guy [Sat, 28 Mar 2009 00:34:37 +0000 (17:34 -0700)]
AI 143294: Fixes #1725672. For good this time. When Home starts for the first time, it spawns a loading thread for the workspace items. That loader is responsible for starting the drawer loader after it's done. Unfortunately, after a wipe data or a database upgrade, the worksapce loader could be interrupted by a ContentProvider notification change which would cause the loader to be cancelled and another workspace loader to be spawned. The new workspace loader, however, would not start the drawer loader because the appropriate flag was not set correctly. This change simply duplicates the flag from the old loader in the new one and all is well.
  BUG=1725672

Automated import of CL 143294

15 years agoAI 143057: Don't NPE when editing a folder name.
Jeffrey Sharkey [Fri, 27 Mar 2009 04:35:10 +0000 (21:35 -0700)]
AI 143057: Don't NPE when editing a folder name.
  Only happens when user changes orientation while editing, where getFolderById can return the wrong folder type for the given ID.
  BUG=1740367

Automated import of CL 143057

15 years agoAutomated import from //branches/cupcake/...@143009,143009
Dianne Hackborn [Thu, 26 Mar 2009 23:28:26 +0000 (16:28 -0700)]
Automated import from //branches/cupcake/...@143009,143009

15 years agoAutomated import from //branches/cupcake/...@142952,142952
Jeffrey Sharkey [Thu, 26 Mar 2009 18:42:34 +0000 (11:42 -0700)]
Automated import from //branches/cupcake/...@142952,142952

15 years agoAutomated import from //branches/cupcake/...@142933,142933
Romain Guy [Thu, 26 Mar 2009 17:08:23 +0000 (10:08 -0700)]
Automated import from //branches/cupcake/...@142933,142933

15 years agoAutomated import from //branches/cupcake/...@142649,142649
Jeffrey Sharkey [Wed, 25 Mar 2009 22:23:55 +0000 (15:23 -0700)]
Automated import from //branches/cupcake/...@142649,142649

15 years agoAutomated import from //branches/cupcake/...@142643,142643
Eric Fischer [Wed, 25 Mar 2009 22:22:44 +0000 (15:22 -0700)]
Automated import from //branches/cupcake/...@142643,142643

15 years agoAutomated import from //branches/cupcake/...@142473,142473
Jeffrey Sharkey [Wed, 25 Mar 2009 02:48:03 +0000 (19:48 -0700)]
Automated import from //branches/cupcake/...@142473,142473

15 years agoAutomated import from //branches/cupcake/...@142037,142037
Jeffrey Sharkey [Wed, 25 Mar 2009 01:53:13 +0000 (18:53 -0700)]
Automated import from //branches/cupcake/...@142037,142037

15 years agoAutomated import from //branches/cupcake/...@142036,142036
Jeffrey Sharkey [Wed, 25 Mar 2009 01:52:29 +0000 (18:52 -0700)]
Automated import from //branches/cupcake/...@142036,142036

15 years agoAutomated import from //branches/cupcake/...@141884,141884
Romain Guy [Wed, 25 Mar 2009 01:35:16 +0000 (18:35 -0700)]
Automated import from //branches/cupcake/...@141884,141884

15 years agoAutomated import from //branches/cupcake/...@141866,141866
Eric Fischer [Wed, 25 Mar 2009 01:33:42 +0000 (18:33 -0700)]
Automated import from //branches/cupcake/...@141866,141866

15 years agoAutomated import from //branches/cupcake/...@141843,141843
Dianne Hackborn [Wed, 25 Mar 2009 01:30:18 +0000 (18:30 -0700)]
Automated import from //branches/cupcake/...@141843,141843

15 years agoAutomated import from //branches/cupcake/...@141663,141663
Romain Guy [Wed, 25 Mar 2009 01:06:19 +0000 (18:06 -0700)]
Automated import from //branches/cupcake/...@141663,141663

15 years agoAutomated import from //branches/cupcake/...@141650,141650
Jeffrey Sharkey [Wed, 25 Mar 2009 01:04:35 +0000 (18:04 -0700)]
Automated import from //branches/cupcake/...@141650,141650

15 years agoauto import from //branches/cupcake_rel/...@141571
The Android Open Source Project [Fri, 20 Mar 2009 06:08:56 +0000 (23:08 -0700)]
auto import from //branches/cupcake_rel/...@141571

15 years agoauto import from //branches/cupcake_rel/...@140373
The Android Open Source Project [Thu, 19 Mar 2009 00:39:48 +0000 (17:39 -0700)]
auto import from //branches/cupcake_rel/...@140373

15 years agoauto import from //branches/cupcake_rel/...@138607
The Android Open Source Project [Fri, 13 Mar 2009 20:04:24 +0000 (13:04 -0700)]
auto import from //branches/cupcake_rel/...@138607

15 years agoauto import from //branches/cupcake/...@137873
The Android Open Source Project [Wed, 11 Mar 2009 19:11:58 +0000 (12:11 -0700)]
auto import from //branches/cupcake/...@137873

15 years agoauto import from //branches/cupcake/...@137197
The Android Open Source Project [Mon, 9 Mar 2009 18:52:14 +0000 (11:52 -0700)]
auto import from //branches/cupcake/...@137197

15 years agoauto import from //depot/cupcake/@136594
The Android Open Source Project [Thu, 5 Mar 2009 22:34:38 +0000 (14:34 -0800)]
auto import from //depot/cupcake/@136594

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 03:32:27 +0000 (19:32 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 02:28:51 +0000 (18:28 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@132589
The Android Open Source Project [Tue, 3 Mar 2009 22:04:32 +0000 (14:04 -0800)]
auto import from //depot/cupcake/@132589

15 years agoauto import from //depot/cupcake/@137055
The Android Open Source Project [Tue, 3 Mar 2009 06:54:41 +0000 (22:54 -0800)]
auto import from //depot/cupcake/@137055

15 years agoauto import from //branches/cupcake/...@132276
The Android Open Source Project [Thu, 19 Feb 2009 18:57:35 +0000 (10:57 -0800)]
auto import from //branches/cupcake/...@132276

15 years agoauto import from //branches/cupcake/...@131421
The Android Open Source Project [Fri, 13 Feb 2009 20:57:53 +0000 (12:57 -0800)]
auto import from //branches/cupcake/...@131421

15 years agoauto import from //branches/cupcake/...@130745
The Android Open Source Project [Tue, 10 Feb 2009 23:44:05 +0000 (15:44 -0800)]
auto import from //branches/cupcake/...@130745

15 years agoauto import from //branches/cupcake/...@127436
The Android Open Source Project [Thu, 22 Jan 2009 08:13:44 +0000 (00:13 -0800)]
auto import from //branches/cupcake/...@127436

15 years agoauto import from //branches/cupcake/...@127101
The Android Open Source Project [Tue, 20 Jan 2009 22:04:00 +0000 (14:04 -0800)]
auto import from //branches/cupcake/...@127101

15 years agoauto import from //branches/cupcake/...@126645
The Android Open Source Project [Fri, 16 Jan 2009 00:12:13 +0000 (16:12 -0800)]
auto import from //branches/cupcake/...@126645

15 years agoauto import from //branches/cupcake/...@125939
The Android Open Source Project [Sat, 10 Jan 2009 01:51:25 +0000 (17:51 -0800)]
auto import from //branches/cupcake/...@125939

15 years agoCode drop from //branches/cupcake/...@124589
The Android Open Source Project [Thu, 18 Dec 2008 02:05:58 +0000 (18:05 -0800)]
Code drop from //branches/cupcake/...@124589

15 years agoInitial Contribution
The Android Open Source Project [Tue, 21 Oct 2008 14:00:00 +0000 (07:00 -0700)]
Initial Contribution