summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fix issue #2477264: "Force Stop" in "Manage Applications" is not working"Dianne Hackborn2010-03-031-0/+9
|\
| * Fix issue #2477264: "Force Stop" in "Manage Applications" is not workingDianne Hackborn2010-03-031-0/+9
| | | | | | | | Also add cancel button when adding a device admin.
* | Add support for tethering errors.Robert Greenwalt2010-03-031-0/+2
|/
* Disable tethering checkbox when USB mass storage is active.Mike Lockwood2010-03-031-0/+2
| | | | | Change-Id: If60fab4c18bbac4da22af6c1799f28344e9870bd Signed-off-by: Mike Lockwood <lockwood@android.com>
* Merge "Support new vibrate/silent behavior."Daniel Sandler2010-03-013-4/+29
|\
| * Support new vibrate/silent behavior.Daniel Sandler2010-02-263-4/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Import new translations.Eric Fischer2010-02-2640-3187/+4622
| |
* | Merge "Fix for 2284833 : Remove big brightness icon and make it a small one ↵Amith Yamasani2010-02-262-2/+2
|\ \ | |/ |/| | | on the title bar."
| * Fix for 2284833 : Remove big brightness icon and make it a small one on the ↵Amith Yamasani2010-02-262-2/+2
| | | | | | | | title bar.
* | Fixed bad 9-patches in power widget for mdpiAdam Powell2010-02-252-0/+0
|/
* Add dialog when ejecting sdcardSuchi Amalapurapu2010-02-242-132/+15
| | | | Remove some dead code
* Apps on SD Card project.Oscar Montemayor2010-02-223-1/+27
| | | | | Settings for Manage Applications that allow the user to choose default application installaction location. Options are: internal flash, SD card, or automatic.
* Add new button to report battery usage to the developer.Dianne Hackborn2010-02-223-5/+17
| | | | | | | | This displays a new button on the application battery usage details screen for the user to send a bug report to the developer, if that is possible to do. Also adds a button to directly force stop the app from the details screen, and uses the new facilities to determine whether the button should be enabled.
* Enable move option for moving packages from internal to sdcardSuchi Amalapurapu2010-02-191-0/+2
|
* Change "firmware version" to "android version"mah2010-02-181-1/+1
| | | | | | | | Bug: 2391822 In Settings -> About phone, the platform version was under the label "Firmware version". That doesn't really mean anything, because the build number is a more accurate identifier for the build that is currently running.
* Merge "Checkbox (in Sound settings) to control new lockscreen sfx."Daniel Sandler2010-02-182-1/+16
|\
| * Checkbox (in Sound settings) to control new lockscreen sfx.Daniel Sandler2010-02-172-1/+16
| |
* | 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.
* Make the one-recognizer case actually work. :) The settings item wasn'tMike LeBeau2010-02-121-4/+2
| | | | | | | | | | actually getting linked to the recognizer's settings in that case. Also add a summary line to the line for choosing the recognizer, so you can see which one is currently selected, in the case that more than one is installed. Fix the TTS settings strings to match what we do for voice input.
* Dynamically populate a list of available recognition services in voice settings,Mike LeBeau2010-02-122-14/+25
| | | | | | 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.
* New strings for the TTS Settings page. Required for plugins.Jean-Michel Trivi2010-02-111-0/+20
|
* Fix 2332563: Update logic for lockscreen in Settings.Jim Miller2010-02-119-60/+255
|
* Volume settings refinements as per designer feedback.Amith Yamasani2010-02-112-9/+9
| | | | Reduced titles, changed dialog icon, reduced padding.
* Fix 2373088: Update SecuritySettings with new layout and minor logic tweaks.Jim Miller2010-02-1011-382/+231
|
* Add new buttons to clear data, move apps to/from sdcardSuchi Amalapurapu2010-02-103-51/+71
| | | | rearrange layouts
* Merge "Remove USE_LOCATION_FOR_SERVICES from Settings"Bjorn Bringert2010-02-102-23/+0
|\
| * Remove USE_LOCATION_FOR_SERVICES from SettingsBjorn Bringert2010-02-082-23/+0
| | | | | | | | | | | | | | | | | | This has been moved to GoogleSettingsProvider as part of unbundling. Part of http://b/issue?id=2383870 Change-Id: Ia8e5725b1749fa95436fade0ea23061eb2ca4822
* | Update the mdpi resource with 2.0 style iconsBai Tao2010-02-082-0/+0
|/
* First pass at USB-only tether settings.Robert Greenwalt2010-02-043-0/+65
| | | | bug:2281900
* Add 'restore on app install?" to Privacy settings UIChristopher Tate2010-02-032-6/+18
| | | | Change-Id: I6fe4b05596881ae26ebf536d9774fb3033aa15f3
* WifiSettings: rename WifiSettings2 to WifiSettings.Chia-chi Yeh2010-02-033-1/+1
|
* WifiSettings: remove dead code.Chia-chi Yeh2010-02-038-553/+0
|
* Settings: Refactor for new API & remove obsolete settingSan Mehat2010-02-022-15/+0
| | | | Signed-off-by: San Mehat <san@google.com>
* WifiSettings: revise and add support for editing EAP networks.Chia-chi Yeh2010-02-027-105/+455
| | | | | | | | | | | | | 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!
* Merge "Convert menu options to tabs Add new tab for apps on sd"Suchi Amalapurapu2010-01-291-0/+3
|\
| * Convert menu options to tabsSuchi Amalapurapu2010-01-281-0/+3
| | | | | | | | Add new tab for apps on sd
* | Update display icon for settings top-level.Amith Yamasani2010-01-282-0/+0
|/
* Update settings UI to support multiple device admins.Dianne Hackborn2010-01-274-122/+84
|
* More device admin work:Dianne Hackborn2010-01-271-20/+25
| | | | | - Show a warning before removing an admin, if desired. - Additional message that can be shown when adding an admin.
* Remove trailing "settings" from the strings for the items under theMike LeBeau2010-01-261-3/+3
| | | | new "Voice input & output" top-level settings section.
* Work on the device admin settings UI.Dianne Hackborn2010-01-264-22/+172
| | | | | | Improve the look of the UI, and add the confirmation screen for enabling an administrator. This uses the new framework APIs to show its description and policies it will control.
* Add a new "Voice input & output" top-level section of system settings.Mike LeBeau2010-01-253-9/+60
| | | | | | | | | | | 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-2529-137/+125
| | | | | | | | 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-223-0/+1
|\ | | | | | | | | | | | | | | | | #2367275" into eclair Merge commit 'b9f2966707004b84760b498d8fc05b3c8f144f59' * commit 'b9f2966707004b84760b498d8fc05b3c8f144f59': Add dock icon for top-level settings. #2367275
| * am 63c6a309: Merge "Add dock icon for top-level settings. #2367275" into eclairAmith Yamasani2010-01-203-0/+1
| |\ | | | | | | | | | | | | | | | | | | Merge commit '63c6a30908a14cdc8cccee3f6a3e88275dcec30e' into eclair-plus-aosp * commit '63c6a30908a14cdc8cccee3f6a3e88275dcec30e': Add dock icon for top-level settings. #2367275
| | * Add dock icon for top-level settings. #2367275Amith Yamasani2010-01-203-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-214-9/+42
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | 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
| * | am 0e2ab4f8: New top-level Dock in Settings and a Dock Settings screen with ↵Amith Yamasani2010-01-184-9/+42
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | Audio item. #2367275 Merge commit '0e2ab4f884e549d7fb21d0227bf5ee61f9f7958a' into eclair-plus-aosp * commit '0e2ab4f884e549d7fb21d0227bf5ee61f9f7958a': 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-154-9/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #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).