OSDN Git Service

android-x86/packages-apps-Settings.git
13 years agoDon't show separate option for erasing USB storage
Kenny Root [Tue, 18 Jan 2011 23:14:32 +0000 (15:14 -0800)]
Don't show separate option for erasing USB storage

On devices with emulated USB storage or SD card, factory reset will wipe
all data from that area. Given that, it doesn't make sense to show a
different option for wiping USB storage.

Bug: 3242568
Change-Id: I257bdde06141f14381c8c09ce6a42c18d7080efd

13 years agoMerge "Display OBB usage as part of app details" into honeycomb
Kenny Root [Tue, 18 Jan 2011 22:12:00 +0000 (14:12 -0800)]
Merge "Display OBB usage as part of app details" into honeycomb

13 years agoDisplay OBB usage as part of app details
Kenny Root [Tue, 18 Jan 2011 22:04:37 +0000 (14:04 -0800)]
Display OBB usage as part of app details

Add the OBB usage to the application details for USB storage / SD card
storage usage.

Bug: 3356814
Change-Id: I06c97a73ae927316a2683ea15fd1a8b1aada31e3

13 years agobug:3308791 appusage should include space used on /sdcard
Vasu Nori [Mon, 17 Jan 2011 21:50:18 +0000 (13:50 -0800)]
bug:3308791 appusage should include space used on /sdcard

when "application usage" is clicked on, drop the screen into
Settings --> Applications --> Manage Applications
(all tab, sorted by size)
Change-Id: I64e11ae9a92529b5fb2781941e532951ad3d04c1

13 years agoWiden default password field length in Wifi setup
Daisuke Miyakawa [Tue, 18 Jan 2011 18:06:31 +0000 (10:06 -0800)]
Widen default password field length in Wifi setup

Current password field doesn't show 26 characters which is
usual in some wifi devices.

Change-Id: Ifaf40f9174346451ae49f5f2ab0368326d7a9906

13 years agoMerge "Remove obsolete code from SecuritySettings." into honeycomb
Chia-chi Yeh [Tue, 18 Jan 2011 09:19:43 +0000 (01:19 -0800)]
Merge "Remove obsolete code from SecuritySettings." into honeycomb

13 years agoRemove obsolete code from SecuritySettings.
Chia-chi Yeh [Tue, 18 Jan 2011 09:07:28 +0000 (17:07 +0800)]
Remove obsolete code from SecuritySettings.

Change-Id: Ie1d7167ec8e748b86144e12bed72a3ca0dc99da1

13 years agoMerge "Fix the re-entrance of VpnSetting issue." into honeycomb
Chung-yih Wang [Tue, 18 Jan 2011 02:57:41 +0000 (18:57 -0800)]
Merge "Fix the re-entrance of VpnSetting issue." into honeycomb

13 years agoShow correct title.
Daisuke Miyakawa [Tue, 18 Jan 2011 01:36:49 +0000 (17:36 -0800)]
Show correct title.

Bug: 3347865
Change-Id: Ide13ab46f480107c6be1ff22edf44c2ac465fbf9

13 years agoMerge "Fix 3296883: Hide PIN characters in ChooseLockPassword" into honeycomb
Jim Miller [Tue, 18 Jan 2011 00:36:34 +0000 (16:36 -0800)]
Merge "Fix 3296883: Hide PIN characters in ChooseLockPassword" into honeycomb

13 years agoFix 3296883: Hide PIN characters in ChooseLockPassword
Jim Miller [Mon, 17 Jan 2011 23:50:05 +0000 (15:50 -0800)]
Fix 3296883: Hide PIN characters in ChooseLockPassword

This configures the password entry EditText to numeric password mode
to hide PIN entry characters.

Change-Id: I0e97210f6499c6557c1f0e9e861559a5f8ac1f07

13 years agoMerge "Revise layout for Wifi Setup in XLarge screen" into honeycomb
Daisuke Miyakawa [Mon, 17 Jan 2011 22:17:10 +0000 (14:17 -0800)]
Merge "Revise layout for Wifi Setup in XLarge screen" into honeycomb

13 years agoMerge "Add WifiPickerActivity for PICK_WIFI_NETWORK" into honeycomb
Daisuke Miyakawa [Mon, 17 Jan 2011 21:40:33 +0000 (13:40 -0800)]
Merge "Add WifiPickerActivity for PICK_WIFI_NETWORK" into honeycomb

