OSDN Git Service

android-x86/packages-apps-Settings.git
15 years agoRevert "Use the keystore service instead of the direct file acess."
Chung-yih Wang [Thu, 11 Jun 2009 10:13:49 +0000 (18:13 +0800)]
Revert "Use the keystore service instead of the direct file acess."

This reverts commit 289705f3311932a45adef1710358f5e302115013.

15 years agoFix the bug of missing EAP setting in wpa_supplicant.conf when a new EAP is configured.
Chung-yih Wang [Thu, 11 Jun 2009 09:56:04 +0000 (17:56 +0800)]
Fix the bug of missing EAP setting in wpa_supplicant.conf when a new EAP is configured.

15 years agoUse the keystore service instead of the direct file acess.
Chung-yih Wang [Wed, 10 Jun 2009 10:49:59 +0000 (18:49 +0800)]
Use the keystore service instead of the direct file acess.

-- removed the temporal Keystore.java.
-- added the empty passphrase for private key.

15 years agoSD card notification settings summary change for #1692416
Amith Yamasani [Thu, 11 Jun 2009 04:26:08 +0000 (21:26 -0700)]
SD card notification settings summary change for #1692416

15 years agoMerge change 3494 into donut
Android (Google) Code Review [Thu, 11 Jun 2009 03:34:09 +0000 (20:34 -0700)]
Merge change 3494 into donut

* changes:
  Use Phone.[get|set]SmscAddress() instead of OEMHookRaw.

15 years agoMore details in the summary and details screens.
Amith Yamasani [Tue, 9 Jun 2009 13:34:49 +0000 (06:34 -0700)]
More details in the summary and details screens.

Show packages included, time that a subsystem was on for.
Load label and icon in the background and cache the values.
Switch between totals and since-unplugged.
Other UI improvements.

15 years agoAdding support for selecting the default language for Text-To-Speech in Settings.
Jean-Michel Trivi [Wed, 10 Jun 2009 02:29:27 +0000 (19:29 -0700)]
Adding support for selecting the default language for Text-To-Speech in Settings.

15 years agoMerge change 3793 into donut
Android (Google) Code Review [Wed, 10 Jun 2009 22:31:18 +0000 (15:31 -0700)]
Merge change 3793 into donut

* changes:
  Update Portuguese translations.

15 years agoMerge change 3689 into donut
Android (Google) Code Review [Wed, 10 Jun 2009 22:25:21 +0000 (15:25 -0700)]
Merge change 3689 into donut

* changes:
  CompatibilityMode settings

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

15 years agoCompatibilityMode settings
Jean-Michel Trivi [Sat, 6 Jun 2009 01:37:29 +0000 (18:37 -0700)]
CompatibilityMode settings

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

Merge commit '9e852f03139b28c1f5ad2bc43c64bdf0adae9226' into donut

* commit '9e852f03139b28c1f5ad2bc43c64bdf0adae9226':
  AI 149721: Import Portuguese translations.

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

Automated import of CL 149721

15 years agoAdding Text-To-Speech default settings in the Settings application.
Jean-Michel Trivi [Sat, 6 Jun 2009 01:37:29 +0000 (18:37 -0700)]
Adding Text-To-Speech default settings in the Settings application.

15 years agoAdd EAP/802.1X configuration for WiFi Setting.
Chung-yih Wang [Wed, 3 Jun 2009 11:44:35 +0000 (19:44 +0800)]
Add EAP/802.1X configuration for WiFi Setting.

1. Remove the isEnterprise() filter in Scanresult.
2. This requires the new fields such as identity, eap, certificate/key
to support EAP authentication in Wifi Settings.
3. Add simple file-based keystore to select the cert/key from UI.

-- Updated from the comments.
-- Fix the bug for passing null pointer for adding spinner items.

15 years agoUse Phone.[get|set]SmscAddress() instead of OEMHookRaw.
jsh [Tue, 12 May 2009 18:26:55 +0000 (11:26 -0700)]
Use Phone.[get|set]SmscAddress() instead of OEMHookRaw.

15 years agoImplement the power-control widget.
Ken Shirriff [Mon, 8 Jun 2009 20:49:05 +0000 (13:49 -0700)]
Implement the power-control widget.

This widget allows uses to turn on/off bluetooth, wifi, gps, and sync,
and adjust brightness without going through the settings menu.

