summaryrefslogtreecommitdiff
path: root/core/src/main
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-12-03 16:36:28 +0100
committerGitHub <noreply@github.com>2023-12-03 16:36:28 +0100
commit2e76dc8d0c950090acd95d1e8c9d6c7be314d9a6 (patch)
treeecd57518bae3916aba6ef9fca99998ca751e0944 /core/src/main
parentc1712fe2f55374d276d166ce02c9882a2300264a (diff)
downloadAntennaPod-2e76dc8d0c950090acd95d1e8c9d6c7be314d9a6.zip
New sort dialog (#6789)
Diffstat (limited to 'core/src/main')
-rw-r--r--core/src/main/res/values/arrays.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index 50afe630b..f72a2e108 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -246,48 +246,6 @@
<item>DownloadsSection</item>
</string-array>
- <!-- sort for podcast screen, not for queue -->
- <string-array name="feed_episodes_sort_options">
- <item>@string/sort_date_new_old</item>
- <item>@string/sort_date_old_new</item>
- <item>@string/sort_title_a_z</item>
- <item>@string/sort_title_z_a</item>
- <item>@string/sort_duration_short_long</item>
- <item>@string/sort_duration_long_short</item>
- </string-array>
-
- <!-- sort for local feed screen -->
- <string-array name="local_feed_episodes_sort_options">
- <item>@string/sort_date_new_old</item>
- <item>@string/sort_date_old_new</item>
- <item>@string/sort_title_a_z</item>
- <item>@string/sort_title_z_a</item>
- <item>@string/sort_duration_short_long</item>
- <item>@string/sort_duration_long_short</item>
- <item>@string/sort_filename_a_z</item>
- <item>@string/sort_filename_z_a</item>
- </string-array>
-
- <string-array name="feed_episodes_sort_values">
- <item>DATE_NEW_OLD</item>
- <item>DATE_OLD_NEW</item>
- <item>EPISODE_TITLE_A_Z</item>
- <item>EPISODE_TITLE_Z_A</item>
- <item>DURATION_SHORT_LONG</item>
- <item>DURATION_LONG_SHORT</item>
- </string-array>
-
- <string-array name="local_feed_episodes_sort_values">
- <item>DATE_NEW_OLD</item>
- <item>DATE_OLD_NEW</item>
- <item>EPISODE_TITLE_A_Z</item>
- <item>EPISODE_TITLE_Z_A</item>
- <item>DURATION_SHORT_LONG</item>
- <item>DURATION_LONG_SHORT</item>
- <item>EPISODE_FILENAME_A_Z</item>
- <item>EPISODE_FILENAME_Z_A</item>
- </string-array>
-
<string-array name="compact_notification_buttons_options">
<item>@string/rewind_label</item>
<item>@string/fast_forward_label</item>