OSDN Git Service

android-x86/packages-apps-Settings.git
13 years agoMerge "Removed unused assets."
Gilles Debunne [Wed, 24 Nov 2010 22:42:08 +0000 (14:42 -0800)]
Merge "Removed unused assets."

13 years agoMerge "Update supported profiles for voice capability."
Jaikumar Ganesh [Wed, 24 Nov 2010 20:44:16 +0000 (12:44 -0800)]
Merge "Update supported profiles for voice capability."

13 years agoAct on supplicant changes only when disconnected
Irfan Sheriff [Tue, 23 Nov 2010 15:43:19 +0000 (07:43 -0800)]
Act on supplicant changes only when disconnected

When wifi network state is disconnected, supplicant
state changes provide more fine grained information to display.
When network is connected, the UI should ignore supplicant
state changes.

Change-Id: I46aa8c2ba80303aae5c74415825102a13cc41380

13 years agoMerge "Restore compareTo behavior of access point list"
Irfan Sheriff [Wed, 24 Nov 2010 15:36:32 +0000 (07:36 -0800)]
Merge "Restore compareTo behavior of access point list"

13 years agoUpdate supported profiles for voice capability.
Jaikumar Ganesh [Wed, 24 Nov 2010 04:08:27 +0000 (20:08 -0800)]
Update supported profiles for voice capability.

Change-Id: If12f97ccc5d7d54d8d3e470dd4bc91fe9119b9cd

13 years agoRestore compareTo behavior of access point list
Irfan Sheriff [Wed, 17 Nov 2010 20:17:35 +0000 (12:17 -0800)]
Restore compareTo behavior of access point list

The Comparator with TreeList that was added during
wifi set up changes does not work well since
access point can change later.

Restore the old compareTo behavior.

Change-Id: I75681fea616792e9fd134c0d71762b4e0d46ffd6

13 years agoMerge "Move icons to mipmap."
Ying Wang [Tue, 23 Nov 2010 22:15:46 +0000 (14:15 -0800)]
Merge "Move icons to mipmap."

13 years agoMove icons to mipmap.
Ying Wang [Tue, 23 Nov 2010 20:03:43 +0000 (12:03 -0800)]
Move icons to mipmap.

Change-Id: If3bd32658300cb028411d1aa7a3f56d8c1d234eb

13 years agoUpdate wifi preference layout and progress category layout.
Amith Yamasani [Mon, 22 Nov 2010 22:21:09 +0000 (14:21 -0800)]
Update wifi preference layout and progress category layout.

13 years agoUse separate settings for host and port.
Robert Greenwalt [Wed, 13 Oct 2010 21:07:03 +0000 (14:07 -0700)]
Use separate settings for host and port.

IPv6 uses ':' in addresses so it's a bad thing to use as a separator.
Rather than find another separator we'll just store them separately.
bug:2700664

Change-Id: Ia6c40891ab9f3f44edd65d8ff7a2a1f7a24cf06e

13 years agoMerge "Import initial translations for 20 new locales."
Eric Fischer [Fri, 19 Nov 2010 01:15:24 +0000 (17:15 -0800)]
Merge "Import initial translations for 20 new locales."

13 years agoAdd a 5-minute screen timeout option!
Amith Yamasani [Fri, 19 Nov 2010 00:17:52 +0000 (16:17 -0800)]
Add a 5-minute screen timeout option!

Bug: 3165933

13 years agoImport initial translations for 20 new locales.
Eric Fischer [Thu, 18 Nov 2010 00:40:05 +0000 (16:40 -0800)]
Import initial translations for 20 new locales.

Change-Id: I55b0229ca58d63282625b6eaf9e0e58672403c02

13 years agoMerge "Use the new Preference:icon attribute and placeholder for showing icons on...
Amith Yamasani [Thu, 18 Nov 2010 00:39:36 +0000 (16:39 -0800)]
Merge "Use the new Preference:icon attribute and placeholder for showing icons on the left."

