OSDN Git Service

android-x86/packages-apps-Settings.git
14 years agoMerge "Make Power Control widget a bit more responsive." into froyo
Brad Fitzpatrick [Wed, 7 Apr 2010 16:19:14 +0000 (09:19 -0700)]
Merge "Make Power Control widget a bit more responsive." into froyo

14 years agoFixing bug #2575499 - TextToSpeech Settings did not verify that the
Charles Chen [Tue, 6 Apr 2010 22:50:42 +0000 (15:50 -0700)]
Fixing bug #2575499 - TextToSpeech Settings did not verify that the
current default language was still supported when the default engine
changes.

Change-Id: I2f4b986311161ceaa9d4b9cf3a495f536d9425cd

14 years agoMake Power Control widget a bit more responsive.
Brad Fitzpatrick [Mon, 5 Apr 2010 17:12:09 +0000 (10:12 -0700)]
Make Power Control widget a bit more responsive.

Based on a lot of timings on Sapphire.

Also, initially this CL improved the speed of Toasts, but now it just
removes the use of Toasts in the widget after eng/UX discussions with
various people.

BUG=2535155

Change-Id: I134a730f17ebee8a119b7796984f00b22e0d6120

14 years agoFix network disable on connect
Irfan Sheriff [Sat, 3 Apr 2010 00:36:19 +0000 (17:36 -0700)]
Fix network disable on connect

If we dont have an updated access point list
when we are re-enabling networks after connecting,
we could end up keeping some networks disabled.

This could happen if there is no event that
triggers an access point before enabling networks

Update the current access point list
right before enabling all networks.

Bug: 2567770
Change-Id: Ieb1ac8147d4acb05a6d13c44396653f0af94643d

14 years agoImport revised translations
Kenny Root [Sat, 3 Apr 2010 21:02:57 +0000 (14:02 -0700)]
Import revised translations

Change-Id: I7ce7aa7745bfb57870f1239dba8bd0bd714590dd

14 years agoMerge "Restore dependency between volume settings and silent mode." into froyo
Daniel Sandler [Fri, 2 Apr 2010 17:53:17 +0000 (10:53 -0700)]
Merge "Restore dependency between volume settings and silent mode." into froyo

14 years agoFix issue #2549511 Crash while moving the installed app to Phone
Dianne Hackborn [Wed, 31 Mar 2010 06:27:20 +0000 (23:27 -0700)]
Fix issue #2549511 Crash while moving the installed app to Phone

android.view.WindowManager$BadTokenException: Unable to add window

Change-Id: Ie844fd9cde05134431695f4f5bd27827e9e23ce5

14 years agoMerge "Refresh apps when they become (un)available." into froyo
Jeff Brown [Wed, 31 Mar 2010 16:27:25 +0000 (09:27 -0700)]
Merge "Refresh apps when they become (un)available." into froyo

14 years agoMerge "Fix issue# 2544176: running services list update outside of ui thread." into...
Dianne Hackborn [Wed, 31 Mar 2010 01:25:10 +0000 (18:25 -0700)]
Merge "Fix issue# 2544176: running services list update outside of ui thread." into froyo

14 years agoFix issue# 2544176: running services list update outside of ui thread.
Dianne Hackborn [Wed, 31 Mar 2010 01:07:04 +0000 (18:07 -0700)]
Fix issue# 2544176: running services list update outside of ui thread.

Also fix to put the services in a somewhat reasonable order.

Change-Id: I564c4d3fb1c0d803fe795c3d3a4a1d1d731f77fa

14 years agoMerge "Add Title to the Tether help dialog" into froyo
Robert Greenwalt [Tue, 30 Mar 2010 22:54:47 +0000 (15:54 -0700)]
Merge "Add Title to the Tether help dialog" into froyo

14 years agoFix the build - doh.
Mike LeBeau [Tue, 30 Mar 2010 21:45:00 +0000 (14:45 -0700)]
Fix the build - doh.

Change-Id: Iffaf7276340c00b3652e38580abdb218e5907917

14 years agoAdd new string to identify what speech recognizer the settings are for.
Mike LeBeau [Tue, 30 Mar 2010 19:03:39 +0000 (12:03 -0700)]
Add new string to identify what speech recognizer the settings are for.

http://b/2546173

Change-Id: I7d59a69eba0e4f3c87586c968574d291a200352c

