From c3b2ffa65308ca14969a82e490f0c662f1794425 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 9 Dec 2020 15:15:17 +0800 Subject: Add an option to delete all read posts. --- app/src/main/res/values/strings.xml | 2 ++ app/src/main/res/xml/advanced_preferences.xml | 4 ++++ 2 files changed, 6 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3aa406a4..7e7ed640 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -446,6 +446,7 @@ Delete All Post Layouts in Database Delete All Themes in Database Delete All Front Page Scrolled Positions in Database + Delete All Read Posts in Database Delete All Legacy Settings Reset All Settings Clean the database and shared preferences @@ -820,6 +821,7 @@ Delete all post layouts successfully Delete all themes successfully Delete all scrolled positions in front page successfully + Delete all read posts successfully Delete all legacy settings successfully Reset all settings successfully diff --git a/app/src/main/res/xml/advanced_preferences.xml b/app/src/main/res/xml/advanced_preferences.xml index 0d6c02e5..6992530d 100644 --- a/app/src/main/res/xml/advanced_preferences.xml +++ b/app/src/main/res/xml/advanced_preferences.xml @@ -26,6 +26,10 @@ app:key="delete_front_page_scrolled_positions_in_database" app:title="@string/settings_delete_front_page_scrolled_positions_in_database_title" /> + + -- cgit v1.2.3