13 years agoUse the new Preference:icon attribute and placeholder for showing icons on the left.
Amith Yamasani [Wed, 17 Nov 2010 23:21:18 +0000 (15:21 -0800)]
Use the new Preference:icon attribute and placeholder for showing icons on the left.

13 years agoMerge "Conditional remove "haptic" settings if there's no vibrator"
Amith Yamasani [Wed, 17 Nov 2010 22:48:51 +0000 (14:48 -0800)]
Merge "Conditional remove "haptic" settings if there's no vibrator"

13 years agoImport revised translations.
Eric Fischer [Wed, 17 Nov 2010 19:41:10 +0000 (11:41 -0800)]
Import revised translations.

Change-Id: I2f6d6220057db8eb6fb8126ebec9e209d4eade36

13 years agoUse Handler to delay enabling skip button.
Daisuke Miyakawa [Fri, 12 Nov 2010 20:56:56 +0000 (12:56 -0800)]
Use Handler to delay enabling skip button.

- enable skip button after a while
- stop ignoring wifi status

Bug: 3186913
Change-Id: Ia565f77ecb0d11ad514548774b49d8eda6db4ff8

13 years agoConditional remove "haptic" settings if there's no vibrator
Amith Yamasani [Wed, 17 Nov 2010 17:08:21 +0000 (09:08 -0800)]
Conditional remove "haptic" settings if there's no vibrator

Bug: 3193801

13 years agoRemoved unused assets.
Gilles Debunne [Tue, 16 Nov 2010 21:25:26 +0000 (13:25 -0800)]
Removed unused assets.

Change-Id: I82b14000350967846de82123956ea8955a2b2e01

13 years agoFix issue #3163240: Blank running services screen after returning
Dianne Hackborn [Tue, 16 Nov 2010 02:02:06 +0000 (18:02 -0800)]
Fix issue #3163240: Blank running services screen after returning
from any specific service

Also get rid of async Vpn thing since the framework problem is fixed.

Change-Id: Ic7aafd666ea11b036e3e42c55332620db1fdf154

13 years agoRefactor DateTimeSettingsSetup.
Daisuke Miyakawa [Fri, 29 Oct 2010 22:01:56 +0000 (15:01 -0700)]
Refactor DateTimeSettingsSetup.

- Use Popup instead of bare fragment.
- Expose Adapters in ZonePicker.java so that it can be used
  outside the fragment.
- Fix layout

Bug: 3175603
Change-Id: I2726fde4fa1a9aea1ecb29b6aa2d23dbc54232b9

13 years agoMerge "Show option in DateTimeSettings."
Daisuke Miyakawa [Tue, 16 Nov 2010 17:43:53 +0000 (09:43 -0800)]
Merge "Show option in DateTimeSettings."

13 years agoMerge "Jump to top-level settings when launched from system bar or Settings shortcut."
Amith Yamasani [Tue, 16 Nov 2010 13:01:57 +0000 (05:01 -0800)]
Merge "Jump to top-level settings when launched from system bar or Settings shortcut."

13 years agoJump to top-level settings when launched from system bar or Settings shortcut.
Amith Yamasani [Mon, 15 Nov 2010 22:45:19 +0000 (14:45 -0800)]
Jump to top-level settings when launched from system bar or Settings shortcut.

Bug: 3192808

Also switch back to Theme.Holo, as Theme.Holo.Extended is deprecated.

13 years agoShow option in DateTimeSettings.
Daisuke Miyakawa [Mon, 15 Nov 2010 20:41:06 +0000 (12:41 -0800)]
Show option in DateTimeSettings.

Change-Id: Ia6bd6cc22ec154b83879c488274bd2b0cfe238d2

13 years agoMerge "Remove the limit of available Wi-Fi networks"
Daisuke Miyakawa [Mon, 15 Nov 2010 20:12:13 +0000 (12:12 -0800)]
Merge "Remove the limit of available Wi-Fi networks"