14 years agoMerge "Fix 2527411: Remove unusable display timeouts from Settings." into froyo
Jim Miller [Tue, 30 Mar 2010 20:51:43 +0000 (13:51 -0700)]
Merge "Fix 2527411: Remove unusable display timeouts from Settings." into froyo

14 years agoAdd Title to the Tether help dialog
Robert Greenwalt [Tue, 30 Mar 2010 20:48:27 +0000 (13:48 -0700)]
Add Title to the Tether help dialog

bug:2546313
Change-Id: Ib70118b40289abd3cafdecf7fc814ca48bce2960

14 years agoRestore dependency between volume settings and silent mode.
Daniel Sandler [Tue, 30 Mar 2010 18:55:23 +0000 (14:55 -0400)]
Restore dependency between volume settings and silent mode.

Volume (of the ringer, notifications, media, and alarms) may
no longer be adjusted while the phone is in silent mode.
This was the behavior in Eclair and earlier releases.

This rolls back a small portion of change I724c43aa in the
interest of stability (see bugs listed below for weirdness
that occurs when the ringer's SeekBarVolumizer is visible
when the ringtone stream is muted).

Bug: 2552268
Bug: 2544706
Change-Id: I4858e6d85e5ec8c4bba83b649e24dd5915252eb2

14 years agoImport revised translations
Kenny Root [Tue, 30 Mar 2010 16:16:49 +0000 (09:16 -0700)]
Import revised translations

Change-Id: Ib730899be1485cc95ed6254279bae0c9413332b3

14 years agoFix 2527411: Remove unusable display timeouts from Settings.
Jim Miller [Tue, 30 Mar 2010 03:18:51 +0000 (20:18 -0700)]
Fix 2527411: Remove unusable display timeouts from Settings.

This fix removes unusable display timeouts from Settings when
a device policy is enabled.

Patch 3 catches the case where not having any active policies clears the list.

Change-Id: I5b08d420c73b1c2e6fe2bb4e65656790290574cd

14 years agoRefresh apps when they become (un)available.
Jeff Brown [Tue, 30 Mar 2010 00:51:23 +0000 (17:51 -0700)]
Refresh apps when they become (un)available.

This fixes a bug in the current code that causes apps to be removed
from the list when they become unavailable.

Change-Id: Ic0b4c0fa34662ce3c458117b6807742448ec6575

14 years agoMerge "DO NOT MERGE Removing unused features from source tree. Please refer to Bug...
Oscar Montemayor [Mon, 29 Mar 2010 23:23:53 +0000 (16:23 -0700)]
Merge "DO NOT MERGE Removing unused features from source tree. Please refer to Bug#2502219." into froyo

14 years agoMerge "Return empty string for new error code. The new string will be defined later...
Suchi Amalapurapu [Mon, 29 Mar 2010 22:31:34 +0000 (15:31 -0700)]
Merge "Return empty string for new error code. The new string will be defined later." into froyo

14 years agoReturn empty string for new error code.
Suchi Amalapurapu [Mon, 29 Mar 2010 22:15:31 +0000 (15:15 -0700)]
Return empty string for new error code.
The new string will be defined later.

Change-Id: I7dc80ca96461e083cd8d8fba4815ac263dac61a4

14 years agoSettings: Fix for http://b/issue?id=2538399 (ANR while formatting sd)
San Mehat [Mon, 29 Mar 2010 21:30:38 +0000 (14:30 -0700)]
Settings: Fix for b/issue?id=2538399 (ANR while formatting sd)

Change-Id: I94b84a45557cbce706c37d5088d398283a639c80
Signed-off-by: San Mehat <san@google.com>
14 years agoDO NOT MERGE
Oscar Montemayor [Sat, 27 Mar 2010 01:45:05 +0000 (18:45 -0700)]
DO NOT MERGE
Removing unused features from source tree.
Please refer to Bug#2502219.

Change-Id: Ib3321f3c0e3edf7dff947917ba9bad0f7da93c89

14 years agoAPI council: don't allow admin add from new task.
Dianne Hackborn [Fri, 26 Mar 2010 20:24:39 +0000 (13:24 -0700)]
API council: don't allow admin add from new task.

Change-Id: I45f75f8e2c43ba0dae51d37e104d18d0b1a2cdbf

