OSDN Git Service

android-x86/packages-apps-Settings.git
15 years agoam c4a3bf94: Merge change 6345 into donut
Android (Google) Code Review [Tue, 7 Jul 2009 14:08:40 +0000 (07:08 -0700)]
am c4a3bf94: Merge change 6345 into donut

Merge commit 'c4a3bf94cc870d940df37756ed2c5ea7067d00da'

* commit 'c4a3bf94cc870d940df37756ed2c5ea7067d00da':
  Add header 'blob://' in front of the cert/key names in wpa_supplicant.conf.

15 years agoMerge change 6345 into donut
Android (Google) Code Review [Tue, 7 Jul 2009 14:07:17 +0000 (07:07 -0700)]
Merge change 6345 into donut

* changes:
  Add header 'blob://' in front of the cert/key names in wpa_supplicant.conf.

15 years agoAdd header 'blob://' in front of the cert/key names in wpa_supplicant.conf.
Chung-yih Wang [Tue, 7 Jul 2009 13:58:13 +0000 (21:58 +0800)]
Add header 'blob://' in front of the cert/key names in wpa_supplicant.conf.

1. This addition is from CL 6082 change in wpa_supplicant.
2. Fix the empty password pop-up for EAP.

15 years agoam 423ab2eb: Merge change 6328 into donut
Android (Google) Code Review [Tue, 7 Jul 2009 03:45:50 +0000 (20:45 -0700)]
am 423ab2eb: Merge change 6328 into donut

Merge commit '423ab2eb9df5e2866ecb1f5f975f2f7a660d334f'

* commit '423ab2eb9df5e2866ecb1f5f975f2f7a660d334f':
  String fixes for the credential storage and vpn settings.

15 years agoMerge change 6328 into donut
Android (Google) Code Review [Tue, 7 Jul 2009 03:44:44 +0000 (20:44 -0700)]
Merge change 6328 into donut

* changes:
  String fixes for the credential storage and vpn settings.

15 years agoString fixes for the credential storage and vpn settings.
Hung-ying Tyan [Tue, 7 Jul 2009 02:35:45 +0000 (10:35 +0800)]
String fixes for the credential storage and vpn settings.

* Changes
  + Shorten the messages for both set-password and enter-password dialogs
    when other activities access the credential storage.
  Patch Set 2:
  + Fix the capital issue in the vpn error messages.
    + Add separate strings for terms used in the error messages.
    + Modify related src files that use those terms.

15 years agoam 879f7bcf: Merge change 6272 into donut
Android (Google) Code Review [Tue, 7 Jul 2009 00:05:23 +0000 (17:05 -0700)]
am 879f7bcf: Merge change 6272 into donut

Merge commit '879f7bcf41782940fff3ffcb3586d606361360c6'

* commit '879f7bcf41782940fff3ffcb3586d606361360c6':
  Fix bug 1946195 by making use of the current Locale to set a default value

15 years agoMerge change 6272 into donut
Android (Google) Code Review [Tue, 7 Jul 2009 00:03:03 +0000 (17:03 -0700)]
Merge change 6272 into donut

* changes:
  Fix bug 1946195 by making use of the current Locale to set a default value in the language pref list (bug was no selection in the default language list). Fix half of bug 1956707 where speech rate value as read from the settings was translated to a ratio, which applied an improper speech rate on the TTS engine (bug was setting a default rate makes the TTS demo unintelligible). Moved logic to set the default value in the language pref list in a separate private method to improve readability. Changed default rate values so that normal is 1x and the fastest is 2x.

15 years agoFix bug 1946195 by making use of the current Locale to set a default value
Jean-Michel Trivi [Mon, 6 Jul 2009 21:04:54 +0000 (14:04 -0700)]
Fix bug 1946195 by making use of the current Locale to set a default value
in the language pref list (bug was no selection in the default language list).
Fix half of bug 1956707 where speech rate value as read from the settings
was translated to a ratio, which applied an improper speech rate on the
TTS engine (bug was setting a default rate makes the TTS demo unintelligible).
Moved logic to set the default value in the language pref list in a separate
private method to improve readability.
Changed default rate values so that normal is 1x and the fastest is 2x.

15 years agoam 0a59b500: Integrate VPN with new keystore and misc fixes.
Hung-ying Tyan [Mon, 6 Jul 2009 18:22:33 +0000 (11:22 -0700)]
am 0a59b500: Integrate VPN with new keystore and misc fixes.

Merge commit '0a59b500147cc038541f6f2897de7e28c15a12c1'

* commit '0a59b500147cc038541f6f2897de7e28c15a12c1':
  Integrate VPN with new keystore and misc fixes.

15 years agoam eb7836f1: Apply the new keystore and certtool library in Wifi setting.
Chung-yih Wang [Mon, 6 Jul 2009 18:22:32 +0000 (11:22 -0700)]
am eb7836f1: Apply the new keystore and certtool library in Wifi setting.

Merge commit 'eb7836f11ec4e9753db7c6ecd9414e153bb7bdbe'

