Commit Graph

2239 Commits

Author SHA1 Message Date
Daisuke Miyakawa
eb04789db8 Add missing icon.
Change-Id: I3747f65bea5ddfb2b050f8da9bcbcd3fd2f9acc4
2010-09-24 13:00:38 -07:00
Eric Fischer
9e24885231 am 4cc41d87: (-s ours) am b2fa8719: Import revised translations. DO NOT MERGE
Merge commit '4cc41d87f6906e26091982e4e0df7d9333915bfe'

* commit '4cc41d87f6906e26091982e4e0df7d9333915bfe':
  Import revised translations.  DO NOT MERGE
2010-09-24 11:26:37 -07:00
Daisuke Miyakawa
f5a71f8f63 Merge "Modify implementation around SetupWizard XL" 2010-09-24 11:09:21 -07:00
Eric Fischer
4cc41d87f6 am b2fa8719: Import revised translations. DO NOT MERGE
Merge commit 'b2fa8719a483a3ab36a8d919641714551c470bb8' into gingerbread-plus-aosp

* commit 'b2fa8719a483a3ab36a8d919641714551c470bb8':
  Import revised translations.  DO NOT MERGE
2010-09-24 11:08:52 -07:00
Daisuke Miyakawa
86eaa09aa4 Modify implementation around SetupWizard XL
Bug: 3005211
Change-Id: Ia01957725956d570370aceeab01750d77069001a
2010-09-24 11:06:30 -07:00
Eric Fischer
b2fa8719a4 Import revised translations. DO NOT MERGE
Change-Id: Iad9da8a6c0559c93c87a3b9f7e8a9258d677705b
2010-09-24 10:26:20 -07:00
Amith Yamasani
6f62b675e5 Merge "Add a delete button to quickly delete a word in the user dictionary." 2010-09-23 17:16:10 -07:00
Amith Yamasani
e2ac72b4bc Add a delete button to quickly delete a word in the user dictionary. 2010-09-23 17:15:01 -07:00
Irfan Sheriff
e82a459392 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
2010-09-23 14:44:01 -07:00
Irfan Sheriff
c001a38c75 Merge "Add UI for WPS" 2010-09-23 11:34:00 -07:00
Irfan Sheriff
b3024fa6a0 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
2010-09-23 07:18:07 -07:00
Jake Hamby
2695660674 am 5496db04: am 59091c08: Fix Bluetooth device name max length checking.
Merge commit '5496db047df21a44280c56984dbc296e2a1d7968'

* commit '5496db047df21a44280c56984dbc296e2a1d7968':
  Fix Bluetooth device name max length checking.
