2016-01-02 21:09:46 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-06-16 20:52:51 +02:00
|
|
|
<PreferenceScreen
|
2016-03-07 23:48:43 +01:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
2016-01-02 21:09:46 +01:00
|
|
|
|
2016-06-16 20:52:51 +02:00
|
|
|
<PreferenceScreen
|
|
|
|
android:key="advanced_screen"
|
|
|
|
android:persistent="false"
|
|
|
|
android:title="@string/pref_category_advanced">
|
2016-01-02 21:09:46 +01:00
|
|
|
|
2016-06-16 20:52:51 +02:00
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_clear_chapter_cache_key"
|
|
|
|
android:title="@string/pref_clear_chapter_cache"/>
|
2016-05-10 15:09:44 +02:00
|
|
|
|
2016-06-16 20:52:51 +02:00
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_clear_cookies_key"
|
|
|
|
android:title="@string/pref_clear_cookies"/>
|
2016-01-02 21:09:46 +01:00
|
|
|
|
2016-06-16 20:52:51 +02:00
|
|
|
<Preference
|
|
|
|
android:key="@string/pref_clear_database_key"
|
|
|
|
android:summary="@string/pref_clear_database_summary"
|
|
|
|
android:title="@string/pref_clear_database"/>
|
2016-04-21 15:31:07 +02:00
|
|
|
|
2016-06-16 20:52:51 +02:00
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/pref_reencode_key"
|
|
|
|
android:summary="@string/pref_reencode_summary"
|
|
|
|
android:title="@string/pref_reencode"/>
|
|
|
|
|
|
|
|
</PreferenceScreen>
|
|
|
|
|
|
|
|
</PreferenceScreen>
|