* commit 'eb7836f11ec4e9753db7c6ecd9414e153bb7bdbe':
  Apply the new keystore and certtool library in Wifi setting.

15 years agoam 4e45d392: Add certificate to keystore for the ADD intent
Hung-ying Tyan [Mon, 6 Jul 2009 18:22:15 +0000 (11:22 -0700)]
am 4e45d392: Add certificate to keystore for the ADD intent

Merge commit '4e45d392ada4e84fbeed06874caebfd3c7759073'

* commit '4e45d392ada4e84fbeed06874caebfd3c7759073':
  Add certificate to keystore for the ADD intent

15 years agoam d40b9c5d: Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIAL
Hung-ying Tyan [Mon, 6 Jul 2009 18:22:14 +0000 (11:22 -0700)]
am d40b9c5d: Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIAL

Merge commit 'd40b9c5dff4b8866f188ba8166cba4fb657fafb2'

* commit 'd40b9c5dff4b8866f188ba8166cba4fb657fafb2':
  Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIAL

15 years agoam 6a0544be: Fix strings.
Hung-ying Tyan [Mon, 6 Jul 2009 18:22:04 +0000 (11:22 -0700)]
am 6a0544be: Fix strings.

Merge commit '6a0544be5cf7ed8b19628f292e4045e1f3f7cb2f'

* commit '6a0544be5cf7ed8b19628f292e4045e1f3f7cb2f':
  Fix strings.

15 years agoam 7031ab0d: Add credential storage settings.
Hung-ying Tyan [Mon, 6 Jul 2009 18:21:57 +0000 (11:21 -0700)]
am 7031ab0d: Add credential storage settings.

Merge commit '7031ab0d756327496ac3ce1e082b53c94be2f3b1'

* commit '7031ab0d756327496ac3ce1e082b53c94be2f3b1':
  Add credential storage settings.

15 years agoIntegrate VPN with new keystore and misc fixes.
Hung-ying Tyan [Mon, 6 Jul 2009 09:26:34 +0000 (17:26 +0800)]
Integrate VPN with new keystore and misc fixes.

* Changes
  + Pass intent to keystore when needed and hooks to resume from it.
  + Generate random, unique ID for profile instead of base64 from its
    name.
  + Add VPN to "Wirless controls" description.
  + Add credential storage to "Security & location" description.
  + More hints to set password and unlock dialogs in credential storage
    settings for actions that come from other processes.
  + Sort VPN profiles according to the names.
  + Replace Keystore with CertTool in L2tpIpsecEditor

15 years agoApply the new keystore and certtool library in Wifi setting.
Chung-yih Wang [Mon, 6 Jul 2009 09:03:53 +0000 (17:03 +0800)]
Apply the new keystore and certtool library in Wifi setting.

1. Certificate related APIs were moved to CertTool. Therefore,
   we have to migrate to CertTool instead.
2. Unlock the keystore if it is not unlocked yet(send the intent
   out to credential storage) for EAP access points.
3. Add Password field for WPA_EAP and IEEE8021X(this is for
   phase 2 auth.)

15 years agoAdd certificate to keystore for the ADD intent
Hung-ying Tyan [Sat, 4 Jul 2009 18:45:26 +0000 (02:45 +0800)]
Add certificate to keystore for the ADD intent

15 years agoAdd UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIAL
Hung-ying Tyan [Sat, 4 Jul 2009 02:16:07 +0000 (10:16 +0800)]
Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIAL

Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIAL intents to manifest.

15 years agoFix strings.
Hung-ying Tyan [Fri, 3 Jul 2009 16:39:58 +0000 (00:39 +0800)]
Fix strings.

* Changes
  + "Disconnect from network"
  + "Remember username"
  + "Unable to connect to the network"

15 years agoam 132b2144: Disable the individual remote Bluetooth devices when BT is off
Michael Chan [Fri, 3 Jul 2009 15:17:50 +0000 (08:17 -0700)]
am 132b2144: Disable the individual remote Bluetooth devices when BT is off

Merge commit '132b21440b1b930322fc129a504afa6107835f8e'

* commit '132b21440b1b930322fc129a504afa6107835f8e':
  Disable the individual remote Bluetooth devices when BT is off

15 years agoAdd credential storage settings.
Hung-ying Tyan [Wed, 1 Jul 2009 16:26:46 +0000 (00:26 +0800)]
Add credential storage settings.

* Changes
  + Initial implementation of credential storage settings.
  + Use alert icon on delete and reconnect dialogs in VpnSettings.
    (piggy-backed)
  Patch Set 12:
  + Add password length and no-space verification.
  + Simplify dialog view xml files.

15 years agoam e5b9e4bd: Add L2tpIpsecPskEditor.
Hung-ying Tyan [Thu, 2 Jul 2009 21:25:19 +0000 (14:25 -0700)]
am e5b9e4bd: Add L2tpIpsecPskEditor.

Merge commit 'e5b9e4bddf1aed4f647da3966d831a165a064f80'

