aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDocile-Alligator <chineseperson5@gmail.com>2022-03-06 02:41:02 +0000
committerDocile-Alligator <chineseperson5@gmail.com>2022-03-06 02:41:02 +0000
commit141abc654a66c003351091d9df9f94229d9eb9ce (patch)
treea399cbeb6bbc32f739cb49e83671b09ef76e3f5f /app/src/main/res/values/strings.xml
parentdc9725735baa027ce68a59648cc810e7daf77ce9 (diff)
downloadinfinity-for-reddit-141abc654a66c003351091d9df9f94229d9eb9ce.tar
infinity-for-reddit-141abc654a66c003351091d9df9f94229d9eb9ce.tar.gz
infinity-for-reddit-141abc654a66c003351091d9df9f94229d9eb9ce.tar.bz2
infinity-for-reddit-141abc654a66c003351091d9df9f94229d9eb9ce.tar.lz
infinity-for-reddit-141abc654a66c003351091d9df9f94229d9eb9ce.tar.xz
infinity-for-reddit-141abc654a66c003351091d9df9f94229d9eb9ce.tar.zst
infinity-for-reddit-141abc654a66c003351091d9df9f94229d9eb9ce.zip
New option: Settings->Miscellaneous->Post Feed Preview Max Resolution. Fix low resolution post previews when showing them for the first time. Tweak themed icon.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index e0a00dca..1293fe57 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -637,6 +637,9 @@
<string name="settings_reddit_user_agreement_title">Reddit User Agreement</string>
<string name="settings_always_show_child_comment_count_title">Always Show the Number of Child Comments</string>
<string name="settings_hide_upvote_ratio_title">Hide Upvote Ratio</string>
+ <string name="settings_miscellaneous_dangerous_group_title">Dangerous</string>
+ <string name="settings_post_feed_max_resolution_warning_title">Increase the value to show previews in higher resolution, but the app may crash unexpectedly.</string>
+ <string name="settings_post_feed_max_resolution_title">Post Feed Preview Max Resolution (Width * Height)</string>
<string name="no_link_available">Cannot get the link</string>
@@ -1283,4 +1286,6 @@
<string name="option_5_hint">Option 5</string>
<string name="option_6_hint">Option 6</string>
+ <string name="not_a_valid_number">Not a valid number</string>
+
</resources>