From 6da36366a2383d6da3d3375d6ebd9c7287687384 Mon Sep 17 00:00:00 2001
From: Eitan <53308841+blahberi@users.noreply.github.com>
Date: Sun, 20 Oct 2024 23:43:32 +0300
Subject: 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>
---
app/src/main/res/values/strings.xml | 3 +++
1 file changed, 3 insertions(+)
(limited to 'app/src/main/res/values')
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 @@
Enable Search History
Post History
Mark Posts as Read
+ Limit Read Posts
+ Set read posts limit
+ Read Posts DB Table \nSize: %1$d(KB) \nCount: %2$d
Mark Posts as Read After Voting
Mark Posts as Read on Scroll
Hide Read Posts Automatically
--
cgit v1.2.3