* commit 'e5b9e4bddf1aed4f647da3966d831a165a064f80':
  Add L2tpIpsecPskEditor.

15 years agoam 88ec7ebf: Fix bug 1943785 where the default country string could be accessed while...
Jean-Michel Trivi [Thu, 2 Jul 2009 05:44:24 +0000 (22:44 -0700)]
am 88ec7ebf: Fix bug 1943785 where the default country string could be accessed while still being null. This was due to Settings.Secure.getString() returning null when a property isn\'t found, instead of a string with the value "null".

Merge commit '88ec7ebfe935c0541df3289c31574adbc01bd8bb'

* commit '88ec7ebfe935c0541df3289c31574adbc01bd8bb':
  Fix bug 1943785 where the default country string could be accessed while

15 years agoDisable the individual remote Bluetooth devices when BT is off
Michael Chan [Wed, 1 Jul 2009 21:06:43 +0000 (14:06 -0700)]
Disable the individual remote Bluetooth devices when BT is off

15 years agoam 311356dd: Redo power widget layout with the proper widget style.
Ken Shirriff [Wed, 1 Jul 2009 18:18:38 +0000 (11:18 -0700)]
am 311356dd: Redo power widget layout with the proper widget style.

Merge commit '311356dd71eb33a383fb9a5b470517103ea1f424'

* commit '311356dd71eb33a383fb9a5b470517103ea1f424':
  Redo power widget layout with the proper widget style.

15 years agoAdd L2tpIpsecPskEditor.
Hung-ying Tyan [Wed, 1 Jul 2009 03:06:45 +0000 (11:06 +0800)]
Add L2tpIpsecPskEditor.

* Changes
  + Add L2tpIpsecPskEditor.java.
  + Save profile name in VpnEditor to be used in saveSecrets().

15 years agoFix bug 1943785 where the default country string could be accessed while
Jean-Michel Trivi [Tue, 30 Jun 2009 22:09:23 +0000 (15:09 -0700)]
Fix bug 1943785 where the default country string could be accessed while
still being null. This was due to Settings.Secure.getString() returning
null when a property isn't found, instead of a string with the value "null".

15 years agoam 116d85ea: Clean up some of the intent filters in the manifest.
Dianne Hackborn [Tue, 30 Jun 2009 03:20:07 +0000 (20:20 -0700)]
am 116d85ea: Clean up some of the intent filters in the manifest.

Merge commit '116d85eaa7e6a97e5fa0c3c01cb16822a3b6519c'

* commit '116d85eaa7e6a97e5fa0c3c01cb16822a3b6519c':
  Clean up some of the intent filters in the manifest.

15 years agoRedo power widget layout with the proper widget style.
Ken Shirriff [Mon, 29 Jun 2009 23:23:07 +0000 (16:23 -0700)]
Redo power widget layout with the proper widget style.

The power widget now uses the fuzzy-edged widget background.
It has a resonable layout in portrait and landscape.
appwidget_inner is the background for a button on the inside, with a border on the left.
appwidget_outer is the background for a button on the outside (i.e. leftmost); it
does not have a border.

15 years agoClean up some of the intent filters in the manifest.
Dianne Hackborn [Sat, 27 Jun 2009 01:20:23 +0000 (18:20 -0700)]
Clean up some of the intent filters in the manifest.

15 years agoam e7565f3c: Add L2TP secret, L2TP/IPSec PSK support. Fix screen orientation.
Hung-ying Tyan [Fri, 26 Jun 2009 08:07:01 +0000 (01:07 -0700)]
am e7565f3c: Add L2TP secret, L2TP/IPSec PSK support. Fix screen orientation.

Merge commit 'e7565f3c48e6c90e65d9c15e33d20673a187c156'

* commit 'e7565f3c48e6c90e65d9c15e33d20673a187c156':
  Add L2TP secret, L2TP/IPSec PSK support. Fix screen orientation.

15 years agoAdd L2TP secret, L2TP/IPSec PSK support. Fix screen orientation.
Hung-ying Tyan [Fri, 26 Jun 2009 06:24:50 +0000 (14:24 +0800)]
Add L2TP secret, L2TP/IPSec PSK support. Fix screen orientation.

* Changes
  + Add L2tpActor, L2tpEditor, L2tpIpsecPskActor.
  + Make L2tpIpsecEditor extend L2tpEditor.
  + Revise the code for saving username. Make
    VpnSettings.saveProfileToStorage() static.
  + Fix support for screen orientation change in both VpnSettings and
    VpnEditor.

  Patch Set 2:
  + Remove Util.isNullOrEmpty(). Use TextUtils.isEmpty() instead.
  + Remove unused imports. Wrap lines longer than 80 chars.

  Patch Set 3:
  + Fix all the strings according to UI feedback.
  + Remove all the added actor subclasses and move password to editor.
  + Remove VPN entry in Security & location.

  Patch Set 4:
  + Misc string fixes.

  Patch Set 5:
  + Add strings for credential storage settings.
  + Changed the error dialog icon.
  + Fix "Remember me" indentation in connect dialog.

  Patch Set 6:
  + resolve res/values/strings.xml

