summaryrefslogtreecommitdiffstats
path: root/res/xml
Commit message (Collapse)AuthorAgeFilesLines
* Add support for setting lock widgetsMichael Jurka2012-09-145-2/+27
| | | Change-Id: I26165f1bc60e3cf277dbdd4f627ac720b492ffde
* User management UI: take 2Amith Yamasani2012-09-102-36/+13
| | | | | | | | Single screen user management, also visible on secondary users. Work in progress, especially with respect to synchronizing with the Me profile. Change-Id: Id6e94a85d53356847e4e019c52e3388de9ecb354
* Add package verification to settings apprich cannings2012-09-071-0/+6
| | | | | | | | Adds a dialog/toggle in security settings to turn package verification on and off. Bug: 7082362 Change-Id: I9985437ae28e4a999992c91a7e88547495ccbda2
* Settings for the screen magnification feature.Svetoslav Ganov2012-09-072-7/+22
| | | | | | | | | | | | | | | | | 1. Screen magnification on the device has to he explicitly enabled by the user before allowing a global gesture related interactions. The feature toggle setting is in Settings->Accessibility and it is a separate screen with instructions how to use the feature and a toggle switch. 2. Added a setting in developer options for toggling the magnification auto update feature. If this features is on the screen is zoomed out or rotation or activity start. Also if the feature is enabled the magnified viewport will scroll to show popped up windows. bug:5587727 Change-Id: Ic45a21d3a3928e2f5aac034751801f090b261488
* am 98d9380a: am 680c8c8e: resolved conflicts for merge of 33f86196 to ↵Elliott Hughes2012-09-061-2/+1
|\ | | | | | | | | | | | | stage-aosp-master * commit '98d9380a5c3c6a6bfa5687af993ea43c882226b9': Stop hard-coding sample 12- and 24-hour times.
| * resolved conflicts for merge of 33f86196 to stage-aosp-masterElliott Hughes2012-09-061-2/+1
| |\ | | | | | | | | | Change-Id: Ifc5a986179d010358a93869d9e8867af8c30f9b8
| | * Stop hard-coding sample 12- and 24-hour times.Elliott Hughes2012-09-061-2/+1
| | | | | | | | | | | | | | | Bug: 6881640 Change-Id: I6b0d6404b0299f9efa8fd12779799f703f1c764f
* | | Add new setting to control overlay displays.Jeff Brown2012-08-291-0/+7
| | | | | | | | | | | | Change-Id: I9582bb149dca716699ef5977ef8f84bb3136e0c0
* | | Always-on VPN.Jeff Sharkey2012-08-261-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Adds support for always-on VPN profiles. Users pick an always-on VPN from list of existing VPN profiles, which must use an IP address for both VPN server and DNS. Moved "add" operation into action bar. Bug: 5756357 Change-Id: I4c7ed7f2a3b027be1baf65c08213336a61f3acfe
* | | Simplify User management settings to bare minimumAmith Yamasani2012-08-221-37/+0
| | | | | | | | | | | | | | | | | | No need to restrictions or account association at this time. Change-Id: Ic4ae43d5bb9d4308e67499495d44c12de9e61777
* | | Fix for setting TTS language to recently downloaded onePrzemyslaw Szczepaniak2012-08-141-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If user added new voice pack, then set it as a default language, went level back and went to TTS settings again, it ended in crash. This is because first updateVoiceDetails uses old voice data details that settings retreived long time ago. locales preference is hidden until TTs engine returns list of locales. Change-Id: I33a81ff259c69adb4c051ee693b6c41b93f302d0
* | | Use UserManager instead of PackageManager for user managementAmith Yamasani2012-08-101-11/+15
| | | | | | | | | | | | | | | | | | | | | Show Accounts in secondary settings Move Users & restrictions to Device section Change-Id: Idcd7ed44801fe92c847cff81d11f3d6f6d06ba81
* | | Setting to turn off power optimizationsIrfan Sheriff2012-08-091-0/+6
| | | | | | | | | | | | | | | Bug: 5885175 Change-Id: I55bfabdffea95d151af6bb4d9da9137124bcb763
* | | am 75266364: am 5d72b272: Merge "Add support for SE Android to the Settings ↵Jean-Baptiste Queru2012-08-081-0/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | app." * commit '7526636406087666d005d389ddc0cdacd79499fd': Add support for SE Android to the Settings app.
| * | am 5d72b272: Merge "Add support for SE Android to the Settings app."Jean-Baptiste Queru2012-08-081-0/+6
| |\ \ | | |/ | | | | | | | | | * commit '5d72b2726797374e402943182d8132045ed32d3a': Add support for SE Android to the Settings app.
| | * Add support for SE Android to the Settings app.Stephen Smalley2012-07-201-0/+6
| | | | | | | | | | | | | | | | | | Display SELinux status (disabled, permissive, enforcing) under About phone. Change-Id: I69529fb7a3adfe31eccb16d79740fc4952ff5e68
* | | Merge "Add dev setting to enable global actions bug report button." into ↵Dianne Hackborn2012-08-071-2/+7
|\ \ \ | | | | | | | | | | | | jb-mr1-dev
| * | | Add dev setting to enable global actions bug report button.Dianne Hackborn2012-08-071-2/+7
| | | | | | | | | | | | | | | | Change-Id: I3768f95e1c6fbec9c10186093e5e1d48b0ef6ae4
* | | | Add new dev settings to debug hardware layersRomain Guy2012-08-061-0/+5
|/ / / | | | | | | | | | Change-Id: I2668552d70911a90e173efdf75bc44139ed394c8
* | | Re-enable dreams: SettingsJohn Spurlock2012-08-021-17/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-arrange settings and captions for dreams. Activation on sleep and activation on dock now independent. Sleep activation defaults to off, dock activation defaults to on (replacing dock mode). Also use dream manager service for testing dream preference, and properly disable preferences if both dream activations are disabled. Change-Id: I76f5ba115c7678826a09077dd393acc55c2bca26 Bug: 6921930
* | | am 2d018a8b: am 07841668: Merge "Move Google-apps specific location settings ↵Amith Yamasani2012-07-261-5/+19
|\ \ \ | |/ / | | | | | | | | | | | | | | | to a Google package" into jb-dev * commit '2d018a8b0d2f0a7e7c3ee9ea2d9ba7df3a161604': Move Google-apps specific location settings to a Google package
| * | Move Google-apps specific location settings to a Google packageAmith Yamasani2012-07-261-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6882764 This removes the Google specific checkbox and adds a master toggle for location providers which turns both providers on/off when toggled. Change-Id: I2a7af0953902bfd6f4b221725dc2d838bb3d0ce4
* | | am b2a16b92: am ea819b07: Merge "Implement issue #6819955: Add button to ↵Dianne Hackborn2012-07-131-0/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | take bug report." into jb-dev * commit 'b2a16b9202f6daa609d152ffc2fd273088fbb1ac': Implement issue #6819955: Add button to take bug report.
| * | Implement issue #6819955: Add button to take bug report.Dianne Hackborn2012-07-131-0/+5
| | | | | | | | | | | | Change-Id: Ic615180121d4db52f92aa8264d95d790de5fff9d
* | | am e8b25302: am b0b45c02: Display FCC id for LTE in Settings.John Wang2012-07-121-0/+6
|\ \ \ | |/ / | | | | | | | | | * commit 'e8b2530260abc74e570ae266b49bade240f14913': Display FCC id for LTE in Settings.
| * | Display FCC id for LTE in Settings.John Wang2012-07-111-0/+6
| |/ | | | | | | | | | | | | If ro.ril.fccid is set by RIL, display it at Settings -> About Tablet -> FCC Equipment ID. bug:4965501 Change-Id: I920ab071bf1997c4fbf3ce81f88e24f512d004c3
* | resolved conflicts for merge of 8f12b128 to masterJake Hamby2012-06-251-0/+10
|\ \ | |/ | | | | Change-Id: I35552dafc1fc7f128726504ea97b5c3e446ac0df
| * Add menu item to Settings to go to Cell Broadcast settings.Jake Hamby2012-06-251-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add menu item to Settings when "config_cellBroadcastAppLinks" config option is set to true to jump to the Cell Broadcast app settings activity. This enables the Cell Broadcast launcher icon to be removed, while still allowing access to the app (by adding a similar menu item to the MMS app) and its settings activity (this settings link). The menu item will not be added if the CellBroadcastReceiver package is disabled or not installed. Bug: 6709985 Change-Id: If3a3016ceea70704790964c0b712c31cb38f7b62
* | UI to add a photo to a user's profile.Amith Yamasani2012-06-122-7/+18
|/ | | | | | Photo will be shown in user management screen and switcher. Change-Id: Icc0a39487daae13530fc1741780fb42fee0dada4
* Merge "Removing head turn and putting blink back" into jb-devDanielle Millett2012-06-081-3/+3
|\
| * Removing head turn and putting blink backDanielle Millett2012-06-081-3/+3
| | | | | | | | | | | | | | | | Changing the strings and workflow in settings to be blink again instead of the new head turn. This basically undoes the following two cls: I67c8acd4 and Ifc7b6e18. Change-Id: I8694b1d82efac9d2f97c29128da6698b6ac2a4ce
* | Add back a SYNC_SETTINGS screenAmith Yamasani2012-06-061-0/+21
|/ | | | | | | | | | | | | | | Revive the old Accounts&Sync screen as a dialog with the auto-sync checkbox and a list of accounts. This will be launched when Apps request a SYNC_SETTINGS page for controlling account and master sync. Auto-sync data checkbox will also continue to exist in Data Usage. Minor fixes to account list and account update monitoring. Bug: 6614013 Bug: 6622995 Bug: 6610247 Change-Id: I35c0919a29c6bc7e5edf64f2734a3ef4f5ae5e7a
* Increase dimens for power control widget for sw600dpAndrew Flynn2012-06-051-2/+2
| | | | | Bug: 6527125 Change-Id: If4c3dad24e8fc70ca76bb551cfd9e32be96a6337
* Account types at toplevel of SettingsAmith Yamasani2012-06-043-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganized Account settings to show account types at the top-level of Settings. Only account types that have accounts added are visible here. There is an Add account button to add a new account. Master sync toggle has moved to Data Usage screen in the overflow menu. It shows additional detail of the function of the auto-sync toggle when it is toggled by the user. Account type screen (ManageAccountsSettings) shows list of accounts of that type and any available authenticator settings. It additionally verifies any Intents can be resolved before showing the corresponding entry. This screen now shows last synced time for each account. You can now sync all accounts of a type by selecting Sync now in the Account type screen. Account Sync screen that shows the list of syncable items has minor tweaks: - "Last synced...", "Sync is OFF" - Doesn't show the authenticator settings here anymore. Bug: 6579937 Change-Id: I8139a4c992b525a3e1efc24d2d223c3f5caddc76
* Merge "Fix poor network detection setting" into jb-devIrfan Sheriff2012-05-311-3/+3
|\
| * Fix poor network detection settingIrfan Sheriff2012-05-311-3/+3
| | | | | | | | | | | | | | | | We used to base this on watchdog being turned on, but it should be based on whether device is wifi only Bug: 6576101 Change-Id: Ib5221287e6713c625d39ef986ceb278825fb4895
* | BUG 5457035 : Anti-spoofing : DO NOT MERGEUriel Rodriguez2012-05-301-0/+5
|/ | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit 060b9daf5fe3c45573a13a149bf98f4fa1e6a46f Author: Danielle Millett <dmillett@google.com> Date: Wed May 30 15:50:03 2012 -0400 Added head turn option for Face Unlock. In security settings there is an option for head turn and it shows the current status (on/off). Clicking on this goes to another screen that describes the feature and allows the user to it on/off. Since the head turn option goes to a different screen instead of using a check box, this change also rips out the rest of the code for the old liveliness checkbox. Change-Id: I197af51084f3e751081fa159dadd6c2c80840d1e Change-Id: I67c8acd49316b49771a0bb97b4a5fbd5a1c13262
* Updating the checkbox state to match the title.Svetoslav Ganov2012-05-181-1/+1
| | | | | | | | | | 1. Now the the setting is names lock screen rotation which is the opposite as it was before so this patch reverses the checkbox state. bug:6507335 Change-Id: Ic0aab21fa70871f64e37ac05f7917d69f9c0a0df
* Merge "Removing explore by touch from settings." into jb-devSvetoslav Ganov2012-05-181-12/+0
|\
| * Removing explore by touch from settings.Svetoslav Ganov2012-05-181-12/+0
| | | | | | | | | | | | | | | | | | | | | | 1. Now accessibility services request this mode and we show a dialog so the user can give a consent. Accessibility servces can toggle this mode at runtime from their settings, for example. bug:5932640 Change-Id: Id4d3e9c83c488f97b7e53d4baadf7de886958a4d
* | No more silent-mode tristate in Sound Settings.Amith Yamasani2012-05-161-6/+0
|/ | | | | | | Delete delete delete. Bug: 6036529 Change-Id: Ia1ec2a1740c3010ec4373bed18ce72bedcb9211b
* Merge "Enforce READ_EXTERNAL in Developer Options." into jb-devJeff Sharkey2012-05-151-0/+5
|\
| * Enforce READ_EXTERNAL in Developer Options.Jeff Sharkey2012-05-141-0/+5
| | | | | | | | | | | | | | | | Move from Storage to Developer Options, and add interstitial dialog with more details. Bug: 6461446 Change-Id: I6d3d8fdc61a3e920ed58ab4d726949ac3c31feab
* | Merge "Removing the blink checkbox and strings" into jb-devDanielle Millett2012-05-141-5/+0
|\ \
| * | Removing the blink checkbox and stringsDanielle Millett2012-05-141-5/+0
| |/ | | | | | | Change-Id: Ifc7b6e185bf47cb7d11c120afd18d2e29c68bc3a
* | Modify menu layout for sound settingDaisuke Miyakawa2012-05-141-9/+9
|/ | | | | | | | | | | | | - Move notification setting to "System" section - Modify strings for category titles - Change strings' names too to reflect their contents -- sound_category_calls_and_notification_title -> sound_category_call_ringtone_vibrate_title -- soud_category_feedback_title -> sound_category_system_title Bug: 6036529 Change-Id: I7aaa83571ae3d69212e9debaec4f3b4ec60a281c
* Merge "Introduce new "vibrate when ringing"" into jb-devDaisuke Miyakawa2012-05-091-0/+5
|\
| * Introduce new "vibrate when ringing"Daisuke Miyakawa2012-05-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | We once removed "vibrate and ring" option with I7168ed140266a7c754fb3d7209cf12e73041c306, while we still need vibration setting which only affects Phone app. This depends on I850d27629a75615647883fdaa2933f337c4824d1 See also I3a4ed2bd5e4bde05dfb97c7bb20b9284d1c6f13f for Phone app side change. Bug: 6036529 Change-Id: Idb0453e187f8025565d6744cd774613531e7cb8b
* | Merge "Settings to control traces." into jb-devDianne Hackborn2012-05-081-32/+47
|\ \
| * | Settings to control traces.Dianne Hackborn2012-05-081-32/+47
| |/ | | | | | | | | | | | | | | | | Also some re-organization of the debug options, and check for the case where the global debug setting is turned off but there are some debug options turned on (in which case we just switch to the global option being on). Change-Id: I710e3a009e2be9c7c1a1879a853ac736abf1d8d8