Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-03-20 11:52:21 +0300
committerStefan Niedermann <info@niedermann.it>2021-03-20 11:52:21 +0300
commitebdc7e2ccee3a29d398700b6b2ef0d882548b0ce (patch)
treeac0ae98eb06d665aa1a29416989fe7fedfe84b87 /FAQ.md
parente9e4ea833d14193afbaeddf33748eb1b402e2974 (diff)
Add widget dark mode section to FAQ
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index 25e976e7..f1d943ee 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -63,3 +63,23 @@ This is necessary for two reasons:
1. We have a rapid development cycle - bugs which have been reported weeks ago might no longer relevant
2. We are loosing the context of a report or a question over the time. We have many things to care about and digging into an issue deep and then relying on an response which is not coming is a waste of our limited free time
+
+## How can i activate the dark mode for widgets?
+
+Since `v3.2.0` the widgets are using the **global Android setting**. You can change it in the Android settings, depending on your manufacturer probably under the "Display" menu item:
+
+![Enable global Android dark mode](https://user-images.githubusercontent.com/4741199/111076875-8c8bff00-84ee-11eb-8052-b086c8e143b3.png)
+
+The main reason is a better and tighter integration in the default android theming mechanism. For example Android will switch the complete system UI to a dark mode when the battery is low.
+The widgets have previously not respected those Android intentions, also they ignored the user setting mentioned above for a overall-same theme on the device.
+
+The dark mode of the app does *not* affect the appearance of the widgets because the context is different.
+While the app is something one starts intentionally and runs in its own context, the widgets run always in the context of the launcher.
+To provide a homogeneous interface in your launcher and take full benefits of OLED screens and battery saving mechanisms, Google implemented the global Android setting in Android 10 to affect everything in this context at once - the app drawer, the status bar and the widgets.
+
+According to the Play Store statistics when we release `v3.2.0`, more than `73%` of our (Play Store) users used Android 10 or higher and therefore the global setting is already present for them.
+Further `24%` used Android 7 - Android 9 and can utilize [tweaks](https://www.androidauthority.com/night-mode-on-android-886864/) (or other workarounds if they prefer to stay on old and partially even by Google [abandoned Android versions without security fixes](https://endoflife.date/android) instead of using a modern Custom ROM or other alternatives).
+
+The efforts and benefits of a) maintaining a custom hacky dark mode vs. b) supporting natively the global dark mode inclusive auto-theming on low battery etc. is in absolutely no proportion anymore.
+
+The same applies to the widgets of the Nextcloud Deck App and the Nextcloud News App. \ No newline at end of file