summaryrefslogtreecommitdiffstats
path: root/res/xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Allow manual to be read from disk" into mnc-dr-devZach Kuznia2015-10-011-0/+7
|\
| * Allow manual to be read from diskZachary Kuznia2015-08-171-0/+7
| | | | | | | | | | | | b/22891924 Change-Id: I6014690735403b772f273addba01706441898e23
* | Make picture color mode less of a featureJason Monk2015-09-232-6/+6
| | | | | | | | | | | | | | | | | | - Shun it to developer settings - Hide 'natural' mode - Remove dialog Bug: 24038268 Change-Id: Ibaf363bc06b444f2a361707b98742328fc290cfc
* | Add color transform settingJason Monk2015-09-181-0/+6
| | | | | | | | | | Bug: 24038268 Change-Id: I2bf45fef85038c29423a86c7bb018a8e750110a6
* | Add double-tap power button to open camera 2/2Jorim Jaggi2015-09-091-0/+6
|/ | | | | Bug: 23787555 Change-Id: I04787cd863212b1ed9608a6c8bd02af13273b387
* am f67d0785: Merge "Fix issue #23116383: Include security patch level in ↵Dianne Hackborn2015-08-131-0/+6
|\ | | | | | | | | | | | | Settings" into mnc-dev * commit 'f67d0785d006677d2fba3f2192f3f6ea824c5336': Fix issue #23116383: Include security patch level in Settings
| * Fix issue #23116383: Include security patch level in SettingsDianne Hackborn2015-08-121-0/+6
| | | | | | | | Change-Id: I003564376a02a70f0245353472544cde355240ac
* | Add setting to disable camera gestureJason Monk2015-08-041-0/+6
|/ | | | | Bug: 22183841 Change-Id: I6ada3d2c911fd52e2821f12f3db5d549879941f4
* Change 'data' label to 'data usage'.Julia Reynolds2015-07-291-1/+1
| | | | | Bug: 22350292 Change-Id: I70733b301e734213d2fdec5e7ffb62a7e30ef94c
* Merge "Remove tuner from development settings" into mnc-devJason Monk2015-07-221-5/+0
|\
| * Remove tuner from development settingsJason Monk2015-07-161-5/+0
| | | | | | | | | | | | | | It has a new home now. Bug: 22462605 Change-Id: Ibf07a63db14579d07b09d5150b7d04cf138f3b78
* | Merge "Handle monkey crash" into mnc-devJason Monk2015-07-201-0/+1
|\ \
| * | Handle monkey crashJason Monk2015-07-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Don't create dialog if we don't have one to create, and make sure that storage-related prefs are removed when they aren't needed. Bug: 22571238 Change-Id: I452cbf75313cd14572fc7b57bd6164292cf17209
* | | Merge "Offer 'ask' as an available app-linking state" into mnc-devChristopher Tate2015-07-201-7/+5
|\ \ \ | |/ / |/| |
| * | Offer 'ask' as an available app-linking stateChristopher Tate2015-07-171-7/+5
| |/ | | | | | | | | | | Bug 22532193 Change-Id: I5bb43b1b8d84af1901f99fb10dd899c260d94c99
* | Remove blank switchtext from switch preferences.Julia Reynolds2015-07-163-26/+4
|/ | | | | | | | This makes TTS services read the default text (on/off) when these switches are toggled. Bug: 22530662 Change-Id: I77c5918481faa6309995aa385dcfc3608fc94298
* Change move storage from dropdown pref to dialogJason Monk2015-07-151-3/+11
| | | | | | | Use a horizontal pref and a single button that triggers the dialog Bug: 21922660 Change-Id: Ifb4de75ca9269d2e8163eec5602932260adec0d9
* Bug: 21589105 Rescoping SYSTEM_ALERT_WINDOW and WRITE_SETTINGS permission to anBilly Lau2015-07-132-7/+24
| | | | | | | | | | | | | | | | explicit toggle to be enabled through Settings via Apps -> Advanced Apps. Added new and refactored an old xml to define the UX for two new Preferences in Advanced Settings. Modified the existing AdvancedAppSettings to add control flow for two new settings. Also enriched ManageApplications to handle these cases. Added additional strings in xml/values/strings.xml to support these settings. Also defined new classes to handle these the toggle of these permissions per app. Refactored codes from AppStateUsageBridge to a generic AppStateAppOpsBridge so that future usages related to AppOps can inherit from this class. Change-Id: I43b81282a063e05844c7805556a6d05cfc02bcdb
* Merge "Reduce jank in wifi settings" into mnc-devJason Monk2015-06-301-0/+5
|\
| * Reduce jank in wifi settingsJason Monk2015-06-291-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | - Fix view recycling for AccessPointPreferences by adding a dummy during initial inflation - Cut down on what is done during onBindView and refresh() - Try to re-use AccessPointPreferences when possible Some jank still occurs when scan results come in, but it is less than before. Bug: 16518752 Change-Id: I2619303281dd50aa3864783c49738ae9f221834a
* | Add setting to disable screenshot separately (2/2)Jorim Jaggi2015-06-291-0/+6
|/ | | | | Bug: 22063668 Change-Id: I85b255ac114184e0edbd71010d517b337ad935e5
* Fix accessibility for account syncJason Monk2015-06-251-0/+5
| | | | | | | | Needed to get views recycling so that feedback could occur during switch turning off. Bug: 20020216 Change-Id: Ib7b1cdca78f5ac5064cdf521122ff7a5ee49f572
* Merge "Disable foreground opacity when using default foreground color" into ↵Alan Viverette2015-06-221-0/+1
|\ | | | | | | mnc-dev
| * Disable foreground opacity when using default foreground colorAlan Viverette2015-06-221-0/+1
| | | | | | | | | | Bug: 21602597 Change-Id: Idad5288477f9ece46a2ccb768863d4fd528fec12
* | Work around improper ListView recycling in TrustAgentSettingsAdrian Roos2015-06-191-1/+6
|/ | | | | | | | | Previously, the views for our SwitchPreference would never be recycled because they weren't present in onCreate, which broke accessibility events. Bug: 21837103 Change-Id: I01f40b4e6df6d807b77f985116a57334e4ca4868
* Remove battery history graph from details screenJason Monk2015-06-181-3/+0
| | | | | Bug: 21854416 Change-Id: I3172106c8b1adbe19179adddcec2848d14d04588
* Actually gracefully finish this time around.Jeff Sharkey2015-06-161-1/+1
| | | | | | | Also fix tinting on front-door icon. Bug: 21403958 Change-Id: I74f0372a41b92235abe10391f36d9f6a1e6a40c5
* Remove theme setting DO NOT MERGEJason Monk2015-06-161-7/+0
| | | | | | | Because it's just too incredibly useful... Bug: 21854466 Change-Id: I984cf709f484a220e9ba7738a8b9c166c28573b2
* Settings: Remove unreachable "Battery Info" screen.John Spurlock2015-06-151-8/+0
| | | | | Bug: 21576824 Change-Id: Ia2bb3b22b7512cd05ceca5798e85e5479e064213
* developer settings: remove "Use deprecated AwesomePlayer" settingsLajos Molnar2015-06-101-5/+0
| | | | | Bug: 17108024 Change-Id: I602eba3214cacef7435ce6347e885c040d5c443c
* Implement default assist app settingXiyuan Xia2015-06-103-8/+13
| | | | | | | | | | | | - Add "None" support to AppListPreference - Add DefaultAssistPreference to manage assist; - Add AppListPreferenceWithSettings to show a settings icon; - Implement DefaultAssistPreference based on AppListPreferenceWithSettings; - Move voice input settings into ManageAssist and implement it based on AppListPreferenceWithSettings; Bug:20210110 Change-Id: If283b8b55a46b428ecfa6e45dc2123292b1d4302
* Fix legal info back buttonJason Monk2015-06-102-53/+73
| | | | | | | | | Make it its own SettingsPreferenceFragment. whitespace-- Bug: 20727881 Change-Id: I1f790af03d316c1d43377a6d8606084d9f3a747f
* Merge "Advanced apps updates (2/2)" into mnc-devJason Monk2015-06-101-7/+10
|\
| * Advanced apps updates (2/2)Jason Monk2015-06-091-7/+10
| | | | | | | | | | | | | | Change the title of the screen, add a category to break things up Bug: 21372377 Change-Id: I03c2060937f540235755e4b74c5634543e526d25
* | Top level: "Storage" -> "Storage & USB"Jason Monk2015-06-091-1/+1
|/ | | | | Bug: 21324048 Change-Id: I42853135e3a119b84b86a96968053d64313a4b92
* Merge "Disable owner info when no lock screen" into mnc-devJason Monk2015-06-041-0/+1
|\
| * Disable owner info when no lock screenJason Monk2015-06-031-0/+1
| | | | | | | | | | Bug: 20514900 Change-Id: I10108d7300e5aa9379c8e8cc7d1b1bb11b8f121e
* | Reorder device categoryJason Monk2015-06-031-13/+13
|/ | | | | Bug: 21588753 Change-Id: Ie01ad44b3bc9d2d3cac165e25b72a112896d4d2c
* Fix battery usage screen issuesJason Monk2015-06-021-1/+1
| | | | | | | | | | | | Tint icons properly Bug: 21077770 Show better icons for wifi and bt (remove the old ones) Bug: 21172936 Also add a way to show fake items in power list for testing. Change-Id: I6b6804673a68190ebc3f2ea32802e30811a7f5b2
* Merge "Make Theme a DropDownPreference" into mnc-devJason Monk2015-06-011-2/+1
|\
| * Make Theme a DropDownPreferenceJason Monk2015-06-011-2/+1
| | | | | | | | | | | | | | | | Also make DropDownPreference support xml lists defined the same way as ListPreferences. Bug: 21300431 Change-Id: I1698e8ddcd6134034c3367a6afe36f9740e9efec
* | Network Reset should have a lockdown like Factory Reset.Stuart Scott2015-06-011-0/+2
|/ | | | | | bug:20332322 Change-Id: I645ad0d226869042c11225630e4de5968ebb7a0d (cherry picked from commit 176f512c5ad8d8478db88fad4c14ffca52102ade)
* Merge "Use DimmableIconPreference for Add user action" into mnc-devFyodor Kupolov2015-05-291-1/+1
|\
| * Use DimmableIconPreference for Add user actionFyodor Kupolov2015-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | Moved DimmableIconPreference from location to the root package since it is now used in several places. Add user action now uses DimmableIconPreference. Added a new summary string, which is displayed when no more users can be added. Bug: 20892920 Change-Id: I00b00f80ba8933a00a2de85777b9f7e55d03c31b
* | Move ZoneGetter into SettingsLibTony Mantler2015-05-281-91/+0
| | | | | | | | Change-Id: Ia998ae0bd7fc4c974e03df7c8fc380d98a3e71de
* | More memory updatesJason Monk2015-05-282-3/+10
| | | | | | | | | | | | | | | | | | | | | | - Some string changes - Make processes in memory details not clickable - Put processes in a 'detail' category - Hide processes when an app only has 1 - Add memory item to bottom of app info page Bug: 20694769 Change-Id: Ifbe2205aeef230e44752d075578524249b30bdf8
* | Unbanish memory screen and new UXJason Monk2015-05-266-10/+89
| | | | | | | | | | | | | | | | Give memory screen a makeover so that it looks nice enough to be restored to its rightful home. Bug: 20694769 Change-Id: I2f6933037b3fbbfb0d9fe5e3ca821ef59e171faa
* | Banish Theme setting to developer optionsJason Monk2015-05-212-1/+10
| | | | | | | | | | Bug: 21320576 Change-Id: I7e3fd7437409ac2dd061a36803e082eada5b30b1
* | Merge "Follow up for I8050df3177b6d540829c3f0989a4e4b1381c87ec (2/2)" into ↵Jorim Jaggi2015-05-201-1/+6
|\ \ | |/ |/| | | mnc-dev
| * Follow up for I8050df3177b6d540829c3f0989a4e4b1381c87ec (2/2)Jorim Jaggi2015-05-191-1/+6
| | | | | | | | Change-Id: I7623488349209248596827d03fd77cd128f8b2b4