13 years agoRevise layout for Wifi Setup in XLarge screen
Daisuke Miyakawa [Thu, 13 Jan 2011 05:19:24 +0000 (21:19 -0800)]
Revise layout for Wifi Setup in XLarge screen

- revise xml for new layout
- introduce padding View objects for resizing screen when
  software keyboard is shown.
- We now don't show the detailed status of Wi-Fi module anymore
  in SetupWizard flow (like "disconnected", "connecting", etc.)
- remove Forget button and relevant code.

Bug: 3347865
Change-Id: Ieab3246f06ee73af59e247b3f9f31c7570efc71f

13 years agoAdd WifiPickerActivity for PICK_WIFI_NETWORK
Daisuke Miyakawa [Sat, 15 Jan 2011 22:58:00 +0000 (14:58 -0800)]
Add WifiPickerActivity for PICK_WIFI_NETWORK

- We disable left pane when PICK_WIFI_NETWORK intent is used.
- Add ButtonBarHandler interface and let SettingsPreferenceFragment
  use it instead of Settings. Note that
  PreferenceActivity#hasNextButton() and
  PreferenceActivity#getNextButton() are currently protected methods,
  while Settings' relevants are public.

Bug: 3355247
Change-Id: Ie0fae8a1dbce9c7ce37375dff8395dc09b1cc74e

13 years agoMerge "Fix bug #3333939 (Add secondary Account UI needs some love)" into honeycomb
Fabrice Di Meglio [Mon, 17 Jan 2011 20:27:44 +0000 (12:27 -0800)]
Merge "Fix bug #3333939 (Add secondary Account UI needs some love)" into honeycomb

13 years agoFix bug #3333939 (Add secondary Account UI needs some love)
Fabrice Di Meglio [Fri, 14 Jan 2011 21:58:14 +0000 (13:58 -0800)]
Fix bug #3333939 (Add secondary Account UI needs some love)

- sort the feed list in lexicographic order

Change-Id: Iab998624d9cb4154b32fe8e726b462c55e726687

13 years agoMerge "Use style for buttons in setup wizard flow" into honeycomb
Daisuke Miyakawa [Mon, 17 Jan 2011 19:34:00 +0000 (11:34 -0800)]
Merge "Use style for buttons in setup wizard flow" into honeycomb

13 years agoUse style for buttons in setup wizard flow
Daisuke Miyakawa [Mon, 17 Jan 2011 18:25:47 +0000 (10:25 -0800)]
Use style for buttons in setup wizard flow

- Use style
- Use minWidth instead of layout_width

Bug: 3362316
Change-Id: I16b99b234a50784e0a9bac3d3141ac9fe618f214

13 years agoMerge "Measure external storage application usage" into honeycomb
Kenny Root [Mon, 17 Jan 2011 18:13:58 +0000 (10:13 -0800)]
Merge "Measure external storage application usage" into honeycomb

13 years agoMeasure external storage application usage
Kenny Root [Mon, 17 Jan 2011 00:59:11 +0000 (16:59 -0800)]
Measure external storage application usage

Application data usage on the SD card (or USB storage) was not being
reported by the Manage Applications screen. This is important for
upcoming OBB space accounting.

Bug: 3308791
Change-Id: Ibc9ad013cb2f6d0ee28caadca8899c1ff6e78f44

13 years agoMerge "Clear current input method when a current ime was disabled." into honeycomb
satok [Mon, 17 Jan 2011 07:48:49 +0000 (23:48 -0800)]
Merge "Clear current input method when a current ime was disabled." into honeycomb

13 years agoClear current input method when a current ime was disabled.
satok [Mon, 17 Jan 2011 07:30:21 +0000 (16:30 +0900)]
Clear current input method when a current ime was disabled.

Change-Id: Iade2c025e686bce47a94daa96bc0787431fafa01

13 years agoMerge "Remove unused layouts." into honeycomb
Chia-chi Yeh [Mon, 17 Jan 2011 06:02:39 +0000 (22:02 -0800)]
Merge "Remove unused layouts." into honeycomb

