mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Add a new option category: Post Filter. Marking posts as read is disabled by default. Marking posts as read after voting is now available.
This commit is contained in:
@@ -57,6 +57,11 @@
|
||||
app:title="@string/settings_nsfw_and_spoiler_title"
|
||||
app:fragment="ml.docilealligator.infinityforreddit.settings.NsfwAndBlurringFragment"/>
|
||||
|
||||
<Preference
|
||||
app:icon="@drawable/ic_history_24dp"
|
||||
android:title="@string/settings_post_history_title"
|
||||
app:fragment="ml.docilealligator.infinityforreddit.settings.PostHistoryFragment" />
|
||||
|
||||
<Preference
|
||||
app:icon="@drawable/ic_filter_24dp"
|
||||
app:title="@string/settings_filter_title"
|
||||
|
@@ -28,7 +28,7 @@
|
||||
<SwitchPreference
|
||||
app:defaultValue="true"
|
||||
app:key="enable_search_history"
|
||||
app:title="@string/settings_enable_search_history"
|
||||
app:title="@string/settings_enable_search_history_title"
|
||||
app:summary="@string/only_for_logged_in_user" />
|
||||
|
||||
<ListPreference
|
||||
|
4
app/src/main/res/xml/post_history.xml
Normal file
4
app/src/main/res/xml/post_history.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
</PreferenceScreen>
|
Reference in New Issue
Block a user