15 years agoam 386278a3: CDMA Settings additions
Chouting Zhang [Fri, 26 Jun 2009 05:06:36 +0000 (22:06 -0700)]
am 386278a3: CDMA Settings additions

Merge commit '386278a338d740dce95b7fa1514662b0eb5683e4'

* commit '386278a338d740dce95b7fa1514662b0eb5683e4':
  CDMA Settings additions

15 years agoCDMA Settings additions
Chouting Zhang [Wed, 24 Jun 2009 19:25:43 +0000 (14:25 -0500)]
CDMA Settings additions

This patch implement CDMA Settings features
1. Add code to get MEID, MIN, and PRL value if the phone is a CDMA Phone
2. Display MEID, MIN, and PRL on Settings screen if it is a CDMA phone
3. Do not display IMSI, IMEI, and IMEI SV for a CDMA phone

15 years agoam d2e3b013: Edit second line of Search settings. First part of fix to bug1928620.
Roy West [Thu, 25 Jun 2009 23:50:42 +0000 (16:50 -0700)]
am d2e3b013: Edit second line of Search settings. First part of fix to bug1928620.

Merge commit 'd2e3b0139009b98be5ed825e58c38a325240594e'

* commit 'd2e3b0139009b98be5ed825e58c38a325240594e':
  Edit second line of Search settings. First part of fix to bug1928620.

15 years agoSettings: Add preference to enable/disable assisted GPS.
Mike Lockwood [Thu, 25 Jun 2009 20:39:48 +0000 (16:39 -0400)]
Settings: Add preference to enable/disable assisted GPS.

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoEdit second line of Search settings. First part of fix to bug1928620.
Roy West [Thu, 25 Jun 2009 20:40:28 +0000 (13:40 -0700)]
Edit second line of Search settings. First part of fix to bug1928620.

15 years agoam 02062f44: Merge change 5391 into donut
Android (Google) Code Review [Thu, 25 Jun 2009 19:40:38 +0000 (12:40 -0700)]
am 02062f44: Merge change 5391 into donut

Merge commit '02062f44ff929cf635d0523f9f93ffa69d182899'

* commit '02062f44ff929cf635d0523f9f93ffa69d182899':
  Fix an NPE.

15 years agoMerge change 5391 into donut
Android (Google) Code Review [Thu, 25 Jun 2009 19:38:11 +0000 (12:38 -0700)]
Merge change 5391 into donut

* changes:
  Fix an NPE.

15 years agoFix an NPE.
Amith Yamasani [Thu, 25 Jun 2009 19:27:21 +0000 (12:27 -0700)]
Fix an NPE.

Sometimes name is null, compare the other way around.

15 years agoam 517ce789: Merge change 5374 into donut
Android (Google) Code Review [Thu, 25 Jun 2009 19:20:03 +0000 (12:20 -0700)]
am 517ce789: Merge change 5374 into donut

Merge commit '517ce789b4c624c6e15b9f6ca2f5757396315247'

* commit '517ce789b4c624c6e15b9f6ca2f5757396315247':
  Remove pitch selection from TTS settings.

15 years agoMerge change 5374 into donut
Android (Google) Code Review [Thu, 25 Jun 2009 19:18:54 +0000 (12:18 -0700)]
Merge change 5374 into donut

* changes:
  Remove pitch selection from TTS settings. Use the settings name for the locale property rather than the UI key. Add prefs entry to install the voice data.

15 years agoam b7e46e89: Display a warning dialog when the user enables USB debugging.
Mike Lockwood [Thu, 25 Jun 2009 17:51:06 +0000 (10:51 -0700)]
am b7e46e89: Display a warning dialog when the user enables USB debugging.

Merge commit 'b7e46e89d77574dbb51855144ea3d46fcf220bbb'

* commit 'b7e46e89d77574dbb51855144ea3d46fcf220bbb':
  Display a warning dialog when the user enables USB debugging.

15 years agoDisplay a warning dialog when the user enables USB debugging.
Mike Lockwood [Thu, 25 Jun 2009 17:36:00 +0000 (13:36 -0400)]
Display a warning dialog when the user enables USB debugging.

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoRemove pitch selection from TTS settings.
Jean-Michel Trivi [Thu, 25 Jun 2009 17:03:43 +0000 (10:03 -0700)]
Remove pitch selection from TTS settings.
Use the settings name for the locale property rather than the UI key.
Add prefs entry to install the voice data.

15 years agoam 0f1e11e2: Track native processes.
Amith Yamasani [Thu, 25 Jun 2009 07:49:06 +0000 (00:49 -0700)]
am 0f1e11e2: Track native processes.

Merge commit '0f1e11e219c9e89bb4a939cd864eb03087e784be'

* commit '0f1e11e219c9e89bb4a939cd864eb03087e784be':
  Track native processes.

