diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings_pref_appearance.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/xml/frost_changelog.xml | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_appearance.xml b/app/src/main/res/values/strings_pref_appearance.xml index a179b096..4f74bae3 100644 --- a/app/src/main/res/values/strings_pref_appearance.xml +++ b/app/src/main/res/values/strings_pref_appearance.xml @@ -26,4 +26,6 @@ <string name="web_text_scaling">Web Text Scaling</string> <string name="web_text_scaling_desc">Text Scaling Example; Long press the percentage text to reset.</string> + <string name="enforce_black_media_bg">Enforce black media background</string> + <string name="enforce_black_media_bg_desc">Make media backgrounds black; default is the selected background above</string> </resources>
\ No newline at end of file diff --git a/app/src/main/res/xml/frost_changelog.xml b/app/src/main/res/xml/frost_changelog.xml index 2b343ba5..de90da73 100644 --- a/app/src/main/res/xml/frost_changelog.xml +++ b/app/src/main/res/xml/frost_changelog.xml @@ -12,6 +12,9 @@ <item text="Send feedback if no new notifications exist after manual refresh" /> <item text="Automatically refresh if idled for a long time" /> <item text="Clean up url queries" /> + <item text="Add option to force black background for media views" /> + <item text="Fix menu fragment parsing" /> + <item text="" /> <version title="v1.8.2" /> <item text="Fix duplicate notification sounds" /> |