The widget provider updates the settings when the buttons are pressed.
The widget provider is also a receiver for events indicating that the
status was updated elsewhere and the buttons need to be changed.

15 years agoListen for changes to location pProvider enabled settings.
Mike Lockwood [Mon, 8 Jun 2009 03:07:20 +0000 (23:07 -0400)]
Listen for changes to location pProvider enabled settings.

This is needed so we can correctly update the network location checkbox
if the network location provider is disabled because the user disagreed
to the terms of service in a dialog shown by the provider.

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoRemove Network Location" opt-in dialog from "Security and Settings"
Mike Lockwood [Mon, 8 Jun 2009 00:11:39 +0000 (20:11 -0400)]
Remove Network Location" opt-in dialog from "Security and Settings"

This dialog is being moved to the Network Location Provider itself.

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoMerge change 3082 into donut
Android (Google) Code Review [Thu, 4 Jun 2009 16:20:09 +0000 (09:20 -0700)]
Merge change 3082 into donut

* changes:
  Removing empty b tag in string (that leaves a big multi-line warning in each build).

15 years agoAdd detail page for Battery usage and track GPS and foreground CPU.
Amith Yamasani [Wed, 3 Jun 2009 22:45:40 +0000 (15:45 -0700)]
Add detail page for Battery usage and track GPS and foreground CPU.

Show details such as Cpu time, Cpu foreground time, data sent/received,
and GPS usage.

15 years agoRemoving empty b tag in string (that leaves a big multi-line warning in each build).
Jean-Michel Trivi [Wed, 3 Jun 2009 22:17:22 +0000 (15:17 -0700)]
Removing empty b tag in string (that leaves a big multi-line warning in each build).

15 years agoFix string to reference 'system search' instead of 'global search'.
Mike LeBeau [Wed, 3 Jun 2009 14:50:49 +0000 (15:50 +0100)]
Fix string to reference 'system search' instead of 'global search'.

15 years agoUpdate some TODO comments.
Wink Saville [Fri, 29 May 2009 21:06:30 +0000 (14:06 -0700)]
Update some TODO comments.

15 years agoTop level screen for App Fuel Gauge.
Amith Yamasani [Fri, 22 May 2009 22:18:46 +0000 (15:18 -0700)]
Top level screen for App Fuel Gauge.

Shows sorted list of power usage (with some debug information) by the top 10
apps and subsystems. Doesn't yet take into account certain subsystems such
as data network usage, audio/video DSP usage, Bluetooth and lights other than
screen backlight.

Screen, Idle, Wifi and Voice usage and CPU time are accounted for.

Also need to add detail screens for each item and suggested actions.

15 years agoMerge change 1582 into donut
Android (Google) Code Review [Tue, 19 May 2009 05:27:30 +0000 (22:27 -0700)]
Merge change 1582 into donut

* changes:
  Teleca 2b changes.

15 years agoRequire BIND_APPWIDGET to bind widgets.
Jeff Sharkey [Thu, 7 May 2009 23:13:13 +0000 (16:13 -0700)]
Require BIND_APPWIDGET to bind widgets.

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

15 years agoTeleca 2b changes.
Wink Saville [Wed, 13 May 2009 18:51:03 +0000 (11:51 -0700)]
Teleca 2b changes.

15 years agoAccessibility feature - settings (replacing 704 and merging with the latest Donut)
svetoslavganov [Fri, 15 May 2009 05:26:34 +0000 (22:26 -0700)]
Accessibility feature - settings (replacing 704 and merging with the latest Donut)

15 years agoMerge change 1418 into donut
Android (Google) Code Review [Tue, 12 May 2009 17:22:27 +0000 (10:22 -0700)]
Merge change 1418 into donut

* changes:
  Show locale names in alphabetical order, in their own language.

15 years agoShow locale names in alphabetical order, in their own language.
Eric Fischer [Tue, 12 May 2009 01:03:39 +0000 (18:03 -0700)]
Show locale names in alphabetical order, in their own language.

Bug 1776043: List the locales in alphabetical order.
Bug 1703550: List the locales in their own languages instead of
in the current language.