13 years agoMerge "bug:3343038 reset mAppsSize everytime ALL package sizes are computed" into...
Vasu Nori [Mon, 17 Jan 2011 01:44:29 +0000 (17:44 -0800)]
Merge "bug:3343038 reset mAppsSize everytime ALL package sizes are computed" into honeycomb

13 years agobug:3343038 reset mAppsSize everytime ALL package sizes are computed
Vasu Nori [Sun, 16 Jan 2011 22:01:40 +0000 (14:01 -0800)]
bug:3343038 reset mAppsSize everytime ALL package sizes are computed

Change-Id: I981d84a165777246dd9744b0f8f7bc6fc0cb3e33

13 years agoAdd UI to report WPS overlap error
Irfan Sheriff [Sun, 16 Jan 2011 18:51:49 +0000 (10:51 -0800)]
Add UI to report WPS overlap error

Bug: 3354319
Change-Id: I4584bc3a820ace1232026920c4dc29e6b273461c

13 years agoMerge "Add feedback dialogs for WPS" into honeycomb
Irfan Sheriff [Sun, 16 Jan 2011 21:03:10 +0000 (13:03 -0800)]
Merge "Add feedback dialogs for WPS" into honeycomb

13 years agoMerge "Revise layout for DateTime setup" into honeycomb
Daisuke Miyakawa [Sun, 16 Jan 2011 20:01:03 +0000 (12:01 -0800)]
Merge "Revise layout for DateTime setup" into honeycomb

13 years agoRevise layout for DateTime setup
Daisuke Miyakawa [Sun, 16 Jan 2011 19:01:29 +0000 (11:01 -0800)]
Revise layout for DateTime setup

Bug: 3347865
Change-Id: Ie80f2eb784ce70edc81fbab9541fe1601f7f0ee3

13 years agoDisable long-press behavior in setupwizard.
Daisuke Miyakawa [Sat, 15 Jan 2011 23:20:30 +0000 (15:20 -0800)]
Disable long-press behavior in setupwizard.

Bug: 3355243
Change-Id: Ibe15da5ced91f975ca9c9c3c4d42cbd1c753f9d4

13 years agoMerge "Update large screen translations." into honeycomb
Eric Fischer [Fri, 14 Jan 2011 20:56:21 +0000 (12:56 -0800)]
Merge "Update large screen translations." into honeycomb

13 years agoUpdate large screen translations.
Eric Fischer [Fri, 14 Jan 2011 19:02:51 +0000 (11:02 -0800)]
Update large screen translations.

Change-Id: I4d696b869b35c55db6ba27b6e328c7ced79b4c06

13 years agoAdd feedback dialogs for WPS
Irfan Sheriff [Thu, 13 Jan 2011 21:58:39 +0000 (13:58 -0800)]
Add feedback dialogs for WPS

Upon failure or an existing WPS session,
a dialog message is conveyed to the user

Bug: 3316078
Change-Id: Ibcf27e21058970f8f1667061c7654948c690d48e

13 years agoMerge "Add CHAR LIMIT to string resources" into honeycomb
Tadashi G. Takaoka [Fri, 14 Jan 2011 10:14:10 +0000 (02:14 -0800)]
Merge "Add CHAR LIMIT to string resources" into honeycomb

13 years agoAdd CHAR LIMIT to string resources
Tadashi G. Takaoka [Fri, 14 Jan 2011 09:33:42 +0000 (18:33 +0900)]
Add CHAR LIMIT to string resources

Bug: 3196818
Change-Id: I3e4dc22ba7dfb2bd9f49f4086572b0b39400d3cd

13 years agoMerge "Fix PhysicalKeyboardSettings by merging it into InputMethodConfig." into honeycomb
Chia-chi Yeh [Fri, 14 Jan 2011 09:21:12 +0000 (01:21 -0800)]
Merge "Fix PhysicalKeyboardSettings by merging it into InputMethodConfig." into honeycomb

13 years agoFix PhysicalKeyboardSettings by merging it into InputMethodConfig.
Chia-chi Yeh [Fri, 14 Jan 2011 06:34:19 +0000 (14:34 +0800)]
Fix PhysicalKeyboardSettings by merging it into InputMethodConfig.

Change-Id: I00deeda813f438f9eb2b7932e3b4d273be2e1ab8

