mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2026-02-04 12:45:26 +00:00
Add default sort for episode list (#7972)
This commit is contained in:
@ -588,6 +588,8 @@
|
||||
<string name="pref_new_episodes_action_title">New episodes action</string>
|
||||
<string name="pref_new_episodes_action_sum">Action to take for new episodes</string>
|
||||
<string name="episode_information">Episode information</string>
|
||||
<string name="pref_global_default_episode_list_sort_order_title">Default sort order</string>
|
||||
<string name="pref_global_default_episode_list_sort_order_sum">Choose the default order for episodes on the podcast screen</string>
|
||||
|
||||
<!-- Report bug -->
|
||||
<string name="report_bug_title">Report bug</string>
|
||||
|
||||
@ -78,6 +78,10 @@
|
||||
android:defaultValue="false"/>
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:title="@string/episode_lists">
|
||||
<Preference
|
||||
android:key="prefGlobalDefaultSortedOrder"
|
||||
android:title="@string/pref_global_default_episode_list_sort_order_title"
|
||||
android:summary="@string/pref_global_default_episode_list_sort_order_sum" />
|
||||
<Preference
|
||||
android:key="prefSwipe"
|
||||
android:summary="@string/swipeactions_summary"
|
||||
|
||||
Reference in New Issue
Block a user