summaryrefslogtreecommitdiffstats
path: root/res/xml
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Support new vibrate/silent behavior.Daniel Sandler2010-02-261-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The updated settings tree looks like this: [ ] Silent mode (unchanged) [ ] Allow vibration in silent mode (new) Phone vibrate: (changed from boolean) ( ) Always ( ) Only in silent mode ( ) Never See change I14cf91b0 for explanation & framework support. Change-Id: I22ba7bcfa5ddf4e545800083c6e80fb655f211e5
* | | Fix for 2284833 : Remove big brightness icon and make it a small one on the ↵Amith Yamasani2010-02-261-1/+0
|/ / | | | | | | title bar.
* | Apps on SD Card project.Oscar Montemayor2010-02-221-1/+9
| | | | | | | | | | Settings for Manage Applications that allow the user to choose default application installaction location. Options are: internal flash, SD card, or automatic.
* | Merge "Checkbox (in Sound settings) to control new lockscreen sfx."Daniel Sandler2010-02-181-1/+10
|\ \
| * | Checkbox (in Sound settings) to control new lockscreen sfx.Daniel Sandler2010-02-171-1/+10
| | |
* | | Show current locale as summary for Select language setting.Amith Yamasani2010-02-171-2/+2
|/ / | | | | | | Bug: 2402834
* | Update Settings UI regarding tethering.Robert Greenwalt2010-02-161-0/+1
| | | | | | | | | | | | If tethering is disabled (build var or a gservices property) for the device, don't show any of the tethering options. If Usb Tethering is disabled (config.xml) don't show Usb Options. If Wifi Tethering is disabled (config.xml) don't show Wifi Options.
* | Dynamically populate a list of available recognition services in voice settings,Mike LeBeau2010-02-121-14/+17
| | | | | | | | | | | | only showing the option to choose if there is more than one to choose from. Use the new settingsActivity meta-data to target the appropriate settings activity for the chosen recognizer.
* | Fix 2332563: Update logic for lockscreen in Settings.Jim Miller2010-02-115-22/+167
| |
* | Remove USE_LOCATION_FOR_SERVICES from SettingsBjorn Bringert2010-02-081-10/+0
| | | | | | | | | | | | | | | | | | This has been moved to GoogleSettingsProvider as part of unbundling. Part of http://b/issue?id=2383870 Change-Id: Ia8e5725b1749fa95436fade0ea23061eb2ca4822
* | First pass at USB-only tether settings.Robert Greenwalt2010-02-042-0/+44
| | | | | | | | bug:2281900
* | Add 'restore on app install?" to Privacy settings UIChristopher Tate2010-02-031-2/+7
| | | | | | | | Change-Id: I6fe4b05596881ae26ebf536d9774fb3033aa15f3
* | WifiSettings: rename WifiSettings2 to WifiSettings.Chia-chi Yeh2010-02-033-1/+1
| |
* | WifiSettings: remove dead code.Chia-chi Yeh2010-02-032-75/+0
| |
* | Settings: Refactor for new API & remove obsolete settingSan Mehat2010-02-021-9/+0
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | WifiSettings: revise and add support for editing EAP networks.Chia-chi Yeh2010-02-023-1/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | Use arrays.xml to store translations for enumerations; avoid race conditions happened when pop up menu or dialog; avoid saving configurations with networks disabled; use the same layout for all the dialogs; support editing EAP networks; only unlock keystore before connecting; and many bug fixes I cannot remember. The number of lines in the new code is about 1/3 of the old one, and it improves the readability a lot!
* | Add a new "Voice input & output" top-level section of system settings.Mike LeBeau2010-01-252-9/+50
| | | | | | | | | | | | | | | | | | | | | | This replaces the existing "Text-to-speech" section, placing that inside, along with a link to the newly exposed voice search settings (which will soon be expanded) and a link to the LatinIME settings (pending a link to a new section in LatinIME for just voice settings, including the comma setting and a new input language setting). The VoiceSearch and LatinIME links are smart enough to remove themselves if those don't exist on the device.
* | Refactor settings hierarchy and clump all volumes in one dialog.Amith Yamasani2010-01-253-57/+69
| | | | | | | | | | | | | | | | Bug:2362077 Bug:2312836 Bug:2166486 Split Sound and Display into separate top-level settings. All volume settings (including Alarm volume) now in one Volume dialog. Remove some sub-texts to reduce clutter.
* | am b9f29667: am 63c6a309: Merge "Add dock icon for top-level settings. ↵Amith Yamasani2010-01-221-0/+1
|\ \ | |/ | | | | | | | | | | | | | | #2367275" into eclair Merge commit 'b9f2966707004b84760b498d8fc05b3c8f144f59' * commit 'b9f2966707004b84760b498d8fc05b3c8f144f59': Add dock icon for top-level settings. #2367275
| * Add dock icon for top-level settings. #2367275Amith Yamasani2010-01-201-0/+1
| | | | | | | | Added mdpi and hdpi icons, and updated settings.xml to point to them.
* | am 39c3d10b: am 0e2ab4f8: New top-level Dock in Settings and a Dock Settings ↵Amith Yamasani2010-01-213-7/+40
|\ \ | |/ | | | | | | | | | | | | | | screen with Audio item. #2367275 Merge commit '39c3d10bfccd74b26b045e3d6a712d282fba88d8' * commit '39c3d10bfccd74b26b045e3d6a712d282fba88d8': New top-level Dock in Settings and a Dock Settings screen with Audio item. #2367275
| * New top-level Dock in Settings and a Dock Settings screen with Audio item. ↵Amith Yamasani2010-01-153-7/+40
| | | | | | | | | | | | | | | | | | | | #2367275 Add a new top-level setting for car/desktop dock settings. Sub menu contains one item - Audio (settings) Sub text for Audio shows current docked status and launches either the audio settings or a dialog saying that you're not docked and you need to buy a new dock from Google (kidding).
* | Merge "Haptic feedback setting doesn't need to be disabled in Silent mode."Amith Yamasani2010-01-121-2/+1
|\ \
| * | Haptic feedback setting doesn't need to be disabled in Silent mode.Amith Yamasani2010-01-121-2/+1
| | | | | | | | | | | | Removed dependency on silent mode setting. Must have been a copy/paste error.
* | | Fix 2332563: Add password-lock support to lockscreenJim Miller2010-01-111-9/+31
|/ /
* | Change the "Brasilia" time zone to follow America/Sao_Paulo DST rules.Eric Fischer2010-01-081-1/+1
| | | | | | | | | | | | | | Previously it was using America/Araguaina, which does not currently observe DST. Brasilia is actually in an area that follows the Sao_Paulo rules. Bug 2362824
* | settings: Change unmount button to a mount/unmount toggleSan Mehat2010-01-061-1/+1
| | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | Allow bluetooth in airplane mode when in "toggleable" list.Jeff Sharkey2009-12-221-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Settings.System.AIRPLANE_MODE_TOGGLEABLE_RADIOS is a list of radios that can be toggled while in airplane mode. This CL changes BluetoothEnabler to respect this. It parallels the logic in WifiEnabler, which enables OEMs to allow Wifi changes when in airplane mode. Most existing devices don't include "bluetooth" in the toggleable list, which means bluetooth will continue to be disabled when in airplane mode for those devices. Fixes http://b/2297314
* | Exposing the ability to select a default TTS engine to theCharles Chen2009-12-141-0/+5
| | | | | | | | user by adding it into Settings.
* | Wifi diagnostic app to enable debug and provide informationIrfan Sheriff2009-12-102-0/+54
|/ | | | | | | | | | | | | This is the first checkin on the wifi diagnostic app. Right now, it supports using the WifiManager API, shows the configuration details and provides status on the supplicant, network and wifi state along with some additional details. More to come: - add more API and status on any additional fields - provide a way to show some logs Bug: 2302130
* b/2296110 New Dialog which appears when phone is place on dock.Michael Chan2009-12-031-20/+17
| | | | Change-Id: I58b216ee9b4ca9ce16210309358c0512271e128e
* Feature #2296147 Settings for Car/Desk Dock on certain devicesAmith Yamasani2009-12-021-4/+25
| | | | | | This inserts a launcher for the Dock settings dialog, if the device supports it and is currently docked. The menu item disappears if the phone is not docked in the car/desk dock.
* Setting in Sound & Display for trackball pulsing on notification. Bug #2238250Amith Yamasani2009-12-011-2/+8
|
* b/2219381 Gray out Bluetooth Settings for the emulatorMichael Chan2009-10-291-0/+1
| | | | Change-Id: I11ae2e6c7652ba550aeadf0dadb6f520c19dedc6
* Add Authentication Type field to the APN settings.Jaikumar Ganesh2009-10-261-0/+6
| | | | Bug: 1817100
* Add a intent extra to only show the access points in the settings menu.Neel Parekh2009-10-222-2/+32
| | | | Bug: 2198865
* Add Safety information to Settings > About PhoneWink Saville2009-09-261-0/+6
| | | | | | | | | | The Safety information link is stored in a system property, ro.url.safetylegal If the phone has data connection, select "Safety information" menu will open the Safety information link. If there is no data connection for the phone, a message will pop up which ask user to open Safety information link from PC. Change-Id: Ia46e2e868ebcda93138cb9f00c978d8ac827022a
* packages/apps/Setting: Make vkey button haptics part of global haptic settingDan Murphy2009-09-251-0/+8
| | | | | | This change ties the virtual key haptics to the global haptics settings Signed-off-by: Dan Murphy <D.Murphy@motorola.com>
* New icon for Privacy.Amith Yamasani2009-09-241-9/+0
| | | | Also, forgot to remove Factory reset from About phone.
* New Privacy settings screen and Backup settings toggle. See #2132044 & #2133178Amith Yamasani2009-09-233-6/+63
| | | | | Also fixes 2138367: Share with Google setting doesn't get updated on checking the setting And 2098232: "Set unlock pattern" should be at the top of the section
* Adjust widget size.Ken Shirriff2009-09-211-1/+1
| | | | | Without this change, the widget cannot be placed on the home screen in landscape mode because it's thought to be too big.
* Fix power widget dimensions.Ken Shirriff2009-09-201-1/+1
| | | | The widget was taking 2 units vertically on some devices.
* Add "settings" to a bunch of screens. Fix 2110077, 2115734, 2101651Amith Yamasani2009-09-176-13/+14
| | | | | | | | Move Factory data reset to About phone. Show input method when dialog to enter/edit new dictionary word is displayed. Add title to Accessibility settings.
* Fix broken 9patch for hdpi.Romain Guy2009-09-161-2/+2
| | | | Change-Id: I88c1bde1b0a19ccd9084889313e64a0a924f4bb0
* Improve running services to services managed by the system.Dianne Hackborn2009-09-031-5/+6
| | | | | | Also a little tweak to the animations preference. Change-Id: I3183ef21e687a3b120d02c79e7388300084b9202
* New UI for viewing and stopping currently running services.Dianne Hackborn2009-09-011-0/+8
| | | | Change-Id: I86012262635c911be23513aa0b027174b490374d
* Hide the "Enable Assisted GPS" checkbox in security & location settings.Mike Lockwood2009-08-251-1/+3
| | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* Remove summaries from top-level of settings.Amith Yamasani2009-08-241-22/+9
|
* Implement Bluetooth device pickerYue Lixin2009-08-191-0/+30
| | | | | | | Add Bluetooth device picker in Settings - add resource to support device picker - show different UI accroding to start Intent - add OPP profile manager
* Merge commit '49e8d2e9' into eclairAndroid Git Automerger2009-08-131-1/+2
|\