14 years agoMerge "Fix 2535700: Add support for enforcing password quality"
Jim Miller [Fri, 26 Mar 2010 02:55:54 +0000 (19:55 -0700)]
Merge "Fix 2535700: Add support for enforcing password quality"

14 years agoFix 2535700: Add support for enforcing password quality
Jim Miller [Fri, 26 Mar 2010 01:45:22 +0000 (18:45 -0700)]
Fix 2535700: Add support for enforcing password quality

Change-Id: I908b4229d46061f3d450adec72b04276fe10afc1

14 years agoMerge "Stop scanning as soon as device is picked in the device picker."
Jaikumar Ganesh [Thu, 25 Mar 2010 22:57:17 +0000 (15:57 -0700)]
Merge "Stop scanning as soon as device is picked in the device picker."

14 years agoStop scanning as soon as device is picked in the device picker.
Jaikumar Ganesh [Thu, 25 Mar 2010 21:21:10 +0000 (14:21 -0700)]
Stop scanning as soon as device is picked in the device picker.

This improves OPP transfer time by a couple of seconds.

Change-Id: I40e8f092ca3950a2d180b78f07f1cc717f2daaf6

14 years agoRemember Wifi state prior to tethering
Irfan Sheriff [Thu, 25 Mar 2010 00:55:32 +0000 (17:55 -0700)]
Remember Wifi state prior to tethering

We now remember whether Wifi was enabled
prior to enabling tethering. This will
allow us to restore Wifi when tethering
is disabled.

Bug: 2537983
Change-Id: Ia530563bd5647856d62cd59b67ae5156de6fd5d9

14 years agoDisable tethering to enable Wifi
Irfan Sheriff [Wed, 24 Mar 2010 19:14:28 +0000 (12:14 -0700)]
Disable tethering to enable Wifi

We need to explicitly disable wifi while enabling
tethering and disable tethering while enabling wifi

Bug: 2539071
Change-Id: I7fda6e4d9d1bb804e81561d52b5f3a982a674b0e

14 years agoFix 2242164 Soft keyboard keeps getting enabled even if I disable it
Amith Yamasani [Thu, 25 Mar 2010 04:45:37 +0000 (21:45 -0700)]
Fix 2242164 Soft keyboard keeps getting enabled even if I disable it

On keyboardful devices, it is possible to disable the system soft input
method. Something changed in eclair that caused the ime to be re-enabled
on every package manager update (packages added/deleted).

Now keep track of disabled system imes in the settings db and search
in that list before enabling a system IME on package changes.

Every time the user goes to settings to enable/disable imes, the list
is re-created.

Any new system IMEs that may be added via an OTA will get enabled if
they have a different package name.

14 years agoWhen unmounting the sdcard, we are currently checking for apps that
Suchi Amalapurapu [Wed, 24 Mar 2010 16:05:59 +0000 (09:05 -0700)]
When unmounting the sdcard, we are currently checking for apps that
have open file references on the sdcard. We also have to check for apps on sd
that are currently running. Use the new ActivityManager api to get a list of these apps before deciding to show the dialog.

Change-Id: Idb00fcbd0a3f314d75ee1662cb2b10a84569527a

14 years agoMerge "Disable uninstall button when move is in progress. Handle onActivityResult...
Suchi Amalapurapu [Tue, 23 Mar 2010 23:11:32 +0000 (16:11 -0700)]
Merge "Disable uninstall button when move is in progress. Handle onActivityResult in ManageApplications when a package has been uninstalled."

14 years agoDisable uninstall button when move is in progress.
Suchi Amalapurapu [Mon, 22 Mar 2010 22:21:34 +0000 (15:21 -0700)]
Disable uninstall button when move is in progress.
Handle onActivityResult in ManageApplications when a package has been
uninstalled.

Change-Id: I4c4a8a54f9743f89949f47e21c1e143ac08ca2c3

14 years agoMerge "The getStorageUsers only returns list of storage users accessing the sdcard...
Suchi Amalapurapu [Tue, 23 Mar 2010 22:37:12 +0000 (15:37 -0700)]
Merge "The getStorageUsers only returns list of storage users accessing the sdcard. We also have to check if applications on sdcard are currently running."

14 years agoThe getStorageUsers only returns list of storage users accessing the sdcard.
Suchi Amalapurapu [Tue, 23 Mar 2010 22:02:13 +0000 (15:02 -0700)]
The getStorageUsers only returns list of storage users accessing the sdcard.
We also have to check if applications on sdcard are currently running.