13 years agoMerge "Don't show battery usage information if data is bogus."
Amith Yamasani [Mon, 15 Nov 2010 19:31:02 +0000 (11:31 -0800)]
Merge "Don't show battery usage information if data is bogus."

13 years agoRemove the limit of available Wi-Fi networks
Daisuke Miyakawa [Mon, 15 Nov 2010 18:20:31 +0000 (10:20 -0800)]
Remove the limit of available Wi-Fi networks

Change-Id: Ib9cf6753683ecf4d531c76cf1134757ad7d70c47

13 years agoMerge "Stop showing software keyboard when appropriate"
Daisuke Miyakawa [Sat, 13 Nov 2010 02:28:23 +0000 (18:28 -0800)]
Merge "Stop showing software keyboard when appropriate"

13 years agoStop showing software keyboard when appropriate
Daisuke Miyakawa [Sat, 13 Nov 2010 00:04:04 +0000 (16:04 -0800)]
Stop showing software keyboard when appropriate

This change assumes the structure inside layout file.
We will change the structure inside the layout, so
fundemental fix should come along the layout change.

Also let software keyboard hide when appropriate.
onBackButtonPressed() loses the focus and hiding
the keyboard doesn't work fine after the call.

Bug: 3192886
Change-Id: Ifd28d1f1fd0d6f72dc1c32c066dd793c6f9f36ab

13 years agoMerge "Not to set IME when the current IME was disabled, because framework will find...
satok [Sat, 13 Nov 2010 01:08:44 +0000 (17:08 -0800)]
Merge "Not to set IME when the current IME was disabled, because framework will find an applicable IME when the current IME was unset."

13 years agoNot to set IME when the current IME was disabled, because framework will find an...
satok [Tue, 9 Nov 2010 14:31:26 +0000 (23:31 +0900)]
Not to set IME when the current IME was disabled, because framework will find an applicable IME when the current IME was unset.

Bug: 3186000

- This enables us to share the code between Settings and the framework.
- Removed the parameter for lastImeTicked because an applicable IME can be found in the framework.

Change-Id: Icfb6168c5a22506f225bfe58425adeb540835456

13 years agoMerge "Some more theme adjustment."
Dianne Hackborn [Sat, 13 Nov 2010 00:45:11 +0000 (16:45 -0800)]
Merge "Some more theme adjustment."

13 years agoDon't show battery usage information if data is bogus.
Amith Yamasani [Fri, 12 Nov 2010 22:13:03 +0000 (14:13 -0800)]
Don't show battery usage information if data is bogus.

13 years agoMerge "Set attachToRoot instead of manually doing so."
Daisuke Miyakawa [Fri, 12 Nov 2010 22:06:21 +0000 (14:06 -0800)]
Merge "Set attachToRoot instead of manually doing so."

13 years agoSome more theme adjustment.
Dianne Hackborn [Fri, 12 Nov 2010 21:18:26 +0000 (13:18 -0800)]
Some more theme adjustment.

Also fix battery use button on device info to do the right thing.

Change-Id: I663429d5eb15ac4500feabeebd7ad2e3b8238409

13 years agoButtons in battery details now switch fragments.
Dianne Hackborn [Fri, 12 Nov 2010 20:44:52 +0000 (12:44 -0800)]
Buttons in battery details now switch fragments.

These were launching a whole new settings activity.

Change-Id: I6876acf54d484119eec339c8597b5d9d843bae56

13 years agoFix VPN settings flow.
Amith Yamasani [Fri, 12 Nov 2010 16:51:01 +0000 (08:51 -0800)]
Fix VPN settings flow.

Bug: 3053019

13 years agoSet attachToRoot instead of manually doing so.
Daisuke Miyakawa [Fri, 12 Nov 2010 03:50:48 +0000 (19:50 -0800)]
Set attachToRoot instead of manually doing so.

