diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-11 09:20:42 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-11 09:20:42 +0300 |
| commit | 44e6fcfc7a1887f3f5e0c9978139aaa670ea417d (patch) | |
| tree | 201807b03a21f69acf4bf9ad3ac0b7c4e4437b49 /org.fox.ttrss/src/main/res/xml | |
| parent | 6ccbe85cd57f4bfa576aa7ddfbd12a5424315f66 (diff) | |
drop offline mode
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/xml/preferences.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml index 3c422e7e..81fbd5f1 100755 --- a/org.fox.ttrss/src/main/res/xml/preferences.xml +++ b/org.fox.ttrss/src/main/res/xml/preferences.xml @@ -181,26 +181,6 @@ android:summary="@string/prefs_always_open_uri_summary" android:title="@string/prefs_always_open_uri" /> </PreferenceCategory> - <PreferenceCategory android:title="@string/offline_mode" > - <ListPreference - android:defaultValue="250" - android:entries="@array/pref_offline_amounts" - android:entryValues="@array/pref_offline_amounts" - android:key="offline_sync_max" - android:summary="@string/offline_articles_to_download_long" - android:title="@string/offline_articles_to_download" /> - - <SwitchPreferenceCompat - android:defaultValue="false" - android:key="offline_sort_by_feed" - android:title="@string/prefs_offline_sort_by_feed" /> - - <SwitchPreferenceCompat - android:defaultValue="false" - android:key="offline_image_cache_enabled" - android:summary="@string/offline_media_cache_enabled_summary" - android:title="@string/offline_media_cache_enabled" /> - </PreferenceCategory> <PreferenceCategory android:title="@string/prefs_widget" > <ListPreference android:defaultValue="15" |