Change-Id: I4b6478bc834e956f963735f69829c5ba4c7fb8c2

14 years agoUpdate running services in background thread.
Dianne Hackborn [Tue, 23 Mar 2010 17:40:44 +0000 (10:40 -0700)]
Update running services in background thread.

This avoid the main UI glitching when an update happens.  Also fix
some problems with how overall memory usage was shown.

Change-Id: Ida415eb07c8671059a24c3be1ebf16910f4b6da2

14 years agoMerge "Fix 2535700: Strings for additional security policies."
Jim Miller [Tue, 23 Mar 2010 08:02:02 +0000 (01:02 -0700)]
Merge "Fix 2535700: Strings for additional security policies."

14 years agoFix the incorrect keystore prefix of private key in the wpa_supplicant.conf.
Chung-yih Wang [Tue, 23 Mar 2010 04:15:33 +0000 (12:15 +0800)]
Fix the incorrect keystore prefix of private key in the wpa_supplicant.conf.

Change-Id: Ibc77d10f6c945d274037422b2e4e58d1bbd9888d

14 years agoFix 2535700: Strings for additional security policies.
Jim Miller [Tue, 23 Mar 2010 02:36:34 +0000 (19:36 -0700)]
Fix 2535700: Strings for additional security policies.

Change-Id: Icd2f31ae5393ee7b26113d8c3f31ef06b3469939

14 years agoMerge "Make the Power Control widget more responsive."
Brad Fitzpatrick [Tue, 23 Mar 2010 01:08:16 +0000 (18:08 -0700)]
Merge "Make the Power Control widget more responsive."

14 years agoMake the Power Control widget more responsive.
Brad Fitzpatrick [Mon, 22 Mar 2010 22:58:01 +0000 (15:58 -0700)]
Make the Power Control widget more responsive.

BUG=2535155

Change-Id: Id3049fa9ba850c05140d7374065717b854a5d721

14 years agoMerge "Fixing a problem with the TextToSpeech settings not reflecting the current...
Charles Chen [Mon, 22 Mar 2010 23:11:09 +0000 (16:11 -0700)]
Merge "Fixing a problem with the TextToSpeech settings not reflecting the current engine that the user has selected when displaying the list of engines that are available."

14 years agoFixing a problem with the TextToSpeech settings not reflecting
Charles Chen [Mon, 22 Mar 2010 23:06:05 +0000 (16:06 -0700)]
Fixing a problem with the TextToSpeech settings not reflecting
the current engine that the user has selected when displaying
the list of engines that are available.

Change-Id: I77d35ff1c691fd3e5c967fcf367647d415d2468e

14 years agoAdd password hint and fix settings crash
Irfan Sheriff [Mon, 22 Mar 2010 19:23:30 +0000 (12:23 -0700)]
Add password hint and fix settings crash

Bug: 2534348
Bug: 2533980
Change-Id: I2f220ac9c710869d3f93a56557afb33478c3b323

14 years agoUpdate AP config status
Irfan Sheriff [Mon, 22 Mar 2010 18:34:48 +0000 (11:34 -0700)]
Update AP config status

Bug: 2533950
Change-Id: Idac1213b9dc44c073fa5cf8da00b8599161565f2

14 years agoChoose the Tether help file based on device config
Robert Greenwalt [Thu, 18 Mar 2010 22:31:48 +0000 (15:31 -0700)]
Choose the Tether help file based on device config

Don't show wifi Tethering help on devices that don't support it, etc.

bug:2520021
Change-Id: I905d1b66fc239d5a5f5028715623d8781041f9ca

14 years agoMove status update to WifiApEnabler
Irfan Sheriff [Fri, 19 Mar 2010 01:01:52 +0000 (18:01 -0700)]
Move status update to WifiApEnabler

Bug: 2528202
Change-Id: I093699ac171279af9df5f3b3b4ae359aab79088b

14 years agoFixing a bug that causes a crash when Install voice data is clicked
Charles Chen [Fri, 19 Mar 2010 01:50:32 +0000 (18:50 -0700)]
Fixing a bug that causes a crash when Install voice data is clicked
in the TTS settings.

Change-Id: Ia9992f105652518a37ba7e4c139810bfc76c6252