13 years agoFix the re-entrance of VpnSetting issue.
Chung-yih Wang [Fri, 14 Jan 2011 08:53:36 +0000 (16:53 +0800)]
Fix the re-entrance of VpnSetting issue.

bug:3292801
Change-Id: I77c57d789754f175ce9e43ad77ff2edb711c2316

13 years agoRemove unused layouts.
Chia-chi Yeh [Fri, 14 Jan 2011 06:52:04 +0000 (14:52 +0800)]
Remove unused layouts.

Change-Id: I0a84da25a6f3e1256bbc0769a66fbc8abf0db120

13 years agoAdd a setting to enable encryption.
Jason parks [Fri, 7 Jan 2011 15:02:14 +0000 (09:02 -0600)]
Add a setting to enable encryption.

This isn't final and it will wipe your device.

Change-Id: I7fecded92a745844435878d0409d620bfa571472

13 years agoMerge "Close scan screen when pairing and remove device when unpairing." into honeycomb
Jake Hamby [Thu, 13 Jan 2011 21:25:04 +0000 (13:25 -0800)]
Merge "Close scan screen when pairing and remove device when unpairing." into honeycomb

13 years agoMerge "Fix bug #2987804 (Provide a better UI for selecting the Backup account)" into...
Fabrice Di Meglio [Thu, 13 Jan 2011 19:01:15 +0000 (11:01 -0800)]
Merge "Fix bug #2987804 (Provide a better UI for selecting the Backup account)" into honeycomb

13 years agoMerge "Import revised translations." into honeycomb
Eric Fischer [Thu, 13 Jan 2011 18:58:08 +0000 (10:58 -0800)]
Merge "Import revised translations." into honeycomb

13 years agoMerge "Move the CryptKeeper to Settings." into honeycomb
Jason parks [Thu, 13 Jan 2011 15:42:16 +0000 (07:42 -0800)]
Merge "Move the CryptKeeper to Settings." into honeycomb

13 years agoClose scan screen when pairing and remove device when unpairing.
Jake Hamby [Wed, 12 Jan 2011 23:06:28 +0000 (15:06 -0800)]
Close scan screen when pairing and remove device when unpairing.

Close the scan screen after successful pairing, and remove a
device from the list of paired devices after unpairing.

As part of the fix, BluetoothSettings was refactored into a parent
class, DeviceListPreferenceFragment, and three subclasses for each
variant type: BluetoothSettings, BluetoothFindNearby, and
DevicePickerFragment, replacing the checks against mScreenType with
custom logic in the child classes.

Bug: 3325848
Change-Id: If64fddc3ba5b4f1136451491c7d5a1139b696e47

13 years agoAdd CHAR LIMIT to input method string resources
Tadashi G. Takaoka [Thu, 13 Jan 2011 02:39:33 +0000 (11:39 +0900)]
Add CHAR LIMIT to input method string resources

Bug: 3329495
Bug: 3174702
Change-Id: I2b87166a08d911e76e4b660b0933396c14817b20

13 years agoImport revised translations.
Eric Fischer [Thu, 13 Jan 2011 01:05:49 +0000 (17:05 -0800)]
Import revised translations.

Change-Id: I989beece90deec6abb2542697d06caf88ae2f4a9

13 years agoMerge "Get rid of the silent mode pref on xlarge." into honeycomb
Joe Onorato [Wed, 12 Jan 2011 23:36:40 +0000 (15:36 -0800)]
Merge "Get rid of the silent mode pref on xlarge." into honeycomb

13 years agoGet rid of the silent mode pref on xlarge.
Joe Onorato [Wed, 12 Jan 2011 23:35:47 +0000 (15:35 -0800)]
Get rid of the silent mode pref on xlarge.

Bug: 3344695
Change-Id: I55ccfd2b22ca4aa407646de54a8dd1dfe637c9bd

13 years agoMerge "Set appropriate margin to dividers in SetupWizard" into honeycomb
Daisuke Miyakawa [Wed, 12 Jan 2011 23:30:25 +0000 (15:30 -0800)]
Merge "Set appropriate margin to dividers in SetupWizard" into honeycomb

13 years agoSet appropriate margin to dividers in SetupWizard
Daisuke Miyakawa [Wed, 12 Jan 2011 23:25:20 +0000 (15:25 -0800)]
Set appropriate margin to dividers in SetupWizard

