aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorEitan <53308841+blahberi@users.noreply.github.com>2024-10-20 20:43:32 +0000
committerGitHub <noreply@github.com>2024-10-20 20:43:32 +0000
commit6da36366a2383d6da3d3375d6ebd9c7287687384 (patch)
treed38aaa1766d1fa562a2aec4432cf0f1ac06acc51 /app/src/main/res/values
parent9e6139881bf8f72936cb1ae5c94f6512042260c7 (diff)
downloadinfinity-for-reddit-6da36366a2383d6da3d3375d6ebd9c7287687384.tar
infinity-for-reddit-6da36366a2383d6da3d3375d6ebd9c7287687384.tar.gz
infinity-for-reddit-6da36366a2383d6da3d3375d6ebd9c7287687384.tar.bz2
infinity-for-reddit-6da36366a2383d6da3d3375d6ebd9c7287687384.tar.lz
infinity-for-reddit-6da36366a2383d6da3d3375d6ebd9c7287687384.tar.xz
infinity-for-reddit-6da36366a2383d6da3d3375d6ebd9c7287687384.tar.zst
infinity-for-reddit-6da36366a2383d6da3d3375d6ebd9c7287687384.zip
Changed the way read posts are handled to support an arbitrary read posts limit (#1720)
* Changed the way read posts are handled to support an arbitrary 'read posts limit' * Changed db size in summary to kb * Use return HashSet instead of List in ReadPostsListInterface * Moved DB summary to Advanced Preferences. * Completed merge from master into feature/readPost * Fix some bugs and code style. --------- Co-authored-by: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ac325395..d3b4227d 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -570,6 +570,9 @@
<string name="settings_enable_search_history_title">Enable Search History</string>
<string name="settings_post_history_title">Post History</string>
<string name="settings_mark_posts_as_read_title">Mark Posts as Read</string>
+ <string name="settings_read_posts_limit_title">Limit Read Posts</string>
+ <string name="settings_read_posts_limit_hint">Set read posts limit</string>
+ <string name="settings_read_posts_db_summary">Read Posts DB Table \nSize: %1$d(KB) \nCount: %2$d</string>
<string name="settings_mark_posts_as_read_after_voting_title">Mark Posts as Read After Voting</string>
<string name="settings_mark_posts_as_read_on_scroll_title">Mark Posts as Read on Scroll</string>
<string name="settings_hide_read_posts_automatically_title">Hide Read Posts Automatically</string>