Bug: 3053354
Change-Id: I065c16cd5af3b438d02d6a0b0da080295e9c17cb

13 years agoStart fragmentizing battery usage.
Dianne Hackborn [Thu, 11 Nov 2010 07:34:52 +0000 (23:34 -0800)]
Start fragmentizing battery usage.

Change-Id: I0864f6738b37c3203e166bb8f7e61e8904d9980a

13 years agoComment out hidden method call.
Daisuke Miyakawa [Fri, 12 Nov 2010 02:28:03 +0000 (18:28 -0800)]
Comment out hidden method call.

Bug: 3053354
Change-Id: I5fb5d6eb33e50209c85a95065ac3d0cefb983f6b

13 years agoMerge "Delay showSoftInput() call."
Daisuke Miyakawa [Fri, 12 Nov 2010 00:58:52 +0000 (16:58 -0800)]
Merge "Delay showSoftInput() call."

13 years agoDelay showSoftInput() call.
Daisuke Miyakawa [Fri, 12 Nov 2010 00:36:50 +0000 (16:36 -0800)]
Delay showSoftInput() call.

We need to wait onFocusView() call back for actually showing
software keyboard.

Bug: 3053354
Change-Id: Idd946e3b8a372ddbabb8b36600c77290f77a06e6

13 years agoam 71d43248: (-s ours) am 5c205262: Merge "Import revised translations. DO NOT MERGE...
Eric Fischer [Thu, 11 Nov 2010 23:50:52 +0000 (15:50 -0800)]
am 71d43248: (-s ours) am 5c205262: Merge "Import revised translations.  DO NOT MERGE" into gingerbread

* commit '71d43248b96c1485faabb527b23267e3ad653282':
  Import revised translations.  DO NOT MERGE

13 years agoam 5c205262: Merge "Import revised translations. DO NOT MERGE" into gingerbread
Eric Fischer [Thu, 11 Nov 2010 23:45:50 +0000 (15:45 -0800)]
am 5c205262: Merge "Import revised translations.  DO NOT MERGE" into gingerbread

* commit '5c205262460ecc5bcfb92ffb10185a573a4b7c90':
  Import revised translations.  DO NOT MERGE

13 years agoMerge "Import revised translations. DO NOT MERGE" into gingerbread
Eric Fischer [Thu, 11 Nov 2010 23:43:19 +0000 (15:43 -0800)]
Merge "Import revised translations.  DO NOT MERGE" into gingerbread

13 years agoMerge "Enable wifi on XL Wifi setup."
Daisuke Miyakawa [Thu, 11 Nov 2010 17:20:26 +0000 (09:20 -0800)]
Merge "Enable wifi on XL Wifi setup."

13 years agoEnable wifi on XL Wifi setup.
Daisuke Miyakawa [Thu, 11 Nov 2010 17:03:54 +0000 (09:03 -0800)]
Enable wifi on XL Wifi setup.

In I5b29917af73aac6a82e13ba846a9d5085f9bd523, we removed
relevant code but it was wrong. At least we need to enable
Wifi once when the Activity is created.

Bug: 3186944
Change-Id: I078cdf9b3d8952e6ce7bb3f9b27a4439e82da534

13 years agoDon't complain about /proc usage in Settings killing animations.
Brad Fitzpatrick [Thu, 11 Nov 2010 16:48:43 +0000 (08:48 -0800)]
Don't complain about /proc usage in Settings killing animations.

Change-Id: If6c2b5dc2244ac4b921e45daeb8e0052306e2c54

13 years agoAdd more useful logs.
Daisuke Miyakawa [Thu, 11 Nov 2010 05:33:05 +0000 (21:33 -0800)]
Add more useful logs.

Bug: 3053354
Change-Id: I917bad7efb55e4155f47257672becbb57995ff7c

13 years agoMerge "Add log message for requstFocus()"
Daisuke Miyakawa [Thu, 11 Nov 2010 03:34:27 +0000 (19:34 -0800)]
Merge "Add log message for requstFocus()"