Bug: 3346105
Change-Id: I4a8367d54d2c62257618ad9e8415bcd1c3419802

13 years agoMerge "Remove popup indicator for dialog style preferences." into honeycomb
Amith Yamasani [Wed, 12 Jan 2011 22:44:01 +0000 (14:44 -0800)]
Merge "Remove popup indicator for dialog style preferences." into honeycomb

13 years agoRemove popup indicator for dialog style preferences.
Amith Yamasani [Wed, 12 Jan 2011 22:18:58 +0000 (14:18 -0800)]
Remove popup indicator for dialog style preferences.

Bug: 3341160

This is for some custom settings that needed dialog style indicators.

Change-Id: Ied9d88c890e764bc0ae50e0299daff50a6b432aa

13 years agoMove the CryptKeeper to Settings.
Jason parks [Wed, 12 Jan 2011 22:03:31 +0000 (16:03 -0600)]
Move the CryptKeeper to Settings.

Change-Id: I59e46366e1911ae7fd37f07719f1e7ba0825733c

13 years agoFix bug #2987804 (Provide a better UI for selecting the Backup account)
Fabrice Di Meglio [Mon, 10 Jan 2011 03:56:51 +0000 (19:56 -0800)]
Fix bug #2987804 (Provide a better UI for selecting the Backup account)

- make the "Backup account" toggle follow the state of "Back up my data"
- reset Backup account in preferences if needed

Change-Id: Ifdffb9d268a062f6f5ec617bca82699cc46e2b3a

13 years agoMerge "Show password field when authentication failed." into honeycomb
Daisuke Miyakawa [Wed, 12 Jan 2011 19:02:04 +0000 (11:02 -0800)]
Merge "Show password field when authentication failed." into honeycomb

13 years agoShow password field when authentication failed.
Daisuke Miyakawa [Sun, 9 Jan 2011 19:55:45 +0000 (11:55 -0800)]
Show password field when authentication failed.

- add onAuthenticationFailure() method to prepare
  appropriate UIs.
- set "edit" boolean to true so that users can modify
  password when re-seleting a network.
- keep mStatusText shown for simplicity. It has been hidden
  during "editing" phase, but we don't need to do that any more
- modify Connect button handling so that the button
  hides/appears at appropriate time
- manage visibility state of some fields so that
  we can "reset" the status when authentication failed
- show keyboard again when password field re-appears

Bug: 3330109
Change-Id: I1cdf0573280ab46882117e21501a43a447e50b40

13 years agoMerge "Remove extra button bar." into honeycomb
Amith Yamasani [Wed, 12 Jan 2011 17:14:27 +0000 (09:14 -0800)]
Merge "Remove extra button bar." into honeycomb

13 years agoRemove extra button bar.
Amith Yamasani [Tue, 11 Jan 2011 17:09:26 +0000 (09:09 -0800)]
Remove extra button bar.

Bug: 3058024

Change-Id: Ib3c2620869729f8916178ea0c0e899635b470a8f

13 years agoMerge "Automatically turn on "Use system language" when no subtypes become selected...
satok [Wed, 12 Jan 2011 09:18:06 +0000 (01:18 -0800)]
Merge "Automatically turn on "Use system language" when no subtypes become selected Bug:  3327257" into honeycomb

13 years agoOnly show "Allow incoming file transfer" option if device supports OPP
Jake Hamby [Wed, 12 Jan 2011 03:27:17 +0000 (19:27 -0800)]
Only show "Allow incoming file transfer" option if device supports OPP

In the Bluetooth profiles settings screen for a device, the "Allow
incoming file transfer" item should only be shown if the device
supports the Object Push Profile.

Bug: 3297633
Change-Id: I4bbe66ef901feef9dd8a3916fb9827120c1fdfc0

13 years agoMerge "Allow multiple simultaneous connections for BT input devices." into honeycomb
Jake Hamby [Wed, 12 Jan 2011 02:44:57 +0000 (18:44 -0800)]
Merge "Allow multiple simultaneous connections for BT input devices." into honeycomb

13 years agoMerge "Update large-screen translations." into honeycomb
Eric Fischer [Wed, 12 Jan 2011 01:39:47 +0000 (17:39 -0800)]
Merge "Update large-screen translations." into honeycomb

