Add default sort for episode list (#7972)

This commit is contained in:
tmatale
2025-12-05 16:19:27 -05:00
committed by GitHub
parent d7f279b7b3
commit eb4cc10c45
13 changed files with 110 additions and 6 deletions

View File

@ -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>

View File

@ -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"