13 years agoAdd log message for requstFocus()
Daisuke Miyakawa [Thu, 11 Nov 2010 02:17:15 +0000 (18:17 -0800)]
Add log message for requstFocus()

Bug: 3053354
Change-Id: I0fa20b5036d46fb909e778672bc476aeaf57af76

13 years agoam 969773aa: am 83d2698f: Merge "Fix issue #3177284: Account for wake lock power...
Dianne Hackborn [Thu, 11 Nov 2010 02:11:18 +0000 (18:11 -0800)]
am 969773aa: am 83d2698f: Merge "Fix issue #3177284: Account for wake lock power usage on Crespo" into gingerbread

* commit '969773aa735807acefd1788610d31e82322196de':
  Fix issue #3177284: Account for wake lock power usage on Crespo

13 years agoam 83d2698f: Merge "Fix issue #3177284: Account for wake lock power usage on Crespo...
Dianne Hackborn [Thu, 11 Nov 2010 02:07:18 +0000 (18:07 -0800)]
am 83d2698f: Merge "Fix issue #3177284: Account for wake lock power usage on Crespo" into gingerbread

* commit '83d2698f4f271f568333532ddbae33f8e2e13052':
  Fix issue #3177284: Account for wake lock power usage on Crespo

13 years agoMerge "Fix issue #3177284: Account for wake lock power usage on Crespo" into gingerbread
Dianne Hackborn [Thu, 11 Nov 2010 01:58:58 +0000 (17:58 -0800)]
Merge "Fix issue #3177284: Account for wake lock power usage on Crespo" into gingerbread

13 years agoMerge "Refactor WiFi code around XL setup"
Daisuke Miyakawa [Thu, 11 Nov 2010 00:05:01 +0000 (16:05 -0800)]
Merge "Refactor WiFi code around XL setup"

13 years agoRefactor WiFi code around XL setup
Daisuke Miyakawa [Tue, 9 Nov 2010 01:40:23 +0000 (17:40 -0800)]
Refactor WiFi code around XL setup

Major:
- move SetupWizard-related codes to WifiSettingsForSetupWizardXL as
  much as possible
- stop using Preference for configurinig wifi network. We use
  WifiConfigUiForSetupWizardXL instead, which is base on a bare View.

Minor:
- change button handling code expecting better readability.
- hide Detail button.
- modify strings a bit.
- add logs

Bug: 3175016
Change-Id: I5b29917af73aac6a82e13ba846a9d5085f9bd523

13 years agoImport revised translations.
Eric Fischer [Wed, 10 Nov 2010 01:42:54 +0000 (17:42 -0800)]
Import revised translations.

Change-Id: I8ff3fdad70919d2937c3a897b5698e45078d0227

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Tue, 9 Nov 2010 20:19:25 +0000 (12:19 -0800)]
Import revised translations.  DO NOT MERGE

Change-Id: Ic9978f86bf778e815896bbe858e07d953d53843b

13 years agoTweak nosdcard vs. tablet strings
Joe Onorato [Tue, 9 Nov 2010 20:04:24 +0000 (12:04 -0800)]
Tweak nosdcard vs. tablet strings

We can't have versions of the strings for both tablet and nosdcard.  Reword it so that we only need
the sdcard or no sdcard versions.

Change-Id: I4f2582504fd8a5e12489b40947f7de9d20e0314f

13 years agoMerge "Bug fixes, UI flow improvements."
Amith Yamasani [Tue, 9 Nov 2010 06:37:55 +0000 (22:37 -0800)]
Merge "Bug fixes, UI flow improvements."

13 years agoFix issue #3177284: Account for wake lock power usage on Crespo
Dianne Hackborn [Tue, 9 Nov 2010 03:05:00 +0000 (19:05 -0800)]
Fix issue #3177284: Account for wake lock power usage on Crespo

Change-Id: I5988d28fd192cd7fdb85140172a92141eb389964