15 years agoTrack native processes.
Amith Yamasani [Fri, 19 Jun 2009 16:27:35 +0000 (09:27 -0700)]
Track native processes.

Add gauge to detail screen and make it look like the item from summary screen.
Some string changes.

15 years agoam a54672f3: Some cleanup of settings launching, adding shortcuts.
Dianne Hackborn [Thu, 25 Jun 2009 03:37:05 +0000 (20:37 -0700)]
am a54672f3: Some cleanup of settings launching, adding shortcuts.

Merge commit 'a54672f3a983766cf1dce754b3887807fcb723fa'

* commit 'a54672f3a983766cf1dce754b3887807fcb723fa':
  Some cleanup of settings launching, adding shortcuts.

15 years agoSome cleanup of settings launching, adding shortcuts.
Dianne Hackborn [Wed, 24 Jun 2009 19:45:09 +0000 (12:45 -0700)]
Some cleanup of settings launching, adding shortcuts.

- Move the battery usage item from applications to phone info.
- Give the battery usage item a summary.
- Fiddle with the manifest to make it so we can launch parts of the settings
  app without messing up launching of the main app.  (That is, remove
  affinities so they each are treated as different tasks.)
- Add the ability to make shortcuts to some key settings panels.

15 years agoam 74b53da2: Additional edits to strings when uninstalling system app updates.
Roy West [Wed, 24 Jun 2009 22:44:34 +0000 (15:44 -0700)]
am 74b53da2: Additional edits to strings when uninstalling system app updates.

Merge commit '74b53da2532e3c611f712d80a50445ae5c7863a0'

* commit '74b53da2532e3c611f712d80a50445ae5c7863a0':
  Additional edits to strings when uninstalling system app updates.

15 years agoam 972fc298: Description and suggestion strings for Battery Usage detail screens.
Amith Yamasani [Wed, 24 Jun 2009 22:44:33 +0000 (15:44 -0700)]
am 972fc298: Description and suggestion strings for Battery Usage detail screens.

Merge commit '972fc2989aba6757e5128aaf8d800fed04f8400f'

* commit '972fc2989aba6757e5128aaf8d800fed04f8400f':
  Description and suggestion strings for Battery Usage detail screens.

15 years agoAdditional edits to strings when uninstalling system app updates.
Roy West [Wed, 24 Jun 2009 16:25:12 +0000 (09:25 -0700)]
Additional edits to strings when uninstalling system app updates.

Fixes bug 1940257.

15 years agoDescription and suggestion strings for Battery Usage detail screens.
Amith Yamasani [Tue, 23 Jun 2009 06:04:45 +0000 (23:04 -0700)]
Description and suggestion strings for Battery Usage detail screens.

15 years agoDescription and suggestion strings for Battery Usage detail screens.
Amith Yamasani [Tue, 23 Jun 2009 06:04:45 +0000 (23:04 -0700)]
Description and suggestion strings for Battery Usage detail screens.

15 years agoam 4b007cb7: Fix bug 1937431.
Roy West [Wed, 24 Jun 2009 00:16:07 +0000 (17:16 -0700)]
am 4b007cb7: Fix bug 1937431.

Merge commit '4b007cb7323b41d66ddce7ec26573bce9e79cda0'

* commit '4b007cb7323b41d66ddce7ec26573bce9e79cda0':
  Fix bug 1937431.

15 years agoFix bug 1937431.
Roy West [Tue, 23 Jun 2009 23:53:37 +0000 (16:53 -0700)]
Fix bug 1937431.

Shorten cut-off location permission string.

15 years agosupport for changes to the sync settings and control API
Fred Quintana [Tue, 23 Jun 2009 01:07:42 +0000 (18:07 -0700)]
support for changes to the sync settings and control API

15 years agoam 518d02ca: First part of fix to bug 1813461, changing "Factory reset" to "Uninstall...
Roy West [Tue, 23 Jun 2009 21:06:17 +0000 (14:06 -0700)]
am 518d02ca: First part of fix to bug 1813461, changing "Factory reset" to "Uninstall updates"

Merge commit '518d02caa917bfe48e1cc22de84fb555cb82e9bb'

* commit '518d02caa917bfe48e1cc22de84fb555cb82e9bb':
  First part of fix to bug 1813461, changing "Factory reset" to "Uninstall updates"

15 years agoFirst part of fix to bug 1813461, changing "Factory reset" to "Uninstall updates"
Roy West [Tue, 23 Jun 2009 20:39:55 +0000 (13:39 -0700)]
First part of fix to bug 1813461, changing "Factory reset" to "Uninstall updates"

15 years agoam 1e6a45a2: Updated TTS settings to support language, country and variant settings...
Jean-Michel Trivi [Tue, 23 Jun 2009 20:27:25 +0000 (13:27 -0700)]
am 1e6a45a2: Updated TTS settings to support language, country and variant settings. Disable/enable entries based on whether language files are installed on the phone. Added entry to install the language files on the phone.

