OSDN Git Service

android-x86/packages-apps-Settings.git
13 years agoAlways set right auth_type value in apn.
Marta Białka [Mon, 25 Oct 2010 13:39:04 +0000 (15:39 +0200)]
Always set right auth_type value in apn.

It fixes a bug that automatically sets auth_type value
of editing apn that has and should have that value set
to null (-1 = Not yet set) to auth_type value of an
apn previously displayed in the apn editor. It is
caused by careless persisting and reading data from
SharedPreferences. Fixed to keep and persist (to be
consistent with other apn's Preferences) null value
for not yet set auth_type property.

Change-Id: I4e125a4cdbad968c9f6ea8781a8c849f4c31c929

13 years agoMerge "Support showing "Cold" battery health."
Jean-Baptiste Queru [Mon, 11 Oct 2010 00:37:59 +0000 (17:37 -0700)]
Merge "Support showing "Cold" battery health."

13 years agoMerge "BT: The Phone doesn't "wake up" when trying to pair with it."
Jean-Baptiste Queru [Sun, 26 Sep 2010 15:05:46 +0000 (08:05 -0700)]
Merge "BT: The Phone doesn't "wake up" when trying to pair with it."

13 years agoSupport showing "Cold" battery health.
Imre Sunyi [Mon, 20 Sep 2010 16:02:28 +0000 (18:02 +0200)]
Support showing "Cold" battery health.

The Linux kernel supports reporting "cold" battery health to sysfs.
Android framework has not implemented this and it defaults to "unknown"
This adds handling the cold battery health.

Change-Id: Idfc7029fabcdfdaaf2b5c95977c11e0eb3fd76a7

13 years agoMerge "Allow users to create shortcuts to the VPN settings on the Home Screen."
Jean-Baptiste Queru [Fri, 10 Sep 2010 21:27:49 +0000 (14:27 -0700)]
Merge "Allow users to create shortcuts to the VPN settings on the Home Screen."

13 years agoBluetooth PIN is not password style
Erik Ljungberg [Mon, 6 Sep 2010 16:19:36 +0000 (18:19 +0200)]
Bluetooth PIN is not password style

Bluetooth PIN is changed to password style to
comform with how passwords are normally shown
in the UI.

Change-Id: I293e94cf3766f9b5b82b9bb89e5aed4bd494ef71

13 years agoBT: The Phone doesn't "wake up" when trying to pair with it.
Erik Ljungberg [Thu, 19 Aug 2010 15:47:44 +0000 (17:47 +0200)]
BT: The Phone doesn't "wake up" when trying to pair with it.

To improve the pairing request usability:
- In the case where a notification shall be used the standard
  notification sound is added
- When the screen is off notification is always used.

Change-Id: I751a7913517c64de5d7ba06d7c17358197d002c5

13 years agoMerge " Fix Bluetooth Settings activity memory leak."
Jake Hamby [Thu, 19 Aug 2010 02:29:53 +0000 (19:29 -0700)]
Merge "    Fix Bluetooth Settings activity memory leak."

13 years ago Fix Bluetooth Settings activity memory leak.
thigobr [Wed, 21 Jul 2010 16:10:04 +0000 (13:10 -0300)]
Fix Bluetooth Settings activity memory leak.

    There were two leaks in Bluetooth Settings: one when rotating the
    phone and other when scanning for bluetooth devices.

14 years agoRefactor to remove multiple in-loop Object[]->String[] castings
Ben Clark [Tue, 27 Jul 2010 15:20:59 +0000 (16:20 +0100)]
Refactor to remove multiple in-loop Object[]->String[] castings

(This replaces Iaa0f3b25eaadb094a4c3fb4cecbd09e0322aae33)

This change removes the need to convert Object[]->String[] for each iteration
of each of available,tethered,errored states in updateStatus()
by converting these as soon as possible.

This fix (and the code before) is strange because each of available,tethered,
errored are defined as type ArrayList<String> but
intent.getStringArrayListExtra() returns type Object[] dispite its name.
Because other calls to updateState() use String[] it seems best to do the
conversion outside this method in the Object[] case and thus avoid the
per-iteration casting in the Object[] case and the downright wasteful
per-iteration String[]->Object[]->String[] casting in the String[] input cases.

I've also removed some unused imports and an unused variable.

Change-Id: I805ef19aa9ceff7e4fc491623cdcb413ce170798

14 years agoMerge "Remove unused imports in SecuritySettings.java"
Jean-Baptiste Queru [Mon, 26 Jul 2010 21:33:08 +0000 (14:33 -0700)]
Merge "Remove unused imports in SecuritySettings.java"

14 years agoRemove unused imports in SecuritySettings.java
Ben Clark [Sat, 24 Jul 2010 22:06:16 +0000 (23:06 +0100)]
Remove unused imports in SecuritySettings.java

Change-Id: Ibce3dbdd8ee8a6cd1727313f3a2502717ee7f30a

14 years agoRemoved unused import android.widget.LinearLayout
Ben Clark [Wed, 21 Jul 2010 20:44:59 +0000 (21:44 +0100)]
Removed unused import android.widget.LinearLayout

Change-Id: I904f5e3a2054f99bbc7c685e9d7a805cb621819a

14 years agoRemove unused variable and associated import
Ben Clark [Sat, 17 Jul 2010 18:35:56 +0000 (19:35 +0100)]
Remove unused variable and associated import

Change-Id: I5d83cf68c1604b252e860c6b3258654fcae7a589

14 years agoFix window leak problems in settings.
Jiehua.Dai [Wed, 12 May 2010 06:37:52 +0000 (08:37 +0200)]
Fix window leak problems in settings.

There were window leak in the settings application.
These leak happens when an AlertDialog displays, rotate the phone,
then it would cause window leak.

Change-Id: I914897bf657933efea72eeea66076dc288098420

14 years agoAllow users to create shortcuts to the VPN settings on the Home Screen.
Tobias Brunner [Mon, 28 Jun 2010 11:10:26 +0000 (13:10 +0200)]
Allow users to create shortcuts to the VPN settings on the Home Screen.

Change-Id: I4bf78c78ae35ea3d485e71a46f7aecdecdbfd8a0

14 years agoam 4e012037: Import revised translations
Kenny Root [Mon, 21 Jun 2010 18:18:33 +0000 (11:18 -0700)]
am 4e012037: Import revised translations

Merge commit '4e01203746710646227470390d4a9f7fb52c6238' into froyo-plus-aosp

* commit '4e01203746710646227470390d4a9f7fb52c6238':
  Import revised translations

14 years agoImport revised translations
Kenny Root [Mon, 21 Jun 2010 18:04:50 +0000 (11:04 -0700)]
Import revised translations

Change-Id: I170f4347b73055ce204d75cfa1bef5cc22b928b1

14 years agoam db751db4: Import revised translations
Kenny Root [Mon, 21 Jun 2010 16:14:55 +0000 (09:14 -0700)]
am db751db4: Import revised translations

Merge commit 'db751db4c919ea4ab981d52017b9741d386dad19' into froyo-plus-aosp

* commit 'db751db4c919ea4ab981d52017b9741d386dad19':
  Import revised translations

14 years agoImport revised translations
Kenny Root [Mon, 21 Jun 2010 02:00:54 +0000 (19:00 -0700)]
Import revised translations

Change-Id: Iff09dd159fc2aecef68ce8b3cf26e6832865f7e5

14 years agomerge from open-source master
The Android Open Source Project [Tue, 15 Jun 2010 16:36:38 +0000 (09:36 -0700)]
merge from open-source master

Change-Id: I5d1276f8343d9f590616dc2ab91e0164b2d31426

14 years agoMerge "Disabled verbose logging"
Jean-Baptiste Queru [Mon, 14 Jun 2010 23:39:36 +0000 (16:39 -0700)]
Merge "Disabled verbose logging"

14 years agoignore from open-source master
The Android Open Source Project [Mon, 14 Jun 2010 21:33:13 +0000 (14:33 -0700)]
ignore from open-source master

Change-Id: I1b8bdb583dc0ad66b920f203490aa491d1e1bfb2

14 years agomerge from open-source master
The Android Open Source Project [Mon, 14 Jun 2010 21:30:58 +0000 (14:30 -0700)]
merge from open-source master

Change-Id: Iaaf6c1098fc0c5a44a7450d790ccaf2b1d2f64bb

14 years agoMerge "replaced deprecated setButton methods"
Jean-Baptiste Queru [Mon, 14 Jun 2010 19:18:24 +0000 (12:18 -0700)]
Merge "replaced deprecated setButton methods"

14 years agoMerge "Replaced deprecated String Constructor"
Jean-Baptiste Queru [Mon, 14 Jun 2010 19:13:56 +0000 (12:13 -0700)]
Merge "Replaced deprecated String Constructor"

14 years agomerge from open-source master
The Android Open Source Project [Mon, 14 Jun 2010 18:08:28 +0000 (11:08 -0700)]
merge from open-source master

Change-Id: Ia3beb8e68dd6a8df1b2c8887c0b851b4467b5f79

14 years agoMerge "replaced deprecated getIntent with parseURI"
Jean-Baptiste Queru [Mon, 14 Jun 2010 17:25:34 +0000 (10:25 -0700)]
Merge "replaced deprecated getIntent with parseURI"

14 years agomerge from open-source master
The Android Open Source Project [Fri, 11 Jun 2010 20:31:28 +0000 (13:31 -0700)]
merge from open-source master

Change-Id: I7d167c97600bbf25e2ed8872cffecd9fa5b1db7c

14 years agoSettings: Add a hook for operator or vendor specific settings.
Anders Hammar1 [Thu, 8 Apr 2010 08:03:50 +0000 (10:03 +0200)]
Settings: Add a hook for operator or vendor specific settings.

The Settings application now provides a hook that can be used by an
operator or a vendor specific application to add an activity of choice
in the settings menu.

Change-Id: Id55da9fd4262bbfc6a5abf863799c747b0d75b24

14 years agoam dc2fdd09: Import revised translations
Kenny Root [Thu, 10 Jun 2010 18:48:13 +0000 (11:48 -0700)]
am dc2fdd09: Import revised translations

Merge commit 'dc2fdd091fc23fe4d4001cc5caacdddbd6becddd' into froyo-plus-aosp

* commit 'dc2fdd091fc23fe4d4001cc5caacdddbd6becddd':
  Import revised translations

14 years agoImport revised translations
Kenny Root [Thu, 10 Jun 2010 18:36:34 +0000 (11:36 -0700)]
Import revised translations

Change-Id: I927a602963d383fbfe12d4b897a2e86bf1783f34

14 years agoam a791e2d6: Import revised translations
Kenny Root [Thu, 10 Jun 2010 06:04:13 +0000 (23:04 -0700)]
am a791e2d6: Import revised translations

Merge commit 'a791e2d63bfb5218db4890184e68381d4261818f' into froyo-plus-aosp

* commit 'a791e2d63bfb5218db4890184e68381d4261818f':
  Import revised translations

14 years agoImport revised translations
Kenny Root [Thu, 10 Jun 2010 05:51:38 +0000 (22:51 -0700)]
Import revised translations

Change-Id: Ib63294fbc8fedc0517f38bbffd4c0fe536866bdc

14 years agoDisabled verbose logging
Christian Mehlmauer [Sat, 5 Jun 2010 12:42:00 +0000 (14:42 +0200)]
Disabled verbose logging

Change-Id: If4612b5c045fb9819ab0668a628933a530606262

14 years agoam 365ef4a0: Update strings for backup
Kenny Root [Fri, 4 Jun 2010 00:05:06 +0000 (17:05 -0700)]
am 365ef4a0: Update strings for backup

Merge commit '365ef4a095189573b67573f6750f5891c11b7895' into froyo-plus-aosp

* commit '365ef4a095189573b67573f6750f5891c11b7895':
  Update strings for backup

14 years agoUpdate strings for backup
Kenny Root [Thu, 3 Jun 2010 23:42:00 +0000 (16:42 -0700)]
Update strings for backup

Change-Id: Icfc39bd1dd0bc38ac5fde300aeb1e8822825d57a

14 years agoam aa1f8aee: Clarify backup setting
Kenny Root [Thu, 3 Jun 2010 22:02:13 +0000 (15:02 -0700)]
am aa1f8aee: Clarify backup setting

Merge commit 'aa1f8aeeea1c27fe88270cc8b5df970d9f292385' into froyo-plus-aosp

* commit 'aa1f8aeeea1c27fe88270cc8b5df970d9f292385':
  Clarify backup setting

14 years agoClarify backup setting
Kenny Root [Thu, 3 Jun 2010 20:42:12 +0000 (13:42 -0700)]
Clarify backup setting

Change-Id: Ifb4497e4ea1453b1afbdd08ed08fddb9055b7251

14 years agoam de3e5665: Add phase2 authentication settings
Irfan Sheriff [Thu, 3 Jun 2010 18:13:21 +0000 (11:13 -0700)]
am de3e5665: Add phase2 authentication settings

Merge commit 'de3e56650d3e12b0bdfeb9311b71e0bb3a80ccc1' into froyo-plus-aosp

* commit 'de3e56650d3e12b0bdfeb9311b71e0bb3a80ccc1':
  Add phase2 authentication settings

14 years agoAdd phase2 authentication settings
Irfan Sheriff [Wed, 2 Jun 2010 22:25:13 +0000 (15:25 -0700)]
Add phase2 authentication settings

Bug: 2734813
Change-Id: Iaf4455577be888f6c78f490b2cc046adef41403e

14 years agoam b0bcf9f7: Fix NPE in InstalledAppDetails activity when app not found.
Jeff Brown [Fri, 28 May 2010 19:12:21 +0000 (12:12 -0700)]
am b0bcf9f7: Fix NPE in InstalledAppDetails activity when app not found.

Merge commit 'b0bcf9f7f50b56cb15a72be39fe11fe1351992c1' into froyo-plus-aosp

* commit 'b0bcf9f7f50b56cb15a72be39fe11fe1351992c1':
  Fix NPE in InstalledAppDetails activity when app not found.

14 years agoFix NPE in InstalledAppDetails activity when app not found.
Jeff Brown [Thu, 27 May 2010 21:29:34 +0000 (14:29 -0700)]
Fix NPE in InstalledAppDetails activity when app not found.

Added some extra checks to ensure that the activity exits from
onCreate, onResume and processMoveMsg promptly when the app
info cannot be refreshed.

Bug: b/2711730
Change-Id: Ied22fadce09326dd33cf201e5e9281990bf3abbd

14 years agoam f3373c99: No quotes for password
Irfan Sheriff [Wed, 26 May 2010 20:04:05 +0000 (13:04 -0700)]
am f3373c99: No quotes for password

Merge commit 'f3373c99493878f4689a9d4865323c18a2065c3b' into froyo-plus-aosp

* commit 'f3373c99493878f4689a9d4865323c18a2065c3b':
  No quotes for password

14 years agoNo quotes for password
Irfan Sheriff [Mon, 24 May 2010 21:57:45 +0000 (14:57 -0700)]
No quotes for password

Putting quotes for password in soft AP is not useful.
It simplifies processing in framework.

Bug: 2708960
Change-Id: If44aeb336732aa8089d3e401b546ebf9b3cbd25a

14 years agoreplaced deprecated setButton methods
Christian Mehlmauer [Tue, 25 May 2010 17:31:39 +0000 (19:31 +0200)]
replaced deprecated setButton methods

Change-Id: Ic112dc6acdb62586db741e996b0344d38c71d12f

14 years agoReplaced deprecated String Constructor
Christian Mehlmauer [Tue, 25 May 2010 17:25:05 +0000 (19:25 +0200)]
Replaced deprecated String Constructor

Change-Id: I452400c9cb00b60316b0270b2f4a68c15d80b698

14 years agoreplaced deprecated getIntent with parseURI
Christian Mehlmauer [Tue, 25 May 2010 16:39:46 +0000 (18:39 +0200)]
replaced deprecated getIntent with parseURI

Change-Id: Iabf82ff0f9be2a76dece9aafe8603bf83ac7d049

14 years agomerge from open-source master
The Android Open Source Project [Wed, 19 May 2010 16:12:47 +0000 (09:12 -0700)]
merge from open-source master

Change-Id: Id9c258165d9bb326271218a562d782fa52608213

14 years agomerge from open-source master
The Android Open Source Project [Wed, 19 May 2010 15:30:08 +0000 (08:30 -0700)]
merge from open-source master

Change-Id: I5698914cf9093696ad851412a510a99419989d17

14 years agoMerge "Removed Calls to deprecated APIs and unused imports"
Romain Guy [Wed, 19 May 2010 07:00:14 +0000 (00:00 -0700)]
Merge "Removed Calls to deprecated APIs and unused imports"

14 years agoam f9762a2c: Fix issue #2694643: Remove/Resolve STOPSHIP
Dianne Hackborn [Tue, 18 May 2010 22:26:17 +0000 (15:26 -0700)]
am f9762a2c: Fix issue #2694643: Remove/Resolve STOPSHIP

Merge commit 'f9762a2c39bc4189329c89272bc83ba11c2c9624' into froyo-plus-aosp

* commit 'f9762a2c39bc4189329c89272bc83ba11c2c9624':
  Fix issue #2694643: Remove/Resolve STOPSHIP

14 years agoFix issue #2694643: Remove/Resolve STOPSHIP
Dianne Hackborn [Tue, 18 May 2010 22:22:32 +0000 (15:22 -0700)]
Fix issue #2694643: Remove/Resolve STOPSHIP

*poof*

Change-Id: I386473bc6a6cd0d68d1b0a1b4871caef75f1ade8

14 years agoA button in the master clear information screen was partly hidden.
Henrik Tuszynski [Wed, 12 May 2010 06:44:09 +0000 (08:44 +0200)]
A button in the master clear information screen was partly hidden.

The master reset button was partially hidden in landscape mode.
This change nests the current layout in a ScrollView making the
layout scrollable.

Change-Id: I2f7b8a222e3a25930b134314640b1c765b964254

14 years agoam cd8f068e: Merge "Fix crash for tether with quotes in SSID" into froyo
Irfan Sheriff [Mon, 17 May 2010 20:29:00 +0000 (13:29 -0700)]
am cd8f068e: Merge "Fix crash for tether with quotes in SSID" into froyo

Merge commit 'cd8f068ed2b5385ec420c1cabc8b1f62558a1448' into froyo-plus-aosp

* commit 'cd8f068ed2b5385ec420c1cabc8b1f62558a1448':
  Fix crash for tether with quotes in SSID

14 years agoMerge "Fix crash for tether with quotes in SSID" into froyo
Irfan Sheriff [Mon, 17 May 2010 20:25:58 +0000 (13:25 -0700)]
Merge "Fix crash for tether with quotes in SSID" into froyo

14 years agoFix crash for tether with quotes in SSID
Irfan Sheriff [Mon, 17 May 2010 19:46:03 +0000 (12:46 -0700)]
Fix crash for tether with quotes in SSID

Multiple quotes cause havoc with netd interaction right now.
The solution is to revert the changes for WifiConfiguration on
Access Point side done in Change I0f1e508b and remove all quotes
in the SSID.

Essentially a low risk one line change on top of the revert.

We dont expose API for WifiConfiguration on AP side. This solution
essentially means we treat SSID in WifiConfiguration on AP side
differently. When we do expose things, we should make things consistent.

Change-Id: I0a7e5074b83ace743fc843ee61c1ff86cde8267f

14 years agoRemoved Calls to deprecated APIs and unused imports
Christian Mehlmauer [Mon, 17 May 2010 19:25:15 +0000 (21:25 +0200)]
Removed Calls to deprecated APIs and unused imports

Change-Id: Ibaaf3418ec2c97a99495eca7ea546af415370c3e

14 years agoam 28b245c0: Import revised translations
Kenny Root [Mon, 17 May 2010 18:45:04 +0000 (11:45 -0700)]
am 28b245c0: Import revised translations

Merge commit '28b245c01d49b7710d1a918849fe8f159e8f43b5' into froyo-plus-aosp

* commit '28b245c01d49b7710d1a918849fe8f159e8f43b5':
  Import revised translations

14 years agoImport revised translations
Kenny Root [Mon, 17 May 2010 18:42:19 +0000 (11:42 -0700)]
Import revised translations

Change-Id: I6f0e1a9dbaa3b3e81b24de207c3731249d160a59

14 years agoam 8c81257f: Fix the double-quoted SSID issue.
Chung-yih Wang [Sat, 15 May 2010 06:16:25 +0000 (23:16 -0700)]
am 8c81257f: Fix the double-quoted SSID issue.

Merge commit '8c81257f70fabeaa505e292bd0c2226dd5eefc4c' into froyo-plus-aosp

* commit '8c81257f70fabeaa505e292bd0c2226dd5eefc4c':
  Fix the double-quoted SSID issue.

14 years agoFix the double-quoted SSID issue.
Chung-yih Wang [Sat, 15 May 2010 02:57:23 +0000 (10:57 +0800)]
Fix the double-quoted SSID issue.

Bug id http://b/issue?id=2684571

Change-Id: I0f1e508b9a3d0fefcef28235380392368a51e42a

14 years agomerge from open-source master
The Android Open Source Project [Wed, 12 May 2010 16:34:10 +0000 (09:34 -0700)]
merge from open-source master

Change-Id: I0b8f7bedc11e98f2c790669bbbe5a7807947e196

14 years agomerge from open-source master
The Android Open Source Project [Wed, 12 May 2010 16:33:50 +0000 (09:33 -0700)]
merge from open-source master

Change-Id: Iab9eddbfea000b9403c92a211c37b93772f2a9c7

14 years agoFixing Swedish translations of a few texts under "Phone info".
Henrik Hall [Wed, 24 Feb 2010 07:05:05 +0000 (08:05 +0100)]
Fixing Swedish translations of a few texts under "Phone info".

* Build number
* Firmware version

Change-Id: Ifb8e84bcea86c7b95073e455f97f9b13c720c400

14 years agoMerge "The password in the APN settings is shown instead of stars"
Romain Guy [Tue, 11 May 2010 17:51:12 +0000 (10:51 -0700)]
Merge "The password in the APN settings is shown instead of stars"

14 years agoam e434bfb2: String change - wifi tether = hotspot
Robert Greenwalt [Mon, 10 May 2010 17:14:36 +0000 (10:14 -0700)]
am e434bfb2: String change - wifi tether = hotspot

Merge commit 'e434bfb216682a6ca331fa54ce58a2bff7adf8d7' into froyo-plus-aosp

* commit 'e434bfb216682a6ca331fa54ce58a2bff7adf8d7':
  String change - wifi tether = hotspot

14 years agoam d2c81986: b/2652059 Refresh UI after bond state change
Michael Chan [Mon, 10 May 2010 16:43:38 +0000 (09:43 -0700)]
am d2c81986: b/2652059 Refresh UI after bond state change

Merge commit 'd2c81986c236ed680cfae5e420561028ae4cc0d2' into froyo-plus-aosp

* commit 'd2c81986c236ed680cfae5e420561028ae4cc0d2':
  b/2652059 Refresh UI after bond state change

14 years agoString change - wifi tether = hotspot
Robert Greenwalt [Sat, 8 May 2010 22:20:24 +0000 (15:20 -0700)]
String change - wifi tether = hotspot

bug:2664412
Change-Id: I6ca955e7fcc299ae1d69892c93c9250229610b19

14 years agob/2652059 Refresh UI after bond state change
Michael Chan [Fri, 7 May 2010 22:24:22 +0000 (15:24 -0700)]
b/2652059 Refresh UI after bond state change

Change-Id: I8f8a939ba3f383aae36091986cea4e8a6eae13fb

14 years agoam 1308453b: b/2652059 Fixed the broken BT connects/disconnects after unpair
Michael Chan [Tue, 4 May 2010 19:36:27 +0000 (12:36 -0700)]
am 1308453b: b/2652059 Fixed the broken BT connects/disconnects after unpair

Merge commit '1308453b16c2ca85a456bd4bb7f3c71c916bd83e' into froyo-plus-aosp

* commit '1308453b16c2ca85a456bd4bb7f3c71c916bd83e':
  b/2652059 Fixed the broken BT connects/disconnects after unpair

14 years agob/2652059 Fixed the broken BT connects/disconnects after unpair
Michael Chan [Tue, 4 May 2010 06:05:06 +0000 (23:05 -0700)]
b/2652059 Fixed the broken BT connects/disconnects after unpair

The unpair command was stuck in the queue.

Change-Id: I803cb10adcfaedbe6fd202e0db463593880e4280

14 years agoam 6d409870: Import revised translations
Kenny Root [Thu, 29 Apr 2010 23:03:30 +0000 (16:03 -0700)]
am 6d409870: Import revised translations

Merge commit '6d409870981361af2f547fba05877e7f405af75a' into froyo-plus-aosp

* commit '6d409870981361af2f547fba05877e7f405af75a':
  Import revised translations

14 years agoImport revised translations
Kenny Root [Thu, 29 Apr 2010 22:56:53 +0000 (15:56 -0700)]
Import revised translations

Change-Id: If5691d275bf86c94038a53beed65a93dad65b450

14 years agoam 6078d450: Merge "b/2630339 Fixed the crash when an app requests BT to be enabled...
Michael Chan [Wed, 28 Apr 2010 20:14:35 +0000 (13:14 -0700)]
am 6078d450: Merge "b/2630339 Fixed the crash when an app requests BT to be enabled" into froyo

Merge commit '6078d4503d6bc29fe6d2ff7784124a66fe48186e' into froyo-plus-aosp

* commit '6078d4503d6bc29fe6d2ff7784124a66fe48186e':
  b/2630339 Fixed the crash when an app requests BT to be enabled

14 years agoMerge "b/2630339 Fixed the crash when an app requests BT to be enabled" into froyo
Michael Chan [Wed, 28 Apr 2010 19:43:00 +0000 (12:43 -0700)]
Merge "b/2630339 Fixed the crash when an app requests BT to be enabled" into froyo

14 years agob/2630339 Fixed the crash when an app requests BT to be enabled
Michael Chan [Wed, 28 Apr 2010 18:10:40 +0000 (11:10 -0700)]
b/2630339 Fixed the crash when an app requests BT to be enabled

For AlertActivity, the dialog needs to display at onCreate() time.
Otherwise, the decor view would be made. Trying to display the
dialog afterward would crash. Changed to AlertDialog instead.

Change-Id: I2ea8463b4c475b9b54746d0a722fa80eea3d4529

14 years agoam b3c872bf: Merge "Import revised translations" into froyo
Kenny Root [Wed, 28 Apr 2010 16:34:05 +0000 (09:34 -0700)]
am b3c872bf: Merge "Import revised translations" into froyo

Merge commit 'b3c872bf581e3f1ec3c6f03fbb90e43690de75b5' into froyo-plus-aosp

* commit 'b3c872bf581e3f1ec3c6f03fbb90e43690de75b5':
  Import revised translations

14 years agoMerge "Import revised translations" into froyo
Kenny Root [Wed, 28 Apr 2010 16:23:34 +0000 (09:23 -0700)]
Merge "Import revised translations" into froyo

14 years agoImport revised translations
Kenny Root [Tue, 27 Apr 2010 21:07:54 +0000 (14:07 -0700)]
Import revised translations

Change-Id: I91401f661d61a86d166baac1cad14b8897d0a467

14 years agoam 64ab5338: Fix regression in removing settings that aren\'t relevant for a platform.
Amith Yamasani [Tue, 27 Apr 2010 22:08:20 +0000 (15:08 -0700)]
am 64ab5338: Fix regression in removing settings that aren\'t relevant for a platform.

Merge commit '64ab5338cb0f90f8ee0787b0b98611670e6dee7e' into froyo-plus-aosp

* commit '64ab5338cb0f90f8ee0787b0b98611670e6dee7e':
  Fix regression in removing settings that aren't relevant for a platform.

14 years agoFix regression in removing settings that aren't relevant for a platform.
Amith Yamasani [Tue, 27 Apr 2010 19:36:33 +0000 (12:36 -0700)]
Fix regression in removing settings that aren't relevant for a platform.

Bug: 2630695

The PreferenceCategories added into the hierarchy caused removePreference() to
not work, since the preferences to be removed were not immediate children of
the preference screen.

Create empty PreferenceCategory elements and pull the preferences to the same
depth as the categories.

Change-Id: I34826ea4d84cda0ecab75c66a73febe3d51e7c68

14 years agoam 6368b25c: Merge "b/2608693 Fix the problem where BT was automatically reconnecting...
Michael Chan [Fri, 23 Apr 2010 17:50:18 +0000 (10:50 -0700)]
am 6368b25c: Merge "b/2608693 Fix the problem where BT was automatically reconnecting ... after the user unpaired while docked." into froyo

Merge commit '6368b25c09992172b1900da3fd326c4fd2fdd203' into froyo-plus-aosp

* commit '6368b25c09992172b1900da3fd326c4fd2fdd203':
  b/2608693 Fix the problem where BT was automatically reconnecting

14 years agoMerge "b/2608693 Fix the problem where BT was automatically reconnecting ... after...
Michael Chan [Fri, 23 Apr 2010 17:46:43 +0000 (10:46 -0700)]
Merge "b/2608693 Fix the problem where BT was automatically reconnecting ... after the user unpaired while docked." into froyo

14 years agoam b99e029d: Fix string for uninstall button for system apps.
Suchi Amalapurapu [Fri, 23 Apr 2010 04:04:01 +0000 (21:04 -0700)]
am b99e029d: Fix string for uninstall button for system apps.

Merge commit 'b99e029db14ae276a47da39da9378b6af9aef403' into froyo-plus-aosp

* commit 'b99e029db14ae276a47da39da9378b6af9aef403':
  Fix string for uninstall button for system apps.

14 years agob/2608693 Fix the problem where BT was automatically reconnecting
Michael Chan [Thu, 22 Apr 2010 23:07:35 +0000 (16:07 -0700)]
b/2608693 Fix the problem where BT was automatically reconnecting
... after the user unpaired while docked.

Change-Id: I65642f440109968387401fc3c103da0f2b15f49f

14 years agoFix string for uninstall button for system apps.
Suchi Amalapurapu [Thu, 22 Apr 2010 23:03:16 +0000 (16:03 -0700)]
Fix string for uninstall button for system apps.

Change-Id: Iad26aae3d99447eddb6997e66c84080cdce727da

14 years agoam a3683a51: Enable moving packages when install location is set to auto.
Suchi Amalapurapu [Thu, 22 Apr 2010 22:54:34 +0000 (15:54 -0700)]
am a3683a51: Enable moving packages when install location is set to auto.

Merge commit 'a3683a51faab316c1577cd13c708a41938bcc646' into froyo-plus-aosp

* commit 'a3683a51faab316c1577cd13c708a41938bcc646':
  Enable moving packages when install location is set to auto.

14 years agoEnable moving packages when install location is set to auto.
Suchi Amalapurapu [Thu, 22 Apr 2010 17:56:51 +0000 (10:56 -0700)]
Enable moving packages when install location is set to auto.

Change-Id: If081ad949cb2aed6b3555275c582e951e579ffc9

14 years agoam f0746678: Merge "Redesign vibration settings." into froyo
Daniel Sandler [Thu, 22 Apr 2010 01:15:40 +0000 (18:15 -0700)]
am f0746678: Merge "Redesign vibration settings." into froyo

Merge commit 'f07466782bb25ce4f2738133d0992f3531af28e5' into froyo-plus-aosp

* commit 'f07466782bb25ce4f2738133d0992f3531af28e5':
  Redesign vibration settings.

14 years agoam 19340d21: Merge "Labeled categories to help clarify Sound prefs." into froyo
Daniel Sandler [Thu, 22 Apr 2010 01:15:38 +0000 (18:15 -0700)]
am 19340d21: Merge "Labeled categories to help clarify Sound prefs." into froyo

Merge commit '19340d213c4bd4428f940a12d82a494f9e7cfaa6' into froyo-plus-aosp

* commit '19340d213c4bd4428f940a12d82a494f9e7cfaa6':
  Labeled categories to help clarify Sound prefs.

14 years agoMerge "Redesign vibration settings." into froyo
Daniel Sandler [Thu, 22 Apr 2010 00:37:00 +0000 (17:37 -0700)]
Merge "Redesign vibration settings." into froyo

14 years agoMerge "Labeled categories to help clarify Sound prefs." into froyo
Daniel Sandler [Thu, 22 Apr 2010 00:36:48 +0000 (17:36 -0700)]
Merge "Labeled categories to help clarify Sound prefs." into froyo

14 years agoam 4c3b2f0c: Fix the tethering help page.
Robert Greenwalt [Wed, 21 Apr 2010 20:04:30 +0000 (13:04 -0700)]
am 4c3b2f0c: Fix the tethering help page.

Merge commit '4c3b2f0cf062b38a6e380cc15ff8dc9abdca518b' into froyo-plus-aosp

* commit '4c3b2f0cf062b38a6e380cc15ff8dc9abdca518b':
  Fix the tethering help page.

14 years agoRedesign vibration settings.
Daniel Sandler [Wed, 21 Apr 2010 19:24:24 +0000 (15:24 -0400)]
Redesign vibration settings.

Under the hood there remain three axes:
 1. Are we in silent mode now?      | RINGER_MODE_{VIBRATE,SILENT}
 2. Do we vibrate in silent mode?   | VIBRATE_IN_SILENT == 1
 3. Do calls vibrate:     | getVibrateSetting(VIBRATE_TYPE_RINGER)
    - always              |    == VIBRATE_SETTING_ON
    - never               |    == VIBRATE_SETTING_OFF
    - only in silent      |    == VIBRATE_SETTING_ONLY_SILENT

We now expose this to the user much more simply by
collapsing (2) and (3) above, and discarding states that
don't make sense:
  - VIBRATE_SETTING_OFF + VIBRATE_IN_SILENT
  - VIBRATE_SETTING_ONLY_SILENT + !VIBRATE_IN_SILENT

Now we offer the user four choices:

    Phone vibrate:
    * "Never"
        --> VIBRATE_IN_SILENT=0, VIBRATE_SETTING_OFF
    * "Always"
        --> VIBRATE_IN_SILENT=1, VIBRATE_SETTING_ON
    * "Only in silent mode"
        --> VIBRATE_IN_SILENT=1, VIBRATE_SETTING_ONLY_SILENT
    * "Only when not in silent mode"
        --> VIBRATE_IN_SILENT=0, VIBRATE_SETTING_ON

This should make it easier to choose exactly the behavior
the user wants as well as avoid nonsensical combinations of
settings.

Bug: 2598014
Change-Id: I9244d25ec97a3e2b572b71b521049debd22fa4e0

14 years agomerge from open-source master
The Android Open Source Project [Wed, 21 Apr 2010 16:46:57 +0000 (09:46 -0700)]
merge from open-source master

Change-Id: I9d308271306bfcbdc0ef461605f800e5d48334a3

14 years agoLabeled categories to help clarify Sound prefs.
Daniel Sandler [Tue, 20 Apr 2010 13:56:52 +0000 (09:56 -0400)]
Labeled categories to help clarify Sound prefs.

Bug: 2598014
Change-Id: Ia846367fc479345bfd02c10fe1860373719334eb

14 years agoDisplay current IP address in advanced Wifi settings screen
Mike Lockwood [Tue, 20 Apr 2010 15:53:49 +0000 (11:53 -0400)]
Display current IP address in advanced Wifi settings screen

Change-Id: I47c6eece376e712b73add72057462926f7b2349f
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoFix the tethering help page.
Robert Greenwalt [Mon, 19 Apr 2010 19:22:48 +0000 (12:22 -0700)]
Fix the tethering help page.

It worked with language+country resources but for some resources it's just language.
Added a check to see if we had lanugage+country before deciding which to use.

bug:2605981
Change-Id: Icb667a51f0c376f5188e3a43f264e236cd265468

14 years agoMerge "Stop scanning after errors" into froyo
Irfan Sheriff [Sat, 17 Apr 2010 16:28:21 +0000 (09:28 -0700)]
Merge "Stop scanning after errors" into froyo