14 years agoMerge "Fix 2520977: NPE in com.android.settings.deviceinfo.Status"
David Brown [Thu, 18 Mar 2010 19:45:25 +0000 (12:45 -0700)]
Merge "Fix 2520977: NPE in com.android.settings.deviceinfo.Status"

14 years agoMerge "Import revised translations"
Eric Fischer [Thu, 18 Mar 2010 17:53:46 +0000 (10:53 -0700)]
Merge "Import revised translations"

14 years agoFix 2520977: NPE in com.android.settings.deviceinfo.Status
David Brown [Thu, 18 Mar 2010 06:03:45 +0000 (23:03 -0700)]
Fix 2520977: NPE in com.android.settings.deviceinfo.Status

In normal operation, Phone.getLine1Number() returns an empty string if the
device doesn't know its own phone number for some reason.  However the
monkey caught a case where it was returning null, which crashed the
Settings -> About Phone -> Status app.

However the javadoc for Phone.getLine1Number() *does* clearly say "May
return null if not available or the SIM is not ready", so the Status app
*should* gracefully handle this.

Now it does.  (We display this case as "Unknown", just like if we get an
empty string.)

FWIW I grepped thru the rest of the code base for other uses of
getLine1Number(), and everybody else *does* handle null gracefully except
for one case in apps/Mms, which I'll open a separate bug about.

Bug: 2520977
Change-Id: I173561f903f116dbdc2b7c32b8011b59a9eb29d7

14 years agoImport revised translations
Kenny Root [Thu, 18 Mar 2010 05:15:56 +0000 (22:15 -0700)]
Import revised translations

Change-Id: I0f81ee1b861fa5df40700baccc29e2e6c52a39d1

14 years agoSaving the list of enabled plugins in secure settings so that the
Charles Chen [Thu, 18 Mar 2010 00:33:23 +0000 (17:33 -0700)]
Saving the list of enabled plugins in secure settings so that the
TextToSpeech service can later check which plugins are enabled.

Change-Id: I5fce45540c1b7faf466c11b3b76259fde2e7c2ed

14 years agoWifiSettings: do not set auth_alg for WPA/WPA2 networks.
Chia-chi Yeh [Wed, 17 Mar 2010 07:52:54 +0000 (15:52 +0800)]
WifiSettings: do not set auth_alg for WPA/WPA2 networks.

Change-Id: Ib41a52d90ca8db3cb52aa1fb87e2433bb76f4de2

14 years agoMerge "Adding plugin specific settings to TTS settings + changing the UI to be more...
Charles Chen [Wed, 17 Mar 2010 03:53:56 +0000 (20:53 -0700)]
Merge "Adding plugin specific settings to TTS settings + changing the UI to be more like the IME settings."

14 years agoAdding plugin specific settings to TTS settings + changing the UI
Charles Chen [Wed, 17 Mar 2010 03:09:17 +0000 (20:09 -0700)]
Adding plugin specific settings to TTS settings + changing the UI
to be more like the IME settings.

Change-Id: I0d26042262b4d9e636d3f456e867c725fa56ae55

14 years agosoftAp UI changes
Irfan Sheriff [Wed, 10 Mar 2010 16:27:15 +0000 (08:27 -0800)]
softAp UI changes

Remove channel settings
Add subtext error handling
Remove WEP, keep WPA2 only for now

Bug: 2413908
Change-Id: Ie867e84a0705f0d2185eeb3a4c86a8227446a338

14 years agoMerge "Fix bug 2513041"
Adam Powell [Tue, 16 Mar 2010 22:58:42 +0000 (15:58 -0700)]
Merge "Fix bug 2513041"

14 years agoFix bug 2513041
Adam Powell [Tue, 16 Mar 2010 22:16:19 +0000 (15:16 -0700)]
Fix bug 2513041

Set layout_height to match_parent

Change-Id: I390f10bf48e08f1e999e766438e50f36f4c73b99

14 years agoMerge "Fix WEP Open/Shared network settings"
Dmitry Shmidt [Tue, 16 Mar 2010 20:26:49 +0000 (13:26 -0700)]
Merge "Fix WEP Open/Shared network settings"

14 years agoFix WEP Open/Shared network settings
Dmitry Shmidt [Tue, 16 Mar 2010 19:47:33 +0000 (12:47 -0700)]
Fix WEP Open/Shared network settings