Merge commit '1e6a45a2d029f9e711e2de9a43bde50607b082c0'

* commit '1e6a45a2d029f9e711e2de9a43bde50607b082c0':
  Updated TTS settings to support language, country and variant settings.

15 years agoUpdated TTS settings to support language, country and variant settings.
Jean-Michel Trivi [Mon, 22 Jun 2009 23:03:40 +0000 (16:03 -0700)]
Updated TTS settings to support language, country and variant settings.
Disable/enable entries based on whether language files are installed on the phone.
Added entry to install the language files on the phone.

15 years agoam db33eb01: Use sentence style for "System tutorial" Bug 1742121
Roy West [Mon, 22 Jun 2009 18:32:29 +0000 (11:32 -0700)]
am db33eb01: Use sentence style for "System tutorial" Bug 1742121

Merge commit 'db33eb01cd5f83dcb3d5d12287113a0700363588'

* commit 'db33eb01cd5f83dcb3d5d12287113a0700363588':
  Use sentence style for "System tutorial"

15 years agoUse sentence style for "System tutorial"
Roy West [Fri, 19 Jun 2009 22:24:28 +0000 (15:24 -0700)]
Use sentence style for "System tutorial"
Bug 1742121

15 years agoam d22da209: Add save-username checkbox in the connect dialog.
Hung-ying Tyan [Sat, 20 Jun 2009 07:07:53 +0000 (00:07 -0700)]
am d22da209: Add save-username checkbox in the connect dialog.

Merge commit 'd22da2096bd738346be5e24eb964ae34d60fcd5e'

* commit 'd22da2096bd738346be5e24eb964ae34d60fcd5e':
  Add save-username checkbox in the connect dialog.

15 years agoAdd save-username checkbox in the connect dialog.
Hung-ying Tyan [Mon, 15 Jun 2009 12:24:38 +0000 (20:24 +0800)]
Add save-username checkbox in the connect dialog.

* changes
  + Add checkbox to layout file and handling code in related classes.
  + Add new methods to VpnProfileActor.
  + Move dialog handling to VpnSettings from AuthenticatorActor in order
    to support screen orientation change.
  + Hide "Connect" in the context menu if the profile is connecting.
  + Enable connecting profile in case it was disabled in last call.

15 years agoMerge change 4852
Android (Google) Code Review [Sat, 20 Jun 2009 00:40:24 +0000 (17:40 -0700)]
Merge change 4852

* changes:
  Handle class and name changed actions with DeviceFound signals.

15 years agoHandle class and name changed actions with DeviceFound signals.
Jaikumar Ganesh [Fri, 19 Jun 2009 23:10:50 +0000 (16:10 -0700)]
Handle class and name changed actions with DeviceFound signals.

When the class or name of a device changed, due to name resolution
or otherwise, we  were not updating the cache.

15 years agoam 4226b0af: Merge change 4797 into donut
Android (Google) Code Review [Fri, 19 Jun 2009 20:11:40 +0000 (13:11 -0700)]
am 4226b0af: Merge change 4797 into donut

Merge commit '4226b0af53a8f300b347836199bd03018489d192'

* commit '4226b0af53a8f300b347836199bd03018489d192':
  Use new location of USE_LOCATION_FOR_SERVICES setting (Secure).

15 years agoMerge change 4797 into donut
Android (Google) Code Review [Fri, 19 Jun 2009 20:09:26 +0000 (13:09 -0700)]
Merge change 4797 into donut

* changes:
  Use new location of USE_LOCATION_FOR_SERVICES setting (Secure).

15 years agoUse new location of USE_LOCATION_FOR_SERVICES setting (Secure).
Amith Yamasani [Fri, 19 Jun 2009 19:42:10 +0000 (12:42 -0700)]
Use new location of USE_LOCATION_FOR_SERVICES setting (Secure).

Due to the need to access the bit from SetupWizard, had to move
the setting to Settings.Secure from Settings.Gservices.

15 years agoam 74e565d8: Update the Text-To-Speech settings screen to allow listening to a TTS...
Jean-Michel Trivi [Fri, 19 Jun 2009 15:53:19 +0000 (08:53 -0700)]
am 74e565d8: Update the Text-To-Speech settings screen to allow listening to a TTS example after checking that the data required by the TTS engine is properly installed. Removed use of local constants for the the default TTS values, use the values defined in TextToSpe

Merge commit '74e565d85d13782b2a75647b3fd952a2324ca581'

* commit '74e565d85d13782b2a75647b3fd952a2324ca581':
  Update the Text-To-Speech settings screen to allow listening to a TTS

15 years agoUpdate the Text-To-Speech settings screen to allow listening to a TTS
Jean-Michel Trivi [Fri, 19 Jun 2009 01:44:52 +0000 (18:44 -0700)]
Update the Text-To-Speech settings screen to allow listening to a TTS
example after checking that the data required by the TTS engine is
properly installed.
Removed use of local constants for the the default TTS values, use
the values defined in TextToSpeech.Engine instead.

