-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
fix dark theme preference for dev version: use different preference name #5012
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
|
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/12003.apk |
Codacy328Lint
SpotBugs (new)
SpotBugs (master)
|
Codecov Report
@@ Coverage Diff @@
## master #5012 +/- ##
============================================
+ Coverage 17.64% 17.68% +0.03%
Complexity 3 3
============================================
Files 385 385
Lines 32679 32679
Branches 4594 4594
============================================
+ Hits 5767 5778 +11
+ Misses 25988 25978 -10
+ Partials 924 923 -1
|
|
@tobiasKaminsky I might be wrong here, but this changes the preference name for any build, not just the dev build, right?So I am not sure how this fixes the issue. |
|
Previous setting was boolean, but now we have a string/enum. You are right, that this will also remove the existing value of latest official version. |
|
@tobiasKaminsky broken, uses 2 different keys now! see call |
8daa9a2 Merge pull request #5014 from nextcloud/android-10-scoped-storage-workaround 1919a66 Opt-out of scoped storage 1656f64 Merge pull request #5012 from nextcloud/darkThemePref 74ab9a0 Merge pull request #5013 from nextcloud/addLibCommit 0ad5785 add library commit hash for reproducable builds b065e9b fix dark theme preference for dev version: use different preference name 14a7493 [tx-robot] updated from transifex a6eb5dd [tx-robot] updated from transifex 669b269 daily dev 20191214

Fix #4997
Signed-off-by: tobiasKaminsky tobias@kaminsky.me