OSDN Git Service

android-x86/packages-apps-Launcher.git
15 years agoAI 145472: am: CL 145085 Fixes #1777943. Get rid of the Clock widget on the default...
Romain Guy [Thu, 9 Apr 2009 21:12:56 +0000 (14:12 -0700)]
AI 145472: am: CL 145085 Fixes #1777943. Get rid of the Clock widget on the default Home configuration and bring the Search widget to the center screen.
  Original author: romainguy
  Merged from: //branches/cupcake/...

Automated import of CL 145472

15 years agoAI 144912: Merge from cupcake:
Eric Fischer [Tue, 7 Apr 2009 20:55:06 +0000 (13:55 -0700)]
AI 144912: Merge from cupcake:
  Change 144891 on 2009/04/07 by enf@ebcdic
  Import a bunch of revised translations.

Automated import of CL 144912

15 years agoAI 144558: am: CL 144556 Pick up today's modified translations.
Eric Fischer [Sat, 4 Apr 2009 00:21:53 +0000 (17:21 -0700)]
AI 144558: am: CL 144556 Pick up today's modified translations.
  Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 144558

15 years agoAI 144347: Reimport es_US translations in an attempt to fix the build.
Eric Fischer [Fri, 3 Apr 2009 00:15:44 +0000 (17:15 -0700)]
AI 144347: Reimport es_US translations in an attempt to fix the build.

Automated import of CL 144347

15 years agoAI 144336: am: CL 144335 Import US Spanish translations, and a few Japanese changes.
Eric Fischer [Thu, 2 Apr 2009 23:42:15 +0000 (16:42 -0700)]
AI 144336: am: CL 144335 Import US Spanish translations, and a few Japanese changes.
  Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 144336

15 years agoAI 143908: am: CL 143907 Make search widget drop-down wider.
Jeffrey Sharkey [Wed, 1 Apr 2009 01:25:03 +0000 (18:25 -0700)]
AI 143908: am: CL 143907 Make search widget drop-down wider.
  Original author: jsharkey
  Merged from: //branches/cupcake/...

Automated import of CL 143908

15 years agoAI 143792: am: CL 143746 Fix search widget assets to not overlap in landscape mode.
Jeffrey Sharkey [Tue, 31 Mar 2009 21:59:08 +0000 (14:59 -0700)]
AI 143792: am: CL 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.
  Original author: jsharkey
  Merged from: //branches/cupcake/...

Automated import of CL 143792

15 years agoAI 143776: am: CL 143622 Correctly startListening() for widget updates when first...
Jeffrey Sharkey [Tue, 31 Mar 2009 21:37:57 +0000 (14:37 -0700)]
AI 143776: am: CL 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.
  Original author: jsharkey
  Merged from: //branches/cupcake/...

Automated import of CL 143776

15 years agoAI 143685: am: CL 143547 Import revised translations.
Eric Fischer [Tue, 31 Mar 2009 18:11:17 +0000 (11:11 -0700)]
AI 143685: am: CL 143547 Import revised translations.
  Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 143685

15 years agoAI 143295: am: CL 143294 Fixes #1725672. For good this time. When Home starts for...
Romain Guy [Sat, 28 Mar 2009 03:48:20 +0000 (20:48 -0700)]
AI 143295: am: CL 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.
  Original author: romainguy
  Merged from: //branches/cupcake/...

Automated import of CL 143295

15 years agoAI 143232: am: CL 143057 Don't NPE when editing a folder name.
Jeffrey Sharkey [Sat, 28 Mar 2009 02:45:21 +0000 (19:45 -0700)]
AI 143232: am: CL 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.
  Original author: jsharkey
  Merged from: //branches/cupcake/...

Automated import of CL 143232

15 years agoAI 143214: am: CL 143009 More work on issue #1739507 (kila-user build is too big...
Dianne Hackborn [Sat, 28 Mar 2009 01:26:13 +0000 (18:26 -0700)]
AI 143214: am: CL 143009 More work on issue #1739507 (kila-user build is too big): remove some unused application resources I found.
  Original author: hackbod
  Merged from: //branches/cupcake/...