15 years agoam dd14ee3d: Remove extra subtitle for legal preferences.
Amith Yamasani [Thu, 18 Jun 2009 14:13:47 +0000 (07:13 -0700)]
am dd14ee3d: Remove extra subtitle for legal preferences.

Merge commit 'dd14ee3d1698450f26ec31fdd2d1dd9a6ea81fc4'

* commit 'dd14ee3d1698450f26ec31fdd2d1dd9a6ea81fc4':
  Remove extra subtitle for legal preferences.

15 years agoam 2fb22c03: Fixed auto-uncap of Wifi status messages.
Amith Yamasani [Thu, 18 Jun 2009 01:45:55 +0000 (18:45 -0700)]
am 2fb22c03: Fixed auto-uncap of Wifi status messages.

Merge commit '2fb22c03bd587b373519f605feece1f846867cf6'

* commit '2fb22c03bd587b373519f605feece1f846867cf6':
  Fixed auto-uncap of Wifi status messages.

15 years agoRemove extra subtitle for legal preferences.
Amith Yamasani [Wed, 17 Jun 2009 23:57:30 +0000 (16:57 -0700)]
Remove extra subtitle for legal preferences.

Fixes #1894381

15 years agoam f11d7458: Merge change 4378 into donut
Android (Google) Code Review [Wed, 17 Jun 2009 22:38:55 +0000 (15:38 -0700)]
am f11d7458: Merge change 4378 into donut

Merge commit 'f11d7458ea2f52b3c4afad495274167b862e7a4c'

* commit 'f11d7458ea2f52b3c4afad495274167b862e7a4c':
  Make the Quick Launch settings show localized application names.

15 years agoam 19e134e4: Use new Keystore APIs in vpn profile editor.
Chung-yih Wang [Wed, 17 Jun 2009 22:38:31 +0000 (15:38 -0700)]
am 19e134e4: Use new Keystore APIs in vpn profile editor.

Merge commit '19e134e494a561324394fcc030ee8e30bb41c614'

* commit '19e134e494a561324394fcc030ee8e30bb41c614':
  Use new Keystore APIs in vpn profile editor.

15 years agoam b2f1c334: Simply the EAP certificate selection in Wifi Setting.
Chung-yih Wang [Wed, 17 Jun 2009 22:38:30 +0000 (15:38 -0700)]
am b2f1c334: Simply the EAP certificate selection in Wifi Setting.

Merge commit 'b2f1c334de30b2185bec53af81984d015436f610'

* commit 'b2f1c334de30b2185bec53af81984d015436f610':
  Simply the EAP certificate selection in Wifi Setting.

15 years agoam f06d8698: Add setting for allowing Google to use location for better search results.
Amith Yamasani [Wed, 17 Jun 2009 22:38:17 +0000 (15:38 -0700)]
am f06d8698: Add setting for allowing Google to use location for better search results.

Merge commit 'f06d8698a4a2de1973a25df0c6563bdfcba4eb03'

* commit 'f06d8698a4a2de1973a25df0c6563bdfcba4eb03':
  Add setting for allowing Google to use location for better search results.

15 years agoFixed auto-uncap of Wifi status messages.
Amith Yamasani [Wed, 17 Jun 2009 18:57:42 +0000 (11:57 -0700)]
Fixed auto-uncap of Wifi status messages.

Fixes #1852765. Change strings to lowercase and capitalize on demand.

15 years agoMerge change 4378 into donut
Android (Google) Code Review [Wed, 17 Jun 2009 17:08:23 +0000 (10:08 -0700)]
Merge change 4378 into donut

* changes:
  Make the Quick Launch settings show localized application names.

15 years agoUse new Keystore APIs in vpn profile editor.
Chung-yih Wang [Wed, 17 Jun 2009 10:27:18 +0000 (18:27 +0800)]
Use new Keystore APIs in vpn profile editor.

15 years agoSimply the EAP certificate selection in Wifi Setting.
Chung-yih Wang [Wed, 17 Jun 2009 07:46:42 +0000 (15:46 +0800)]
Simply the EAP certificate selection in Wifi Setting.

-- use the new keystore APU to save one more selection in WiFi EAP setting.

15 years agoAdd setting for allowing Google to use location for better search results.
Amith Yamasani [Fri, 12 Jun 2009 05:32:33 +0000 (22:32 -0700)]
Add setting for allowing Google to use location for better search results.

15 years agoam 14fa2b99: Another edit, now in two places, now that I understand the workflow...
Roy West [Wed, 17 Jun 2009 04:59:25 +0000 (21:59 -0700)]
am 14fa2b99: Another edit, now in two places, now that I understand the workflow of resetting the flow a bit better.

Merge commit '14fa2b998630b7032b4e42b0bceb71f0df21fbdf'

* commit '14fa2b998630b7032b4e42b0bceb71f0df21fbdf':
  Another edit, now in two places, now that I understand the workflow of resetting the flow a bit better.

