summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * [Fingerprint] Remove learn more link if not provisioned. DO NOT MERGEMaurice Lam2016-09-271-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the learn more link during setup wizard, because HelpUtils is returning null for the intent while the device is not provisioned. Bug: 31246856 Change-Id: I4cf5c282f170188aef98a02d3b96af5e63ea7f39 (cherry picked from commit c94f2b93afa2db9d87f9d8e0dc0c8709f16a326d)
| * | SecuritySettings: Fix KeyStore related NPE'sMarcos Marado2016-10-281-18/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both "Show password" and "Credential storage" options depend on having a KeyStore. However, KeyStore assumes that there's an android.security.keystore service around. Let's validate if it indeed exists and not show those two sections if it doesn't, in order to avoid breakage. Issue: BUGDUMP-7995106 Change-Id: I30b74057aae42e72387087d1c1d847dd8524f87f
| * | Add setup UI for minimum delay between an app's notification sounds.Danny Baumann2016-10-275-1/+99
| | | | | | | | | | | | Change-Id: I70e9cc308b4f7c7681457a0b09dd73e5d1aebb73
| * | Allow selecting vibration mode during zen priority mode.Danny Baumann2016-10-273-0/+28
| | | | | | | | | | | | Change-Id: I4e80e920e4d8f42b0255fd3f528c464b7f094d0e
| * | Settings: Apn: Don't dereference a null mSubscriptionInfoDiogo Ferreira2016-10-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | When switching sims mSubscriptionInfo can be temporarily null, don't dereference it in those cases. The interface will be updated afterwards when the subscription status changes. Change-Id: I1011a10434fad8fd911164217b9fb2d0dfb82b2a Ticket: CYNGNOS-3291
| * | Settings: display: Fix search indexing of high touch sensitivityZhao Wei Liew2016-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | Mark the feature as non-indexable if it is *unsupported*, not if it is supported. Change-Id: Ia1388044ec5944e1782f894ed0c6abe4b3e0c9e8
| * | Settings: Update contributors cloud DBMichael Bestas2016-10-071-0/+0
| | | | | | | | | | | | Change-Id: I28f0d64aa19ec46c8819c70174b3633684898e28
| * | Merge tag 'android-6.0.1_r72' into HEADJessica Wagantall2016-10-060-0/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Android 6.0.1 Release 72 (M4B30X) # gpg: Signature made Tue 04 Oct 2016 09:47:45 AM PDT using DSA key ID 9AB10E78 # gpg: Can't check signature: public key not found
| | * | Pre-setup restrictions DO NOT MERGEJason Monk2016-08-163-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Prevent external tiles from system apps - Don't let user settings run - Disable help Bug: 29194585 Change-Id: I74ab8aaab62d62cc4dbbdf3164429a503f3a572b
| * | | Automatic translation importpinky@build012016-09-2519-6/+1119
| | | | | | | | | | | | | | | | | | | | Change-Id: I351c2ff04445423b5404e6c5f610ad06bac3efc4 Ticket: -
| * | | Settings: Fix possible NPEMichael W2016-09-181-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checking applicationInfo on a null object causes a NPE Check for null first and make the menu entry invisible in that case Change-Id: I9c6c1156e8d809abf9f13a80eaa908317cba8bdc Reference: BugDumps 20160909-15 L#39
| * | | Settings: Notification light: Fix for app customizationMichael W2016-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the list was filled with an app which gets deinstalled, the previously introduced explanation is not shown anymore. Make the display dependent on the real amount of added prefs, not on the expected amount of apps in the list. Change-Id: Id1f674d519a440e3d811d4dd565d760c045e9f84
| * | | DevelopmentSettings: Add an opt-out for recovery updaterAdrian DC2016-09-153-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Some devices should not have this option, for instance all Sony devices supported on CyanogenMod already include the ROM's recovery inside the ramdisk and provide their own init_sony boot selection * Makes sure a user did not enable the option on old installations by disabling it if needed * Disable the recovery updater through the new overlay * Prevent recovery updater related features to run, and pass an additional context argument from BootReceiver to initializeUpdateRecoveryOption to access resources * Similar to the original CM 11.0 commit by Dan Pasanen Change-Id: I1963e27e59353e1a7e26a4edf905bee6c9da0571
| * | | Don't crash while entering in DevelopmentSettingsMarcos Marado2016-09-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | ...when there's no Backup Manager Change-Id: I24261cfc7d2709d07b895899216ab38d4a757095
| * | | Automatic translation importinky@build012016-09-120-0/+0
| | | | | | | | | | | | | | | | | | | | Change-Id: Id900144fba6e18d454118f7592a9e40b6ff54b96 Ticket: -
| * | | Automatic translation importclyde@build012016-09-1098-4/+432
| | | | | | | | | | | | | | | | | | | | Change-Id: I239439318d045bb69f69cd88ee067e618d08baa4 Ticket: -
| * | | Fix AIOOBE with root access disabled.Danny Baumann2016-09-091-30/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Page title and template array lengths got out of sync if root access was disabled. Make sure this doesn't happen anymore by combining titles and templates into a single list prior to filtering. Change-Id: I069db9b9925887d6d80592eabe93b33abeaf0fe8 JIRA: CYAN-8028
| * | | Settings: Hidden option to view Device IDJanet Sun2016-09-082-1/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On tapping 7 times, show the device ID and copy it to clipboard. CYNGNOS-3232 Change-Id: I1f18874be20671d66ccbe9132bce5d772be14dd9
| * | | Merge tag 'android-6.0.1_r66' into HEADJessica Wagantall2016-09-073-0/+18
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | Android 6.0.1 release 66 # gpg: Signature made Tue 06 Sep 2016 09:27:08 AM PDT using DSA key ID 9AB10E78 # gpg: Can't check signature: public key not found
| | * | Pre-setup restrictions DO NOT MERGEJason Monk2016-07-213-0/+18
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | - Prevent external tiles from system apps - Don't let user settings run - Disable help Bug: 29194585 Change-Id: I74ab8aaab62d62cc4dbbdf3164429a503f3a572b
| * | Automatic translation importclyde@build012016-09-066-9/+54
| | | | | | | | | | | | | | | Change-Id: I8cc54b3454ed30a329787931b8d0fcff0f11bf36 Ticket: -
| * | Automatic translation importpinky@build012016-08-290-0/+0
| | | | | | | | | | | | | | | Change-Id: I16bbbddc26bf598f9156e20ba0032b54cca7b227 Ticket: -
| * | Automatic translation importpinky@build012016-08-2729-139/+10645
| | | | | | | | | | | | | | | Change-Id: I07d3bda3746ddb983302208b7fecce1a23ac02d4 Ticket: -
| * | Automatic translation importblinky@build012016-08-1396-603/+393
| | | | | | | | | | | | | | | Change-Id: I4e7d6adaf0c00d032921fe688b3e9f742437c017 Ticket: -
| * | Settings: move high touch sensitivity setting to DisplayRoman Birg2016-08-125-31/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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:Fix mImsi null cause ApnSettings crashxiaognol2016-08-111-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | mImsi may be "null" in some case,if we use "" instead may cause crash in ApnSettings&com.android.phone. so fix it to use old way to set Apn in that "null" case. Change-Id: I0119e9a3f58c688e0e271ae62f50484ad8a29da9
| * | Settings: remove wifi hotspot timeout when hotspot settings are removedScott Mertz2016-08-111-0/+1
| | | | | | | | | | | | Change-Id: Id69c58ab5227286922518fe11243bc2134d7f300
| * | Settings: Show only one tab on PrivacyGuard direct accessAdrian DC2016-08-111-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Allow an intent request to a specific tab to be isolated, giving access only to the expected settings * "Apps started on boot" opens only Bootup * "Manage root accesses" opens only Root Access * Related to the following commits Ia5bc9d56fb11700b19d73336fad13c0a936091ff I79d963ecbadc624dc45a398387a348691318b6be Change-Id: I5a720fe2a8abe5fdf1a1b91c054d8b3a57d6cc5d Signed-off-by: Adrian DC <radian.dc@gmail.com>
| * | Settings: Root appops access in developer settingsAdrian DC2016-08-113-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * | Settings: Animate pin/pattern fragment only if availableLuis Vidal2016-08-091-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | To prevent NPE, check if the PIN/Pattern/Password confirmation fragment is available before performing animation Change-Id: I4ae78569f953daa6696e96c8318a0c059aaf3502 TICKET: HAM-1397
| * | Automatic translation importblinky@build012016-08-086-8/+16
| | | | | | | | | | | | | | | Change-Id: I9b865e55bc5b3b50b7a41567eb8099719d66d2e3 Ticket: -
| * | Revert "Settings: Add screen color settings"Steve Kondik2016-08-05114-2417/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * We now have support for HSIC controls in LiveDisplay and this can be deprecated. A new UI to bring the same kind of functionality is underway as well. This reverts commit 853513841512a0fbf15dc22c7164a98d0a2de80b. Change-Id: I4fa3af25f64b05338a78ba7832e75333cf15e448
| * | livedisplay: Add picture adjustment settingsSteve Kondik2016-08-055-23/+425
| | | | | | | | | | | | | | | | | | | | | * Allow user setting of hue, saturation, intensity, and contrast * These controls are associated by the current display mode Change-Id: I5de24a0b5c2972f115920167fa97afa3a136b80d
| * | Allow restricted users to change status bar settingsSam Mortimer2016-08-041-0/+1
| | | | | | | | | | | | Change-Id: I121653cfd8e74333db32d7db18fc2dde05f00e2d
| * | Automatic translation importinky@build012016-07-315-0/+15
| | | | | | | | | | | | | | | Change-Id: I181b7c06e3af2101e5506bd2490d8ae35c45a0b9 Ticket: -
| * | Automatic translation importblinky@build012016-07-294-1/+7
| | | | | | | | | | | | | | | Change-Id: If6551faaef84e6b870131465c757fc46b5456725 Ticket: -
| * | Automatic translation importinky@build012016-07-2895-3/+105
| | | | | | | | | | | | | | | Change-Id: I2db12f567932f5357531631a68c436657f49f59c Ticket: -
| * | ZenMode rules: Show days list in the correct orderLuis Vidal2016-07-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Populate the days list based on what the first day of the week is for the current locale. Ex. Sunday is the first item in the list for US, whereas Monday is for UK Change-Id: Ib3c03a59cee73cfcd809fb115a5d49e5eb7c2e45 TICKET: CYNGNOS-3181
| * | SimSettings: Make provisioning optional even if qti-telephony is presentRicardo Cerqueira2016-07-282-1/+6
| | | | | | | | | | | | | | | | | | | | | Current code assumes the manual provisioning options should come up if the qti-telephony blob is present. Don't make that assumption. Change-Id: I5e4f28b628e3fe3fe9e506631e92c85103e87ccf
| * | Add SIM status string for localizing voice/data stringsd34d2016-07-272-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | SIM status hard codes "voice" and "data" and therefore cannot be translated. This patch adds a format string that can now be properly translated. Change-Id: I3797b795d00aae875c0d33a1ee152f4c1e09021b TICKET: CYNGNOS-3227
| * | Automatic translation importclyde@build012016-07-2762-65/+3
| | | | | | | | | | | | | | | Change-Id: I75b51c7dd6065f768c28d1ae09d173ea55239845 Ticket: -
| * | Settings: Fix possible crashMichael W2016-07-271-2/+3
| | | | | | | | | | | | | | | | | | | | | applicationInfo is null sometimes, check that first Change-Id: I4c2d73cced26b8900c95ede08e5a9c478c107529 Reference: BugDumps 13-20160715-21 L#52
| * | Settings: Improve vibrator intensity dialog layoutZhao Wei Liew2016-07-272-40/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove redundant 'Vibrator intensity' text - Align the text and seekbars - Get rid of the ScrollView - Clean up Visual: http://imgur.com/YB7Ez3m Change-Id: I4d80f7df2f18b580eaef1ca44ce0560e044ee065
| * | Automatic translation importinky@build012016-07-262-18/+28
| | | | | | | | | | | | | | | Change-Id: I6b60b16ef9530eace717d3e93f576a0a3e451abf Ticket: -
| * | Settings: Always set text value in color temperatureKeith Mok2016-07-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | onProgressChange is not always called if we set the color temperature to minimum, since it is the default value (no change). Causing the text showing the color temperature is empty. Call onProgressChange explicitly during init. FEIJ-1581 Change-Id: I7e0f8995cfc62a53770e787dc649109b9c3bf189
| * | Automatic translation importblinky@build012016-07-251-2/+2
| | | | | | | | | | | | | | | Change-Id: I2d60336a2f80fe68568b4a33488547d5614b4187 Ticket: -
| * | Automatic translation importblinky@build012016-07-241-4/+4
| | | | | | | | | | | | | | | Change-Id: I127cdf44db7bbc0de5c84f532dee2ab151550c73 Ticket: -
| * | Automatic translation importinky@build012016-07-223-7/+9
| | | | | | | | | | | | | | | Change-Id: Id177efe6c51cd3424564bf663746fb1fcd00f7c7 Ticket: -
| * | Automatic translation importpinky@build012016-07-213-19/+21
| | | | | | | | | | | | | | | Change-Id: I7b8461ce071d185f5219347678bd030c9d1c51c1 Ticket: -
| * | settings: Add support for color balance in LiveDisplaySteve Kondik2016-07-202-21/+71
| | | | | | | | | | | | | | | | | | | | | | | | * Use the newly exposed APIs to map color temperatures to the linear color balance range using a power curve calculation. Change-Id: Ia1b7f26b5e4fff6d0f0e78d6cb62a7a9a2aec30e