OSDN Git Service

android-x86/packages-apps-Settings.git
13 years agoUpdate airplane mode checkbox when toggled from system bar.
Amith Yamasani [Wed, 26 Jan 2011 17:56:44 +0000 (09:56 -0800)]
Update airplane mode checkbox when toggled from system bar.

Bug: 3148095

Also fix an NPE crash I saw when exiting Settings immediately after toggling
the airplane mode.

Change-Id: I83eb2d90e203fd56b09269cf9fa8f74a4354834f

13 years agoMerge "Fix alert dialogs in VpnSettings." into honeycomb
Hung-ying Tyan [Wed, 26 Jan 2011 08:07:38 +0000 (00:07 -0800)]
Merge "Fix alert dialogs in VpnSettings." into honeycomb

13 years agoFix alert dialogs in VpnSettings.
Hung-ying Tyan [Mon, 24 Jan 2011 07:05:27 +0000 (15:05 +0800)]
Fix alert dialogs in VpnSettings.

+ Don't check mDialogFragment.isVisible() in SettingsPreferenceFragment.removeDialog()
  as mDialogFragment may not be visible in parent fragment's onResume().
+ Replace mConnectDialog with mConnectDialogShowing and remove
  removeConnectDialog().
+ Dismiss alert dialogs in onPause() so that we don't need to maintain extra
  states during pause-resume cycle.

In addition, fix a NPE when startVpnTypeSelection().

Bug: 3381434
Bug: 3289365

Change-Id: Ic4aa87c7a618d95e86e45d6617f2ad7dab35f019

13 years agoMerge "Fix issue #3343297 Settings force close when try to..." into honeycomb
Dianne Hackborn [Wed, 26 Jan 2011 06:37:42 +0000 (22:37 -0800)]
Merge "Fix issue #3343297 Settings force close when try to..." into honeycomb

13 years agoFix issue #3343297 Settings force close when try to...
Dianne Hackborn [Wed, 26 Jan 2011 06:03:43 +0000 (22:03 -0800)]
Fix issue #3343297 Settings force close when try to...

...end process in running service - IKXEVEREST-3023

Change-Id: I16403a260ccf06675d0e2e98573975d746bded91

13 years agoMerge "Rearrange Applications settings items." into honeycomb
Amith Yamasani [Wed, 26 Jan 2011 05:43:19 +0000 (21:43 -0800)]
Merge "Rearrange Applications settings items." into honeycomb

13 years agoMerge "Fix missing title for WiFi Advanced settings." into honeycomb
Amith Yamasani [Wed, 26 Jan 2011 05:42:11 +0000 (21:42 -0800)]
Merge "Fix missing title for WiFi Advanced settings." into honeycomb

13 years agoMerge "Use expander assets for bluetooth profile preference." into honeycomb
Justin Ho [Wed, 26 Jan 2011 02:34:10 +0000 (18:34 -0800)]
Merge "Use expander assets for bluetooth profile preference." into honeycomb

13 years agoMerge "Allow OnCancelListener and OnDismissListener in Settings app" into honeycomb
Hung-ying Tyan [Wed, 26 Jan 2011 02:00:12 +0000 (18:00 -0800)]
Merge "Allow OnCancelListener and OnDismissListener in Settings app" into honeycomb

13 years agoUse expander assets for bluetooth profile preference.
Amith Yamasani [Wed, 26 Jan 2011 01:20:43 +0000 (17:20 -0800)]
Use expander assets for bluetooth profile preference.

Also adjust some padding and set correct highlight background.

Bug: 3383060
Change-Id: I5a4abe98c49efd156523085418958b69df6c8d85

13 years agoRearrange Applications settings items.
Amith Yamasani [Tue, 25 Jan 2011 22:56:44 +0000 (14:56 -0800)]
Rearrange Applications settings items.

Bug: 3337264
Change-Id: I955c15f7db791167b97b04beaeafc2953bdccd76

13 years agoRemove "Allow incoming file transfers" option from BT settings.
Jake Hamby [Tue, 25 Jan 2011 21:50:54 +0000 (13:50 -0800)]
Remove "Allow incoming file transfers" option from BT settings.

The user preference to allow automatic incoming file transfers for
specific devices isn't implemented yet. Remove the preference from
the settings UI.

Bug: 3385941
Change-Id: Ib8fee9a0d99063a8c05d52a960664364e4812ace