15 years agoAdd version number to Installed_App_Details
Suchi Amalapurapu [Fri, 8 May 2009 22:01:06 +0000 (15:01 -0700)]
Add version number to Installed_App_Details
Change uninstall string value to Factory reset for updated system apps
present a new confirmation dialog when factory resetting a system app.
refresh size, app properties and button's text(to clear, uninstall or factory reset) in onStart
Add new version attribute in layout. Add new layout attributes for app snippets instead of using the one
from ManageApps
Use managed dialogs to avoid leaks

15 years agoFix ANR caused by registering multiple listeners in DateTimeSettings.onCreate().
Jim Miller [Fri, 8 May 2009 01:26:05 +0000 (18:26 -0700)]
Fix ANR caused by registering multiple listeners in DateTimeSettings.onCreate().

15 years agoAlways add the bt profile to profile list on the arrive of a connect event
Michael Chan [Thu, 7 May 2009 01:08:58 +0000 (18:08 -0700)]
Always add the bt profile to profile list on the arrive of a connect event

Always add the bt profile to profile list on the arrive of a connect event. Previously,
the connect event is ignored if it is a profile that's not known ahead of time.

15 years agoFix locale selection to never chose a lang-only locale.
Robert Greenwalt [Wed, 6 May 2009 17:10:42 +0000 (10:10 -0700)]
Fix locale selection to never chose a lang-only locale.

This avoids us using the non-standard lang-only locale when communicating
off device.  Fixes 1810133.

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

Merge commit '9d2976a10baf1c26997c4db02babb14b5bd9204d' into donut

* commit '9d2976a10baf1c26997c4db02babb14b5bd9204d':
  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 554c844: AI 148026: Update zh_TW translations.
Eric Fischer [Fri, 1 May 2009 00:10:48 +0000 (17:10 -0700)]
am 554c844: AI 148026: Update zh_TW translations.

Merge commit '554c844c7d010f21acb210abab1818d8cbe3dabf' into donut

* commit '554c844c7d010f21acb210abab1818d8cbe3dabf':
  AI 148026: Update zh_TW translations.

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 agoMerge change 750 into donut
Android (Google) Code Review [Wed, 29 Apr 2009 21:44:34 +0000 (14:44 -0700)]
Merge change 750 into donut

* changes:
  Fixed the Bluetooth On/Off Checkbox in settings so it is enabled/disable properly.

15 years agoFixed the Bluetooth On/Off Checkbox in settings so it is enabled/disable properly.
Michael Chan [Wed, 29 Apr 2009 21:17:06 +0000 (14:17 -0700)]
Fixed the Bluetooth On/Off Checkbox in settings so it is enabled/disable properly.

In the BroadcastReceiver, pickup the new bluetooth status from the intent instead
of calling back to LocalBluetoothManager.  There could be race condition since
LocalBluetoothManager itself gets the same info via the BroadcastReceiver mechanism.
Also cleaned up logs.

15 years agoam b95a2c9: AI 147962: Import updated zh_TW translations.
Eric Fischer [Wed, 29 Apr 2009 04:59:21 +0000 (21:59 -0700)]
am b95a2c9: AI 147962: Import updated zh_TW translations.

Merge commit 'b95a2c92c0542b19d92a03cfefb23454e3ff5bd3' into donut

* commit 'b95a2c92c0542b19d92a03cfefb23454e3ff5bd3':
  AI 147962: Import updated zh_TW translations.

15 years agoam 1fa983e: AI 147492: Update zh_TW translations.
Eric Fischer [Wed, 29 Apr 2009 04:59:21 +0000 (21:59 -0700)]
am 1fa983e: AI 147492: Update zh_TW translations.

Merge commit '1fa983eb05284ac31eca4cb68de2783117dde155' into donut

* commit '1fa983eb05284ac31eca4cb68de2783117dde155':
  AI 147492: Update zh_TW translations.

15 years agoAI 147962: Import updated zh_TW translations.
Eric Fischer [Tue, 28 Apr 2009 22:48:40 +0000 (15:48 -0700)]
AI 147962: Import updated zh_TW translations.

Automated import of CL 147962

15 years agoShow Search settings in Settings app.
Bjorn Bringert [Mon, 27 Apr 2009 14:16:25 +0000 (15:16 +0100)]
Show Search settings in Settings app.

The Settings app now shows a "Search settings" item,
if there is an activity that handles the Search settings intent.
This conditionally included settings is handled in the same way
as the sync settings.

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 agomerge cupcake into donut
Jean-Baptiste Queru [Thu, 23 Apr 2009 00:56:59 +0000 (17:56 -0700)]
merge cupcake into donut

