summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More general phrasing for USB mode dialogueHEADreplicant-6.0Wolfgang Wiedmeyer2017-06-221-1/+1
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Merge branch 'cm-13.0' of ↵replicant-6.0-0001Wolfgang Wiedmeyer2017-05-0244-3576/+6647
|\ | | | | | | https://github.com/LineageOS/android_packages_apps_Settings into replicant-6.0
| * Automatic translation importAbhisek Devkota2017-04-2837-3539/+2978
| | | | | | | | Change-Id: Id822d8c6ffeb9e67399c0092ba6661728f8d5635
| * 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>
| * Automatic translation importAbhisek Devkota2017-02-2014-39/+3671
| | | | | | | | Change-Id: I7d05f649b723de01161d1e69d8ca3e3386e09052
* | Hide contributors cloudWolfgang Wiedmeyer2017-05-021-6/+0
| | | | | | | | | | | | We don't have something similar for Replicant Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | use F-Droid search for weather providersWolfgang Wiedmeyer2017-02-181-2/+2
| | | | | | | | | | | | although it seems like none are available so far Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Replicant rebrandingWolfgang Wiedmeyer2017-02-1399-488/+488
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Merge branch 'cm-13.0' of ↵Wolfgang Wiedmeyer2017-02-11147-983/+2379
|\ \ | |/ | | | | | | | | https://github.com/LineageOS/android_packages_apps_Settings into replicant-6.0 Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
| * Automatic translation importAbhisek Devkota2017-02-0710-12/+76
| | | | | | | | Change-Id: I53c6c59d7d7828e39debd458873646c7a7ac504e
| * Automatic translation importAbhisek Devkota2017-02-036-18/+49
| | | | | | | | Change-Id: I9e08273831f24cedca02062841f5f40d274bb745
| * Automatic translation importAbhisek Devkota2017-02-0220-17/+189
| | | | | | | | Change-Id: Ib281a747d6e4428b4b10e699e4681da6e2afd6ea
| * Automatic translation importAbhisek Devkota2017-01-2792-1548/+383
| | | | | | | | Change-Id: Ib8d8f1f7fea13e14167ef08513b183a8fa19b87d
| * Update contributors cloud dbJorge Ruesga2017-01-211-0/+0
| | | | | | | | | | Change-Id: Ia865e64901585eccfcfb7cc28fd42088e0c14774 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
| * ButtonBacklight: Preview timeout once user stops draggingZhao Wei Liew2017-01-161-2/+8
| | | | | | | | Change-Id: I0abebe1041b6ad42b10e7d24f76ea17046e64666
| * Settings: Update button backlight brightness in real timenijel82017-01-161-14/+10
| | | | | | | | | | | | | | | | | | | | When adjusting the button backlight brightness using the seekbar, the brightness did not update in real time, but only when the RESET button is tapped. With this change, the brightness is updated instantly. Change-Id: Ib4db8b4759f2b756495dc3f9319b35cdb548d9e5
| * DeviceInfo: Set is_lineage intent when launching PlatLogoZhao Wei Liew2017-01-161-0/+1
| | | | | | | | | | | | We use this to decide whether to launch the LineageOS PlatLogo. Change-Id: I23dfc7b6aa6b8d96d45a757a4b44f2399e62196c
| * Settings: CMStats: use new server-side APISimon Shields2017-01-082-17/+26
| | | | | | | | | | | | | | | | * version the API * instead of sending a POST request with parameters, POST a json blob. Change-Id: I1e83f85ca833b823dfd23eacbc8309d9eeee72a9
| * Settings: CMStats: Upload stats only if user has not opted outSimon Shields2016-12-311-0/+5
| | | | | | | | Change-Id: If4cd7a2c1cee23e63d6191fbdff08c2219f8b8bc
| * Settings: cmstats: Stop tracking opt-out eventsSimon Shields2016-12-314-58/+4
| | | | | | | | Change-Id: Ia0e50b4af3979c374b4202cd6a187a9f0ded9e60
| * Settings: cmstats: Stop sending stats to cyngn serversSimon Shields2016-12-313-126/+15
| | | | | | | | Change-Id: I30fa515f924f368b6cd7016ba03f366affaa6e5e
| * Settings: CMStats: use sha256 for device IDsSimon Shields2016-12-311-1/+1
| | | | | | | | | | | | Collions may occur with MD5. Change-Id: Ief2049180084e3cf80229ce1919145625d36a74c
| * SimSettings: avoid NPEMarcos Marado2016-12-311-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't assume getPhoneAccount doesn't return null just because you're passing a non-null argument. Avoids: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.CharSequence android.telecom.PhoneAccount.getLabel()' on a null object reference at com.android.settings.sim.SimSettings.updateCallValues(SimSettings.java:299) at com.android.settings.sim.SimSettings.updateActivitesCategory(SimSettings.java:237) at com.android.settings.sim.SimSettings.updateAllOptions(SimSettings.java:222) at com.android.settings.sim.SimSettings.updateSubscriptions(SimSettings.java:217) at com.android.settings.sim.SimSettings.-wrap4(SimSettings.java) at com.android.settings.sim.SimSettings$1.onSubscriptionsChanged(SimSettings.java:175) at android.telephony.SubscriptionManager$OnSubscriptionsChangedListener$1.handleMessage(SubscriptionManager.java:397) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5461) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616) Change-Id: Ibdb5a978744a8f3e5dd916d08297a07d98aca5be
| * DeviceInfoSettings: Launch normal PlatLogo for LA versionZhao Wei Liew2016-12-291-15/+2
| | | | | | | | | | | | | | | | Since we've removed the Cid-esque PlatLogo as part of the LineageOS rebrand, get rid of the extra code and simply launch the AOSP PlatLogo when tapping on the LA version pref. Change-Id: I2b70d4115d890771999b0b1b97c8a70495a75562
| * Settings: Rebrand to LineageOSSimon Shields2016-12-2999-569/+668
| | | | | | | | Change-Id: I7326fd71621b398345d318c9c38dbc44433c732a
| * Merge "Automatic translation import" into cm-13.0Abhisek Devkota2016-12-282-42/+42
| |\
| | * Automatic translation importblinky@build012016-12-242-42/+42
| | | | | | | | | | | | | | | Change-Id: I7a49ff0eee1862e7c400a2c507095a998b935290 Ticket: -
| * | 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
| * Automatic translation importblinky@build012016-12-2237-24/+1194
| | | | | | | | | | Change-Id: I4385697ba782926faa8cfcbdc6267a7f29e2c35b Ticket: -
| * Automatic translation importblinky@build012016-12-211-85/+208
| | | | | | | | | | Change-Id: Ie790fe3f1b922d25f91b4c4f2338e9f8a7d115bf Ticket: -
| * Automatic translation importclyde@build012016-12-2039-21/+687
| | | | | | | | | | Change-Id: I82e8903deb0d37f2da11699493f0cdaf2c3f5dde Ticket: -
| * Automatic translation importblinky@build012016-12-181-2/+3
| | | | | | | | | | Change-Id: Ie58e94430b39ee70545b95962155be1d41be4e90 Ticket: -
| * Automatic translation importclyde@build012016-12-161-0/+202
| | | | | | | | | | Change-Id: I163776c38e0240ccbe78cb752a87658cec7c9975 Ticket: -
| * Automatic translation importpinky@build012016-12-1511-34/+71
| | | | | | | | | | Change-Id: Ibfa6607fad1b0f84a126a87abb6c4116a44adc2f Ticket: -
* | Adapt CopperheadOS patch for changed CyanogenMod's APIWolfgang Wiedmeyer2016-12-161-1/+7
| | | | | | | | | | | | userId and lock pattern size needs to be specified. Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | support replacing a separate encryption passwordDaniel Micay2016-12-165-1/+129
| |
* | support setting a separate encryption passwordDaniel Micay2016-12-164-0/+704
| |
* | enable advanced reboot menu by defaultWolfgang Wiedmeyer2016-12-151-1/+1
| | | | | | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* | Merge branch 'cm-13.0' of ↵Wolfgang Wiedmeyer2016-12-13329-6285/+44631
|\ \ | |/ | | | | https://github.com/CyanogenMod/android_packages_apps_Settings into replicant-6.0
| * Automatic translation importclyde@build012016-12-043-3/+3
| | | | | | | | | | Change-Id: Ie7efb587de11baf48fa9bc581df958fcd04b150a Ticket: -
| * Automatic translation importinky@build012016-12-0262-108/+82
| | | | | | | | | | Change-Id: I8991cabc252267d4db6f08dbfaf5513e218029e0 Ticket: -
| * Automatic translation importinky@build012016-11-2999-684/+607
| | | | | | | | | | Change-Id: I6accc5d5e84063b20a7837ccac93dbcd78c67f21 Ticket: -
| * DataUsageUtils: Clean up based on code reviewTyler Dunn2016-11-241-21/+29
| | | | | | | | | | | | | | | | | | | | | | | | * Add missing header * Extract DataUsageContract.UID + " = ? " into a string * Simplify "0" string * Use try-with-resource block to ensure cursor is closed This commit is based on the post-merge feedback of Kamaljeet Maini, Fabrice Di Meglio and Danny Baumann. Change-Id: I774948ba119e3e4a2dd438e1ed1588bfb9fefae2
| * telephony: Disable the SIM state change receiverRicardo Cerqueira2016-11-241-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We've mistakenly reimplemented this functionality at the telephony framework because we didn't realize it was here to begin with (and neutralized by a QC commit). Having the QC configuration in place makes _both_ come up, which is annoying... Since the f/o/t implementation (change Iddaef47eefeab43ed99ca6f27f81dffd8dd08689) uses different visual assets people are already used to, let's forcefully use that one for now until we figure out which one we want to retain... Change-Id: I1dfab99e475b2d5aa4574ecdb5d0d7ee6cf00191
| * NotificationLightSettings: Remove noop fields when LED can't pulseAlberto972016-11-211-9/+24
| | | | | | | | Change-Id: I639b7fc385ffbc551ca3708d9f42db59662b6bee
| * Settings: Hide Reset action if Battery LED is not multicolorAlberto972016-11-191-4/+8
| | | | | | | | Change-Id: Icb3c7d640cb540d69efa7186c84a92e4e780968d
| * Settings: Make proximity wake string more accurateZhao Wei Liew2016-11-171-1/+1
| | | | | | | | | | | | | | We also check the proximity sensor for gesture-activated wake-ups, such as tap to wake. Change-Id: I4e73a8d9b116e49fa168c1a4a457f55ff3885aea
| * lights: Use NotificationManager to figure out LED capabilitiesRicardo Cerqueira2016-11-104-13/+20
| | | | | | | | | | | | | | | | | | As of f/b change I7d627914b058861048071fc15776031c4152157f, there's a more generic helper method in the notification service to get a more unified (and extensible) list of what the on-device LEDs can do. Move away from direct usage of the boolean resources. Change-Id: Ib9a6f28dc52af722dac168ec219b790ad94d6a19
| * Settings: Fix mismergeBruno Martins2016-11-091-9/+2
| | | | | | | | | | | | * This was wrongly added during merge of tag 'android-6.0.1_r74' Change-Id: I43f10016b69b4680da01be77ecb5fbb7e84a7429
| * Merge tag 'android-6.0.1_r74' into HEADJessica Wagantall2016-11-091-1/+10
| |\ | | | | | | | | | | | | | | | | | | | | | CYNGNOS-3303 Android 6.0.1 release 74 Change-Id: Id902564eaffb5084650acbee5f9b853fba21cc86