summaryrefslogtreecommitdiffstats
path: root/res/xml
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Bring back the Android Beam settings panel.Jeff Hamilton2011-09-221-0/+6
| | | | | | | | | | | | | | | Bug: 5350022 Change-Id: I22d2c6f91f7ab86501021fe97a2d57b109ed10bf
* | | am bce7b69a: Merge "Move "Pulse notification light" to Display settings." ↵Amith Yamasani2011-09-202-5/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | into ics-factoryrom * commit 'bce7b69a27731ae9a58dbfa8f446c3b93d1f1cc6': Move "Pulse notification light" to Display settings.
| * | Move "Pulse notification light" to Display settings.Amith Yamasani2011-09-202-5/+5
| |/ | | | | | | | | Bug: 5242350 Change-Id: I91cb23ca8f49c1c053710031b0316b10d55fbab4
* | Adding info explaining facelock's backup lockDanielle Millett2011-09-161-0/+7
|/ | | | | | | | | This changes the security picker when selecting a backup lock for facelock such that it says back up lock and gives a brief description of why it's needed. This is currently a temporary way to display the info and will need to be changed for the final release. Change-Id: I6373f97caec088482d36c65bd210c79238c623cf
* Merge "Modify ApnEditor app for new APN schema." into ics-factoryromRobert Greenwalt2011-09-151-0/+13
|\
| * Modify ApnEditor app for new APN schema.sinikang2011-09-151-0/+13
| | | | | | | | | | | | | | | | | | | | | | As the telephony db is changed, The ApnEditor app has to be changed also. As your request, I changed the ListPreference object to read-only CheckBoxPreference object and "The Others" to "Unspecified".This is a pair set with below change-ids. - https://partner.source.android.com/g/#/c/8515/ - https://partner.source.android.com/g/#/c/8517/ - https://partner.source.android.com/g/#/c/9048/ Change-Id: I2bdd4f3076adfbee0f277ddb59a150e51e45ac9b bug:4991683
* | Remove NFC sharing from Settings.Martijn Coenen2011-09-151-7/+0
|/ | | | | Bug: 5297151 Change-Id: I64304230296912519aa057a89f139a2242b557e3
* Merge "Bug 5092721: Accounts & sync settings, auto sync in overflow menu."Gilles Debunne2011-09-141-11/+0
|\
| * Bug 5092721: Accounts & sync settings, auto sync in overflow menu.Gilles Debunne2011-09-141-11/+0
| | | | | | | | | | | | | | | | Was usually "Make auto-sync an on/off switch in the action bar" Changed to a check box in the overflow menu as per the comment in the bug. Change-Id: I5a722ec1c743232c019fe89144a0a9463431747a
* | Polish of the accessibility settings.Svetoslav Ganov2011-09-141-6/+12
|/ | | | | | | | | | | | | | 1. Some string changes according to updated UX specs. 2. Explore by touch now shown only if accessibility is on. 3. The one time dialog for installing TalkBack if no services are installed was not showing. bug:5293099 bug:5286578 Change-Id: I633999f798b16e2910d95d541a7c33d1a4f296b9
* Merge "Updated PowerWidget dimens Bug: 5278970"Justin Ho2011-09-091-2/+2
|\
| * Updated PowerWidget dimensJustin Ho2011-09-081-2/+2
| | | | | | | | | | | | Bug: 5278970 Change-Id: I70386349ac47cc58230c1ec0d18220e7af99a6e6
* | Merge "Bug 5042999: Wi-Fi disconnect policy strings"Gilles Debunne2011-09-091-1/+0
|\ \
| * | Bug 5042999: Wi-Fi disconnect policy stringsGilles Debunne2011-09-081-1/+0
| | | | | | | | | | | | | | | | | | | | | Changed string. Preference's summary now displays the currently selected value. Change-Id: I5d867bb149c247809c6794f57d91dbebd96392f4
* | | Fix 5185505: Add weak biometric sensors to security choices.Jim Miller2011-09-082-0/+51
|/ / | | | | | | | | | | | | | | This adds a simple biometric sensor (face lock) to the security choices. Updated to disable biometric sensor by default. Change-Id: I088e5e99cf5f8c7a06a1a992a9257940eb2cc07f
* | Merge "Move notification LED setting down to SYSTEM section."Amith Yamasani2011-09-081-5/+5
|\ \ | |/ |/|
| * Move notification LED setting down to SYSTEM section.Amith Yamasani2011-09-081-5/+5
| | | | | | | | | | Bug: 5242350 Change-Id: I4dbefc4e7ba5a19e873c00ba1da84e7a900226cf
* | Update PowerWidget minWidth/minHeight so it reports as 4x1Justin Ho2011-09-061-2/+2
|/ | | | | | | We may update this value again Bug: 5255991 Change-Id: I7297e6d4255dcb4925bc2fca67bdd75ae01ad1cc
* Merge "Update of accessibility settings"Svetoslav Ganov2011-09-011-8/+13
|\
| * Update of accessibility settingsSvetoslav Ganov2011-09-011-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | 1. Removed the global toggle switch - now each accessibility feature has to be turned on or off separately. 2. Added a setting for the screen rotation (same as Dispaly) since most of blind users want that behavior. bug:5166161 bug:5127475 Change-Id: I659aef62a8499461075f43520a3008fa7b8ff911
* | Merge "Update settings wording for ICS"Jean Chalard2011-09-011-21/+12
|\ \ | |/ |/|
| * Update settings wording for ICSJean Chalard2011-09-011-21/+12
| | | | | | | | | | Bug: 5069983 Change-Id: I882aded067e8cc75197f6d3fa5c11388368b6996
* | Expose wifi p2p toggle switch to userIrfan Sheriff2011-08-311-0/+5
|/ | | | | | | | | | | We will not show the Wifi p2p settings to user but the turn on/off capability is exposed to the user and applications will be expected to let user turn on and turn off p2p at launch. Remove the compound button integration from the settings page. Bug: 5242230 Change-Id: I54ec307304256b051e85201b8bb829d0e5544bfc
* Merge "Add a "show touches" option for demos and presentations. Bug: 4569045"Jeff Brown2011-08-291-0/+5
|\
| * Add a "show touches" option for demos and presentations.Jeff Brown2011-08-261-0/+5
| | | | | | | | | | | | Bug: 4569045 Change-Id: Ie074dbdc61c8e30222113edebdb2e4d5a83020e5
* | Rename {zeroclick, share_tap} -> ndef_push in code.Nick Pelly2011-08-261-4/+4
| | | | | | | | | | | | | | | | | | Not sure what the product name will be, but ndef push seems to be a nice neutral name for the code. Text strings are left as "Share Tap" for now. Change-Id: I9dbf82eda2273220c23f443710a340c2c93e8291
* | Merge "Fixing Wifi strings and pref ordering per ui"Irfan Sheriff2011-08-241-7/+7
|\ \ | |/ |/|
| * Fixing Wifi strings and pref ordering per uiIsaac Levy2011-08-241-7/+7
| | | | | | | | | | | | - also no longer disabling wifi_watchdog toggle when radio is off. Change-Id: Ic52249afd619028fe2765f434ee166f3d36e14fd
* | Merge "Implement the new TTS settings UI."Narayan Kamath2011-08-243-49/+54
|\ \ | |/ |/|
| * Implement the new TTS settings UI.Narayan Kamath2011-08-233-49/+54
| | | | | | | | | | | | bug:5149036 Change-Id: I81a9786d20be3e9bf87550d6a0cc04191409600c
* | Bug 5161247: More... is aligned with other main menu entriesGilles Debunne2011-08-221-1/+2
|/ | | | Change-Id: I813d9f674f1bcff940e5e57051e4ced8b56911a6
* Sharetap settings screen animation and text.Martijn Coenen2011-08-181-1/+1
| | | | Change-Id: Ia19426be5a38a191a2786c1e75c4c5833a7c155f
* Remove "background data" from accounts settings.Jeff Sharkey2011-08-161-6/+0
| | | | | | | This has been replaced by setting in data usage panel. Bug: 4979025 Change-Id: I4e3011233aa2522c05b1497abc54fd421f4a25fb
* Move the desktop backup pw from "Backup and reset" to "Developer" settingsChristopher Tate2011-08-122-10/+11
| | | | | | Addresses bug 5136161 Change-Id: Ia26258e0c8b0378184e4bac32a5da47de5da686f
* Merge "Volumes panel shouldn't depend on Silent mode setting."Amith Yamasani2011-08-101-2/+1
|\
| * Volumes panel shouldn't depend on Silent mode setting.Amith Yamasani2011-08-091-2/+1
| | | | | | | | | | | | | | | | | | | | Otherwise it wont be possible to adjust alarm and music volumes. Also fixes an inconsistent state when screen is turned off and on. Bug: 5128528 Bug: 5128850 Change-Id: I3bfae44956de291b086905b9f43ca4ff5c7b9bbf
* | Updated Settings iconsJustin Ho2011-08-091-4/+2
|/ | | | | | | Removed More wifi settings icon Bug: 5084184 Change-Id: I4ed948bd24544d512179765eb917f3932f60751b
* Merge "Fix multiple BT settings bugs."Jake Hamby2011-08-081-6/+2
|\
| * Fix multiple BT settings bugs.Jake Hamby2011-08-031-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change Bluetooth profiles screen to match ICS wireframes - Remove BluetoothProfilePreference.java (no longer used) - Remove "Pair with this device" summary below every unpaired device - Remove "Paired but not connected" summary below unconnected paired devices - Fix auto connection after pairing (reuse existing CachedBluetoothDevice) - Add "Connected (no phone/media)" summaries based on ICS wireframes - Fix visibility timeout strings. - Fix crash when starting Bluetooth from Settings shortcut widget. Bug: 5064139 Bug: 5064324 Bug: 5080404 Bug: 5093513 Bug: 5104485 Change-Id: Ie87103e183ce414c86cb1831a38ef0178b1b1292
* | Merge "Remove unused string reference."Eric Fischer2011-08-041-1/+0
|\ \
| * | Remove unused string reference.Amith Yamasani2011-08-041-1/+0
| |/ | | | | | | Change-Id: I411a924c22c84d1a62e0e42df7429e4d869fe3ed
* | Fix package path for p2p settingsIrfan Sheriff2011-08-031-1/+1
|/ | | | | | | Split p2p change to avoid eclipse errors on master Bug: 5002384 Change-Id: I446d4524b823d42c79daa24d43aa24012743e734
* Merge "Sound settings screen and volumes dialog reconfiguration."Amith Yamasani2011-08-031-35/+13
|\
| * Sound settings screen and volumes dialog reconfiguration.Amith Yamasani2011-08-021-35/+13
| | | | | | | | | | | | | | | | | | Removed the "Notifications use ring volume" checkbox. Show the current ringtones in the summary area. Bug: 5032308 Change-Id: I17e63f32c1775dd2097904df1aa6aaf699bd8ae2
* | Merge "New development setting for ANRs."Dianne Hackborn2011-08-021-0/+5
|\ \
| * | New development setting for ANRs.Dianne Hackborn2011-08-021-0/+5
| |/ | | | | | | Change-Id: I1fcde9d371bbb6e0eef0da7749a8c8cfb9a2c881
* | Merge "String changes for Location services Settings screen Bug: 5098817"Sean Cotter2011-08-021-4/+2
|\ \ | |/ |/|
| * String changes for Location services Settings screenSean Cotter2011-08-021-4/+2
| | | | | | | | | | | | Bug: 5098817 Change-Id: I11cf170e06e5cc117d62ffe1f72dbb47c7fc9e0e
* | Merge "Limit the list of settings that can have shortcuts on home."Amith Yamasani2011-08-011-2/+2
|\ \
| * | Limit the list of settings that can have shortcuts on home.Amith Yamasani2011-07-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Updated some strings as well, to be shorter. Bug: 5087499 Bug: 5082543 Change-Id: I1b38ceda377a6cf9fcb6cd000af2ec0c96b243bb