From 6a8f27f9476db4328b1a00595c9e09c5a83ffb22 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 23 Dec 2020 17:03:41 +0800 Subject: Add a new option category: Post Filter. Marking posts as read is disabled by default. Marking posts as read after voting is now available. --- app/src/main/res/xml/main_preferences.xml | 5 +++++ app/src/main/res/xml/miscellaneous_preferences.xml | 2 +- app/src/main/res/xml/post_history.xml | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/xml/post_history.xml (limited to 'app/src/main/res/xml') diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml index 666bc186..334ebd1a 100644 --- a/app/src/main/res/xml/main_preferences.xml +++ b/app/src/main/res/xml/main_preferences.xml @@ -57,6 +57,11 @@ app:title="@string/settings_nsfw_and_spoiler_title" app:fragment="ml.docilealligator.infinityforreddit.settings.NsfwAndBlurringFragment"/> + + + + + \ No newline at end of file -- cgit v1.2.3