summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
* Add dialog when ejecting sdcardSuchi Amalapurapu2010-02-241-0/+15
| | | | Remove some dead code
* Apps on SD Card project.Oscar Montemayor2010-02-222-0/+18
| | | | | Settings for Manage Applications that allow the user to choose default application installaction location. Options are: internal flash, SD card, or automatic.
* 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.
* Checkbox (in Sound settings) to control new lockscreen sfx.Daniel Sandler2010-02-171-0/+6
|
* 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-121-0/+8
| | | | | | 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-112-33/+80
|
* Volume settings refinements as per designer feedback.Amith Yamasani2010-02-111-4/+4
| | | | Reduced titles, changed dialog icon, reduced padding.
* Fix 2373088: Update SecuritySettings with new layout and minor logic tweaks.Jim Miller2010-02-101-4/+8
|
* Add new buttons to clear data, move apps to/from sdcardSuchi Amalapurapu2010-02-101-0/+10
| | | | rearrange layouts
* Remove USE_LOCATION_FOR_SERVICES from SettingsBjorn Bringert2010-02-081-13/+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-041-0/+21
| | | | bug:2281900
* Add 'restore on app install?" to Privacy settings UIChristopher Tate2010-02-031-4/+11
| | | | Change-Id: I6fe4b05596881ae26ebf536d9774fb3033aa15f3
* WifiSettings: remove dead code.Chia-chi Yeh2010-02-032-166/+0
|
* Settings: Refactor for new API & remove obsolete settingSan Mehat2010-02-021-6/+0
| | | | Signed-off-by: San Mehat <san@google.com>
* WifiSettings: revise and add support for editing EAP networks.Chia-chi Yeh2010-02-022-104/+186
| | | | | | | | | | | | | 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!
* Convert menu options to tabsSuchi Amalapurapu2010-01-281-0/+3
| | | | Add new tab for apps on sd
* Update settings UI to support multiple device admins.Dianne Hackborn2010-01-271-4/+10
|
* 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-262-1/+16
| | | | | | 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-251-0/+10
| | | | | | | | | | | 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-251-19/+25
| | | | | | | | 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 39c3d10b: am 0e2ab4f8: New top-level Dock in Settings and a Dock Settings ↵Amith Yamasani2010-01-211-2/+2
|\ | | | | | | | | | | | | | | | | 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-181-2/+2
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 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-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #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).
* | | am 3b7ffa5e: am 01a868d7: Merge "Strings for new Dock settings screen, to ↵Amith Yamasani2010-01-201-2/+19
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | get started on the L10N." into eclair Merge commit '3b7ffa5eeff9fddbbfdf3c8bdff4b19b1eb7a4df' * commit '3b7ffa5eeff9fddbbfdf3c8bdff4b19b1eb7a4df': Strings for new Dock settings screen, to get started on the L10N.
| * | am 01a868d7: Merge "Strings for new Dock settings screen, to get started on ↵Amith Yamasani2010-01-141-2/+19
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | the L10N." into eclair Merge commit '01a868d73b2c0a8c969a4ad37af0e0a98a9eb156' into eclair-plus-aosp * commit '01a868d73b2c0a8c969a4ad37af0e0a98a9eb156': Strings for new Dock settings screen, to get started on the L10N.
| | * Strings for new Dock settings screen, to get started on the L10N.Amith Yamasani2010-01-141-2/+19
| | |
* | | Initial UI for managing device policies.Dianne Hackborn2010-01-161-0/+16
| | | | | | | | | | | | | | | More to come... what is here now is very ugly, and completely missing the confirmation screen for setting a device administrator.
* | | WifiEnabler: add support to show supplicant state.Chia-chi Yeh2010-01-161-1/+51
| | |
* | | Settings: revise WifiEnabler and BluetoothEnabler.Chia-chi Yeh2010-01-151-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | This mainly changes the way both enablers react to the airplane mode. Now enablers show a toast message instead of disabling the check box directly. This avoids the inconsistent state introduced by WirelessSettings which controls the check box using layout dependency. Related bug: 2053751
* | | Change filter options from being menu items to tabbed views.Suchi Amalapurapu2010-01-121-4/+0
| | | | | | | | | | | | Remove unused strings.
* | | Fix 2332563: Add password-lock support to lockscreenJim Miller2010-01-112-45/+85
| | |
* | | Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-3/+3
| | | | | | | | | | | | Bug: #2361749.
* | | settings: Change unmount button to a mount/unmount toggleSan Mehat2010-01-061-0/+8
| | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | | am d638a7cb: am 04e32ff3: Merge "b/2335545 Revert the dock strings back to ↵Michael Chan2010-01-061-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | "For Music and Media"" into eclair Merge commit 'd638a7cb0841184349edbec2c995a36e5719cb8c' * commit 'd638a7cb0841184349edbec2c995a36e5719cb8c': b/2335545 Revert the dock strings back to "For Music and Media"
| * | am 04e32ff3: Merge "b/2335545 Revert the dock strings back to "For Music and ↵Michael Chan2010-01-061-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | Media"" into eclair Merge commit '04e32ff35fe60cdd62509cff1df24d62cd464f4e' into eclair-plus-aosp * commit '04e32ff35fe60cdd62509cff1df24d62cd464f4e': b/2335545 Revert the dock strings back to "For Music and Media"
| | * b/2335545 Revert the dock strings back to "For Music and Media"Michael Chan2010-01-061-1/+1
| | | | | | | | | | | | Change-Id: I1c8cbfb07cfb9822d62a5fa688cee060f81ab221
* | | am eea5133f: am c0a606d2: b/2334482 Revert white spacesMichael Chan2009-12-171-36/+36
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'eea5133fa927afcc90a70a5026d3873821b2dfd3' * commit 'eea5133fa927afcc90a70a5026d3873821b2dfd3': b/2334482 Revert white spaces
| * | am c0a606d2: b/2334482 Revert white spacesMichael Chan2009-12-171-36/+36
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit 'c0a606d2d639c34bb763b73974e04e55f2d2ad8d' into eclair-plus-aosp * commit 'c0a606d2d639c34bb763b73974e04e55f2d2ad8d': b/2334482 Revert white spaces
| | * b/2334482 Revert white spacesMichael Chan2009-12-171-36/+36
| | | | | | | | | | | | Change-Id: I52981da0928a9852f3256a7cee1f03768d7735a4
* | | am 51477943: am c611e5a7: b/2334482 Dock string changed to Music, ringer, ↵Michael Chan2009-12-171-37/+37
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | alarms (silences phone) Merge commit '5147794329ee6a6b503ce13dff3dc0a50a355c6d' * commit '5147794329ee6a6b503ce13dff3dc0a50a355c6d': b/2334482 Dock string changed to Music, ringer, alarms (silences phone)
| * | am c611e5a7: b/2334482 Dock string changed to Music, ringer, alarms ↵Michael Chan2009-12-171-37/+37
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | (silences phone) Merge commit 'c611e5a7c6773f3410f7ba60dc34071f7301ed38' into eclair-plus-aosp * commit 'c611e5a7c6773f3410f7ba60dc34071f7301ed38': b/2334482 Dock string changed to Music, ringer, alarms (silences phone)
| | * b/2334482 Dock string changed to Music, ringer, alarms (silences phone)Michael Chan2009-12-171-37/+37
| | | | | | | | | | | | Change-Id: I36ee0f20b35df1d8f91f543dd315fc8cef184143
| * | am 0c75b2d2: Merge change I80790bdb into eclairMichael Chan2009-12-071-2/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | Merge commit '0c75b2d2dc35b88d5cb9db96afc72ed074ca5350' into eclair-plus-aosp * commit '0c75b2d2dc35b88d5cb9db96afc72ed074ca5350': b/2296110 Dialog for setting up dock audio.
| * | am 0bd445b9: b/2296110 New Dialog which appears when phone is place on dock.Michael Chan2009-12-031-1/+16
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '0bd445b974292dc3910b6bb85dcee7e7c378968f' into eclair-plus-aosp * commit '0bd445b974292dc3910b6bb85dcee7e7c378968f': b/2296110 New Dialog which appears when phone is place on dock.
| * \ \ am e2caf2ee: Merge change I82be95f6 into eclairAmith Yamasani2009-12-022-0/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'e2caf2eefe84418fb1390b24aa24d5ec021438a8' into eclair-plus-aosp * commit 'e2caf2eefe84418fb1390b24aa24d5ec021438a8': Feature #2296147 Settings for Car/Desk Dock on certain devices
| * \ \ \ am 8f2fb65b: Setting in Sound & Display for trackball pulsing on ↵Amith Yamasani2009-12-022-0/+25
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | notification. Bug #2238250 Merge commit '8f2fb65b360ebc7ed71ddbc884451536e5e99c03' into eclair-plus-aosp * commit '8f2fb65b360ebc7ed71ddbc884451536e5e99c03': Setting in Sound & Display for trackball pulsing on notification. Bug #2238250