13 years agoFix missing title for WiFi Advanced settings.
Amith Yamasani [Tue, 25 Jan 2011 20:56:53 +0000 (12:56 -0800)]
Fix missing title for WiFi Advanced settings.

Bug: 3360783
Change-Id: I8c22ce5a995eab26d300402471770c082f90a34a

13 years agoFix 3383575: use styled attribs and update layout
Jim Miller [Tue, 25 Jan 2011 05:25:47 +0000 (21:25 -0800)]
Fix 3383575: use styled attribs and update layout

This updates the layout to make more room for the button
text in SecuritySettings. The code now uses styled attributes
to make it easier to tweak in the future.

Change-Id: I5fbdf2f6ae4c4c1f9614ab97891f9f2fe6cda628

13 years agoMerge "Display the correct encryption settings." into honeycomb
Jason parks [Tue, 25 Jan 2011 17:53:00 +0000 (09:53 -0800)]
Merge "Display the correct encryption settings." into honeycomb

13 years agoDisplay the correct encryption settings.
Jason parks [Tue, 25 Jan 2011 15:26:55 +0000 (09:26 -0600)]
Display the correct encryption settings.

* You can no longer try to encrypt the device when it is encrypted.
* Moved the encryption section below the lock screen section. It will be more common to change the lock screen settings.
* If the device doesn't support encryption don't display the encryption section.

Bug: 3384074
Change-Id: I172f5894a3cea57b1b8d03a84f1ecf0ee500c1f3

13 years agoMerge "More UI tweaks." into honeycomb
Jason parks [Tue, 25 Jan 2011 14:39:06 +0000 (06:39 -0800)]
Merge "More UI tweaks." into honeycomb

13 years agoMore UI tweaks.
Jason parks [Mon, 24 Jan 2011 22:19:28 +0000 (16:19 -0600)]
More UI tweaks.

* Grab a full wakelock while encrypting.
* Fix a bug with failed attempts.
* Add a custom theme to animate the screen to black.
* Fix the keyboard to be displayed properly in landscape and portrait.

Change-Id: Icc2d813ce1780588eb3b16f5204c3c60cae5236f

13 years agoAllow OnCancelListener and OnDismissListener in Settings app
Hung-ying Tyan [Tue, 25 Jan 2011 08:42:14 +0000 (16:42 +0800)]
Allow OnCancelListener and OnDismissListener in Settings app

for the framework-managed dialogs.

DialogFragment acts as both listeners so the application cannot set both
listeners in the embedded dialog. New hooks are added in SettingsDialogFragment
so that settings apps can do so for the framework-managed dialogs.

Bug: 3386670
Change-Id: I144e7c4ccf7f86c61f6079fa86d830c709335af1

13 years agoFix issue #3306021 NPE at android.app.AlertDialog.getDefaultDialogTheme(AlertDialog...
Dianne Hackborn [Tue, 25 Jan 2011 00:22:13 +0000 (16:22 -0800)]
Fix issue #3306021 NPE at android.app.AlertDialog.getDefaultDialogTheme(AlertDialog.java)

It looks like the dialog fragment was not being removed along with
the containing fragment.  The containing fragment now checks for
when it is being removed and removes its dialog fragment at that
point.

Also fix issue #3340766 NPE at
com.android.settings.applications.RunningProcessesView.startServiceDetailsActivity

We need to check if the running processes view is still attached to its
owner, since we clear owner when it is paused.

In addition, fix a bug where ManageApplications was not persisting
its "show background processes" state, and remove the icons from
its menu items to make them more understandable in the action bar.

Change-Id: I4498ef92023eb60f90758ff18d8eed7b41af79b0

13 years agoMerge "Tabletize Device administrator screen and fix the layout for DeviceAdminAdd...
Amith Yamasani [Tue, 25 Jan 2011 04:43:05 +0000 (20:43 -0800)]
Merge "Tabletize Device administrator screen and fix the layout for DeviceAdminAdd." into honeycomb

13 years agoTabletize Device administrator screen and fix the layout for DeviceAdminAdd.
Amith Yamasani [Tue, 25 Jan 2011 00:02:11 +0000 (16:02 -0800)]
Tabletize Device administrator screen and fix the layout for DeviceAdminAdd.

Bug: 3376986

Convert the DeviceAdminSettings screen to a fragment, remove fat titlebar.
Convert the DeviceAdminAdd screen to layout nicely in the new holo DialogWhenLarge
style.