13 years agoMerge "Show the accounts on the factory reset screen."
Joe Onorato [Tue, 9 Nov 2010 02:26:54 +0000 (18:26 -0800)]
Merge "Show the accounts on the factory reset screen."

13 years agoShow the accounts on the factory reset screen.
Joe Onorato [Tue, 9 Nov 2010 02:25:51 +0000 (18:25 -0800)]
Show the accounts on the factory reset screen.

Bug: 2823530
Change-Id: Idbf46aa59f3c529a3a3ef2d7d4e607822b34f51d

13 years agoBug fixes, UI flow improvements.
Amith Yamasani [Mon, 8 Nov 2010 22:28:05 +0000 (14:28 -0800)]
Bug fixes, UI flow improvements.

Bug: 3173067 - Auto timezone checkbox out of sync with dependency
Bug: 3175116 - Crash when launching Manage Accounts screen
Move "Add Account" to a menu item from a button at the bottom.

13 years agoMerge "Don't stutter animations during Bluetooth broadcasts."
Brad Fitzpatrick [Mon, 8 Nov 2010 21:28:47 +0000 (13:28 -0800)]
Merge "Don't stutter animations during Bluetooth broadcasts."

13 years agoDon't stutter animations during Bluetooth broadcasts.
Brad Fitzpatrick [Wed, 3 Nov 2010 22:53:47 +0000 (15:53 -0700)]
Don't stutter animations during Bluetooth broadcasts.

Bug: 3163109
Change-Id: I89ba3da4ee1f0999f3c7113f2f5fdce6fdafebd7

13 years agoMerge "Add frequency band control in UI"
Irfan Sheriff [Mon, 8 Nov 2010 20:24:57 +0000 (12:24 -0800)]
Merge "Add frequency band control in UI"

13 years agoUse custom preference.xml in XL.
Daisuke Miyakawa [Mon, 8 Nov 2010 20:17:19 +0000 (12:17 -0800)]
Use custom preference.xml in XL.

A spacer are added on the left side of each preference, which isn't
needed in XL setup screen.

Change-Id: Ie3b8e04b492b4a4840ba1bbda4a413673734fbaa

13 years agoAdd frequency band control in UI
Irfan Sheriff [Thu, 4 Nov 2010 20:45:32 +0000 (13:45 -0700)]
Add frequency band control in UI

Change-Id: I5a9fa46af358f363b2fe80a8ba7599d13dea5eb7

13 years agoFix the string for auto caps. bug: 2101692
Ken Wakasa [Sun, 7 Nov 2010 03:29:52 +0000 (12:29 +0900)]
Fix the string for auto caps. bug: 2101692

Change-Id: If6241110957719c64287fc5c49e8db884fef52d4

13 years agoMerge "Updated visual look for Shortcuts selection."
Amith Yamasani [Fri, 5 Nov 2010 16:25:47 +0000 (16:25 +0000)]
Merge "Updated visual look for Shortcuts selection."

13 years agoChange API for input method subtype's mode from resource id to String
satok [Thu, 4 Nov 2010 11:57:38 +0000 (20:57 +0900)]
Change API for input method subtype's mode from resource id to String

Change-Id: Ibf053d1747337cce3829288c6a47782f4dee9522

13 years agoMerge "Use InetAddress.isNumeric."
Elliott Hughes [Thu, 4 Nov 2010 22:43:30 +0000 (15:43 -0700)]
Merge "Use InetAddress.isNumeric."

13 years agoUse InetAddress.isNumeric.
Elliott Hughes [Thu, 4 Nov 2010 22:26:22 +0000 (15:26 -0700)]
Use InetAddress.isNumeric.

Bug: 3073384
Change-Id: I22b03efd7fe267f8b20c06cfc15aa5f0db487ca8

13 years agoUpdated visual look for Shortcuts selection.
Amith Yamasani [Wed, 3 Nov 2010 19:01:58 +0000 (12:01 -0700)]
Updated visual look for Shortcuts selection.

