summaryrefslogtreecommitdiffstats
path: root/res/xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'cm-13.0' of ↵replicant-6.0-0001Wolfgang Wiedmeyer2017-05-021-3/+3
|\ | | | | | | https://github.com/LineageOS/android_packages_apps_Settings into replicant-6.0
| * Settings: point to lineageos updaterJoey Rizzoli2017-03-231-3/+3
| | | | | | | | | | | | | | instead of cm one Change-Id: I509666d487e1375dfb33afb9f0d3008a3520a2e8 Signed-off-by: Joey Rizzoli <joey@lineageos.it>
* | Hide contributors cloudWolfgang Wiedmeyer2017-05-021-6/+0
| | | | | | | | | | | | We don't have something similar for Replicant Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Merge branch 'cm-13.0' of ↵Wolfgang Wiedmeyer2017-02-111-1/+1
|\ \ | |/ | | | | | | | | https://github.com/LineageOS/android_packages_apps_Settings into replicant-6.0 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
| * Settings: statusbar: Enable notification icon count by defaultZhao Wei Liew2016-12-231-1/+1
| | | | | | | | | | | | This used to be enabled by default in previous releases. Change-Id: I2eedf7d6a7864e8c27f74493af5227b61f7d8f31
* | support replacing a separate encryption passwordDaniel Micay2016-12-161-1/+11
| |
* | support setting a separate encryption passwordDaniel Micay2016-12-161-0/+10
| |
* | Merge branch 'cm-13.0' of ↵Wolfgang Wiedmeyer2016-12-1319-64/+181
|\ \ | |/ | | | | https://github.com/CyanogenMod/android_packages_apps_Settings into replicant-6.0
| * Add setup UI for minimum delay between an app's notification sounds.Danny Baumann2016-10-271-1/+9
| | | | | | | | Change-Id: I70e9cc308b4f7c7681457a0b09dd73e5d1aebb73
| * Allow selecting vibration mode during zen priority mode.Danny Baumann2016-10-271-0/+5
| | | | | | | | Change-Id: I4e80e920e4d8f42b0255fd3f528c464b7f094d0e
| * Settings: move high touch sensitivity setting to DisplayRoman Birg2016-08-122-6/+6
| | | | | | | | | | | | | | | | | | For devices that support this feature, it makes sense to place this under display settings as most people wouldn't look under language. Ticket: CYNGNOS-3250 Change-Id: Ib99f5e8c5f0f2bdae7b5b5f788a364a1d63aa146 Signed-off-by: Roman Birg <roman@cyngn.com>
| * Settings: Root appops access in developer settingsAdrian DC2016-08-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | * Allow users to directly access the root app settings, as the feature is mostly unknown and often a reason for users to try using alternatives to CM root * Use the appops extra intent to link the su tab, introduced in I79d963ecbadc624dc45a398387a348691318b6be Change-Id: Ia5bc9d56fb11700b19d73336fad13c0a936091ff Signed-off-by: Adrian DC <radian.dc@gmail.com>
| * livedisplay: Add picture adjustment settingsSteve Kondik2016-08-051-12/+9
| | | | | | | | | | | | | | * Allow user setting of hue, saturation, intensity, and contrast * These controls are associated by the current display mode Change-Id: I5de24a0b5c2972f115920167fa97afa3a136b80d
| * Settings: Don't enable proximity on wake by defaultGabriele M2016-07-151-2/+1
| | | | | | | | | | | | This is set depending on config_proximityCheckOnWakeEnabledByDefault Change-Id: I3b93f4173c725c7603152be9f8b1a4f1425f617a
| * Settings: Set root access options appropriatelyTom Marshall2016-06-291-3/+1
| | | | | | | | | | | | | | | | | | It is possible to be running a user build with a debuggable boot image. In this case, "su" will not be available. So only show none/adb. Jira: BACON-4461 Change-Id: Iaa7df8311b9ea81eabb1566ba6f9159fdc9fab34
| * Make sure LiveDisplay toggle default values are correct.Danny Baumann2016-06-251-3/+3
| | | | | | | | Change-Id: If04c3eca9d62d977c4ecd79bda52a88a3e07ce3b
| * Bring back the custom wallpaper picker [3/5]d34d2016-06-194-0/+28
| | | | | | | | | | Change-Id: I546a6ce67627c22cfbc7f6f061c21954183936b7 TICKET: OSS-62
| * Keyguard: Get your weather on... the lock screen [3/3]d34d2016-06-094-0/+20
| | | | | | | | Change-Id: I9b411c86ea02dd95379fe6fcd1814c81c1c7ef0b
| * Settings: fix toggling lockscreen rotation toggle [2/3]Dan Pasanen2016-06-031-2/+3
| | | | | | | | Change-Id: I4339afcf7befb70f459b088be9e1fc62a0465b4f
| * Settings: Add per app controls for LP keyguard notifications (2/2)Lars Greiss2016-06-011-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nice done by google but the UX is a problem especially for ppl who are using a lot apps and just want to see from important apps the notifications on the lockscreen. This commit adds the ability to - enable/disable per app the keyguard notification at all - enable/disable per app ongoing notifications on the keyguard We handle this over the app policy conf file like the other per app notification options TICKET: CRACKLING-1127 Change-Id: I12df484379621c3baba333d30a8b545b3a0ec0ae
| * Give user control over lock screen blurd34d2016-05-204-0/+20
| | | | | | | | | | | | | | | | This will provide control over blurring since the current implementation assumes it is always on provided the device config specifies it supports blur. Change-Id: I7add45c607fcf47777d61629a3fc6245ffedb339
| * Settings : Add title to xml preference screensDanesh M2016-05-195-0/+5
| | | | | | | | | | | | | | | | | | | | | | Search indexing was inserting null as the title, which results in the default "Settings" title if the user selects a search result. This is inconsistent with the title the user sees when they manually navigate to that preference screen. FEIJ-512 Change-Id: I6f6ed7b851c998aa2cb5531bef04e8000ccb8ddd
| * Revert "wifi: forward port avoid poor connection setting"nadlabak2016-05-171-7/+0
| | | | | | | | | | | | This reverts commit d77990f4cccd4fdc4bd479305ae6c2419d2f8610. Change-Id: I0987d8eb9e8e6c7730f0576f174b61115973d5fb
| * Add option to select temperature unitLuis Vidal2016-05-061-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | Added a menu in the weather settings to select the temperature unit. This setting will be visible only if the user has at least one weather service provider installed. The weather settings layout was refactored to make room for this new preference Change-Id: I5e9f206573e0ff95fcee31a010b52530a907acc6 TICKET: CYNGNOS-2605
| * Restore double tap to wake string from CM 12.1.Danny Baumann2016-04-151-2/+2
| | | | | | | | | | | | | | | | | | | | The AOSP strings/translations of that feature are inconsistent to those of the double tap to sleep feature, so replace the string to keep the translations consistent. As the same string exists in cm-12.1, all translations are already present and will automatically be added in the next translation sync. Change-Id: I613941b586fe60ea6b29e2695120359295289615
| * livedisplay: Update Settings for new LiveDisplay APISteve Kondik2016-04-121-7/+0
| | | | | | | | | | | | | | | | | | * LiveDisplay is getting a proper API. This patch refactors the settings to use it. * Also kill off the deprecated "gamma calibration" tunable which nobody should be using at this point. Change-Id: I948b8845cd06c8c634a201cb5d5b93b5766cc51d
| * Fix the improper string and increment database version to kick off a new ↵Martin Brabham2016-04-111-1/+1
| | | | | | | | | | | | | | | | indexing job. Change-Id: Iec878ec4414a47f05f9d0de03eb2268ef0b3d6ee Ticket-Id: CYNGNOS-812 (cherry picked from commit 13ccd1c41aaf1238ca128addda3ec4c1b15abb3c)
| * Add Weather Content Provider [2/5]Luis Vidal2016-03-311-0/+8
| | | | | | | | | | | | | | | | | | | | Introduce a new entry in the settings menu to select the available weather provider services. This entry will be parked in the System category between Date&Time and Accessibility Change-Id: Ida230f3be72eb575a2b09504c99eaa16851c99f8
| * Move external input tile inclusion to device repo.Danny Baumann2016-03-211-20/+1
| | | | | | | | Change-Id: I1afa10da1b9e0cc35c5198d1cbd5c13e2b4c343d
* | Merge branch 'cm-13.0' of ↵Wolfgang Wiedmeyer2016-03-1810-31/+80
|\ \ | |/ | | | | https://github.com/CyanogenMod/android_packages_apps_Settings into replicant-6.0
| * Merge tag 'android-6.0.1_r22' of ↵Steve Kondik2016-03-101-0/+6
| |\ | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/packages/apps/Settings into cm-13.0 Android 6.0.1 release 22 Change-Id: Ided010bc125199d47ca59d10f0ed5032a26632ff
| | * Enable color temperature developer settingSteve Pfetsch2016-01-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Add a switch in Developer Settings to enable "cool" color temperature mode. Bug: 26110238 Change-Id: Id0ab3283c1ee3208287c8dca11298a4bc367b314
| * | Settings: Default edge gesture service to false.Adnan Begovic2016-03-041-1/+1
| | | | | | | | | | | | | | | Change-Id: I77cf96e2848b8fc8b4262b42b376d17c105aa836 (cherry picked from commit e7e05a72139f91832562049dc3a57f320777183f)
| * | Use correct icon for ring volumeMichael Bestas2016-03-031-1/+1
| | | | | | | | | | | | Change-Id: If145262562c1409cd8a6cb79ba46b6646c75d1a8
| * | Settings: fix 'CyanogenMod legal' linkRoman Birg2016-02-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | No more WebViews in priv-apps, so open it up in the browser. CYNGNOS-1895 Change-Id: I263ccc0509e275d17512528deb606341d58e7a0d Signed-off-by: Roman Birg <roman@cyngn.com>
| * | Settings: Allow/Prevent notification light in Zen mode (2 of 3)DvTonder2016-02-152-0/+11
| | | | | | | | | | | | | | | | | | This allows the user to prevent the notification lights from showing during Zen mode Change-Id: Ia3563d79f5c1fc012411496c7b8901099a78282e
| * | Add ability to ignore interruptions while active media playbackDanesh M2016-02-151-0/+6
| | | | | | | | | | | | Change-Id: I92e9b6cbab1f167f8abb544a0a8e385e23b16775
| * | Settings: hook up volume tone preference to CMSettingsRoman Birg2016-02-151-4/+4
| | | | | | | | | | | | | | | | | | | | | Ref: CYNGNOS-1891 Change-Id: Ic3d07f9eeb099b24526c7c502b189cb3bbbbb420 Signed-off-by: Roman Birg <roman@cyngn.com>
| * | Settings: launch default music player on headset connect [1/3]Danesh M2016-02-121-0/+7
| | | | | | | | | | | | Change-Id: Id09065638f1279423ceedef87da1a2edf19f46f4
| * | Remove duplicate charging sounds optionMichael Bestas2016-02-121-25/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * CM setting allows charging sounds on any power source, while AOSP allows charging sounds only on wireless charging * The AOSP toggle has been broken since fw/base 42f4f2f2ff4278ca8411504617f55a712562c242 * Use the AOSP setting while keeping the improved CM code Change-Id: Ia747d8949cf7ce94ad2a638f27aaa3c57f9aed19
| * | lockscreen: Add option to pass swipe-up-to-unlock (2/3)eray orçunus2016-02-083-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Option appears on PIN,pattern and password methods * User should press back button to see notifications, clock etc. * Instantly hides keyguard if Smart Lock has unlocked phone. CYNGNOS-1873 Change-Id: I31256770869b20842c69edb4a7a57b2bad7b3ea7 Signed-off-by: eray orçunus <erayorcunus@gmail.com>
| * | settings: Add preference for automagic LED colorsSteve Kondik2016-02-081-0/+6
| | | | | | | | | | | | | | | | | | * And use the automagic color as the default when picking custom colors. Change-Id: I9861d3d889dfcb5eba62b69339e7afb0db2fd364
* | | Merge branch 'cm-13.0' of ↵Wolfgang Wiedmeyer2016-02-0611-88/+105
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | https://github.com/CyanogenMod/android_packages_apps_Settings into replicant-6.0 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> Conflicts: res/xml/privacy_settings_cyanogenmod.xml
| * | Forward port pattern visibility settings (2/2)Michael Bestas2016-02-031-0/+10
| | | | | | | | | | | | Change-Id: Ic627953c5df854c442671a98b5da539b994da18b
| * | Tethering: Turn off Wi-Fi Hotspot after inactivity (3/3)d34d2016-02-021-7/+19
| | | | | | | | | | | | | | | | | | | | | | | | Turn off the Wi-Fi hotspot after a specified time of inactivity. The hotspot is considered to be inactive when no clients are connected to it. Change-Id: I7030e702328726b72f394b2a64b93830dba54efc
| * | Settings: Cleanup lock screen settingsMichael Bestas2016-02-014-62/+48
| | | | | | | | | | | | | | | | | | | | | | | | * Group related settings * Make settings order consistent * Remove options that do nothing when lock screen is disabled Change-Id: Ib310e563e44ddc4af2f9f6675c3fc13a38a497ab
| * | Settings: Use correct icon for lock screen settings entry.gabriele2016-01-311-1/+1
| | | | | | | | | | | | | | | | | | * Give lock screen entry its own icon rather than using the security one. Change-Id: I4e4530d97dd3dc691cdd08ab328cd583f70e2edf
| * | Settings : Remove cmstats from about phoneDanesh M2016-01-311-8/+0
| | | | | | | | | | | | | | | | | | It already exists under privacy settings Change-Id: Id761e66b71cd97e7c5fe0333c04d5778fec2f6c8
| * | Settings: Apps started on boot shortcut in memory settingsAdrianDC2016-01-241-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement an intent extra to retrieve a tab target * Use a tab identifer from apps_ops_categories_cm to make sure the selection is correct or ignored Change-Id: I79d963ecbadc624dc45a398387a348691318b6be Signed-off-by: AdrianDC <radian.dc@gmail.com>
| * | Settings: Move Do Not Disturb Access under DND settingsAdrianDC2016-01-242-8/+10
| | | | | | | | | | | | | | | Change-Id: I4763577b4cd5aae01705cc693dfaaf06152bd3e6 Signed-off-by: AdrianDC <radian.dc@gmail.com>