13 years agoMerge "Change wifi sleep policy" into honeycomb
Irfan Sheriff [Wed, 12 Jan 2011 01:26:41 +0000 (17:26 -0800)]
Merge "Change wifi sleep policy" into honeycomb

13 years agoFirst part of fix to bug3094381 typos.
Roy West [Wed, 12 Jan 2011 01:17:46 +0000 (17:17 -0800)]
First part of fix to bug3094381 typos.

Change-Id: Ie2ef07473ae88c023aa9158d12b73dc833043767

13 years agoUpdate large-screen translations.
Eric Fischer [Wed, 12 Jan 2011 01:01:53 +0000 (17:01 -0800)]
Update large-screen translations.

Change-Id: I618d7e146195a9ce2c5a1f7fc5656b174fd9fcef

13 years agoChange wifi sleep policy
Irfan Sheriff [Tue, 11 Jan 2011 23:39:16 +0000 (15:39 -0800)]
Change wifi sleep policy

Keep wifi sleep policy as never when charged as long as
user has not changed the settings

Bug: 3038345
Change-Id: I37548984698dd3dd407785544d7b418439ed95d0

13 years agoFix bug 3342149, edit lock screen settings text.
Roy West [Tue, 11 Jan 2011 23:36:29 +0000 (15:36 -0800)]
Fix bug 3342149, edit lock screen settings text.

Change-Id: Ic6691b5ebce1c074143dbe49b0486f693e4236f6

13 years agoMerge "Disable quicklaunch settings preference." into honeycomb
Jeff Brown [Tue, 11 Jan 2011 23:09:05 +0000 (15:09 -0800)]
Merge "Disable quicklaunch settings preference." into honeycomb

13 years agoFix build breakage. Order of product="" is important.
Amith Yamasani [Tue, 11 Jan 2011 22:18:44 +0000 (14:18 -0800)]
Fix build breakage. Order of product="" is important.

Change-Id: I3232966b90879118e287de77450d736daa58a169

13 years agoMerge "Fix 3298889: Show continue button on PIN and password screens" into honeycomb
Jim Miller [Tue, 11 Jan 2011 21:50:40 +0000 (13:50 -0800)]
Merge "Fix 3298889: Show continue button on PIN and password screens" into honeycomb

13 years agoMerge "Don't throw exception on unexpected BT device addition." into honeycomb
Jake Hamby [Tue, 11 Jan 2011 21:49:17 +0000 (13:49 -0800)]
Merge "Don't throw exception on unexpected BT device addition." into honeycomb

13 years agoDon't throw exception on unexpected BT device addition.
Jake Hamby [Tue, 11 Jan 2011 21:27:50 +0000 (13:27 -0800)]
Don't throw exception on unexpected BT device addition.

Fix for reported bug where settings app crashes while trying to share
a picture. Bug report showed IllegalStateException thrown with message
"Got onDeviceAdded, but cachedDevice already exists." Changed code to
print an error message to the log and ignore the unexpected event,
rather than throwing an uncaught exception that crashes the app.

Bug: 2192884
Change-Id: I016be6a1616b317b2289768d18ae9f069a49445e

13 years agoMerge "Remove phone number status conditionally for devices without voice." into...
Amith Yamasani [Tue, 11 Jan 2011 21:19:24 +0000 (13:19 -0800)]
Merge "Remove phone number status conditionally for devices without voice." into honeycomb

13 years agoRemove phone number status conditionally for devices without voice.
Amith Yamasani [Sun, 9 Jan 2011 21:44:56 +0000 (13:44 -0800)]
Remove phone number status conditionally for devices without voice.

Bug: 3041861

Change-Id: I36fb6c584c24b995da0ac4e3b41d860f3a6f5396

13 years agoModify layout for wifi and datetime setup
Daisuke Miyakawa [Tue, 11 Jan 2011 19:20:45 +0000 (11:20 -0800)]
Modify layout for wifi and datetime setup

Change-Id: I8410a98246d81606ab728cfe4e9c700dd5ef2c7e

13 years agoModify layout for Wi-Fi Setup
Daisuke Miyakawa [Tue, 11 Jan 2011 02:26:43 +0000 (18:26 -0800)]
Modify layout for Wi-Fi Setup