Change-Id: I2ccf73e19d27ed5c60f3f028a44a241ed6a7bb50
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
14 years agoMerge "Add Tether Help UI."
Robert Greenwalt [Tue, 16 Mar 2010 00:44:35 +0000 (17:44 -0700)]
Merge "Add Tether Help UI."

14 years agoAdd Tether Help UI.
Robert Greenwalt [Tue, 16 Mar 2010 00:21:16 +0000 (17:21 -0700)]
Add Tether Help UI.

Add a "Help" button to the tethering page that loads on-device html.

Change-Id: I816ec552a4433296a6cb57345a37611eb2a92b37

14 years agoFormat the phone number when displaying in the status settings panel.
Jeff Hamilton [Mon, 15 Mar 2010 22:02:40 +0000 (17:02 -0500)]
Format the phone number when displaying in the status settings panel.

Change-Id: I12e437696ebfa6ca8dcdc373f1387fd98e451e50

14 years agoMerge "Disable dock audio settings if the dock doesn't have Bluetooth."
Daniel Sandler [Mon, 15 Mar 2010 14:20:38 +0000 (07:20 -0700)]
Merge "Disable dock audio settings if the dock doesn't have Bluetooth."

14 years agoFix regex for optional nested parentheses in kernel compiler string
Patrick Auchter [Wed, 10 Mar 2010 16:39:18 +0000 (10:39 -0600)]
Fix regex for optional nested parentheses in kernel compiler string

Change-Id: Ie171148b3846bf6c4fd6a1bb31c87aba8db0eb6a
Signed-off-by: Patrick Auchter <patrick.auchter@motorola.com>
Signed-off-by: Mike Lockwood <lockwood@android.com>
14 years agoDisable dock audio settings if the dock doesn't have Bluetooth.
Daniel Sandler [Fri, 12 Mar 2010 19:53:49 +0000 (14:53 -0500)]
Disable dock audio settings if the dock doesn't have Bluetooth.

We should really have a separate string here to indicate
this case, but it's pretty late for that sort of thing, so I
left it at the generic "configure dock audio".

We might also want to dim this setting rather than popping
up a "Must dock phone first" dialog if the phone is not
docked.

Bug: 2469862
Change-Id: I4c61f5a50baac55881f5a21e523c370c456f0be8

14 years agoFix Settings handling of UMS broadcasts.
Robert Greenwalt [Fri, 12 Mar 2010 18:28:35 +0000 (10:28 -0800)]
Fix Settings handling of UMS broadcasts.

Had to update the filter settings to accomodate the data scheme
sent with the broadcast.

bug:2504908
Change-Id: Idf07d3b6d408489735c55df5f3310551cf6192f5

14 years agoAdd "Power button ends call" accessibility setting.
David Brown [Wed, 10 Mar 2010 00:53:23 +0000 (16:53 -0800)]
Add "Power button ends call" accessibility setting.

This is part 3 of the fix for bug 2364220 "Accessibility improvements for
ending calls".

This change adds a checkbox under "Accessibility settings" to control the
new Settings.Secure.INCALL_POWER_BUTTON_BEHAVIOR value, which allows the
user to specify that the Power button should hang up while in-call
(instead of just turning off the screen.)  The checkbox is only shown on
devices that actually have a POWER button.

Yeah, it's a little strange having this under Accessibility (since it's not
that obvious *why* this feature is accessibility-related), but there's no
obvious better place.  See discussion in the bug for more info.

Bug: 2364220

Change-Id: I0fd7cf357972519b390575b9c06a4bbe46ff1c9b

14 years agoMinor edits to strings related to SD card work.
Roy West [Thu, 11 Mar 2010 22:55:40 +0000 (14:55 -0800)]
Minor edits to strings related to SD card work.

Change-Id: I8a700485f538d3179334557a5485fe2205be14a9

14 years agoMerge "Update Tether Settings for new UMS behavior."
Robert Greenwalt [Thu, 11 Mar 2010 01:24:57 +0000 (17:24 -0800)]
Merge "Update Tether Settings for new UMS behavior."

14 years agoUpdate Tether Settings for new UMS behavior.
Robert Greenwalt [Thu, 11 Mar 2010 00:57:08 +0000 (16:57 -0800)]
Update Tether Settings for new UMS behavior.