2010-09-22 17:05:30 -07:00
Jake Hamby
5496db047d 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.
2010-09-22 16:26:02 -07:00
Jake Hamby
59091c08f4 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
2010-09-22 16:04:50 -07:00
Daisuke Miyakawa
4ad2f9b870 Let SetupWizard XL use Auto_TIME_ZONE
Bug: 2989496
Change-Id: I37719a70783fc0505598ef9aaad1792d4a0ca1af
2010-09-22 12:31:55 -07:00
Amith Yamasani
1bb6db5267 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.
2010-09-22 11:33:04 -07:00
Amith Yamasani
653abb13d8 Merge "Use PreferenceActivity and FragmentBreadCrumbs as they offer the same capabilities now." 2010-09-22 09:57:35 -07:00
Amith Yamasani
02cf71a591 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
2010-09-21 15:48:52 -07:00
Bjorn Bringert
e3dfc37894 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
2010-09-21 10:44:19 -07:00
Bjorn Bringert
e2b102de67 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
2010-09-21 03:05:25 -07:00
Bjorn Bringert
28580b4d9a 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
2010-09-21 10:51:45 +01:00
Dianne Hackborn
775dd0e18c 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:
2010-09-20 19:33:53 -07:00
Dianne Hackborn
7cad4e2c88 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:
2010-09-20 17:09:39 -07:00
Dianne Hackborn
3a6bb47d9f Merge "Some improvements to the manage apps code:" into gingerbread 2010-09-20 17:06:58 -07:00
Dianne Hackborn
19df79af26 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
2010-09-20 17:06:17 -07:00
Bjorn Bringert
16c947cad5 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
2010-09-20 13:06:25 -07:00
Bjorn Bringert
2441c93def 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
2010-09-20 12:58:42 -07:00
Bjorn Bringert
8fdaff05d1 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
2010-09-20 12:48:11 -07:00
Bjorn Bringert
f4d359d3c8 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
2010-09-20 13:16:25 +01:00
Daisuke Miyakawa
3a817f54f2 Use Light.Holo in SetupWizard related Settings.
Change-Id: I30e401731717f15567222b263134a2170a4838da
2010-09-19 12:19:34 -07:00
Dianne Hackborn
5ba2640003 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.
2010-09-17 18:14:00 -07:00
Dianne Hackborn
7222997e34 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.
2010-09-17 15:20:06 -07:00
Irfan Sheriff
7dd69ffa14 Merge "fix add wifi network dialog" 2010-09-17 14:16:44 -07:00
Irfan Sheriff
9b7edb16d1 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
2010-09-17 14:11:30 -07:00
Dianne Hackborn
cb818619c6 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
2010-09-17 11:28:08 -07:00
Daisuke Miyakawa
a2633d0232 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
2010-09-17 11:22:02 -07:00
Daisuke Miyakawa
4f169ba1aa Merge "Fragmentize wifi.AdvancedSettings." 2010-09-17 11:06:30 -07:00
Daisuke Miyakawa
3b2afb04f4 Merge "Fragmentize VoiceOutputSettings." 2010-09-17 11:05:31 -07:00
Irfan Sheriff
001eb90b72 Merge "Fix NPE in wifi setup wizard" 2010-09-17 10:12:16 -07:00
Jaikumar Ganesh
69b0218849 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.
2010-09-16 23:24:15 -07:00
Jaikumar Ganesh
356745ecc6 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.
2010-09-16 22:15:50 -07:00
Irfan Sheriff
e4cb9e426c Fix NPE in wifi setup wizard
Add static wifi IP UI xml layout for set up wizard

Bug: 3009285
Change-Id: I8161f290c6ee66117ae37da68de1d52fc42d5f61
2010-09-16 19:39:50 -07:00
Jaikumar Ganesh
213d579f98 Merge "Don't disconnect the same device before connecting." into gingerbread 2010-09-16 19:08:32 -07:00
Jaikumar Ganesh
84905edb63 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
2010-09-16 18:56:30 -07:00
Svetoslav Ganov
3d64653d1f WebView accessibility support - Adding opt-in setting for enabling accessibility script injection from Google
Change-Id: I1676f34c30a0e9414d51060ad4fb2c9c502b09c3
2010-09-16 12:45:19 -07:00
Daisuke Miyakawa
49a305ec54 Fragmentize VoiceOutputSettings.
Change-Id: Ifc8f9a8169cf43f53dc122342d95eac6058e6c88
2010-09-16 10:37:28 -07:00
Daisuke Miyakawa
c481a7aa16 Refrain flickering in AccessibilitySettings.
Bug: 3006118
Change-Id: I40249340242323e23bbd3008a8fb50589e939096
2010-09-16 09:49:20 -07:00
Daisuke Miyakawa
6c8a61d5b7 Modify layout for DateTimeSettings for SetupWizard
Change-Id: I58abf66746f6bbebb19e9a67cd6d4678e3c9a424
2010-09-16 09:25:57 -07:00
Daisuke Miyakawa
7e7ae9e59d Fragmentize wifi.AdvancedSettings.
Change-Id: I3dde2eb604886a8d0719549eabac76fadc74c220
2010-09-15 22:06:47 -07:00
Daisuke Miyakawa
ab4fa2c8dd Merge "Check null of getActivity() when needed." 2010-09-15 18:14:58 -07:00