New suggestions algorithm

This commit is contained in:
Koitharu
2023-05-09 18:35:33 +03:00
parent 023605e246
commit 52655cad2c
18 changed files with 313 additions and 70 deletions

View File

@@ -9,13 +9,22 @@
android:layout="@layout/preference_toggle_header"
android:title="@string/suggestions_enable" />
<SwitchPreferenceCompat
android:defaultValue="true"
android:dependency="suggestions"
android:key="suggestions_notifications"
android:summary="@string/suggestions_notifications_summary"
android:title="@string/notifications_enable" />
<org.koitharu.kotatsu.settings.utils.MultiAutoCompleteTextViewPreference
android:dependency="suggestions"
android:key="suggestions_exclude_tags"
android:summary="@string/suggestions_excluded_genres_summary"
android:title="@string/suggestions_excluded_genres" />
android:title="@string/suggestions_excluded_genres"
app:allowDividerAbove="true" />
<SwitchPreferenceCompat
android:defaultValue="false"
android:dependency="suggestions"
android:key="suggestions_exclude_nsfw"
android:title="@string/exclude_nsfw_from_suggestions" />
@@ -28,4 +37,4 @@
android:summary="@string/suggestions_info"
app:allowDividerAbove="true" />
</PreferenceScreen>
</PreferenceScreen>