15 years agoMerge change 201 into donut
Android (Google) Code Review [Mon, 20 Apr 2009 21:45:51 +0000 (14:45 -0700)]
Merge change 201 into donut

* changes:
  Dismiss the dialog in onDestroy so that it doesn't leak on orientation change or other transitions.

15 years agoDismiss the dialog in onDestroy so that it doesn't leak on orientation change or...
Amith Yamasani [Wed, 15 Apr 2009 21:42:32 +0000 (14:42 -0700)]
Dismiss the dialog in onDestroy so that it doesn't leak on orientation change or other transitions.

15 years agoMerge branch 'readonly-p4-donut' into donut
Evan Millar [Sat, 18 Apr 2009 19:27:52 +0000 (12:27 -0700)]
Merge branch 'readonly-p4-donut' into donut

15 years agoAI 146853: Add kernel wakelock data to batteryinfo dump.
Evan Millar [Sat, 18 Apr 2009 19:26:34 +0000 (12:26 -0700)]
AI 146853: Add kernel wakelock data to batteryinfo dump.
  BUG=1755458

Automated import of CL 146853

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:44 +0000 (12:10 -0700)]
AI 146175: Import updated translations.

Automated import of CL 146175

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 agoAI 146037: Import updated translations.
Eric Fischer [Tue, 14 Apr 2009 00:16:20 +0000 (17:16 -0700)]
AI 146037: Import updated translations.

Automated import of CL 146037

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 agoAI 145787: Add localized time zone names from CLDR-1.6.1.
Eric Fischer [Fri, 10 Apr 2009 23:46:01 +0000 (16:46 -0700)]
AI 145787: Add localized time zone names from CLDR-1.6.1.
  BUG=1776316,1769241

Automated import of CL 145787

15 years agoAI 145711: Import a few changed translations.
Eric Fischer [Fri, 10 Apr 2009 17:45:20 +0000 (10:45 -0700)]
AI 145711: Import a few changed translations.
  DO NOT MERGE

Automated import of CL 145711

15 years agoAI 145584: Make date/time dialog titles translatable.
Eric Fischer [Fri, 10 Apr 2009 00:43:57 +0000 (17:43 -0700)]
AI 145584: Make date/time dialog titles translatable.
  Remove the "do not translate" annotation from the strings.
  BUG=1779128

Automated import of CL 145584

15 years agoAI 145578: Tweak buttons in ChooseLockPatternTutorial to accomodate more text and...
Jim Miller [Fri, 10 Apr 2009 00:26:27 +0000 (17:26 -0700)]
AI 145578: Tweak buttons in ChooseLockPatternTutorial to accomodate more text and marquee if necessary.
  BUG=1776037

Automated import of CL 145578

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 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 145214: Update cupcake translations.
Eric Fischer [Wed, 8 Apr 2009 22:59:36 +0000 (15:59 -0700)]
AI 145214: Update cupcake translations.

Automated import of CL 145214

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 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 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 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 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:07 +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 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 144335: Import US Spanish translations, and a few Japanese changes.
Eric Fischer [Thu, 2 Apr 2009 23:39:23 +0000 (16:39 -0700)]
AI 144335: Import US Spanish translations, and a few Japanese changes.

Automated import of CL 144335

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 144256: Need to show opt-in screen for location collection.
Amith Yamasani [Thu, 2 Apr 2009 18:39:09 +0000 (11:39 -0700)]
AI 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.
  BUG=1752566

Automated import of CL 144256

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 143740: Don't clear supported profiles in settings app if getRemoteClass returns...
Nick Pelly [Tue, 31 Mar 2009 19:05:52 +0000 (12:05 -0700)]
AI 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.
  BUG=1748881

Automated import of CL 143740

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 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 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/cupcake/...@143012,143012
Eric Fischer [Thu, 26 Mar 2009 23:45:45 +0000 (16:45 -0700)]
Automated import from //branches/cupcake/...@143012,143012

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/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/cupcake/...@142825,142825
Jim Miller [Thu, 26 Mar 2009 01:16:43 +0000 (18:16 -0700)]
Automated import from //branches/cupcake/...@142825,142825

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/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/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