Bug: 3330109
Change-Id: I09a3965cb150d1004ef03d6bc3170ad79526c47f

13 years agoAutomatically turn on "Use system language" when no subtypes become selected
satok [Tue, 11 Jan 2011 14:19:01 +0000 (23:19 +0900)]
Automatically turn on "Use system language" when no subtypes become selected
Bug:  3327257

Change-Id: I99a8c2769957963db99fa72be6cc76cc9cd97abf

13 years agoFix 3298889: Show continue button on PIN and password screens
Jim Miller [Tue, 11 Jan 2011 02:24:11 +0000 (18:24 -0800)]
Fix 3298889: Show continue button on PIN and password screens

This fixes the above bug by allowing the PIN and password
screens to shrink to reveal the continue/cancel buttons
when the IME is shown.

This also fixes a minor resource bug where the title was
showing "confirm your password/pin" instead of "choose your password/pin".

Change-Id: I610c6018085e0c4ef1b6dc384566d06d1211f8ea

13 years agoFix 3333490,3250193: Update LockScreen settings
Jim Miller [Mon, 10 Jan 2011 02:00:28 +0000 (18:00 -0800)]
Fix 3333490,3250193: Update LockScreen settings

This updates LockScreen to conform to the latest UI design.

Change-Id: Ie88a26db7912ddb4331804e347189cc084c481f4

13 years agoAllow multiple simultaneous connections for BT input devices.
Jake Hamby [Tue, 11 Jan 2011 01:02:26 +0000 (17:02 -0800)]
Allow multiple simultaneous connections for BT input devices.

Move responsibility for disconnecting devices before connecting a new
profile from CachedBluetoothDevice to LocalBluetoothProfileManager.

The ProfileManager subclasses of LocalBluetoothProfileManager will
handle disconnecting the previously connected device, if necessary,
as part of connect(). The HID profile allows multiple simultaneous
connected devices, while the other supported profiles do not.

Bug: 3333975
Change-Id: Id51b26e64f7c3ee7d54af3a03ca82a669f305b52

13 years agoDisable quicklaunch settings preference.
Jeff Brown [Mon, 10 Jan 2011 22:03:06 +0000 (14:03 -0800)]
Disable quicklaunch settings preference.

Bug: 3290450
Change-Id: Ib1a8926d7b18b8821395b06c9cdc7763e774c847

13 years agoPartially revert "Conditionally remove Dock settings shortcut and Power control widget."
Joe Onorato [Mon, 10 Jan 2011 20:55:57 +0000 (12:55 -0800)]
Partially revert "Conditionally remove Dock settings shortcut and Power control widget."

This reverts commit 580c80f853747741ae74fbb6f670315077586208.

So it turns out we won't have the ability to control the enabled flag from
Configuration changes because the dependency is actually in the package manager.
I'm reverting this change and going to do another one that just turns them
off for all configurations, because honeycomb is just for tablets.

Change-Id: I16b7b1e2d59a3a917448ce0361e3ce0fdd062a86

13 years agoFix capitalization in 'Google Search'.
Mathew Inwood [Mon, 10 Jan 2011 16:32:32 +0000 (16:32 +0000)]
Fix capitalization in 'Google Search'.

Bug: 3093036
Change-Id: Iddd5de0ba2b40f2088cce2c5a30a0a9cafaf6aaf

13 years agoFix 3333434: Rename "Display" to "Screen" and make dynamic
Jim Miller [Sat, 8 Jan 2011 00:55:33 +0000 (16:55 -0800)]
Fix 3333434: Rename "Display" to "Screen" and make dynamic

This changes the setting "Display" to "Screen" and updates
the timeout summary to reflect the current setting.

Change-Id: Id8209d445f65a0908ae8093a8f5f7f951f333053

13 years agoFix 3281395: Fix duplicate title in LockScreen Settings. [DO NOT MERGE]
Jim Miller [Fri, 7 Jan 2011 05:52:09 +0000 (21:52 -0800)]
Fix 3281395: Fix duplicate title in LockScreen Settings. [DO NOT MERGE]

Manual merge of Change-Id: I3c53d1864e521f4245b94d39664266891a728615

Change-Id: I59eedd81af226949ac0df10390ae0642e1812c5a

