summaryrefslogtreecommitdiffstats
path: root/res
Commit message (Collapse)AuthorAgeFilesLines
* Settings: make empty profile trigger screens more usefulRoman Birg2015-12-273-2/+71
| | | | | Change-Id: I7e4061615f2bb1c1fabd37c8f5b792b04a99a2c8 Signed-off-by: Roman Birg <roman@cyngn.com>
* Settings: merge ProfilesList into ProfilesSettingsRoman Birg2015-12-271-22/+3
| | | | | | | | | | | | | | | | ProfilesSettings previously had a viewpager with the profiles list, and an app group list. Then we removed app groups, but the viewpager was left over. The main reason for getting rid of it now is to make sure that refreshList() always works. Previously there was a small chance that because it was in a viewpager, the preference may not have been attached (at the time of the resetAll() dialog being shown and user pressing yes), which caused the refresh method call to fail, since it needs access to the preference screen, which is null at that time. Change-Id: Ib9c3a27e3062660bd8a91998c20c15b4ffb4390b Signed-off-by: Roman Birg <roman@cyngn.com>
* Automatic translation importMichael Bestas2015-12-25112-0/+37608
| | | | Change-Id: Ib491ce3d4325bd3b562355e6f896149d2df2ddaa
* Settings: Fix the failing stringsMichael Bestas2015-12-251-7/+7
| | | | Change-Id: I93865d793eef711f8738e00e843e9d4670724c66
* Settings: Fix some settingslion07382015-12-235-7/+7
| | | | | | these settings are moved to CMSettings. Change-Id: I88d78a708b11a02a4987c522dfca41f9aaab1396
* Add missing blacklist xxhdpi drawables.Danny Baumann2015-12-224-0/+0
| | | | Change-Id: I327f408ff344e9358c479cf5fe9dc341918511b2
* Settings: respect telephony config for profiles overrideRoman Birg2015-12-211-6/+20
| | | | | | | | Some networks specifically disallow 2G to be selected as the preferred setting. We should respect that. Change-Id: Ic4414ed78c9f38b5c11969300dc858725ee3b2c6 Signed-off-by: Roman Birg <roman@cyngn.com>
* Settings: Move NFC payment under NFC categoryMichael Bestas2015-12-191-6/+6
| | | | Change-Id: I906315a63a05dd152d8f8910c13959cf0091ab50
* Settings: update About screen device model fieldsRoman Birg2015-12-193-3/+16
| | | | | | | | | - Changed "Model name" to "Device model", this queries ro.product.model - Added an optional "Device name" field which queries ro.product.name - The new "Device name" field is disabled by default Change-Id: If837674091b4612124e1eff00e884823be767f47 Signed-off-by: Roman Birg <roman@cyngn.com>
* Power Menu: remove power as an optionDave Kessler2015-12-192-6/+0
| | | | | | | | | This is the only way to power the device off. Also, if the user toggles all the options off an empty dialog will open. Lets make this feature a little more user-friendly and remove power as an optional entry. Change-Id: I10b2d7c844fa40ae9583d3114ec99b0825c21cd9
* Settings: Add some more entries into 'SMS message limit' menukuci2015-12-192-3/+10
| | | | | | | | | * Add None, 5 and 10 entries into 'SMS message limit' menu. * Properly write limit value to Settings.Global * The default SMS limit for Android 4.2.2 upwards is 30 per minute. Update string to reflect the correct time interval Change-Id: I8b206ae6c9f73378da65b09e68898de31439cc59
* Settings: Cleanup ALL the stringsMichael Bestas2015-12-192-61/+24
| | | | | | * Match cm-12.1 Change-Id: I7928655125f360de62c25313d01a228e7cd886b5
* settings: LiveDisplay color profilesSteve Kondik2015-12-183-16/+38
| | | | | | | | | * Add support for using the new DisplayMode HAL, which configures the display for a preset mode. * Clean up the settings a bit, and move advanced stuff under an advanced category. Change-Id: If386c93da99346fbee156b057274b60fd064b49d
* Settings : Cleanup control media volume toggleDanesh M2015-12-181-1/+1
| | | | Change-Id: I1e887e6a109aa75fcb1d1e74216fceb1cc91ab59
* Settings : Add warning for lcd densityDanesh M2015-12-181-0/+1
| | | | | | BACON-4492 Change-Id: I5f5f9d71b29bef61e39029334f62aa1df2ed48dc
* Settings : Add volume link notificationDanesh M2015-12-182-0/+6
| | | | | | | | | | | | Change-Id: I06027bc4f13c8a60b19a2b7ded73ce76da4e4f02 Tablets don't need to link volumes they don't have This feature broke the notification volume slider in settings for devices without telephony service (tablets) and isn't applicable anyways since they don't have ringtone volume streams. Change-Id: Ifff10ecd35b53f5fc08a36332814fb00d20b4350
* setings: Fix livedisplay settingsSteve Kondik2015-12-172-6/+6
| | | | | | | | | | | | | | | | | | | | | * Since moving this to internal settings vs. kernel settings, the parameters were wrong and changes set via settings weren't being applied. Fixit. Change-Id: I0676f6069729878b644914abe0ad0bca8a053c9e livedisplay: Add an "off" state * Don't force "day" to be the default state. * Change minimum value for color calibration to 20% so blackout doesn't happen when all sliders are at minimum. * Also improve a few strings to describe what day and night means. Change-Id: Ib2a617488fffb128c8e3e9e52d64fac6b261e53d livedisplay: Fix for multiuser Change-Id: If0ef1da91cf5310308abf08806f7902e25080d2c
* Settings: adapt lock screen visualizer toggleAdrianDC2015-12-172-5/+6
| | | | | | | | | * Do not show the Visualizer toggle for Screen lock : None * Show the Visualizer toggle for Screen lock : Swipe * Add a missing key field (Screen lock : Swipe) Change-Id: I460693201142f0d7d5eb34dea91f4f5db33a00d4 Signed-off-by: AdrianDC <radian.dc@gmail.com>
* Settings: add lock screen visualizer toggleRoman Birg2015-12-165-0/+23
| | | | | Change-Id: I7aaa972ba521bebbef7f47bbe502fb6e4f0c3a6a Signed-off-by: Roman Birg <roman@cyngn.com>
* Allow disabling the privacy guard notification - port from cm-12.1 (1/3)Chirayu Desai2015-12-162-1/+7
| | | | Change-Id: Iebf4545c1a65b10036a4865bae29d14e86b12d07
* Settings: add dashboard switch view for sw600dpRoman Birg2015-12-161-0/+8
| | | | | Change-Id: I19797bc2b05539700ab4f3e8bf960fc37047d448 Signed-off-by: Roman Birg <roman@cyngn.com>
* Settings: move double press power for camera to button settingsAltaf-Mahdi2015-12-162-6/+6
| | | | Change-Id: Ie59e499c2df2129bf1942bfe95e5724579832336
* Settings: add switches for dashboard itemsRoman Birg2015-12-154-4/+34
| | | | | Change-Id: Ibff81510270745807a4b133457d60d47dd629df6 Signed-off-by: Roman Birg <roman@cyngn.com>
* Settings : Remove status bar weather entryDanesh M2015-12-152-10/+0
| | | | | | This has moved to quick settings config panel Change-Id: I23a83abb88d813aa1631480841d386831abeaa6c
* Settings: Fix up management for wifi priority.Adnan Begovic2015-12-142-0/+20
| | | | Change-Id: I3a173caf6eb2cf7f602071851afe9828cda01ca2
* Settings: make (more) dashboard icon color consistent.gabriele2015-12-123-6/+6
| | | | | | Changed new icons such as Sounds icon and those I didn't see before. Change-Id: Ibaf0002c60c02bb77d04d754c0e4e97e6c3222bd
* development: Add setting for updating recoveryBrint E. Kriebel2015-12-122-0/+11
| | | | | | | When enabled, the recovery of the device will be updated with the version of the installed system. Change-Id: I519905341b9cba9c2ab09f5d9c6e88f4025a73a7
* Settings: Add back keywords to display settingsMichael Bestas2015-12-121-3/+5
| | | | Change-Id: I6f77a92bec09bfd472089dd82fd466bdc2db7597
* Settings: Remove duplicate stringsMichael Bestas2015-12-122-3/+1
| | | | Change-Id: I83c2772170167f0d22919f545aed1d6bd2307a46
* Settings: Add back oclick settingsMichael Bestas2015-12-122-2/+65
| | | | Change-Id: I94482a3ff6f7a88ce271f65ad167e2cfd57d3195
* Settings: Fix more derps after reorganization from 12.1AragaoAnderson2015-12-121-9/+11
| | | | | | | | | * Move Wallpaper fragment to Interface category * Use CMSystemSettingSwitchPreference for: Prevent accidental wake-up Search in Recents Change-Id: I49b184e4c838bce916271aae9409bb65f7338788
* Settings: Fix notification settings after reorganizationAragaoAnderson2015-12-122-169/+16
| | | | | | | | * Re-add Do Not Disturb access fragment * Add extra classname to App notifications fragment * Remove obsolete xml Change-Id: Iecac1e43641e32dee0cecde68edddc2da595f1ef
* Settings: Re-add Heads up switchAragaoAnderson2015-12-111-0/+7
| | | | Change-Id: I3dcd0bf32351f47014f42411c3314e319c0578a3
* Settings: fix Vibrate on touch preference not workingRoman Birg2015-12-111-5/+3
| | | | | | | It was moved out of Other sounds, and never got hooked back up. Change-Id: Ibdc27be82d1fdad27e28d3dc20b245c6e81a125f Signed-off-by: Roman Birg <roman@cyngn.com>
* CryptKeeper improvementsRoman Birg2015-12-111-4/+0
| | | | | | | | | | | | | | - Status text was used enough to warrant it being a field variable instead of looking for the view every time - Display proper text after changing pattern sizes (to input a pattern, not a password) - Disable changing pattern sizes while validaing pattern REFS: LETTUCE-557, LETTUCE-352 Change-Id: Ib4ecf04a58da8d1648d514d9650d69c33d9587a7 Signed-off-by: Roman Birg <roman@cyngn.com>
* Settings: handle decrypting larger pattern sizesRoman Birg2015-12-112-0/+85
| | | | | Change-Id: Id24d46829063171fa87cabb23a7da378726d7548 Signed-off-by: Roman Birg <roman@cyngn.com>
* Settings: forward port lock pattern grid size (2/2)Michael Bestas2015-12-114-1/+58
| | | | Change-Id: I7078d703c218cd096d9b77c003a94b52fbce6322
* Settings: Fix FC on app noticationsDHOMD2015-12-101-1/+1
| | | | | | | There was a mismerge in recent re-org. Change-Id: Ic8b09d2070f954049ed2555968190e5bf416601e Signed-off-by: DHOMD <DHO@dho.im>
* Settings : Port over reorganization from 12.1Danesh M2015-12-0823-286/+579
| | | | Change-Id: I3d77bb96aba4a501d3223e72be60403694828a34
* Settings: add quick-quick settings pulldown settingRoman Birg2015-12-072-0/+9
| | | | | Change-Id: I986ea9d5e7037e58b1d185aba3daaa8fa7f6a9a7 Signed-off-by: Roman Birg <roman@cyngn.com>
* Merge tag 'android-6.0.1_r3' of ↵Steve Kondik2015-12-0738-97/+97
|\ | | | | | | | | | | | | | | https://android.googlesource.com/platform/packages/apps/Settings into HEAD Android 6.0.1 release 3 Change-Id: If54bacef03fc826fd02ca48db5ef3a25c8fc7127
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-283-3/+3
| | | | | | | | | | Change-Id: I2c1d24dee82b74a8db0f2fa30077b71e085ca0cd Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-264-17/+17
| | | | | | | | | | Change-Id: I63ec2877912de3a9884975bfa5fee6849d0d191f Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-2113-13/+13
| | | | | | | | | | Change-Id: Iaa4f7f7ae9707b8eccf00b17816d3f995234c8f9 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-192-2/+2
| | | | | | | | | | | | | | Auto-generated-cl: translation import Bug: 25001286 Change-Id: Idc0260cd6aead133bb00dc3b62ddd21009a6315c
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-1913-22/+22
| | | | | | | | | | Change-Id: I9068be1f0479a7025a7eacfce03046cd54e3d1a8 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-143-13/+13
| | | | | | | | | | Change-Id: Ia691930a9cc7c1c69292023b397077faa42494f5 Auto-generated-cl: translation import
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-121-1/+1
| | | | | | | | | | | | Auto-generated-cl: translation import Change-Id: I324bc1847519b9058a6951a6ef63e5668e9746ba
| * Import translations. DO NOT MERGEGeoff Mendal2015-10-1211-26/+26
| | | | | | | | | | Change-Id: Ib419916b4455d3b42a8a8b2395c14dba9afcc8a3 Auto-generated-cl: translation import
* | Revert "Themes: Expose forced tint on fingerprint enrollment checkmark"Danesh M2015-12-072-4/+2
| | | | | | | | | | | | This reverts commit fd00d2d93b9889e57a937f0b5631b82d83770621. Change-Id: I1d1d6688c817a4964c2d97980d4d70275bf8715f