summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* am e7565f3c: Add L2TP secret, L2TP/IPSec PSK support. Fix screen orientation.Hung-ying Tyan2009-06-266-104/+191
|\ | | | | | | | | | | | | Merge commit 'e7565f3c48e6c90e65d9c15e33d20673a187c156' * commit 'e7565f3c48e6c90e65d9c15e33d20673a187c156': Add L2TP secret, L2TP/IPSec PSK support. Fix screen orientation.
| * Add L2TP secret, L2TP/IPSec PSK support. Fix screen orientation.Hung-ying Tyan2009-06-266-104/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | am 386278a3: CDMA Settings additionsChouting Zhang2009-06-254-2/+52
|\ \ | |/ | | | | | | | | | | Merge commit '386278a338d740dce95b7fa1514662b0eb5683e4' * commit '386278a338d740dce95b7fa1514662b0eb5683e4': CDMA Settings additions
| * CDMA Settings additionsChouting Zhang2009-06-254-2/+52
| | | | | | | | | | | | | | 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
* | am d2e3b013: Edit second line of Search settings. First part of fix to ↵Roy West2009-06-251-1/+1
|\ \ | |/ | | | | | | | | | | | | | | bug1928620. Merge commit 'd2e3b0139009b98be5ed825e58c38a325240594e' * commit 'd2e3b0139009b98be5ed825e58c38a325240594e': Edit second line of Search settings. First part of fix to bug1928620.
| * Edit second line of Search settings. First part of fix to bug1928620.Roy West2009-06-251-1/+1
| |
* | Settings: Add preference to enable/disable assisted GPS.Mike Lockwood2009-06-252-0/+12
|/ | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* Merge change 5374 into donutAndroid (Google) Code Review2009-06-251-8/+0
|\ | | | | | | | | * 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-251-8/+0
| | | | | | | | | | 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-251-1/+5
| | | | | | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Track native processes.Amith Yamasani2009-06-254-39/+67
| | | | | | | | | | 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-243-8/+13
|/ | | | | | | | | - 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-233-8/+20
| | | | | 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-202-2/+10
| | | | | | | | | | * 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.
* Update the Text-To-Speech settings screen to allow listening to a TTSJean-Michel Trivi2009-06-182-0/+14
| | | | | | | 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-171-15/+15
| | | | Fixes #1852765. Change strings to lowercase and capitalize on demand.
* Simply the EAP certificate selection in Wifi Setting.Chung-yih Wang2009-06-172-14/+3
| | | | -- 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-162-6/+23
|
* Another edit, now in two places, now that I understand the workflow of ↵Roy West2009-06-161-2/+2
| | | | resetting the flow a bit better.
* String change to fix bug 1838792.Roy West2009-06-151-1/+1
|
* Remove LAUNCHER category from VPN settings activity's intent filter.Hung-ying Tyan2009-06-141-1/+1
| | | | Also add preference summary to the VPN entry in the security settings.
* Improve power control widget GUI.Ken Shirriff2009-06-1213-9/+6
| | | | | Shrink power widget to 3 cells wide. Reorder buttons to group wireless and other. Add color bar to indicate on/off.
* Minor UI improvements and showing of unplugged duration.Amith Yamasani2009-06-125-10/+16
|
* Make the Settings side of the date format settings more locale-aware.Eric Fischer2009-06-122-10/+8
| | | | | | | | | | | | | | | Remove the two formats that have a spelled-out month, since applications using this setting are trying to format numeric dates. Do not forcibly set the setting the first time you go into Date & Time -- let the setting remain null if it was null before. Add a choice corresponding to null to the list of format options. It will look like "Normal (12-31-2009)" in the list, and will cause the system to use whatever numeric format the locale calls for. For the other choices, feed them to the locale-aware formatter so they will appear with the punctuation that the locale calls for.
* Add VPN settings classes to Settings app.Hung-ying Tyan2009-06-127-0/+220
| | | | | | | | | | | | | | | | | | | | | | PATCH SET 2: + Add import com.android.settings.R PATCH SET 3: + Remove @Override interface methods to be compilable by Java 1.5. PATCH SET 4: + Add import android.net.vpn.VpnManager PATCH SET 5: + Add license headers. PATCH SET 6: + Remove Constant.java and move the constants to VpnSettings. + Make AuthenticationActor implement DialogInterface's handlers. + Remove trailing spaces. PATCH SET 7: + Remove default username.
* Merge change 3994 into donutAndroid (Google) Code Review2009-06-115-8/+13
|\ | | | | | | | | * changes: Shrink power widget to 3 cells wide.
| * Shrink power widget to 3 cells wide.Ken Shirriff2009-06-115-8/+13
| |
* | Removing the summary texts for the Accessibility checkboxCharles Chen2009-06-112-6/+0
|/ | | | as requested by Raman.
* SD card notification settings summary change for #1692416Amith Yamasani2009-06-101-2/+2
|
* More details in the summary and details screens.Amith Yamasani2009-06-105-7/+131
| | | | | | | Show packages included, time that a subsystem was on for. Load label and icon in the background and cache the values. Switch between totals and since-unplugged. Other UI improvements.
* Adding support for selecting the default language for Text-To-Speech in ↵Jean-Michel Trivi2009-06-103-2/+31
| | | | Settings.
* Merge change 3793 into donutAndroid (Google) Code Review2009-06-102-25/+182
|\ | | | | | | | | * changes: Update Portuguese translations.
| * Update Portuguese translations.Eric Fischer2009-06-102-25/+182
| |
* | Merge change 3689 into donutAndroid (Google) Code Review2009-06-102-0/+12
|\ \ | |/ |/| | | | | * changes: CompatibilityMode settings
| * CompatibilityMode settingsJean-Michel Trivi2009-06-102-0/+12
| |
* | am 9e852f03: AI 149721: Import Portuguese translations.Eric Fischer2009-06-102-0/+853
|\ \ | |/ |/| | | | | | | | | Merge commit '9e852f03139b28c1f5ad2bc43c64bdf0adae9226' into donut * commit '9e852f03139b28c1f5ad2bc43c64bdf0adae9226': AI 149721: Import Portuguese translations.
| * AI 149721: Import Portuguese translations.Eric Fischer2009-06-102-0/+853
| | | | | | | | Automated import of CL 149721
* | Adding Text-To-Speech default settings in the Settings application.Jean-Michel Trivi2009-06-094-0/+119
| |
* | Add EAP/802.1X configuration for WiFi Setting.Chung-yih Wang2009-06-093-10/+151
| | | | | | | | | | | | | | | | | | | | 1. Remove the isEnterprise() filter in Scanresult. 2. This requires the new fields such as identity, eap, certificate/key to support EAP authentication in Wifi Settings. 3. Add simple file-based keystore to select the cert/key from UI. -- Updated from the comments. -- Fix the bug for passing null pointer for adding spinner items.
* | Implement the power-control widget.Ken Shirriff2009-06-0821-2/+133
| | | | | | | | | | | | | | | | | | This widget allows uses to turn on/off bluetooth, wifi, gps, and sync, and adjust brightness without going through the settings menu. The widget provider updates the settings when the buttons are pressed. The widget provider is also a receiver for events indicating that the status was updated elsewhere and the buttons need to be changed.
* | Remove Network Location" opt-in dialog from "Security and Settings"Mike Lockwood2009-06-0715-75/+0
| | | | | | | | | | | | This dialog is being moved to the Network Location Provider itself. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Merge change 3082 into donutAndroid (Google) Code Review2009-06-041-1/+1
|\ \ | | | | | | | | | | | | * changes: Removing empty b tag in string (that leaves a big multi-line warning in each build).
| * | Removing empty b tag in string (that leaves a big multi-line warning in each ↵Jean-Michel Trivi2009-06-031-1/+1
| | | | | | | | | | | | build).
* | | Add detail page for Battery usage and track GPS and foreground CPU.Amith Yamasani2009-06-034-10/+175
|/ / | | | | | | | | Show details such as Cpu time, Cpu foreground time, data sent/received, and GPS usage.