summaryrefslogtreecommitdiffstats
path: root/packages/SettingsProvider
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'cm-13.0' of ↵HEADreplicant-6.0-0001replicant-6.0Wolfgang Wiedmeyer2017-05-022-1/+23
|\ | | | | | | https://github.com/LineageOS/android_frameworks_base into replicant-6.0
| * Automatic translation importAbhisek Devkota2017-04-281-1/+1
| | | | | | | | Change-Id: Ifeae1515729fc73ba3198e72b3479870092af3c1
| * Automatic translation importAbhisek Devkota2017-02-191-0/+22
| | | | | | | | Change-Id: I80e32cc003cc9c8707732b27a683e87cdd67375d
* | Merge branch 'cm-13.0' of ↵Wolfgang Wiedmeyer2017-02-112-13/+0
|\ \ | |/ | | | | https://github.com/LineageOS/android_frameworks_base into replicant-6.0
| * Revert "Add overlay option for Settings.System.ACCELEROMETER_ROTATION_ANGLES"Zhao Wei Liew2017-01-242-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | The default of 11 (90, 270 and 360 degrees) is perfectly fine. Thus, this overlay is pretty useless. Only 1 device currently uses this (and not due to any major issue), so we aren't losing anything by removing this overlay. This reverts commit 936c4bfa7c64ce4403d519d0f0df72523da1ec21. Change-Id: I7eb81d00af1672638689daddd1e78c7e12b21c4d
| * SettingsProvider: Remove def_notif_count overlayZhao Wei Liew2016-12-231-3/+0
| | | | | | | | | | | | This is no longer used. Change-Id: Ifd8eaa1d9d1f156dbfa4fdf278f95213ee32271e
* | remove analytics supportDaniel Micay2016-12-161-2/+0
| |
* | Merge branch 'cm-13.0' of ↵Wolfgang Wiedmeyer2016-12-1228-16/+475
|\ \ | |/ | | | | https://github.com/CyanogenMod/android_frameworks_base into replicant-6.0
| * Automatic translation importpinky@build012016-08-273-0/+66
| | | | | | | | | | Change-Id: If7eac9a9fa7e145c9d35ece91a8ccab33601a1ca Ticket: -
| * SettingsProvider: fix data_enabled default lookupRoman Birg2016-07-121-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We shouldn't set the MOBILE_DATA + phoneId keys because it will cause collisions with other parts of the system that actually query MOBILE_DATA + subId - leading to incorrect defaults. TelephonyManager.getIntWithSubId() actually falls back to just MOBILE_DATA for a specific sub id query, so we do not need to touch these values, since it applies the same default to all sub ids anyways. Ticket: CYNGNOS-3171 Change-Id: I38405000b3d641029080fb630eae4d128bd44719 Signed-off-by: Roman Birg <roman@cyngn.com>
| * CMSettings : Move force_show_navbar to globalDanesh M2016-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | Keep feature inline with 12.1, only allow owner to control the feature and mirror across users. Also add additional checks for moved settings. OPO-696 Change-Id: I81c942ab106fead12020107b99c0795a5b9aac98
| * Partially revert "Merge tag 'android-6.0.1_r22' of ↵Michael Bestas2016-05-045-2/+71
| | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into cm-13.0" This reverts commit 0e1dbed9194839a90755670d8fdf9046a75b85f7, reversing changes made to 564f10b8f05ddf4d9ea2c0e64f1b113fe6dad4b8. Change-Id: Ife3a8c9c898034d5161fbf25a03eaf173ec66246
| * SettingsProvider : load region-specific settingsRohit Yengisetty2016-04-211-4/+48
| | | | | | | | | | | | | | | | load region specific mobile data and data roaming for EU and LATAM region for feijao. Issue-id: FEIJ-23 Change-Id: Icd250f6d2fd3978d4c34a88405e53d09e479b207
| * Automatic translation importMichael Bestas2016-04-161-0/+22
| | | | | | | | Change-Id: Ib87e41106982b159d249ebbe0653e569f9c7b454
| * LockPatternUtils: Use the actual user id to set pattern sizeScott Mertz2016-04-141-1/+1
| | | | | | | | | | Ticket: CYNGNOS-2462 Change-Id: Ia68e26ec2dfc23317135d933bc25204c1380bb02
| * SettingsProvider: move SYSTEM_PROFILES_ENABLED to CMSettingsRoman Birg2016-04-141-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When upgrading from 12.1 -> 13.0, we end up losing this setting because we forward all calls for that setting directly to the CMSettings table, which would not have a default set. Most of the code assumes profiles are on by default. So if the user had profiles disabled (and potentially in a state they were unaware of), the upgrade could cause some pains as it would ignore their old setting. Ticket: OPO-620 Change-Id: I2b645dc9422fe15daf62d89e77b3e1429c668c04 Signed-off-by: Roman Birg <roman@cyngn.com>
| * SettingsProvider: fix build for volume adjust sound to be overlayedChristopher R. Palmer2016-04-061-1/+1
| | | | | | | | Change-Id: I76c5b55dad37fc2f52221c3a63de892be5b93f85
| * SettingsProvider: Allow default volume adjust sound to be overlayed.Ankit Gupta2016-04-062-0/+3
| | | | | | | | | | Issue-id: YAM-145 Change-Id: I06394c4fcfca5978b50a4186935ac6bda7b94b16
| * Automatic translation importMichael Bestas2016-04-061-0/+22
| | | | | | | | Change-Id: I3849e73aee18720b20529d406c7657c0a0cee320
| * Automatic translation importMichael Bestas2016-03-282-0/+44
| | | | | | | | Change-Id: Ib371d8f862dced4aa36cfe076f876e9ae4bd62c2
| * Automatic translation importMichael Bestas2016-03-1813-0/+181
| | | | | | | | Change-Id: I4af2a6a904e9229b261e95818f716d6b5708a6f4
* | Merge branch 'cm-13.0' of ↵Wolfgang Wiedmeyer2016-03-189-56/+43
|\ \ | |/ | | | | https://github.com/CyanogenMod/android_frameworks_base into replicant-6.0
| * Merge tag 'android-6.0.1_r22' of ↵Steve Kondik2016-03-118-72/+33
| |\ | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into cm-13.0 Android 6.0.1 release 22 Change-Id: I0d31899b234156a91accb61e0a7fb3d8d16d5062
| | * Import translations. DO NOT MERGEGeoff Mendal2015-12-2178-0/+150
| | | | | | | | | | | | | | | Change-Id: If00b01a244af6221a01d0c060c58da7389fd1b35 Auto-generated-cl: translation import
| | * Merge "Add setting for declaring disabled bluetooth profiles." into cw-e-devBryce Lee2015-12-172-1/+12
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | am: cf91b45c05 * commit 'cf91b45c05358c81ddaccf3ddd4b1ea6d5295faa': Add setting for declaring disabled bluetooth profiles.
| | | * Add setting for declaring disabled bluetooth profiles.Bryce Lee2015-12-162-1/+12
| | | | | | | | | | | | | | | | | | | | Bug: 25900899 Change-Id: I420a7c590d72ba10f3e466d15dccfdbb520e810a
| | * | Don't back up / restore EAP network definitionsChristopher Tate2015-12-101-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 25725016 Cherrypick from AOSP. Change-Id: I6aa11a76e7724a0aaad05a1aa074afa2c429370c
| | * | am 1e05bc6f: am 5ca842ae: am 5d05a24c: Merge "Fix wifi disable during ↵Chris Tate2015-08-101-16/+49
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | restore" into mnc-dev * commit '1e05bc6f77b9e609df598ef0aed20a0ef81848a1': Fix wifi disable during restore
| | | * am 5ca842ae: am 5d05a24c: Merge "Fix wifi disable during restore" into mnc-devChris Tate2015-08-101-16/+49
| | | |\ | | | | | | | | | | | | | | | | | | | | * commit '5ca842ae0836a8daa04fd57cfc56f8e3b3e5054c': Fix wifi disable during restore
| | * | \ am 117f024b: am db0cff71: am c376afb4: Merge "Wait a bit longer for wifi to ↵Chris Tate2015-08-071-2/+4
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | shut down before rewriting the config" into mnc-dev * commit '117f024b2566e8cce7b0d0669ce528dac7aa23ac': Wait a bit longer for wifi to shut down before rewriting the config
| | | * | am db0cff71: am c376afb4: Merge "Wait a bit longer for wifi to shut down ↵Chris Tate2015-08-071-2/+4
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before rewriting the config" into mnc-dev * commit 'db0cff71c8d1a7f7f1d5c12a4f7c343030adf21b': Wait a bit longer for wifi to shut down before rewriting the config
| | * | \ \ am db67d5b7: am ba6cdbfd: am ac8c9861: Merge "Notify settings URI change ↵Svetoslav Ganov2015-08-041-23/+45
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | without a lock held" into mnc-dev * commit 'db67d5b79ab2da6d8b8a1211b354687fb7930744': Notify settings URI change without a lock held
| | | * | | am ba6cdbfd: am ac8c9861: Merge "Notify settings URI change without a lock ↵Svetoslav Ganov2015-08-041-23/+45
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | held" into mnc-dev * commit 'ba6cdbfdbbbb6f83052e895a698fcc0d71793b25': Notify settings URI change without a lock held
| | * | \ \ \ am be6bfb4c: am 83749ac9: am a6706627: Merge "Bug: 21589105 Rescope ↵Billy Lau2015-07-291-40/+8
| | |\ \ \ \ \ | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WRITE_SETTINGS permission (framework services perm check changes)" into mnc-dev * commit 'be6bfb4c910e02d7e18b732d7f9cf09d5b3e94a7': Bug: 21589105 Rescope WRITE_SETTINGS permission (framework services perm check changes)
| | | * | | | am 83749ac9: am a6706627: Merge "Bug: 21589105 Rescope WRITE_SETTINGS ↵Billy Lau2015-07-291-40/+8
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | permission (framework services perm check changes)" into mnc-dev * commit '83749ac948c40a3c302f00bef47ef0b4bba96ae7': Bug: 21589105 Rescope WRITE_SETTINGS permission (framework services perm check changes)
| | * | \ \ \ \ am ef3614eb: am c16fd06a: am 50184147: Merge "Resource for setting default ↵Martijn Coenen2015-07-292-1/+21
| | |\ \ \ \ \ \ | | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFC payment component." into mnc-dev * commit 'ef3614ebb9089936ba32772f89c14466d77ba777': Resource for setting default NFC payment component.
| | | * | | | | am c16fd06a: am 50184147: Merge "Resource for setting default NFC payment ↵Martijn Coenen2015-07-292-1/+21
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | component." into mnc-dev * commit 'c16fd06ae462f79d3f13eb5e29db3227c0e64985': Resource for setting default NFC payment component.
| | * | \ \ \ \ \ am d4241a86: am 0e9ffff4: am 5a81b61e: Merge "Notify the profile when cloned ↵Esteban Talavera2015-07-071-0/+20
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | settings are changed." into mnc-dev * commit 'd4241a86a28459ee82074c177a147f92385310da': Notify the profile when cloned settings are changed.
| | * | | | | | | am f9c6dbb6: Merge "Add missing conditional in settings provider" into mnc-devSvetoslav2015-06-251-1/+3
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f9c6dbb6d1c2001c0ccd7479668eb59b1d4b7c5c': Add missing conditional in settings provider
| | * \ \ \ \ \ \ \ am 3704da0d: Merge "No need to check WRITE_SETTINGS permission in ↵Amith Yamasani2015-06-251-1/+0
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ContentProvider" into mnc-dev * commit '3704da0d9e45605e0ff38408a30de38b672ff83e': No need to check WRITE_SETTINGS permission in ContentProvider
| | * \ \ \ \ \ \ \ \ am 3ee0c635: Merge "System settings can be changed by system apps." into mnc-devSvetoslav2015-06-231-5/+27
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3ee0c635698d36f660ebb6dd139192f36a22c0dc': System settings can be changed by system apps.
| | * \ \ \ \ \ \ \ \ \ am 6ddc34e5: Merge "Allow binary value in SettingsProvider" into mnc-devMakoto Onuki2015-06-226-38/+360
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6ddc34e578a707929438df3570baa684a36bafbd': Allow binary value in SettingsProvider
| | * \ \ \ \ \ \ \ \ \ \ am a11ffa64: Merge "Remove hide_carrier_network_settings from Settings." ↵Junda Liu2015-06-161-3/+0
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dev * commit 'a11ffa64366e39899bcda7448e5b5ffe727bea48': Remove hide_carrier_network_settings from Settings.
| | * \ \ \ \ \ \ \ \ \ \ \ am 421eaa78: Merge "Fixed NPE when dumpSettings is called with a null ↵Fyodor Kupolov2015-06-111-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cursor" into mnc-dev * commit '421eaa7813e33ea1bbce398e5940e6ab477c759d': Fixed NPE when dumpSettings is called with a null cursor
| | * \ \ \ \ \ \ \ \ \ \ \ \ am 815be147: Merge "Use AtomicFile APIs correctly when reading." into mnc-devSvetoslav2015-05-291-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '815be147a35452d52feb0610ff11d8645351ad9f': Use AtomicFile APIs correctly when reading.
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ am eff64986: Merge "Do not call out of the settings provider with a lock ↵Svetoslav2015-05-211-255/+276
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | held" into mnc-dev * commit 'eff649862be8db389cf8480efa50ca1106dd2117': Do not call out of the settings provider with a lock held
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ am be752b1f: Merge "Pass charset to XmlPullParser.setInput instead of null" ↵Wojciech Staszkiewicz2015-05-141-2/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into mnc-dev * commit 'be752b1f28f1f3724b235e3f0a77b4c07c40e631': Pass charset to XmlPullParser.setInput instead of null
| * | | | | | | | | | | | | | | | | SettingsProvider: allow ambient display/doze mode to be overlayedAnkit Gupta2016-03-042-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue-id: YAM-140 Change-Id: I3c296c645281509b7860e54d4e32790881d30ed6 (cherry picked from commit 3c1279528e3a6017ff42f2d7aa436be88c9022fa)
| * | | | | | | | | | | | | | | | | Automatic translation importMichael Bestas2016-02-141-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6f7e9a4d7d72272d445319a26b386d7098aa26a4
| * | | | | | | | | | | | | | | | | lockscreen: Add option for showing unlock screen directly (1/3)eray orçunus2016-02-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Option appears on PIN,pattern and password methods * User should press back button to see swipe-up-to-unlock screen. * Instantly hides keyguard if Smart Lock has unlocked phone. CYNGNOS-1873 Change-Id: I2ceeed348d7e61632b8344f35431f30cba62ca4f Signed-off-by: eray orçunus <erayorcunus@gmail.com>