59 lines
1.7 KiB
XML
59 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<SwitchPreferenceCompat
|
|
android:defaultValue="true"
|
|
android:key="reading_indicators"
|
|
android:summary="@string/show_reading_indicators_summary"
|
|
android:title="@string/show_reading_indicators" />
|
|
|
|
<SwitchPreferenceCompat
|
|
android:key="history_exclude_nsfw"
|
|
android:summary="@string/exclude_nsfw_from_history_summary"
|
|
android:title="@string/exclude_nsfw_from_history" />
|
|
|
|
<PreferenceCategory android:title="@string/tracking">
|
|
|
|
<PreferenceScreen
|
|
android:fragment="org.koitharu.kotatsu.scrobbling.shikimori.ui.ShikimoriSettingsFragment"
|
|
android:key="shikimori"
|
|
android:title="@string/shikimori" />
|
|
|
|
</PreferenceCategory>
|
|
|
|
<PreferenceCategory android:title="@string/data_deletion">
|
|
|
|
<Preference
|
|
android:key="search_history_clear"
|
|
android:persistent="false"
|
|
android:summary="@string/loading_"
|
|
android:title="@string/clear_search_history" />
|
|
|
|
<Preference
|
|
android:key="updates_feed_clear"
|
|
android:persistent="false"
|
|
android:summary="@string/loading_"
|
|
android:title="@string/clear_updates_feed" />
|
|
|
|
<Preference
|
|
android:key="thumbs_cache_clear"
|
|
android:persistent="false"
|
|
android:summary="@string/computing_"
|
|
android:title="@string/clear_thumbs_cache" />
|
|
|
|
<Preference
|
|
android:key="pages_cache_clear"
|
|
android:persistent="false"
|
|
android:summary="@string/computing_"
|
|
android:title="@string/clear_pages_cache" />
|
|
|
|
<Preference
|
|
android:key="cookies_clear"
|
|
android:persistent="false"
|
|
android:summary="@string/clear_cookies_summary"
|
|
android:title="@string/clear_cookies" />
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen> |