Framework Tethering now will remove USB interfaces from the available iface list
when UMS is started.  Do note when UMS changes though so we can display the correct
strings.

bug:2469818
Change-Id: I5bf1eaea71994cbf9882e10301e88593533651a2

14 years agoMerge "Fix 2504863: Use password min/max constants in ChooseLockPassword"
Jim Miller [Thu, 11 Mar 2010 00:51:03 +0000 (16:51 -0800)]
Merge "Fix 2504863: Use password min/max constants in ChooseLockPassword"

14 years agoAdd new error dialog when moving apps fails.
Suchi Amalapurapu [Wed, 10 Mar 2010 17:56:33 +0000 (09:56 -0800)]
Add new error dialog when moving apps fails.

Change-Id: I3b1c815ff5f515c2116771e0392cf91fbfaea9f4

14 years agoFix 2504863: Use password min/max constants in ChooseLockPassword
Jim Miller [Wed, 10 Mar 2010 22:42:15 +0000 (14:42 -0800)]
Fix 2504863: Use password min/max constants in ChooseLockPassword

This fixes a bug where the system was defaulting to 8 digits max password length.

The UI is best for N <=12, but works for more.  I set the default limit to 16 which is
more than most humans can remember. That also seems to be the practical limit for the small
sample of DevicePolicyManagers I checked.

DevicePolicyManagers can always specify more digits if they really want.

Change-Id: I8637e0c9366800886759424b5a28f48dca15c535

14 years agoMerge "Fixing bug 2486048 - Disabling Accessibility does not disable Accessibility...
Amith Yamasani [Wed, 10 Mar 2010 20:33:03 +0000 (12:33 -0800)]
Merge "Fixing bug 2486048 - Disabling Accessibility does not disable Accessibility services check boxes"

14 years agoRename flag in ApplicationInfo
Suchi Amalapurapu [Wed, 10 Mar 2010 17:56:33 +0000 (09:56 -0800)]
Rename flag in ApplicationInfo

Change-Id: I368aabf364398bba574d8f5508d1d360f8c2dd6d

14 years agoEnsure "vibrate in silent" box is never disabled.
Daniel Sandler [Wed, 10 Mar 2010 15:56:23 +0000 (10:56 -0500)]
Ensure "vibrate in silent" box is never disabled.

Should complete the decoupling work started in change
I724c43aa4f5b1a12b95097381844a47c5dcf1e0d.

Change-Id: I3bad426534533149879fb098533a223cdcdb4d72

14 years agoFixing bug 2486048 - Disabling Accessibility does not disable Accessibility services...
Svetoslav Ganov [Wed, 10 Mar 2010 03:12:46 +0000 (19:12 -0800)]
Fixing bug 2486048 - Disabling Accessibility does not disable Accessibility services check boxes

Change-Id: Ie5d78c1ddb61241db8259a200a3df1950d767cce

14 years agoMerge "Use a queried package name for the IME settings activity."
Amith Yamasani [Tue, 9 Mar 2010 23:13:42 +0000 (15:13 -0800)]
Merge "Use a queried package name for the IME settings activity."

14 years agoUse a queried package name for the IME settings activity.
Amith Yamasani [Tue, 9 Mar 2010 23:03:53 +0000 (15:03 -0800)]
Use a queried package name for the IME settings activity.

This fixes a bug that if the package name of the IME settingsActivity
is different from it's class name, it wouldn't find the activity. This
allows the package name to be optionally specified in the XML or it
will be queried, for proper intent resolution.

Change-Id: Ib9e6e8ef7d59ad9e88300529873eed2b39fe9981

14 years agoFix Wi-Fi title reference in settings
Irfan Sheriff [Tue, 9 Mar 2010 21:58:04 +0000 (13:58 -0800)]
Fix Wi-Fi title reference in settings

Change-Id: Ia17df113bb6dfdc6af1b5d3632a7594f21365485

14 years agoClean up the tethering settings screen a bit.
Robert Greenwalt [Sat, 6 Mar 2010 03:00:30 +0000 (19:00 -0800)]
Clean up the tethering settings screen a bit.

Change-Id: Iadd1cf9245a5ccd38537050a6b6c9d9390400b20