13 years agoRemove vibrate setting if there is no vibrator.
Dianne Hackborn [Thu, 4 Nov 2010 18:40:31 +0000 (11:40 -0700)]
Remove vibrate setting if there is no vibrator.

Change-Id: I37e6f34ef0fb67ec0e75b83a3572bd5efc6b8d0e

13 years agoMerge "Create activity wrappers for settings launchable through intents or shortcuts."
Amith Yamasani [Thu, 4 Nov 2010 19:58:48 +0000 (12:58 -0700)]
Merge "Create activity wrappers for settings launchable through intents or shortcuts."

13 years agoCreate activity wrappers for settings launchable through intents or shortcuts.
Amith Yamasani [Thu, 4 Nov 2010 16:59:44 +0000 (09:59 -0700)]
Create activity wrappers for settings launchable through intents or shortcuts.

Meta data specifies the fragment class and top-level header that it belongs to.

Bug: 3127704

13 years agoMerge "Fix UI for WifiSettings for XL screen"
Daisuke Miyakawa [Thu, 4 Nov 2010 19:45:34 +0000 (12:45 -0700)]
Merge "Fix UI for WifiSettings for XL screen"

13 years agoFix UI for WifiSettings for XL screen
Daisuke Miyakawa [Thu, 4 Nov 2010 19:21:45 +0000 (12:21 -0700)]
Fix UI for WifiSettings for XL screen

Change-Id: I874e1e8d86e8b219414f6bf2ff945ea4f9ab7a6c

13 years agoam b93b018a: am 91ba0709: Update settings text on success, so we clear out error...
Nick Pelly [Thu, 4 Nov 2010 17:32:14 +0000 (10:32 -0700)]
am b93b018a: am 91ba0709: Update settings text on success, so we clear out error text after recovery.

* commit 'b93b018ac646e8f8227477719652e1638e69cf4c':
  Update settings text on success, so we clear out error text after recovery.

13 years agoMerge "Reset selected InputMethodSubtype when the checkbox for the selected InputMeth...
satok [Thu, 4 Nov 2010 06:09:52 +0000 (23:09 -0700)]
Merge "Reset selected InputMethodSubtype when the checkbox for the selected InputMethodSubtype was disabled"

13 years agoShow "connecting" just after user's connect action
Daisuke Miyakawa [Thu, 4 Nov 2010 03:04:32 +0000 (20:04 -0700)]
Show "connecting" just after user's connect action

Bug: 3164013
Change-Id: Ide367d51bcd7fcd97403c92ee049a1bb2633e272

13 years agoam 91ba0709: Update settings text on success, so we clear out error text after recovery.
Nick Pelly [Thu, 4 Nov 2010 02:59:47 +0000 (19:59 -0700)]
am 91ba0709: Update settings text on success, so we clear out error text after recovery.

* commit '91ba0709b032d0c80ca086f53552f251a21c6df4':
  Update settings text on success, so we clear out error text after recovery.

13 years agoUpdate settings text on success, so we clear out error text after recovery.
Nick Pelly [Thu, 4 Nov 2010 02:56:36 +0000 (21:56 -0500)]
Update settings text on success, so we clear out error text after recovery.

Change-Id: Ie6bff9f1b56d0218120cf98638b9cbfe505bd02d
Signed-off-by: Nick Pelly <npelly@google.com>
13 years agoReset selected InputMethodSubtype when the checkbox for the selected InputMethodSubty...
satok [Tue, 2 Nov 2010 19:11:56 +0000 (04:11 +0900)]
Reset selected InputMethodSubtype when the checkbox for the selected InputMethodSubtype was disabled

Change-Id: I04586cb4935b34d03af5e4dac54cfd000474af16

13 years agoImplement individual Bluetooth profile connect/disconnect.
Jake Hamby [Wed, 3 Nov 2010 19:47:51 +0000 (12:47 -0700)]
Implement individual Bluetooth profile connect/disconnect.

