OSDN Git Service

android-x86/packages-apps-Settings.git
15 years agoMerge branch 'readonly-p4-donut' into donut
Eric Fischer [Tue, 14 Apr 2009 00:54:29 +0000 (17:54 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 145973: am: CL 145787 Add localized time zone names from CLDR-1.6.1.
Eric Fischer [Tue, 14 Apr 2009 00:53:11 +0000 (17:53 -0700)]
AI 145973: am: CL 145787 Add localized time zone names from CLDR-1.6.1.
  Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 145973

15 years agoMerge branch 'readonly-p4-donut' into donut
Eric Fischer [Mon, 13 Apr 2009 16:01:43 +0000 (09:01 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 145862: am: CL 145584 Make date/time dialog titles translatable.
Eric Fischer [Mon, 13 Apr 2009 16:00:31 +0000 (09:00 -0700)]
AI 145862: am: CL 145584 Make date/time dialog titles translatable.
  Remove the "do not translate" annotation from the strings.
  Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 145862

15 years agoMerge branch 'readonly-p4-donut' into donut
Jim Miller [Mon, 13 Apr 2009 15:59:09 +0000 (08:59 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 145861: am: CL 145578 Tweak buttons in ChooseLockPatternTutorial to accomodate...
Jim Miller [Mon, 13 Apr 2009 15:57:57 +0000 (08:57 -0700)]
AI 145861: am: CL 145578 Tweak buttons in ChooseLockPatternTutorial to accomodate more text and marquee if necessary.
  Original author: jaggies
  Merged from: //branches/cupcake/...

Automated import of CL 145861

15 years agoMerge branch 'readonly-p4-donut' into donut
Eric Fischer [Thu, 9 Apr 2009 21:34:00 +0000 (14:34 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 145493: am: CL 145214 Update cupcake translations.
Eric Fischer [Thu, 9 Apr 2009 21:32:43 +0000 (14:32 -0700)]
AI 145493: am: CL 145214 Update cupcake translations.
  Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 145493

15 years agoRecalculate storage size in onStart rather than onCreate
Suchi Amalapurapu [Tue, 7 Apr 2009 21:22:58 +0000 (14:22 -0700)]
Recalculate storage size in onStart rather than onCreate

Refresh the size info by invoking PackageManager API in onStart so that
the activity shows accurate storage information on being restarted.

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 144591: Fix ClassCastException in RadioInfo settings screen.
Mike Lockwood [Sun, 5 Apr 2009 18:35:30 +0000 (11:35 -0700)]
AI 144591: Fix ClassCastException in RadioInfo settings screen.
  BUG=1761604

Automated import of CL 144591

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 144372: Cleanup Settings support for enabling and disabling location providers:
Mike Lockwood [Fri, 3 Apr 2009 04:41:57 +0000 (21:41 -0700)]
AI 144372: Cleanup Settings support for enabling and disabling location providers:
  LocationManagerService now listens for changes to settings,
  making LocationManager.updateProviders() unnecessary.
  Removed LocationManager.updateProviders()
  Added Settings.Secure.setLocationProviderEnabled(), which is a thread-safe way
  of enabling or disabling a single location provider.
  This is safer than reading, modifying and writing the LOCATION_PROVIDERS_ALLOWED directly.
  BUG=1729031

Automated import of CL 144372

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:16 +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 144257: am: CL 144256 Need to show opt-in screen for location collection.
Amith Yamasani [Thu, 2 Apr 2009 18:40:25 +0000 (11:40 -0700)]
AI 144257: am: CL 144256 Need to show opt-in screen for location collection.
  Added a screen to the setup wizard, after login, to ask user to
  opt-in for location collection.
  Added a dialog to Settings when user turns on Network location.
  Fixed a security permission issue in LocationManagerService related
  to this change.
  Original author: yamasani
  Merged from: //branches/cupcake/...

Automated import of CL 144257

15 years agoAI 144185: Integrate cdma into the main code base.
Wink Saville [Thu, 2 Apr 2009 08:37:03 +0000 (01:37 -0700)]
AI 144185: Integrate cdma into the main code base.

Automated import of CL 144185

15 years agoAI 143788: am: CL 143740 Don't clear supported profiles in settings app if getRemoteC...
Nick Pelly [Tue, 31 Mar 2009 21:56:27 +0000 (14:56 -0700)]
AI 143788: am: CL 143740 Don't clear supported profiles in settings app if getRemoteClass returns error.
  Also clean up the error codes returned by the framework, so that the settings app can properly detect an error.
  Original author: npelly
  Merged from: //branches/cupcake/...

Automated import of CL 143788

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 143480: Fixed the problem where Settings would crash if you enable airplane mode, go
Michael Chan [Mon, 30 Mar 2009 16:40:42 +0000 (09:40 -0700)]
AI 143480: Fixed the problem where Settings would crash if you enable airplane mode, go
  Home, go back to Wireless Settings. This only happens in emulator. Bluetooth
  isn't supported in emulator but the crash was fixed so users can
  enable/disable Airplane Mode.
  BUG=1741119

Automated import of CL 143480

15 years agoAI 143217: am: CL 143012 Import revised Japanese translations.
Eric Fischer [Sat, 28 Mar 2009 01:53:32 +0000 (18:53 -0700)]
AI 143217: am: CL 143012 Import revised Japanese translations.
  Original author: enf
  Merged from: //branches/cupcake/...

Automated import of CL 143217

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 143116: Added separate error messages for Bluetooth bonding rejections
Michael Chan [Fri, 27 Mar 2009 18:53:26 +0000 (11:53 -0700)]
AI 143116: Added separate error messages for Bluetooth bonding rejections
  and bonding failures due to down devices
  BUG=1308546

Automated import of CL 143116

15 years agoAutomated import from //branches/donutburger/...@142826,142826
Jim Miller [Thu, 26 Mar 2009 01:18:35 +0000 (18:18 -0700)]
Automated import from //branches/donutburger/...@142826,142826

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

15 years agoAutomated import from //branches/donutburger/...@142431,142431
Evan Millar [Wed, 25 Mar 2009 05:42:51 +0000 (22:42 -0700)]
Automated import from //branches/donutburger/...@142431,142431

15 years agoAutomated import from //branches/donutburger/...@142396,142396
Dianne Hackborn [Wed, 25 Mar 2009 05:39:12 +0000 (22:39 -0700)]
Automated import from //branches/donutburger/...@142396,142396

15 years agoAutomated import from //branches/donutburger/...@142034,142034
Suchi Amalapurapu [Wed, 25 Mar 2009 04:20:18 +0000 (21:20 -0700)]
Automated import from //branches/donutburger/...@142034,142034

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/...@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/...@141180,141180
Mike Ritter [Wed, 25 Mar 2009 02:44:13 +0000 (19:44 -0700)]
Automated import from //branches/donutburger/...@141180,141180

15 years agoAutomated import from //branches/donutburger/...@141018,141018
Dianne Hackborn [Wed, 25 Mar 2009 02:15:15 +0000 (19:15 -0700)]
Automated import from //branches/donutburger/...@141018,141018

15 years agoAutomated import from //branches/donutburger/...@140897,140897
Michael Chan [Wed, 25 Mar 2009 01:52:49 +0000 (18:52 -0700)]
Automated import from //branches/donutburger/...@140897,140897

15 years agoAutomated import from //branches/donutburger/...@140876,140876
Suchi Amalapurapu [Wed, 25 Mar 2009 01:47:42 +0000 (18:47 -0700)]
Automated import from //branches/donutburger/...@140876,140876

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

15 years agoAutomated import from //branches/donutburger/...@140841,140841
Joe Onorato [Wed, 25 Mar 2009 01:40:50 +0000 (18:40 -0700)]
Automated import from //branches/donutburger/...@140841,140841

15 years agoAutomated import from //branches/donutburger/...@140756,140756
John Huang [Wed, 25 Mar 2009 01:26:28 +0000 (18:26 -0700)]
Automated import from //branches/donutburger/...@140756,140756

15 years agoAutomated import from //branches/donutburger/...@140511,140511
Joe Onorato [Wed, 25 Mar 2009 00:49:03 +0000 (17:49 -0700)]
Automated import from //branches/donutburger/...@140511,140511

15 years agoAutomated import from //branches/donutburger/...@140507,140507
Jason Parekh [Wed, 25 Mar 2009 00:48:28 +0000 (17:48 -0700)]
Automated import from //branches/donutburger/...@140507,140507

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:25 +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:59 +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:39 +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:34 +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:52 +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:35 +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:43 +0000 (22:54 -0800)]
auto import from //depot/cupcake/@137055

15 years agoauto import from //branches/cupcake/...@132569
The Android Open Source Project [Fri, 20 Feb 2009 15:38:33 +0000 (07:38 -0800)]
auto import from //branches/cupcake/...@132569

15 years agoauto import from //branches/cupcake/...@132276
The Android Open Source Project [Thu, 19 Feb 2009 18:57:36 +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:01 +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:06:01 +0000 (18:06 -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