14 years agoMerge "Use only the zh_Hant data file to make the zh_TW time zone list in Settings."
Eric Fischer [Tue, 9 Mar 2010 18:21:18 +0000 (10:21 -0800)]
Merge "Use only the zh_Hant data file to make the zh_TW time zone list in Settings."

14 years agoMerge "b/2491823 Fixed brightness toggle for phones w/o auto-brightness"
Erik [Tue, 9 Mar 2010 17:40:23 +0000 (09:40 -0800)]
Merge "b/2491823 Fixed brightness toggle for phones w/o auto-brightness"

14 years agoFix VPN profile path in settings.
Hung-ying Tyan [Tue, 9 Mar 2010 04:25:01 +0000 (12:25 +0800)]
Fix VPN profile path in settings.

http://b/issue?id=2485656

...and eliminate multiple Settings instances in history stack

Change-Id: I076b78781ee7ce458f82e6d9659a94ce64841a0e

14 years agoAdd an empty CleanSpec.mk
Jean-Baptiste Queru [Tue, 9 Mar 2010 02:05:08 +0000 (18:05 -0800)]
Add an empty CleanSpec.mk

Change-Id: If6c3d9ba2f733b820841ded3f9d5d510db7abaf6

14 years agoUse only the zh_Hant data file to make the zh_TW time zone list in Settings.
Eric Fischer [Tue, 9 Mar 2010 01:02:19 +0000 (17:02 -0800)]
Use only the zh_Hant data file to make the zh_TW time zone list in Settings.

Bug 2291444

Change-Id: Ifce1a89ab051b79bfcf6a376ebd674f09d6cc3c4

14 years agob/2491823 Fixed brightness toggle for phones w/o auto-brightness
Erik [Mon, 8 Mar 2010 23:21:29 +0000 (15:21 -0800)]
b/2491823 Fixed brightness toggle for phones w/o auto-brightness

Logic didn't allow a transition from max to min brightness when used on
a phone that didn't support auto-brightness.

14 years agoMerge "Remove dependencies within Sound settings."
Daniel Sandler [Mon, 8 Mar 2010 22:08:34 +0000 (14:08 -0800)]
Merge "Remove dependencies within Sound settings."

14 years agoRemove dependencies within Sound settings.
Daniel Sandler [Mon, 8 Mar 2010 20:50:34 +0000 (15:50 -0500)]
Remove dependencies within Sound settings.

All checkboxes and other settings will be available to the
user regardless of whether the device is in silent mode.
(Previously, settings such as ringtone and volume were
dimmed if the phone was silent, which was inconvenient.)

Bug: 2496164
Change-Id: I724c43aa4f5b1a12b95097381844a47c5dcf1e0d

14 years agoAdd Settings strings for power button behavior (accessibility)
David Brown [Mon, 8 Mar 2010 20:45:43 +0000 (12:45 -0800)]
Add Settings strings for power button behavior (accessibility)

Bug: 2364220

14 years agoMerge "Fix vibrate settings for incoming calls."
Daniel Sandler [Mon, 8 Mar 2010 20:10:39 +0000 (12:10 -0800)]
Merge "Fix vibrate settings for incoming calls."

14 years agoFix vibrate settings for incoming calls.
Daniel Sandler [Mon, 8 Mar 2010 20:08:34 +0000 (15:08 -0500)]
Fix vibrate settings for incoming calls.

Bug: 2489593
Change-Id: Id0347bada808f604febc51c3d69d30442c3d51c4

14 years agoMerge "Fixed NPE in WifiApDialog found by monkey"
Adam Powell [Mon, 8 Mar 2010 19:40:11 +0000 (11:40 -0800)]
Merge "Fixed NPE in WifiApDialog found by monkey"

14 years agoFixed NPE in WifiApDialog found by monkey
Adam Powell [Mon, 8 Mar 2010 19:35:15 +0000 (11:35 -0800)]
Fixed NPE in WifiApDialog found by monkey

Change-Id: I4f5e75e21c1e3433712e49a148db4af04215f0a1

14 years agoFixes monkey bug: 2292396
Amith Yamasani [Mon, 8 Mar 2010 17:20:31 +0000 (09:20 -0800)]
Fixes monkey bug: 2292396

14 years agoMerge "Added null check for monkey behavior"
Adam Powell [Sat, 6 Mar 2010 02:21:04 +0000 (18:21 -0800)]
Merge "Added null check for monkey behavior"