Allow individual Bluetooth profiles to be connected/disconnected from
the device's settings pane.

Bug: 3137982
Change-Id: I21512c5bf965fc523f3dc1e83d029b16b5e22440

13 years agoFragmentize "Factory reset" setting screen.
Amith Yamasani [Tue, 2 Nov 2010 16:52:29 +0000 (09:52 -0700)]
Fragmentize "Factory reset" setting screen.

Split the screen into 2 fragments.

Bug: 3148480

13 years agoSplit strings referring to "phone" into phone and tablet variants.
Eric Fischer [Mon, 1 Nov 2010 23:54:51 +0000 (16:54 -0700)]
Split strings referring to "phone" into phone and tablet variants.

Change-Id: If38152590580ff24da1c5593e1da53ac6b1952e2

13 years agoMerge "Directly show edit dialog when a user dictionary word is selected."
Amith Yamasani [Tue, 2 Nov 2010 18:35:14 +0000 (11:35 -0700)]
Merge "Directly show edit dialog when a user dictionary word is selected."

13 years agoDirectly show edit dialog when a user dictionary word is selected.
Amith Yamasani [Sun, 31 Oct 2010 17:53:27 +0000 (10:53 -0700)]
Directly show edit dialog when a user dictionary word is selected.

Don't show the intermediate Edit/Delete options, since there is now
a direct way to delete an item.

Bug: 3148989
Change-Id: Iae39121ca8926c23bf0b10f4ef9a5dac210d2324

13 years agoMerge "Save and update enabled Subtypes in InputMethodAndSubtypeEnabler"
satok [Tue, 2 Nov 2010 07:12:10 +0000 (00:12 -0700)]
Merge "Save and update enabled Subtypes in InputMethodAndSubtypeEnabler"

13 years agoSave and update enabled Subtypes in InputMethodAndSubtypeEnabler
satok [Mon, 1 Nov 2010 13:30:29 +0000 (22:30 +0900)]
Save and update enabled Subtypes in InputMethodAndSubtypeEnabler

Change-Id: I01ce22b7cc17457dde34967957a27658067ec674

13 years agoRemove channel control from debug builds
Irfan Sheriff [Mon, 1 Nov 2010 21:23:25 +0000 (14:23 -0700)]
Remove channel control from debug builds

We dont need this in the UI now that
channel settings is gone. The country
code setting can be done from CLI
for debug purposes.

Bug: 2936741
Change-Id: Ic61abac30af99611af4d67662355068cea6dd4ed

13 years agoFurther manage apps fragmentization.
Dianne Hackborn [Mon, 1 Nov 2010 19:32:33 +0000 (12:32 -0700)]
Further manage apps fragmentization.

All of the UI under manage apps should now be working.  Various
cleanup through new framework APIs.  Fragmentized developer settings.

Change-Id: I2b42a2dd0d015e0fdcde497579ddad3dceea9da2

13 years agoMove classes related to input method to com.android.settings.inputmethod
satok [Mon, 1 Nov 2010 10:05:00 +0000 (19:05 +0900)]
Move classes related to input method to com.android.settings.inputmethod

- Updated proguard.flags

Change-Id: I198761b0f0ad5288c8c807a7a3c2e965731fcee5

13 years agoMake InputMethodAndSubtypeUtil and share utilities by LanguageSettings and InputMetho...
satok [Mon, 1 Nov 2010 08:09:15 +0000 (17:09 +0900)]
Make InputMethodAndSubtypeUtil and share utilities by LanguageSettings and InputMethodAndSubtypeUtil

Change-Id: I70b9ce62a87a38054be0fce4234104aee9be9a87

13 years agoMerge "Start fragmentizing Manage Applications."
Dianne Hackborn [Sat, 30 Oct 2010 01:24:24 +0000 (18:24 -0700)]
Merge "Start fragmentizing Manage Applications."