Load only the selected group and customizable updated status timeout
Now only the subscriptions from the selected group by the user will be loaded. Also add an option to decide how much time have to pass since the last refresh before the subscription is deemed as not up to date. This helps when a subscription appear in multiple groups, since updating in one will not require to be fetched again in the others.
This commit is contained in:
parent
a73b752fa2
commit
6e6a1752d6
20 changed files with 412 additions and 123 deletions
|
|
@ -89,4 +89,18 @@
|
|||
android:title="@string/export_data_title"
|
||||
android:key="@string/export_data"
|
||||
android:summary="@string/export_data_summary"/>
|
||||
|
||||
<PreferenceCategory
|
||||
android:layout="@layout/settings_category_header_layout"
|
||||
android:title="@string/settings_category_feed_title">
|
||||
|
||||
<ListPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:key="@string/feed_update_threshold_key"
|
||||
android:defaultValue="@string/feed_update_threshold_default_value"
|
||||
android:entries="@array/feed_update_threshold_options"
|
||||
android:entryValues="@array/feed_update_threshold_values"
|
||||
android:title="@string/feed_update_threshold_title"
|
||||
android:summary="@string/feed_update_threshold_summary"/>
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue