OSDN Git Service

android-x86/packages-apps-Settings.git
13 years agoMerge "Modify implementation around SetupWizard XL"
Daisuke Miyakawa [Fri, 24 Sep 2010 18:09:21 +0000 (11:09 -0700)]
Merge "Modify implementation around SetupWizard XL"

13 years agoModify implementation around SetupWizard XL
Daisuke Miyakawa [Fri, 24 Sep 2010 02:14:25 +0000 (19:14 -0700)]
Modify implementation around SetupWizard XL

Bug: 3005211
Change-Id: Ia01957725956d570370aceeab01750d77069001a

13 years agoMerge "Add a delete button to quickly delete a word in the user dictionary."
Amith Yamasani [Fri, 24 Sep 2010 00:16:10 +0000 (17:16 -0700)]
Merge "Add a delete button to quickly delete a word in the user dictionary."

13 years agoAdd a delete button to quickly delete a word in the user dictionary.
Amith Yamasani [Thu, 23 Sep 2010 22:41:50 +0000 (15:41 -0700)]
Add a delete button to quickly delete a word in the user dictionary.

13 years agoFix string usage for static IP UI
Irfan Sheriff [Wed, 22 Sep 2010 20:41:41 +0000 (13:41 -0700)]
Fix string usage  for static IP UI

Static IP selection uses strings to match, use
ids instead.

Also, add CHAR LIMIT to the new strings added

Change-Id: I7d632cfd672527be3a9676634b9ac4ea6983b626

13 years agoMerge "Add UI for WPS"
Irfan Sheriff [Thu, 23 Sep 2010 18:33:59 +0000 (11:33 -0700)]
Merge "Add UI for WPS"

13 years agoAdd UI for WPS
Irfan Sheriff [Fri, 17 Sep 2010 00:53:59 +0000 (17:53 -0700)]
Add UI for WPS

The WPS available option is shown
for networks in scan results. Upon
selecting a network, the user has
the option of manually entering passwords
or choosing WPS for connection

Bug: 2277571
Change-Id: Ia12eb1742f1bf17128d51fa09e56dc4c3f067fa5

13 years agoam 5496db04: am 59091c08: Fix Bluetooth device name max length checking.
Jake Hamby [Thu, 23 Sep 2010 00:05:30 +0000 (17:05 -0700)]
am 5496db04: am 59091c08: Fix Bluetooth device name max length checking.

Merge commit '5496db047df21a44280c56984dbc296e2a1d7968'

* commit '5496db047df21a44280c56984dbc296e2a1d7968':
  Fix Bluetooth device name max length checking.

13 years agoam 59091c08: Fix Bluetooth device name max length checking.
Jake Hamby [Wed, 22 Sep 2010 23:26:02 +0000 (16:26 -0700)]
am 59091c08: Fix Bluetooth device name max length checking.

Merge commit '59091c08f4d0ad8f42013f58ce9bd23ac3306336' into gingerbread-plus-aosp

* commit '59091c08f4d0ad8f42013f58ce9bd23ac3306336':
  Fix Bluetooth device name max length checking.

13 years agoFix Bluetooth device name max length checking.
Jake Hamby [Thu, 16 Sep 2010 23:55:43 +0000 (16:55 -0700)]
Fix Bluetooth device name max length checking.

The Bluetooth device name has a maximum length of 248 bytes in UTF-8
encoding. The settings app previously limited the Bluetooth device
name entered by the user based on the number of characters, which is
incorrect when the name includes non-ASCII characters.

Created a new Utf8ByteLengthFilter class for BluetoothNamePreference
which counts UTF-8 bytes instead of Unicode characters, along with
unit tests.

We can move Utf8ByteLengthFilter into the framework in the future
if it would be useful elsewhere in the system or for applications.

Change-Id: I9debface09659f09d750f3bfe8ad6ddfd34c75c5

13 years agoLet SetupWizard XL use Auto_TIME_ZONE
Daisuke Miyakawa [Wed, 22 Sep 2010 19:19:34 +0000 (12:19 -0700)]
Let SetupWizard XL use Auto_TIME_ZONE

Bug: 2989496
Change-Id: I37719a70783fc0505598ef9aaad1792d4a0ca1af

13 years agoAdd an Automatic Time Zone setting to Date & Time settings.
Amith Yamasani [Fri, 17 Sep 2010 20:34:47 +0000 (13:34 -0700)]
Add an Automatic Time Zone setting to Date & Time settings.

User can now enable auto-time but disable auto-timezone, especially
if we don't have NITZ time from the cell network (or wifi only)
and only have NTP time that gives us date and time.

13 years agoMerge "Use PreferenceActivity and FragmentBreadCrumbs as they offer the same capabili...
Amith Yamasani [Wed, 22 Sep 2010 16:57:35 +0000 (09:57 -0700)]
Merge "Use PreferenceActivity and FragmentBreadCrumbs as they offer the same capabilities now."

13 years agoUse PreferenceActivity and FragmentBreadCrumbs as they offer the same capabilities...
Amith Yamasani [Tue, 21 Sep 2010 22:48:52 +0000 (15:48 -0700)]
Use PreferenceActivity and FragmentBreadCrumbs as they offer the same capabilities now.

Also fix: 2997438 and a similar bug in Tether Settings
Show + menu item for User Dictionary

13 years agoam e2b102de: (-s ours) am 28580b4d: Remove Search from the system Settings app DO...
Bjorn Bringert [Tue, 21 Sep 2010 17:44:19 +0000 (10:44 -0700)]
am e2b102de: (-s ours) am 28580b4d: Remove Search from the system Settings app DO NOT MERGE

Merge commit 'e2b102de6723b06d26dd5df986884881f72335ea'

* commit 'e2b102de6723b06d26dd5df986884881f72335ea':
  Remove Search from the system Settings app DO NOT MERGE

13 years agoam 28580b4d: Remove Search from the system Settings app DO NOT MERGE
Bjorn Bringert [Tue, 21 Sep 2010 10:05:25 +0000 (03:05 -0700)]
am 28580b4d: Remove Search from the system Settings app DO NOT MERGE

Merge commit '28580b4d9a36bb15e75423bc95747b9a746ea8b9' into gingerbread-plus-aosp

* commit '28580b4d9a36bb15e75423bc95747b9a746ea8b9':
  Remove Search from the system Settings app DO NOT MERGE

13 years agoRemove Search from the system Settings app DO NOT MERGE
Bjorn Bringert [Mon, 20 Sep 2010 11:40:57 +0000 (12:40 +0100)]
Remove Search from the system Settings app DO NOT MERGE

The search settings acitivity lives in the system search app,
which is build-dependent. Also, since the Browser no longer
looks at the SHOW_WEB_SUGGESTIONS system preference, none
of the search settings affect the behavior of any other
platform apps.

The search settings will henceforth only be
available from within the search app (e.g. QuickSearchBox).

This is a cherry-pick of change I08f3979cd8cdc0742efbc49be95aa59753c94c0d
to gingerbread.

Bug: 3017365
Change-Id: I55df30e3a0e1f307ad6f23900f54d3018efda59f

13 years agoam 7cad4e2c: am 3a6bb47d: Merge "Some improvements to the manage apps code:" into...
Dianne Hackborn [Tue, 21 Sep 2010 02:33:53 +0000 (19:33 -0700)]
am 7cad4e2c: am 3a6bb47d: Merge "Some improvements to the manage apps code:" into gingerbread

Merge commit '7cad4e2c88949b8fffc3cb85de3bbf01f9749cbb'

* commit '7cad4e2c88949b8fffc3cb85de3bbf01f9749cbb':
  Some improvements to the manage apps code:

13 years agoam 3a6bb47d: Merge "Some improvements to the manage apps code:" into gingerbread
Dianne Hackborn [Tue, 21 Sep 2010 00:09:39 +0000 (17:09 -0700)]
am 3a6bb47d: Merge "Some improvements to the manage apps code:" into gingerbread

Merge commit '3a6bb47d9f97ff55d75a23fac85c0febbabcb2eb' into gingerbread-plus-aosp

* commit '3a6bb47d9f97ff55d75a23fac85c0febbabcb2eb':
  Some improvements to the manage apps code:

13 years agoMerge "Some improvements to the manage apps code:" into gingerbread
Dianne Hackborn [Tue, 21 Sep 2010 00:06:58 +0000 (17:06 -0700)]
Merge "Some improvements to the manage apps code:" into gingerbread

13 years agoSome improvements to the manage apps code:
Dianne Hackborn [Mon, 20 Sep 2010 18:40:46 +0000 (11:40 -0700)]
Some improvements to the manage apps code:

- Battery stats now aggregates bluetooth usage.
- Battery stats now uses new history iterator API.
- Battery stats chart is refectored to have the start of a
  common facility for building tick charts.
- Manage apps will now asynchronously wait for the apps list
  if it is taking >.25ms to build.

Change-Id: I568dd74beedf9a0a5a4c88ab567510cee9af8299

13 years agoam 2441c93d: (-s ours) am 8fdaff05: am f4d359d3: (-s ours) Remove Search from the...
Bjorn Bringert [Mon, 20 Sep 2010 20:06:25 +0000 (13:06 -0700)]
am 2441c93d: (-s ours) am 8fdaff05: am f4d359d3: (-s ours) Remove Search from the system Settings app DO NOT MERGE

Merge commit '2441c93def76c398eb3615f6109606dc021c4f27'

* commit '2441c93def76c398eb3615f6109606dc021c4f27':
  Remove Search from the system Settings app DO NOT MERGE

13 years agoam 8fdaff05: am f4d359d3: (-s ours) Remove Search from the system Settings app DO...
Bjorn Bringert [Mon, 20 Sep 2010 19:58:42 +0000 (12:58 -0700)]
am 8fdaff05: am f4d359d3: (-s ours) Remove Search from the system Settings app DO NOT MERGE

Merge commit '8fdaff05d1154c93b467b9647b8fc2702eca1699' into gingerbread-plus-aosp

* commit '8fdaff05d1154c93b467b9647b8fc2702eca1699':
  Remove Search from the system Settings app DO NOT MERGE

13 years agoam f4d359d3: (-s ours) Remove Search from the system Settings app DO NOT MERGE
Bjorn Bringert [Mon, 20 Sep 2010 19:48:11 +0000 (12:48 -0700)]
am f4d359d3: (-s ours) Remove Search from the system Settings app DO NOT MERGE

Merge commit 'f4d359d3c83d0e84319603ecc0f4dce120708612' into gingerbread

* commit 'f4d359d3c83d0e84319603ecc0f4dce120708612':
  Remove Search from the system Settings app DO NOT MERGE

13 years agoRemove Search from the system Settings app DO NOT MERGE
Bjorn Bringert [Mon, 20 Sep 2010 11:40:57 +0000 (12:40 +0100)]
Remove Search from the system Settings app DO NOT MERGE

The search settings acitivity lives in the system search app,
which is build-dependent. Also, since the Browser no longer
looks at the SHOW_WEB_SUGGESTIONS system preference, none
of the search settings affect the behavior of any other
platform apps.

The search settings will henceforth only be
available from within the search app (e.g. QuickSearchBox).

Bug: 3017365

Change-Id: I08f3979cd8cdc0742efbc49be95aa59753c94c0d

13 years agoUse Light.Holo in SetupWizard related Settings.
Daisuke Miyakawa [Sun, 19 Sep 2010 19:12:11 +0000 (12:12 -0700)]
Use Light.Holo in SetupWizard related Settings.

Change-Id: I30e401731717f15567222b263134a2170a4838da

13 years agoam 7222997e: am cb818619: Update power usage UI to follow WIFI data changes.
Dianne Hackborn [Sat, 18 Sep 2010 01:14:00 +0000 (18:14 -0700)]
am 7222997e: am cb818619: Update power usage UI to follow WIFI data changes.

Merge commit '7222997e342920efb45edc312318fc5751c9a0ef'

* commit '7222997e342920efb45edc312318fc5751c9a0ef':
  Update power usage UI to follow WIFI data changes.

13 years agoam cb818619: Update power usage UI to follow WIFI data changes.
Dianne Hackborn [Fri, 17 Sep 2010 22:20:06 +0000 (15:20 -0700)]
am cb818619: Update power usage UI to follow WIFI data changes.

Merge commit 'cb818619c669d4257a4df969dd03eff479ba84d0' into gingerbread-plus-aosp

* commit 'cb818619c669d4257a4df969dd03eff479ba84d0':
  Update power usage UI to follow WIFI data changes.

13 years agoMerge "fix add wifi network dialog"
Irfan Sheriff [Fri, 17 Sep 2010 21:16:44 +0000 (14:16 -0700)]
Merge "fix add wifi network dialog"

13 years agofix add wifi network dialog
Irfan Sheriff [Fri, 17 Sep 2010 21:11:30 +0000 (14:11 -0700)]
fix add wifi network dialog

On changing security type with the spinner,
the password/eap fields should change accordingly.

Due to a bug with checking of the spinner, this
was not happening. fix it.

Bug: 1654928
Change-Id: I9bb174448694671206293ccdc380a9aad14a3f12

13 years agoUpdate power usage UI to follow WIFI data changes.
Dianne Hackborn [Thu, 16 Sep 2010 08:29:54 +0000 (01:29 -0700)]
Update power usage UI to follow WIFI data changes.

Now handles WIFI start times being distributed across applications,
and collapses all work done in WIFI uid procs (esp that supplicant
thing) into the apps and overall WIFI category.

Change-Id: I341e5d63c45eeb0fb4121beed62474d947f9de11

13 years agoMove ManageAccountsSettings into Settings.
Daisuke Miyakawa [Thu, 16 Sep 2010 03:09:12 +0000 (20:09 -0700)]
Move ManageAccountsSettings into Settings.

- Add activity-alias for the Activity.
- Copy the Activity from AccountsAndSyncSettings.
- Fragmentize ManageAccountsSettings.
- Remove dependency toward AccountPreferenceBase, which is
  used in AccountsAndSyncSettings widely.
- Add missing implementation derived from AccountPrefernceBase.
- Copy dependent drawables.
- Copy dependent xmls
- Copy AccountPrefernce.java.
- Copy strings, adding CHAR LIMIT.
- Remove the logic which remove the preference when its destination
  Activity is missing. We already have the destination as
  Fragment, and it never disappear.

Change-Id: Id41c63d7064aebeaae31bcd84bf4fd20a5636dfe

13 years agoMerge "Fragmentize wifi.AdvancedSettings."
Daisuke Miyakawa [Fri, 17 Sep 2010 18:06:30 +0000 (11:06 -0700)]
Merge "Fragmentize wifi.AdvancedSettings."

13 years agoMerge "Fragmentize VoiceOutputSettings."
Daisuke Miyakawa [Fri, 17 Sep 2010 18:05:31 +0000 (11:05 -0700)]
Merge "Fragmentize VoiceOutputSettings."

13 years agoMerge "Fix NPE in wifi setup wizard"
Irfan Sheriff [Fri, 17 Sep 2010 17:12:16 +0000 (10:12 -0700)]
Merge "Fix NPE in wifi setup wizard"

13 years agoam 356745ec: am 213d579f: Merge "Don\'t disconnect the same device before connecting...
Jaikumar Ganesh [Fri, 17 Sep 2010 06:24:15 +0000 (23:24 -0700)]
am 356745ec: am 213d579f: Merge "Don\'t disconnect the same device before connecting." into gingerbread

Merge commit '356745ecc63419a2569345186e8612a5b0ced28d'

* commit '356745ecc63419a2569345186e8612a5b0ced28d':
  Don't disconnect the same device before connecting.

13 years agoam 213d579f: Merge "Don\'t disconnect the same device before connecting." into ginger...
Jaikumar Ganesh [Fri, 17 Sep 2010 05:15:50 +0000 (22:15 -0700)]
am 213d579f: Merge "Don\'t disconnect the same device before connecting." into gingerbread

Merge commit '213d579f98a83145989f11cfdbd47631b64de000' into gingerbread-plus-aosp

* commit '213d579f98a83145989f11cfdbd47631b64de000':
  Don't disconnect the same device before connecting.

13 years agoFix NPE in wifi setup wizard
Irfan Sheriff [Fri, 17 Sep 2010 02:35:03 +0000 (19:35 -0700)]
Fix NPE in wifi setup wizard

Add static wifi IP UI xml layout for set up wizard

Bug: 3009285
Change-Id: I8161f290c6ee66117ae37da68de1d52fc42d5f61

13 years agoMerge "Don't disconnect the same device before connecting." into gingerbread
Jaikumar Ganesh [Fri, 17 Sep 2010 02:08:32 +0000 (19:08 -0700)]
Merge "Don't disconnect the same device before connecting." into gingerbread

13 years agoDon't disconnect the same device before connecting.
Jaikumar Ganesh [Fri, 17 Sep 2010 01:24:42 +0000 (18:24 -0700)]
Don't disconnect the same device before connecting.

We Pair: Remote device sends incoming connection, we get connected.
We get BondingState change and we connect.
Settings app disconnects connected profiles and then connects
without checking whether we are disconnecting the same device itself.

How was it working before ? Settings app used to queue all
commands. The disconnect followed by the connect would work
but unnecessarily disconnect and then connect.
With the queuing moved to framework, the connect fails
since the disconnect status has not been broadcasted.

Settings app shouldn't be disconnecting connected profiles.
That logic should reside in the framework. There is an open bug
and when the new APIs get implemented this will get removed.

Change-Id: I32a7fa36ff3c3321691c55071498f985dcdcfe8e

13 years agoWebView accessibility support - Adding opt-in setting for enabling accessibility...
Svetoslav Ganov [Wed, 30 Jun 2010 02:41:43 +0000 (19:41 -0700)]
WebView accessibility support - Adding opt-in setting for enabling accessibility script injection from Google

Change-Id: I1676f34c30a0e9414d51060ad4fb2c9c502b09c3

13 years agoFragmentize VoiceOutputSettings.
Daisuke Miyakawa [Tue, 14 Sep 2010 00:52:13 +0000 (17:52 -0700)]
Fragmentize VoiceOutputSettings.

Change-Id: Ifc8f9a8169cf43f53dc122342d95eac6058e6c88

13 years agoRefrain flickering in AccessibilitySettings.
Daisuke Miyakawa [Thu, 16 Sep 2010 16:38:44 +0000 (09:38 -0700)]
Refrain flickering in AccessibilitySettings.

Bug: 3006118
Change-Id: I40249340242323e23bbd3008a8fb50589e939096

13 years agoModify layout for DateTimeSettings for SetupWizard
Daisuke Miyakawa [Thu, 16 Sep 2010 16:25:57 +0000 (09:25 -0700)]
Modify layout for DateTimeSettings for SetupWizard

Change-Id: I58abf66746f6bbebb19e9a67cd6d4678e3c9a424

13 years agoFragmentize wifi.AdvancedSettings.
Daisuke Miyakawa [Tue, 14 Sep 2010 05:30:44 +0000 (22:30 -0700)]
Fragmentize wifi.AdvancedSettings.

Change-Id: I3dde2eb604886a8d0719549eabac76fadc74c220

13 years agoMerge "Check null of getActivity() when needed."
Daisuke Miyakawa [Thu, 16 Sep 2010 01:14:58 +0000 (18:14 -0700)]
Merge "Check null of getActivity() when needed."

13 years agoFragmentize VpnSettings and relevant Activities.
Daisuke Miyakawa [Sat, 11 Sep 2010 01:04:02 +0000 (18:04 -0700)]
Fragmentize VpnSettings and relevant Activities.

Add startFragment() to SettingsFragmentPreference.

Change-Id: Ifab93b2e68892d5f6da559f337c94d62629780c8

13 years agoFix persistent breakage: remove Holo keyword.
Daisuke Miyakawa [Wed, 15 Sep 2010 20:00:57 +0000 (13:00 -0700)]
Fix persistent breakage: remove Holo keyword.

Change-Id: I67df2f4b89dda7a31f82246be74ea0062643022c

13 years agoFix breakage: remove unnecessary config line.
Daisuke Miyakawa [Wed, 15 Sep 2010 19:59:15 +0000 (12:59 -0700)]
Fix breakage: remove unnecessary config line.

Change-Id: I7876e446104a8fa6d7904ef5752f899aa770d109

13 years agoSetupWizard improvement: let users see "scanning"
Daisuke Miyakawa [Mon, 13 Sep 2010 22:26:43 +0000 (15:26 -0700)]
SetupWizard improvement: let users see "scanning"

Current UI shows nothing when there's no connection available, even when
the device is finding some. So user cannot know whether the static
"Not connected" screen means: the device is finding right now, or
actually no network is available.

Change-Id: Ia8ea1c66956e8de819f6a98362bcc9086bda172c

13 years agoam e2fc49ac: am 5c2a4684: Merge "Supercalifragilisticexpialidocious." into gingerbread
Dianne Hackborn [Wed, 15 Sep 2010 18:38:49 +0000 (11:38 -0700)]
am e2fc49ac: am 5c2a4684: Merge "Supercalifragilisticexpialidocious." into gingerbread

Merge commit 'e2fc49ac1b16b88c471975d980bb836ee7d90201'

* commit 'e2fc49ac1b16b88c471975d980bb836ee7d90201':
  Supercalifragilisticexpialidocious.

13 years agoMerge "Reflects framework change."
Daisuke Miyakawa [Wed, 15 Sep 2010 17:54:48 +0000 (10:54 -0700)]
Merge "Reflects framework change."

13 years agoHide software keyboard when it becomes unnecessary
Daisuke Miyakawa [Wed, 15 Sep 2010 17:49:38 +0000 (10:49 -0700)]
Hide software keyboard when it becomes unnecessary

Bug: 3003749
Change-Id: If8dcf66cf088590bbe26e5ec71537b6b43f66226

13 years agoClear focus when auto mode is set.
Daisuke Miyakawa [Wed, 15 Sep 2010 17:10:26 +0000 (10:10 -0700)]
Clear focus when auto mode is set.

Bug: 3003541
Change-Id: I2dbaac4ae55b4484387053dbad1311d562102304

13 years agoReflects framework change.
Daisuke Miyakawa [Wed, 15 Sep 2010 15:31:06 +0000 (08:31 -0700)]
Reflects framework change.

See I4062a70e11600d87e889b40d30796387c7069e21

Change-Id: I29685118467bd2a68b80abcf234f91098839be0b

13 years agoMerge "Add static IP UI"
Irfan Sheriff [Wed, 15 Sep 2010 15:31:44 +0000 (08:31 -0700)]
Merge "Add static IP UI"

13 years agoam f8a473c3: am c5c8dad0: Use new apply() instead of commit().
Brad Fitzpatrick [Wed, 15 Sep 2010 14:08:52 +0000 (07:08 -0700)]
am f8a473c3: am c5c8dad0: Use new apply() instead of commit().

Merge commit 'f8a473c3985d7c818dc24f94330f210e1d56a409'

* commit 'f8a473c3985d7c818dc24f94330f210e1d56a409':
  Use new apply() instead of commit().

13 years agoAdd static IP UI
Irfan Sheriff [Tue, 31 Aug 2010 00:03:28 +0000 (17:03 -0700)]
Add static IP UI

Remove the existing UI and add per network static IP config option

Change-Id: I9b8636e1559de9691144fdb54e20d40985896650

13 years agoam 5c2a4684: Merge "Supercalifragilisticexpialidocious." into gingerbread
Dianne Hackborn [Tue, 14 Sep 2010 19:33:38 +0000 (12:33 -0700)]
am 5c2a4684: Merge "Supercalifragilisticexpialidocious." into gingerbread

Merge commit '5c2a46848133c0ad6b2197aa1d6f5ae2ba9c8119' into gingerbread-plus-aosp

* commit '5c2a46848133c0ad6b2197aa1d6f5ae2ba9c8119':
  Supercalifragilisticexpialidocious.

13 years agoMerge "Supercalifragilisticexpialidocious." into gingerbread
Dianne Hackborn [Tue, 14 Sep 2010 19:31:20 +0000 (12:31 -0700)]
Merge "Supercalifragilisticexpialidocious." into gingerbread

13 years agoSupercalifragilisticexpialidocious.
Dianne Hackborn [Tue, 14 Sep 2010 01:47:37 +0000 (18:47 -0700)]
Supercalifragilisticexpialidocious.

Change-Id: Ifaece97c80b859cb455eab56230e076eca916f4a

13 years agoRemove Title bar from screens for SetupWizard XL.
Daisuke Miyakawa [Tue, 14 Sep 2010 18:27:13 +0000 (11:27 -0700)]
Remove Title bar from screens for SetupWizard XL.

Change-Id: I4455482161503a9a5701d381f681b8e0831ae582

13 years agoam c5c8dad0: Use new apply() instead of commit().
Brad Fitzpatrick [Tue, 14 Sep 2010 17:29:35 +0000 (10:29 -0700)]
am c5c8dad0: Use new apply() instead of commit().

Merge commit 'c5c8dad0afb84bda9495a0aa1f7d6a3db28de5cb' into gingerbread-plus-aosp

* commit 'c5c8dad0afb84bda9495a0aa1f7d6a3db28de5cb':
  Use new apply() instead of commit().

13 years agoUse new apply() instead of commit().
Brad Fitzpatrick [Tue, 14 Sep 2010 16:26:51 +0000 (09:26 -0700)]
Use new apply() instead of commit().

apply() starts an async disk write and doesn't have a return
value but is otherwise identical in observable effects.

Change-Id: I0f528607319d7eb5136bb11fce0b24d8741ccdf9

13 years agoCheck null of getActivity() when needed.
Daisuke Miyakawa [Mon, 13 Sep 2010 23:50:57 +0000 (16:50 -0700)]
Check null of getActivity() when needed.

Some bloadcast is thrown when Activity isn't ready.

onResume() correctly update time so we don't need to
call updateTimeAndDateDisplay() when Activity is null.

Change-Id: Iea8feaa1111bb87e66462ed0f95fde9d07f2c68d

13 years agoFragmentize BluetoothSettings.
Daisuke Miyakawa [Fri, 10 Sep 2010 16:48:51 +0000 (09:48 -0700)]
Fragmentize BluetoothSettings.

Add UserLeaveHintListener.java, so that the settings won't use
its implementation around Activity#onUserLeaveHint().

Also fragmentize bluetooth tethering screen.

Change-Id: Id06ae3161fbdb5854ddb7a257f464fb16ea9b089

13 years agoMerge "Fragmentize UserDictionary."
Daisuke Miyakawa [Mon, 13 Sep 2010 22:48:16 +0000 (15:48 -0700)]
Merge "Fragmentize UserDictionary."

13 years agoMerge "Fragmentize ProxySettings."
Daisuke Miyakawa [Mon, 13 Sep 2010 22:47:42 +0000 (15:47 -0700)]
Merge "Fragmentize ProxySettings."

13 years agoFragmentize UserDictionary.
Daisuke Miyakawa [Mon, 13 Sep 2010 00:27:33 +0000 (17:27 -0700)]
Fragmentize UserDictionary.

Depending on I2c962726b0adc8811c18dd6df7ff7bdc93c31a07, which
implements DialogCreatable.

Change-Id: I9857e592218731bfbddc578c15180cc681fa4d20

13 years agoam 1647d472: am e714898a: Merge "OutOfband pairing user dialog." into gingerbread
Jaikumar Ganesh [Mon, 13 Sep 2010 21:42:36 +0000 (14:42 -0700)]
am 1647d472: am e714898a: Merge "OutOfband pairing user dialog." into gingerbread

Merge commit '1647d472a8c04069a0aab22730a54ec374185ea5'

* commit '1647d472a8c04069a0aab22730a54ec374185ea5':
  OutOfband pairing user dialog.

13 years agoMerge "Remove unnecessary Activity."
Daisuke Miyakawa [Mon, 13 Sep 2010 19:09:06 +0000 (12:09 -0700)]
Merge "Remove unnecessary Activity."

13 years agoam e714898a: Merge "OutOfband pairing user dialog." into gingerbread
Jaikumar Ganesh [Mon, 13 Sep 2010 18:52:15 +0000 (11:52 -0700)]
am e714898a: Merge "OutOfband pairing user dialog." into gingerbread

Merge commit 'e714898a1abfd828a239e1be7b3f75e2a3cc2120' into gingerbread-plus-aosp

* commit 'e714898a1abfd828a239e1be7b3f75e2a3cc2120':
  OutOfband pairing user dialog.

13 years agoMerge "OutOfband pairing user dialog." into gingerbread
Jaikumar Ganesh [Mon, 13 Sep 2010 18:43:01 +0000 (11:43 -0700)]
Merge "OutOfband pairing user dialog." into gingerbread

13 years agoRemove unnecessary Activity.
Daisuke Miyakawa [Mon, 13 Sep 2010 18:38:07 +0000 (11:38 -0700)]
Remove unnecessary Activity.

Change-Id: I9e1a66feec6364c97ca85df26ac4fc1e61aee1cb

13 years agoMerge "Import revised translations."
Eric Fischer [Mon, 13 Sep 2010 17:09:00 +0000 (10:09 -0700)]
Merge "Import revised translations."

13 years agoMerge "Remove unnecessary comment."
Daisuke Miyakawa [Mon, 13 Sep 2010 03:35:35 +0000 (20:35 -0700)]
Merge "Remove unnecessary comment."

13 years agoRemove unnecessary comment.
Daisuke Miyakawa [Mon, 13 Sep 2010 03:35:06 +0000 (20:35 -0700)]
Remove unnecessary comment.

Change-Id: I4532a3b042f3dfee4f1a1fe3c26111ed8b00d023

13 years agoMerge "resolved conflicts for merge of 2af8a007 to master"
Chung-yih Wang [Mon, 13 Sep 2010 02:40:53 +0000 (19:40 -0700)]
Merge "resolved conflicts for merge of 2af8a007 to master"

13 years agoFragmentize ProxySettings.
Daisuke Miyakawa [Sun, 12 Sep 2010 22:42:56 +0000 (15:42 -0700)]
Fragmentize ProxySettings.

Change-Id: I2c962726b0adc8811c18dd6df7ff7bdc93c31a07

13 years agoMerge "Simplify the logic for LanguageSettings."
Daisuke Miyakawa [Sun, 12 Sep 2010 20:52:09 +0000 (13:52 -0700)]
Merge "Simplify the logic for LanguageSettings."

13 years agoSimplify the logic for LanguageSettings.
Daisuke Miyakawa [Sun, 12 Sep 2010 20:51:10 +0000 (13:51 -0700)]
Simplify the logic for LanguageSettings.

Change-Id: Id065df20fc9a94dd03612eecdcdb310bc033bb4d

13 years agoBreadcrumbs in the action bar for navigating up one level and showing current title.
Amith Yamasani [Sun, 12 Sep 2010 15:17:50 +0000 (08:17 -0700)]
Breadcrumbs in the action bar for navigating up one level and showing current title.

Change-Id: I595e06549b888bd67c6dddd599a4cc77416c3a41

13 years agoConditionally remove settings that aren't required on the tablet.
Amith Yamasani [Sat, 11 Sep 2010 21:17:31 +0000 (14:17 -0700)]
Conditionally remove settings that aren't required on the tablet.

Bug: 2985267

Changes not done : SD card related stuff, as we need some way still
to figure out if there is a real SD card in the device.

Change-Id: I21c41f18ebe6c050981918481a7f6d69f04b65d0

13 years agoresolved conflicts for merge of 2af8a007 to master
Chung-yih Wang [Sat, 11 Sep 2010 03:51:53 +0000 (11:51 +0800)]
resolved conflicts for merge of 2af8a007 to master

Change-Id: I4a9aed673b0b57789d61f95129ca882dc46b415a

13 years agoam e5e4282a: Enable the call setting when the VoIP feature is supported.
Chung-yih Wang [Sat, 11 Sep 2010 02:52:31 +0000 (19:52 -0700)]
am e5e4282a: Enable the call setting when the VoIP feature is supported.

Merge commit 'e5e4282af1d2d4277c8e2c13a312be0187f44257' into gingerbread-plus-aosp

* commit 'e5e4282af1d2d4277c8e2c13a312be0187f44257':
  Enable the call setting when the VoIP feature is supported.

13 years agoEnable the call setting when the VoIP feature is supported.
Chung-yih Wang [Sat, 11 Sep 2010 02:24:46 +0000 (10:24 +0800)]
Enable the call setting when the VoIP feature is supported.

If the VoIP feature is included, the user need to be able to
configure the internet call settings even if it is in airplan mode.

Change-Id: I00d73fb0d9213162b8a9887cad0f800418446787

13 years agoam 8ce1853f: am 16502e94: Merge "Allow users to create shortcuts to the VPN settings...
Jean-Baptiste Queru [Fri, 10 Sep 2010 23:22:20 +0000 (16:22 -0700)]
am 8ce1853f: am 16502e94: Merge "Allow users to create shortcuts to the VPN settings on the Home Screen."

Merge commit '8ce1853fffd8950f7f3588af28d5e064c20cd29f'

* commit '8ce1853fffd8950f7f3588af28d5e064c20cd29f':
  Allow users to create shortcuts to the VPN settings on the Home Screen.

13 years agoam 40230c14: am 33319b12: Bluetooth PIN is not password style
Erik Ljungberg [Fri, 10 Sep 2010 23:22:16 +0000 (16:22 -0700)]
am 40230c14: am 33319b12: Bluetooth PIN is not password style

Merge commit '40230c1490712b52416e67d0256881db4decb4ef'

* commit '40230c1490712b52416e67d0256881db4decb4ef':
  Bluetooth PIN is not password style

13 years agoam 16502e94: Merge "Allow users to create shortcuts to the VPN settings on the Home...
Jean-Baptiste Queru [Fri, 10 Sep 2010 22:47:21 +0000 (15:47 -0700)]
am 16502e94: Merge "Allow users to create shortcuts to the VPN settings on the Home Screen."

Merge commit '16502e9479f96e3fc484192e0cd4c852c4fc8ea6' into gingerbread-plus-aosp

* commit '16502e9479f96e3fc484192e0cd4c852c4fc8ea6':
  Allow users to create shortcuts to the VPN settings on the Home Screen.

13 years agoam 33319b12: Bluetooth PIN is not password style
Erik Ljungberg [Fri, 10 Sep 2010 22:47:18 +0000 (15:47 -0700)]
am 33319b12: Bluetooth PIN is not password style

Merge commit '33319b1228d8af25797e1371b088fc8491349c21' into gingerbread-plus-aosp

* commit '33319b1228d8af25797e1371b088fc8491349c21':
  Bluetooth PIN is not password style

13 years agoImport revised translations.
Eric Fischer [Fri, 10 Sep 2010 22:46:25 +0000 (15:46 -0700)]
Import revised translations.

Change-Id: I518b97a1bb56438dddf7ea42b836d298f65b1c87

13 years agoam a27ffa47: (-s ours) am be45f642: Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 10 Sep 2010 22:03:38 +0000 (15:03 -0700)]
am a27ffa47: (-s ours) am be45f642: Import revised translations.  DO NOT MERGE

Merge commit 'a27ffa47aa9bf2e7b99fcf2e2fb9bfbd8f9479aa'

* commit 'a27ffa47aa9bf2e7b99fcf2e2fb9bfbd8f9479aa':
  Import revised translations.  DO NOT MERGE

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

13 years agoam be45f642: Import revised translations. DO NOT MERGE
Eric Fischer [Fri, 10 Sep 2010 20:24:06 +0000 (13:24 -0700)]
am be45f642: Import revised translations.  DO NOT MERGE

Merge commit 'be45f642cafdd27e5ffeb79b13aa3e33a83ae823' into gingerbread-plus-aosp

* commit 'be45f642cafdd27e5ffeb79b13aa3e33a83ae823':
  Import revised translations.  DO NOT MERGE

13 years agoImport revised translations. DO NOT MERGE
Eric Fischer [Fri, 10 Sep 2010 20:07:48 +0000 (13:07 -0700)]
Import revised translations.  DO NOT MERGE

Change-Id: I3a1f1eeb653d982ddc30c765a4a530aa48a364bf

13 years agoFragmentize TetherSettings and WifiApSettings.
Daisuke Miyakawa [Fri, 10 Sep 2010 19:04:37 +0000 (12:04 -0700)]
Fragmentize TetherSettings and WifiApSettings.

PreferenceScreen for BT tethering isn't fragmentized yet.
We'll need to do so in the near future.

Change-Id: I5a84fecaf84d55b59b6efa8151f2549ad37ca5db

13 years agoImplement DateTimeSetings for Setup Wizard XL.
Daisuke Miyakawa [Thu, 9 Sep 2010 18:51:16 +0000 (11:51 -0700)]
Implement DateTimeSetings for Setup Wizard XL.

Make the orientation "behind", as XL would require landscape.

TODO:
- Automatic Time Zone should be available.
- Layout is immature: need to have better theme and layout xml.

Change-Id: Iafe141223a227643ca774f4df5e5b7fde9520d31

13 years agoOutOfband pairing user dialog.
Jaikumar Ganesh [Thu, 9 Sep 2010 00:51:19 +0000 (17:51 -0700)]
OutOfband pairing user dialog.

Change-Id: I2f996067b983ad4678814040eb0773fa3968be13

13 years agoFragmentize ZoneList, which is needed in DateTimeSettings refactoring.
Daisuke Miyakawa [Fri, 3 Sep 2010 22:40:17 +0000 (15:40 -0700)]
Fragmentize ZoneList, which is needed in DateTimeSettings refactoring.

- remove old ZonePicker and rename ZoneList to ZonePicker, as
  the name is really confusing (see LocalePicker)
- Make the new ZonePicker fragment.
- remove dependency toward "ZoneList" class.
-- AndroidManifest.xml does not allow the other components to
   access ZoneList directly, so it would be ok to remove without
   using activity-alias.
-- Noticed there is a significant code duplication between
   DateTimeSettings and DateTimeSettingsActivity. I'll work on it
   later.
- add DateTimeSettingsSetupWizardXL class, which is not used yet,
  but will be in the near future.
-- It is not recognized by AndroidManifest.xml

Change-Id: Id26152a3d560f9e0bd84afdf3e1c5101f0e166b4

13 years agoam 11bf335a: (-s ours) am 1a886f80: Merge "Preserve old translations for changed...
Eric Fischer [Tue, 7 Sep 2010 18:14:50 +0000 (11:14 -0700)]
am 11bf335a: (-s ours) am 1a886f80: Merge "Preserve old translations for changed strings.  DO NOT MERGE" into gingerbread

Merge commit '11bf335adb109a63ac3e1ea17ee9f61909708c0b'

* commit '11bf335adb109a63ac3e1ea17ee9f61909708c0b':
  Preserve old translations for changed strings.  DO NOT MERGE