Automated import of CL 143214

15 years agoAI 143191: am: CL 142952 Make Launcher norotate to prevent false-positive rotations.
Jeffrey Sharkey [Sat, 28 Mar 2009 00:13:54 +0000 (17:13 -0700)]
AI 143191: am: CL 142952 Make Launcher norotate to prevent false-positive rotations.
  Original author: jsharkey
  Merged from: //branches/cupcake/...

Automated import of CL 143191

15 years agoAI 143187: am: CL 142933 Fixes #1725672. Rebind the drawer's content early to avoid...
Romain Guy [Fri, 27 Mar 2009 23:58:13 +0000 (16:58 -0700)]
AI 143187: am: CL 142933 Fixes #1725672. Rebind the drawer's content early to avoid the dreaded "blank drawer" bug.
  Original author: romainguy
  Merged from: //branches/cupcake/...

Automated import of CL 143187

15 years agoAutomated import from //branches/donutburger/...@142721,142721
Jeffrey Sharkey [Thu, 26 Mar 2009 00:07:33 +0000 (17:07 -0700)]
Automated import from //branches/donutburger/...@142721,142721

15 years agoAutomated import from //branches/donutburger/...@142720,142720
Eric Fischer [Thu, 26 Mar 2009 00:04:28 +0000 (17:04 -0700)]
Automated import from //branches/donutburger/...@142720,142720

15 years agoAutomated import from //branches/donutburger/...@142474,142474
Jeffrey Sharkey [Wed, 25 Mar 2009 05:47:52 +0000 (22:47 -0700)]
Automated import from //branches/donutburger/...@142474,142474

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

15 years agoAutomated import from //branches/donutburger/...@142038,142038
Jeffrey Sharkey [Wed, 25 Mar 2009 04:21:09 +0000 (21:21 -0700)]
Automated import from //branches/donutburger/...@142038,142038

15 years agoAutomated import from //branches/donutburger/...@142016,142016
Romain Guy [Wed, 25 Mar 2009 04:17:50 +0000 (21:17 -0700)]
Automated import from //branches/donutburger/...@142016,142016

15 years agoAutomated import from //branches/donutburger/...@141885,141885
Romain Guy [Wed, 25 Mar 2009 04:04:15 +0000 (21:04 -0700)]
Automated import from //branches/donutburger/...@141885,141885

15 years agoAutomated import from //branches/donutburger/...@141868,141868
Eric Fischer [Wed, 25 Mar 2009 04:02:50 +0000 (21:02 -0700)]
Automated import from //branches/donutburger/...@141868,141868

15 years agoAutomated import from //branches/donutburger/...@141844,141844
Dianne Hackborn [Wed, 25 Mar 2009 04:00:33 +0000 (21:00 -0700)]
Automated import from //branches/donutburger/...@141844,141844

15 years agoAutomated import from //branches/donutburger/...@141664,141664
Romain Guy [Wed, 25 Mar 2009 03:42:40 +0000 (20:42 -0700)]
Automated import from //branches/donutburger/...@141664,141664

15 years agoAutomated import from //branches/donutburger/...@141651,141651
Jeffrey Sharkey [Wed, 25 Mar 2009 03:41:22 +0000 (20:41 -0700)]
Automated import from //branches/donutburger/...@141651,141651

15 years agoAutomated import from //branches/donutburger/...@140670,140670
Jeffrey Sharkey [Wed, 25 Mar 2009 01:11:49 +0000 (18:11 -0700)]
Automated import from //branches/donutburger/...@140670,140670

15 years agoAutomated import from //branches/donutburger/...@140648,140648
Romain Guy [Wed, 25 Mar 2009 01:08:41 +0000 (18:08 -0700)]
Automated import from //branches/donutburger/...@140648,140648

15 years agoAutomated import from //branches/donutburger/...@140592,140592
Jeffrey Sharkey [Wed, 25 Mar 2009 00:59:43 +0000 (17:59 -0700)]
Automated import from //branches/donutburger/...@140592,140592

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