15 years agoAnother edit, now in two places, now that I understand the workflow of resetting...
Roy West [Tue, 16 Jun 2009 21:07:55 +0000 (14:07 -0700)]
Another edit, now in two places, now that I understand the workflow of resetting the flow a bit better.

15 years agoMake the Quick Launch settings show localized application names.
Eric Fischer [Tue, 16 Jun 2009 20:31:22 +0000 (13:31 -0700)]
Make the Quick Launch settings show localized application names.

It looks like when you look up the name of an application bookmark,
you get the name in whatever locale the device was in when it first
booted.  Check the PackageManager to get a name in the current locale,
if possible, to display instead.

15 years agoam 68e175cb: String change to fix bug 1838792.
Roy West [Tue, 16 Jun 2009 15:37:02 +0000 (08:37 -0700)]
am 68e175cb: String change to fix bug 1838792.

Merge commit '68e175cba2d4849dff0eab587f28116dd06ac477'

* commit '68e175cba2d4849dff0eab587f28116dd06ac477':
  String change to fix bug 1838792.

15 years agoString change to fix bug 1838792.
Roy West [Mon, 15 Jun 2009 21:40:17 +0000 (14:40 -0700)]
String change to fix bug 1838792.

15 years agoam a78edb54: Merge change 4127 into donut
Android (Google) Code Review [Mon, 15 Jun 2009 17:11:46 +0000 (10:11 -0700)]
am a78edb54: Merge change 4127 into donut

Merge commit 'a78edb54182da5881f2f1e6bc76ae027a9a6f3e3'

* commit 'a78edb54182da5881f2f1e6bc76ae027a9a6f3e3':
  Make the SD Card settings use the system file size formatter.

15 years agoMerge change 4127 into donut
Android (Google) Code Review [Mon, 15 Jun 2009 17:09:41 +0000 (10:09 -0700)]
Merge change 4127 into donut

* changes:
  Make the SD Card settings use the system file size formatter.

15 years agoam ff393bf9: Remove SingleServerProfile import.
Hung-ying Tyan [Mon, 15 Jun 2009 11:55:12 +0000 (04:55 -0700)]
am ff393bf9: Remove SingleServerProfile import.

Merge commit 'ff393bf90b6ef1e8792e05c60c692bbda37aabf8'

* commit 'ff393bf90b6ef1e8792e05c60c692bbda37aabf8':
  Remove SingleServerProfile import.

15 years agoRemove SingleServerProfile import.
Hung-ying Tyan [Mon, 15 Jun 2009 11:37:38 +0000 (19:37 +0800)]
Remove SingleServerProfile import.

15 years agoam 84cfb0dc: Remove use of SingleServerProfile.
Hung-ying Tyan [Mon, 15 Jun 2009 07:17:36 +0000 (00:17 -0700)]
am 84cfb0dc: Remove use of SingleServerProfile.

Merge commit '84cfb0dc9b87534d89651bc45128fc21c9d24423'

* commit '84cfb0dc9b87534d89651bc45128fc21c9d24423':
  Remove use of SingleServerProfile.

15 years agoRemove use of SingleServerProfile.
Hung-ying Tyan [Mon, 15 Jun 2009 04:36:04 +0000 (12:36 +0800)]
Remove use of SingleServerProfile.

* changes
  + mv SingleServerEditor.java VpnProfileEditor.java
  + Add loadExtraPreferecesTo() to VpnProfileEditor
  + Make L2tpIpsecEditor extend VpnProfileEditor and use loadExtraPreferencesTo()
  + Modify VpnEditor.getEditor() accordingly

15 years agoam a55ae92a: Remove isCustomized() check as the API is not used for now.
Hung-ying Tyan [Mon, 15 Jun 2009 04:12:57 +0000 (21:12 -0700)]
am a55ae92a: Remove isCustomized() check as the API is not used for now.

Merge commit 'a55ae92a132325e9307f291c455b1148d0bff3cf'

* commit 'a55ae92a132325e9307f291c455b1148d0bff3cf':
  Remove isCustomized() check as the API is not used for now.
  Remove LAUNCHER category from VPN settings activity's intent filter.
  Improve power control widget GUI.
  Minor UI improvements and showing of unplugged duration.
  Make the Settings side of the date format settings more locale-aware.

15 years agoRemove isCustomized() check as the API is not used for now.
Hung-ying Tyan [Mon, 15 Jun 2009 03:17:30 +0000 (11:17 +0800)]
Remove isCustomized() check as the API is not used for now.

15 years agoRemove LAUNCHER category from VPN settings activity's intent filter.
Hung-ying Tyan [Sun, 14 Jun 2009 09:53:19 +0000 (17:53 +0800)]
Remove LAUNCHER category from VPN settings activity's intent filter.

Also add preference summary to the VPN entry in the security settings.

15 years agoMake the SD Card settings use the system file size formatter.
Eric Fischer [Sat, 13 Jun 2009 00:58:50 +0000 (17:58 -0700)]
Make the SD Card settings use the system file size formatter.

The one built into the settings class wasn't internationalized.