summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix saving secrets to keystore from vpn settings.Hung-ying Tyan2009-07-081-8/+15
|
* Merge change 6440 into donutAndroid (Google) Code Review2009-07-071-0/+3
|\ | | | | | | | | * changes: Trigger backup of locale change.
| * Trigger backup of locale change.Amith Yamasani2009-07-071-0/+3
| |
* | Merge change 6432 into donutAndroid (Google) Code Review2009-07-071-3/+5
|\ \ | | | | | | | | | | | | * changes: In the TTS settings: rely on the default locale rather than default values stored in TextToSpeech.Engine to initialize the default TTS country and variant.
| * | In the TTS settings: rely on the default locale rather than defaultJean-Michel Trivi2009-07-071-3/+5
| |/ | | | | | | | | values stored in TextToSpeech.Engine to initialize the default TTS country and variant.
* | Fix vibrate and silent mode toggle dependency.Amith Yamasani2009-07-071-19/+15
|/
* Merge change 6345 into donutAndroid (Google) Code Review2009-07-071-4/+6
|\ | | | | | | | | * changes: Add header 'blob://' in front of the cert/key names in wpa_supplicant.conf.
| * Add header 'blob://' in front of the cert/key names in wpa_supplicant.conf.Chung-yih Wang2009-07-071-4/+6
| | | | | | | | | | 1. This addition is from CL 6082 change in wpa_supplicant. 2. Fix the empty password pop-up for EAP.
* | Merge change 6328 into donutAndroid (Google) Code Review2009-07-066-20/+21
|\ \ | | | | | | | | | | | | * changes: String fixes for the credential storage and vpn settings.
| * | String fixes for the credential storage and vpn settings.Hung-ying Tyan2009-07-076-20/+21
| |/ | | | | | | | | | | | | | | | | | | * 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.
* | Merge change 6272 into donutAndroid (Google) Code Review2009-07-062-36/+45
|\ \ | |/ |/| | | | | * 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.
| * Fix bug 1946195 by making use of the current Locale to set a default valueJean-Michel Trivi2009-07-062-36/+45
| | | | | | | | | | | | | | | | | | | | 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.
* | Integrate VPN with new keystore and misc fixes.Hung-ying Tyan2009-07-0610-60/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Apply the new keystore and certtool library in Wifi setting.Chung-yih Wang2009-07-064-106/+120
| | | | | | | | | | | | | | | | | | 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.)
* | Add certificate to keystore for the ADD intentHung-ying Tyan2009-07-052-11/+17
| |
* | Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIALHung-ying Tyan2009-07-041-0/+2
| | | | | | | | Add UNLOCK_CREDENTIAL_STORAGE and ADD_CREDENTIAL intents to manifest.
* | Fix strings.Hung-ying Tyan2009-07-041-3/+3
| | | | | | | | | | | | | | * Changes + "Disconnect from network" + "Remember username" + "Unable to connect to the network"
* | Add credential storage settings.Hung-ying Tyan2009-07-037-13/+737
| | | | | | | | | | | | | | | | | | | | * 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.
* | Disable the individual remote Bluetooth devices when BT is offMichael Chan2009-07-011-0/+3
| |
* | Add L2tpIpsecPskEditor.Hung-ying Tyan2009-07-013-0/+95
|/ | | | | | * Changes + Add L2tpIpsecPskEditor.java. + Save profile name in VpnEditor to be used in saveSecrets().
* Fix bug 1943785 where the default country string could be accessed whileJean-Michel Trivi2009-06-301-2/+2
| | | | | 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".
* Redo power widget layout with the proper widget style.Ken Shirriff2009-06-2917-33/+114
| | | | | | | | 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.
* Clean up some of the intent filters in the manifest.Dianne Hackborn2009-06-261-0/+6
|
* Add L2TP secret, L2TP/IPSec PSK support. Fix screen orientation.Hung-ying Tyan2009-06-2615-371/+662
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* CDMA Settings additionsChouting Zhang2009-06-257-17/+115
| | | | | | | 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
* Edit second line of Search settings. First part of fix to bug1928620.Roy West2009-06-251-1/+1
|
* Merge change 5391 into donutAndroid (Google) Code Review2009-06-251-2/+2
|\ | | | | | | | | * changes: Fix an NPE.
| * Fix an NPE.Amith Yamasani2009-06-251-2/+2
| | | | | | | | Sometimes name is null, compare the other way around.
* | Merge change 5374 into donutAndroid (Google) Code Review2009-06-252-48/+50
|\ \ | | | | | | | | | | | | * 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.
| * | Remove pitch selection from TTS settings.Jean-Michel Trivi2009-06-252-48/+50
| | | | | | | | | | | | | | | Use the settings name for the locale property rather than the UI key. Add prefs entry to install the voice data.
* | | Display a warning dialog when the user enables USB debugging.Mike Lockwood2009-06-252-4/+42
| |/ |/| | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Track native processes.Amith Yamasani2009-06-258-106/+240
| | | | | | | | | | Add gauge to detail screen and make it look like the item from summary screen. Some string changes.
* | Some cleanup of settings launching, adding shortcuts.Dianne Hackborn2009-06-245-14/+73
|/ | | | | | | | | - 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.
* Additional edits to strings when uninstalling system app updates.Roy West2009-06-241-2/+2
| | | | Fixes bug 1940257.
* Description and suggestion strings for Battery Usage detail screens.Amith Yamasani2009-06-231-21/+53
|
* Fix bug 1937431.Roy West2009-06-231-1/+1
| | | | Shorten cut-off location permission string.
* First part of fix to bug 1813461, changing "Factory reset" to "Uninstall ↵Roy West2009-06-231-1/+1
| | | | updates"
* Updated TTS settings to support language, country and variant settings.Jean-Michel Trivi2009-06-234-47/+182
| | | | | Disable/enable entries based on whether language files are installed on the phone. Added entry to install the language files on the phone.
* Use sentence style for "System tutorial"Roy West2009-06-221-1/+1
| | | | Bug 1742121
* Add save-username checkbox in the connect dialog.Hung-ying Tyan2009-06-205-175/+290
| | | | | | | | | | * 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.
* Merge change 4797 into donutAndroid (Google) Code Review2009-06-191-24/+5
|\ | | | | | | | | * changes: Use new location of USE_LOCATION_FOR_SERVICES setting (Secure).
| * Use new location of USE_LOCATION_FOR_SERVICES setting (Secure).Amith Yamasani2009-06-191-24/+5
| | | | | | | | | | Due to the need to access the bit from SetupWizard, had to move the setting to Settings.Secure from Settings.Gservices.
* | Update the Text-To-Speech settings screen to allow listening to a TTSJean-Michel Trivi2009-06-183-20/+143
|/ | | | | | | 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.
* Remove extra subtitle for legal preferences.Amith Yamasani2009-06-171-3/+0
| | | | Fixes #1894381
* Fixed auto-uncap of Wifi status messages.Amith Yamasani2009-06-172-24/+25
| | | | Fixes #1852765. Change strings to lowercase and capitalize on demand.
* Merge change 4378 into donutAndroid (Google) Code Review2009-06-171-1/+25
|\ | | | | | | | | * changes: Make the Quick Launch settings show localized application names.
| * Make the Quick Launch settings show localized application names.Eric Fischer2009-06-161-1/+25
| | | | | | | | | | | | | | 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.
* | Use new Keystore APIs in vpn profile editor.Chung-yih Wang2009-06-171-21/+2
| |
* | Simply the EAP certificate selection in Wifi Setting.Chung-yih Wang2009-06-173-83/+60
| | | | | | | | -- use the new keystore APU to save one more selection in WiFi EAP setting.
* | Add setting for allowing Google to use location for better search results.Amith Yamasani2009-06-163-18/+159
| |