Change-Id: I20a9d16aed135a2178969dfff807075b0b79237c

13 years agoMerge "Fix wifi flow" into honeycomb
Daisuke Miyakawa [Mon, 24 Jan 2011 22:00:07 +0000 (14:00 -0800)]
Merge "Fix wifi flow" into honeycomb

13 years agoMerge "Import revised translations. DO NOT MERGE" into honeycomb
Eric Fischer [Mon, 24 Jan 2011 21:49:39 +0000 (13:49 -0800)]
Merge "Import revised translations.  DO NOT MERGE" into honeycomb

13 years agoMerge "NPE check in VpnSettings." into honeycomb
Amith Yamasani [Mon, 24 Jan 2011 21:48:40 +0000 (13:48 -0800)]
Merge "NPE check in VpnSettings." into honeycomb

13 years agoMerge "Restore deleted string still referenced from a layout." into honeycomb
Eric Fischer [Mon, 24 Jan 2011 21:47:26 +0000 (13:47 -0800)]
Merge "Restore deleted string still referenced from a layout." into honeycomb

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Mon, 24 Jan 2011 21:31:35 +0000 (13:31 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: I82e0e6690e55a8dc676ff707565c964628d848a4

13 years agoRestore deleted string still referenced from a layout.
Eric Fischer [Mon, 24 Jan 2011 20:48:06 +0000 (12:48 -0800)]
Restore deleted string still referenced from a layout.

Change-Id: Ief261e16780ad04e53ebac1202d94146cf14e51c

13 years agoMerge "Bring back the MDN (phone number) status even if there's no voice." into honeycomb
Amith Yamasani [Mon, 24 Jan 2011 20:07:52 +0000 (12:07 -0800)]
Merge "Bring back the MDN (phone number) status even if there's no voice." into honeycomb

13 years agoBring back the MDN (phone number) status even if there's no voice.
Amith Yamasani [Mon, 24 Jan 2011 16:56:07 +0000 (08:56 -0800)]
Bring back the MDN (phone number) status even if there's no voice.

Needed for carrier customer support purposes.

Bug: 3351493

Change "My phone number" string to "MDN".

Change-Id: Icee0f97348034a9fb7f79a3c48868d5f74edabb1

13 years agoMerge "Updated Bluetooth assets to fix sizing problems" into honeycomb
Justin Ho [Mon, 24 Jan 2011 17:47:21 +0000 (09:47 -0800)]
Merge "Updated Bluetooth assets to fix sizing problems" into honeycomb

13 years agoUpdating Bluetooth preference page to use different configuration icon
Justin Ho [Mon, 24 Jan 2011 17:41:57 +0000 (09:41 -0800)]
Updating Bluetooth preference page to use different configuration icon

Change-Id: Ie5bf105e5522fb2a876c51c9407f02f2a3974631

13 years agoMerge "Fix 3315488: Wrap OwnerInfo layout in a ScrollView" into honeycomb
Jim Miller [Mon, 24 Jan 2011 02:25:21 +0000 (18:25 -0800)]
Merge "Fix 3315488: Wrap OwnerInfo layout in a ScrollView" into honeycomb

13 years agoFix 3315488: Wrap OwnerInfo layout in a ScrollView
Jim Miller [Mon, 24 Jan 2011 02:14:13 +0000 (18:14 -0800)]
Fix 3315488: Wrap OwnerInfo layout in a ScrollView

Change-Id: I5fc5a66c1a09ff4e45137469fee1b6de6b45c7a0

13 years agoFix bug 3381583 - Settings action bar not refreshing menu content
Adam Powell [Mon, 24 Jan 2011 01:35:41 +0000 (17:35 -0800)]
Fix bug 3381583 - Settings action bar not refreshing menu content

Change-Id: I71416dbf691a6dacfb58c6ac3cc0df8233db8f44

13 years agoUpdated Bluetooth assets to fix sizing problems
Justin Ho [Mon, 24 Jan 2011 00:44:54 +0000 (16:44 -0800)]
Updated Bluetooth assets to fix sizing problems

Change-Id: Ib9cbd0945c89e511b98c1153b55a22daf9c94fd7

13 years agoMaintain password quality while encrypted
Andy Stadler [Sat, 22 Jan 2011 00:25:22 +0000 (16:25 -0800)]
Maintain password quality while encrypted

Bug: 3378277
Change-Id: I68aae06c518eb514c1be38214d8c9918b0398f95

13 years agoFix wifi flow
Daisuke Miyakawa [Fri, 21 Jan 2011 22:29:50 +0000 (14:29 -0800)]
Fix wifi flow

- show progress bar correctly
- stop inappropriately showing padding views
- expand the screen when successful.

Bug: 3378348
Bug: 3378341
Change-Id: I89ff31d24c050755c90fbf07cd4f56d8f0ddeac9

13 years agoMerge "New Settings assets" into honeycomb
Justin Ho [Fri, 21 Jan 2011 22:52:57 +0000 (14:52 -0800)]
Merge "New Settings assets" into honeycomb

13 years agoNew Settings assets
Justin Ho [Fri, 21 Jan 2011 22:25:22 +0000 (14:25 -0800)]
New Settings assets

Change-Id: I1d3309d4e5f9ebb95c2907440ffae69bf8167ce3

13 years agoMerge "Accquire a wakelock while encrypting." into honeycomb
Jason parks [Fri, 21 Jan 2011 22:18:52 +0000 (14:18 -0800)]
Merge "Accquire a wakelock while encrypting." into honeycomb

13 years agoAccquire a wakelock while encrypting.
Jason parks [Fri, 21 Jan 2011 21:48:20 +0000 (15:48 -0600)]
Accquire a wakelock while encrypting.

Bug: 3375491
Change-Id: Ief7dbb450800104f4977ab31f93a1e1a994b25ad

13 years agoAdd start-encryption intent filter to settings
Andy Stadler [Fri, 21 Jan 2011 21:38:45 +0000 (13:38 -0800)]
Add start-encryption intent filter to settings

* Add intent-filter for "android.app.action.START_ENCRYPTION"
* Add pseudo-activity to host intent-filter
* Add code to settings page that exits quickly when encryption
  is not available or is already started.

This can be tested using ApiDemos -> App -> Device Admin

Bug: 3346770
Change-Id: Ie97459cf9e2a7b09b690bf085e64ef905466e77a

13 years agoRemove unused code.
Jason parks [Fri, 21 Jan 2011 00:48:55 +0000 (18:48 -0600)]
Remove unused code.

Change-Id: If9fd0f0229721ec1cdce583e6d3180d691213f23

13 years agoMore UI tweaks and fixes.
Jason parks [Fri, 21 Jan 2011 05:29:28 +0000 (23:29 -0600)]
More UI tweaks and fixes.

* Actually post the correct message every 5 second for the progress bar.
* Update the text for the settings to a more finalish version.
* Check the battery status before allowing encryption to proceed.
* Display a place holder message if no password is set for the device.

Change-Id: I2734300c9a81467dbd0401427d8b656922ab4819

13 years agoChange how we check to see if we should display the progress bar.
Jason parks [Fri, 21 Jan 2011 00:49:58 +0000 (18:49 -0600)]
Change how we check to see if we should display the progress bar.

Change-Id: I779e229f82a11d570e832f3e8cc5b275939249e8

13 years agoNPE check in VpnSettings.
Amith Yamasani [Fri, 21 Jan 2011 17:28:31 +0000 (09:28 -0800)]
NPE check in VpnSettings.

Bug: 3368545

Also fix a couple of bugs in TetherSettings:

Bug: 3090156 - view was being reused without removing from old dialog
Bug: 3368493 - preference being removed a second time

Change-Id: I8fe513d41e1f3af6994783be5ead69b6bd205711

13 years agoUse correct wording for SteupWizard
Daisuke Miyakawa [Fri, 21 Jan 2011 07:35:46 +0000 (23:35 -0800)]
Use correct wording for SteupWizard

Bug: 3375688
Change-Id: Id8cdfc5347092277429c0a791fb45d55a7236230

13 years agoMerge "Disable the checkbox even if there is a hard keyboard" into honeycomb
satok [Fri, 21 Jan 2011 02:25:15 +0000 (18:25 -0800)]
Merge "Disable the checkbox even if there is a hard keyboard" into honeycomb

13 years agoRename title for Date Time setup
Daisuke Miyakawa [Fri, 21 Jan 2011 00:02:07 +0000 (16:02 -0800)]
Rename title for Date Time setup

Bug: 3374552
Change-Id: I37a4ac3f7fb1a9f0cf9624aba2a69dd85e9743ac

13 years agoMerge "More work on the CryptKeeper." into honeycomb
Jason parks [Thu, 20 Jan 2011 23:58:02 +0000 (15:58 -0800)]
Merge "More work on the CryptKeeper." into honeycomb

13 years agoMerge "Encrypt inplace settings." into honeycomb
Jason parks [Thu, 20 Jan 2011 23:50:55 +0000 (15:50 -0800)]
Merge "Encrypt inplace settings." into honeycomb

13 years agoMerge "Use new backgrounds in wifi setup for xl" into honeycomb
Daisuke Miyakawa [Thu, 20 Jan 2011 22:59:39 +0000 (14:59 -0800)]
Merge "Use new backgrounds in wifi setup for xl" into honeycomb

13 years agoMerge "Let WifiPickerActivity show AdvancedSettings correctly." into honeycomb
Daisuke Miyakawa [Thu, 20 Jan 2011 20:39:27 +0000 (12:39 -0800)]
Merge "Let WifiPickerActivity show AdvancedSettings correctly." into honeycomb

13 years agoLet WifiPickerActivity show AdvancedSettings correctly.
Daisuke Miyakawa [Thu, 20 Jan 2011 20:29:29 +0000 (12:29 -0800)]
Let WifiPickerActivity show AdvancedSettings correctly.

- stop overwriting EXTRA_SHOW_FRAGMENT
- Show back/next button when WifiPickerActivity is requested
  to show them.

Bug: 3362641
Change-Id: Ic06af4796acb1edb659fb99eb8c7d76c430c7798

13 years agoUse new backgrounds in wifi setup for xl
Daisuke Miyakawa [Thu, 20 Jan 2011 20:28:47 +0000 (12:28 -0800)]
Use new backgrounds in wifi setup for xl

Bug: 3373467
Change-Id: Iccc9a4c36dc46a67e395c81a642646b8199be606

13 years agoMerge "Add back the refresh button and fix refresh when restarted." into honeycomb
Amith Yamasani [Thu, 20 Jan 2011 20:08:41 +0000 (12:08 -0800)]
Merge "Add back the refresh button and fix refresh when restarted." into honeycomb

13 years agoAdd back the refresh button and fix refresh when restarted.
Amith Yamasani [Thu, 20 Jan 2011 19:25:43 +0000 (11:25 -0800)]
Add back the refresh button and fix refresh when restarted.

Bug: 3364738

Fixes the case where after an orientation change, the battery stats
does not refresh.

Also added back the refresh menu button that was on the phone.

Change-Id: I06c69d17c9945ae976e4e7dc135e2e96242fe721

13 years agoTidy up Internal storage screen text.
Roy West [Thu, 20 Jan 2011 18:06:33 +0000 (10:06 -0800)]
Tidy up Internal storage screen text.

Change-Id: Ia1b3b79a6df1756c2a4ff9440463771cfa308c13

13 years agoDisable the checkbox even if there is a hard keyboard
satok [Thu, 20 Jan 2011 17:35:59 +0000 (02:35 +0900)]
Disable the checkbox even if there is a hard keyboard

Change-Id: I9ef8ce273fd72327089ada1133d923715645a141

13 years agoRefine InputMethodInfo API
Ken Wakasa [Thu, 20 Jan 2011 13:29:34 +0000 (22:29 +0900)]
Refine InputMethodInfo API

bug: 3370297
Change-Id: Ifaaad399586ee5b842f9b7762281d76e7969d24c

13 years agoUse android.provider.Settings.EXTRA_INPUT_METHOD_ID
Tadashi G. Takaoka [Thu, 20 Jan 2011 14:54:21 +0000 (23:54 +0900)]
Use android.provider.Settings.EXTRA_INPUT_METHOD_ID

This change also fixes the action name of
android.settings.INPUT_METHOD_SUBTYPE_SETTINGS.

Change-Id: Ie08e7f9144f8ff8faa8e7d8edf63fbd59421b18c

13 years agoMerge "Rename action to ACTION_INPUT_METHOD_SUBTYPE_SETTINGS" into honeycomb
Tadashi G. Takaoka [Thu, 20 Jan 2011 13:18:01 +0000 (05:18 -0800)]
Merge "Rename action to ACTION_INPUT_METHOD_SUBTYPE_SETTINGS" into honeycomb

13 years agoMerge "Extract credential storage dialogs to a new activity." into honeycomb
Chia-chi Yeh [Thu, 20 Jan 2011 12:26:10 +0000 (04:26 -0800)]
Merge "Extract credential storage dialogs to a new activity." into honeycomb

13 years agoExtract credential storage dialogs to a new activity.
Chia-chi Yeh [Thu, 20 Jan 2011 10:46:01 +0000 (18:46 +0800)]
Extract credential storage dialogs to a new activity.

Since now SecuritySettings is a fragment, not an activity, reacting
to intents is not easier anymore. The new activity is transparent,
and it works just like a dialog. This change also refactor'ed
SecuritySettings by moving some preference construction into
security_settings_misc.xml.

Bug: 3120992
Bug: 2117436
Change-Id: I8bd3fc7faa2a31d100b8d67310f9266260cfc31d

13 years agoFix the vpnsetting NPE crash.
Chung-yih Wang [Tue, 18 Jan 2011 16:41:50 +0000 (00:41 +0800)]
Fix the vpnsetting NPE crash.

The bug is triggered by rotating the screen after restoring the
vpn setting which was showing the connect dialog from the recent tasks.

Change-Id: I2562b208fa28f9b6ffa8acba1ab14e0f83b3a0c6

13 years agoRename action to ACTION_INPUT_METHOD_SUBTYPE_SETTINGS
Tadashi G. Takaoka [Thu, 20 Jan 2011 08:58:29 +0000 (17:58 +0900)]
Rename action to ACTION_INPUT_METHOD_SUBTYPE_SETTINGS

Change-Id: I2aa16ecfffe3b575132437a9e3a071cd1c747e28

13 years agoMake VpnSettings use new synchronous VpnService API.
Hung-ying Tyan [Wed, 19 Jan 2011 08:49:47 +0000 (16:49 +0800)]
Make VpnSettings use new synchronous VpnService API.

Change-Id: Ib400c968981f9f8642a1452011faaade0d5bde57

13 years agoMerge "Fix Wifi setup for xl." into honeycomb
Daisuke Miyakawa [Thu, 20 Jan 2011 00:36:14 +0000 (16:36 -0800)]
Merge "Fix Wifi setup for xl." into honeycomb

13 years agoFix Wifi setup for xl.
Daisuke Miyakawa [Wed, 19 Jan 2011 18:31:45 +0000 (10:31 -0800)]
Fix Wifi setup for xl.

- Show the title "Add network" correctly
- Handle ProgressBar on "Add network" flow correctly
- Handle possible NPE cases.

Bug: 3361270
Change-Id: Ic0fb808086bfce7b0f88e5703e617a62bc71667a

13 years agoMerge "Distinguish Atlantic Time in Barbados from Atlantic Time in Canada." into...
Eric Fischer [Wed, 19 Jan 2011 23:36:56 +0000 (15:36 -0800)]
Merge "Distinguish Atlantic Time in Barbados from Atlantic Time in Canada." into honeycomb

13 years agoMerge "Display correct HID icon for pointing and misc. devices" into honeycomb
Jake Hamby [Wed, 19 Jan 2011 23:35:50 +0000 (15:35 -0800)]
Merge "Display correct HID icon for pointing and misc. devices" into honeycomb

13 years agoDisplay correct HID icon for pointing and misc. devices
Jake Hamby [Wed, 19 Jan 2011 22:53:44 +0000 (14:53 -0800)]
Display correct HID icon for pointing and misc. devices

Added placeholder icons and code for non-keyboard HID devices.
ic_bt_pointing_hid.png - pointing device
ic_bt_misc_hid.png     - gamepad, remote control, card reader, etc.

Bug: 3137982
Change-Id: Iac7a53a6fbafa9c6ed794a29aa330da314d580d8

13 years agoDistinguish Atlantic Time in Barbados from Atlantic Time in Canada.
Eric Fischer [Wed, 19 Jan 2011 23:16:20 +0000 (15:16 -0800)]
Distinguish Atlantic Time in Barbados from Atlantic Time in Canada.

Bug 2605239

Change-Id: I196aadd21281d18e228a7bf7e947a2b0fa7c6d05

13 years agoMerge "Fix bug #3366401 (Accounts in "Add accounts" list should be sorted alphabetica...
Fabrice Di Meglio [Wed, 19 Jan 2011 22:27:11 +0000 (14:27 -0800)]
Merge "Fix bug #3366401 (Accounts in "Add accounts" list should be sorted alphabetically)" into honeycomb

13 years agoAdd preference to show the list of files received via Bluetooth.
Jake Hamby [Wed, 12 Jan 2011 23:00:19 +0000 (15:00 -0800)]
Add preference to show the list of files received via Bluetooth.

Add a preference item to show a dialog window containing the list
of files received via Bluetooth. This replaces the "live folder"
view that was available in Gingerbread and earlier.

Bug: 3167219
Change-Id: I703266dba47c9ef8c52e5569aba0f812a9511bb5

13 years agoAdd icons for Bluetooth HID and PAN profiles.
Jake Hamby [Wed, 19 Jan 2011 20:25:46 +0000 (12:25 -0800)]
Add icons for Bluetooth HID and PAN profiles.

Add icon resources for Bluetooth keyboard/mouse (HID profile)
and reverse tethering (PAN profile).

Bug: 3137982
Change-Id: Id6c4a9f2b4bee2fdf43626592e32070b49e49d73

13 years agoMerge "Always clear hashcodes when input method settings is changed" into honeycomb
satok [Wed, 19 Jan 2011 15:11:43 +0000 (07:11 -0800)]
Merge "Always clear hashcodes when input method settings is changed" into honeycomb

13 years agoAlways clear hashcodes when input method settings is changed
satok [Wed, 19 Jan 2011 14:47:13 +0000 (23:47 +0900)]
Always clear hashcodes when input method settings is changed

Change-Id: Ia2a5d3a856f0ce9e1c81052397e3d704a3b6b396

13 years agoFix layout in DateTime picker
Daisuke Miyakawa [Wed, 19 Jan 2011 05:01:38 +0000 (21:01 -0800)]
Fix layout in DateTime picker

Bug: 3347865
Change-Id: I9c425186515df387ac7951ff85ccf3d4d6732d08

13 years agoUI fix for wifi setup in xl
Daisuke Miyakawa [Wed, 19 Jan 2011 04:25:27 +0000 (20:25 -0800)]
UI fix for wifi setup in xl

- Show "connecting" and "connected" text
- Modify layout for "Add network"

Bug: 3347865
Change-Id: I9c9b33b9033e7fb4f885717f00507c1360400725

13 years agoFix bug #3366401 (Accounts in "Add accounts" list should be sorted alphabetically)
Fabrice Di Meglio [Wed, 19 Jan 2011 02:30:14 +0000 (18:30 -0800)]
Fix bug #3366401 (Accounts in "Add accounts" list should be sorted alphabetically)

- sort the account type list

Change-Id: Ibf1712dc75fabf144382648acc57d6f19fe0ac96

13 years agoMerge "Polish layout and UI for wifi setup" into honeycomb
Daisuke Miyakawa [Wed, 19 Jan 2011 00:26:18 +0000 (16:26 -0800)]
Merge "Polish layout and UI for wifi setup" into honeycomb

13 years agoPolish layout and UI for wifi setup
Daisuke Miyakawa [Wed, 19 Jan 2011 00:11:32 +0000 (16:11 -0800)]
Polish layout and UI for wifi setup

Bug: 3347865
Change-Id: I529fc2f5e11388b34b66617aee64b7facd3708e0

13 years agoMerge "Don't show separate option for erasing USB storage" into honeycomb
Kenny Root [Tue, 18 Jan 2011 23:38:14 +0000 (15:38 -0800)]
Merge "Don't show separate option for erasing USB storage" into honeycomb

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 "Import revised translations. DO NOT MERGE" into honeycomb
Eric Fischer [Tue, 18 Jan 2011 23:14:06 +0000 (15:14 -0800)]
Merge "Import revised translations.  DO NOT MERGE" into honeycomb

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 18 Jan 2011 23:07:02 +0000 (15:07 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: I876d6ce88a61ed0e4ce8e5d649fa12072ebe26bb

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 agoMore work on the CryptKeeper.
Jason parks [Tue, 18 Jan 2011 21:28:36 +0000 (15:28 -0600)]
More work on the CryptKeeper.

* There is now a 30 seconds delay after 10 failed password attempts.
* The device is factory reset after 30 failed password attempts.
* Implemented the progress UI for inplace encryption.

Change-Id: Ie830b03f9c84a117ee3048086275d6049907fa3c

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 agoEncrypt inplace settings.
Jason parks [Mon, 17 Jan 2011 15:59:54 +0000 (09:59 -0600)]
Encrypt inplace settings.

Change-Id: I5b9cb94c987dedecf3bf31cb67a42e2f24866d3b

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