13 years agoConditionally remove Dock settings shortcut and Power control widget.
Amith Yamasani [Fri, 7 Jan 2011 20:52:21 +0000 (12:52 -0800)]
Conditionally remove Dock settings shortcut and Power control widget.

Bug: 3258028
Bug: 3248740

Change-Id: Id37787cc9562cde13048e8dfba957599219d94b5

13 years agoFix for bug #3325868 (add accounts should not use the settings activity as part of...
Fabrice Di Meglio [Thu, 6 Jan 2011 21:46:43 +0000 (13:46 -0800)]
Fix for bug #3325868 (add accounts should not use the settings activity as part of its flow)

- suppress non needed AccountSyncSettingsInAddAccount class

Change-Id: I27ba9ea2d45a5e2c9ec1d2ed6033f6d68e100a3f

13 years agoMerge "bug:3276501 set CHAR_LIMIT for i18n purposes" into honeycomb
Vasu Nori [Fri, 7 Jan 2011 23:41:11 +0000 (15:41 -0800)]
Merge "bug:3276501 set CHAR_LIMIT for i18n purposes" into honeycomb

13 years agoMerge "Use a resizable dialog for wifi configuration." into honeycomb
Amith Yamasani [Fri, 7 Jan 2011 23:35:31 +0000 (15:35 -0800)]
Merge "Use a resizable dialog for wifi configuration." into honeycomb

13 years agoUse a resizable dialog for wifi configuration.
Amith Yamasani [Fri, 7 Jan 2011 23:31:35 +0000 (15:31 -0800)]
Use a resizable dialog for wifi configuration.

Bug: 3175152

Use a custom theme that allows the dialog to resize.

Change-Id: I004b91c58d0d1810df50f9bdee9430698f51f8ab

13 years agoMerge "Don't add wifi entries twice, when returning from another activity." into...
Amith Yamasani [Fri, 7 Jan 2011 23:24:47 +0000 (15:24 -0800)]
Merge "Don't add wifi entries twice, when returning from another activity." into honeycomb

13 years agobug:3276501 set CHAR_LIMIT for i18n purposes
Vasu Nori [Fri, 7 Jan 2011 22:48:46 +0000 (14:48 -0800)]
bug:3276501 set CHAR_LIMIT for i18n purposes

Change-Id: I0e230f3f935d3a657bff5e2092ff20ca8d0f8e95

13 years agoDon't add wifi entries twice, when returning from another activity.
Amith Yamasani [Fri, 7 Jan 2011 21:07:24 +0000 (13:07 -0800)]
Don't add wifi entries twice, when returning from another activity.

Bug: 3209730
Change-Id: I7408a56fc10359e508be5a1d27492da2227335ce

13 years agoMerge "Import some unabbreviated translations for large screens." into honeycomb
Eric Fischer [Fri, 7 Jan 2011 20:58:37 +0000 (12:58 -0800)]
Merge "Import some unabbreviated translations for large screens." into honeycomb

13 years agoMerge "Don't auto connect reverse tethering after pairing." into honeycomb
Jake Hamby [Fri, 7 Jan 2011 18:54:05 +0000 (10:54 -0800)]
Merge "Don't auto connect reverse tethering after pairing." into honeycomb

13 years agoMerge "Use holographic style for BT pairing dialogs." into honeycomb
Jake Hamby [Fri, 7 Jan 2011 18:53:52 +0000 (10:53 -0800)]
Merge "Use holographic style for BT pairing dialogs." into honeycomb

13 years agoMerge "3328848 Script injection property is enabled when accessibility is disabled...
Svetoslav Ganov [Fri, 7 Jan 2011 17:25:48 +0000 (09:25 -0800)]
Merge "3328848 Script injection property is enabled when accessibility is disabled" into honeycomb

13 years agoDon't auto connect reverse tethering after pairing.
Jake Hamby [Fri, 7 Jan 2011 05:01:30 +0000 (21:01 -0800)]
Don't auto connect reverse tethering after pairing.

Added boolean param to connect() method in CachedBluetoothDevice
to specify whether to connect PAN profile. This is set to true when
the user clicks on a device in the paired devices list, but false
when auto connecting profiles after pairing and other circumstances.

Bug: 3330207
Change-Id: I6d8d50abb65a8cb24f87ad93c01693923991b6ef