summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorpeakvalleytech <65185819+peakvalleytech@users.noreply.github.com>2021-07-10 00:11:41 -0700
committerGitHub <noreply@github.com>2021-07-10 09:11:41 +0200
commit00bf2db0a454e5c0d6bbe62d468f97a6f8056127 (patch)
tree6ec497cb1cc660ab5c2e57f0739c8ad79d8eafab /core
parent323f1f61424c39f8cde6076a4d30501bc75fc109 (diff)
downloadAntennaPod-00bf2db0a454e5c0d6bbe62d468f97a6f8056127.zip
Replace old episode multi-select with new multi-select. (#5253)
Diffstat (limited to 'core')
-rw-r--r--core/src/main/res/drawable/ic_check_multiple.xml5
-rw-r--r--core/src/main/res/values/arrays.xml5
-rw-r--r--core/src/main/res/values/strings.xml18
3 files changed, 0 insertions, 28 deletions
diff --git a/core/src/main/res/drawable/ic_check_multiple.xml b/core/src/main/res/drawable/ic_check_multiple.xml
deleted file mode 100644
index 0522009ba..000000000
--- a/core/src/main/res/drawable/ic_check_multiple.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<vector android:height="24dp"
- android:viewportHeight="24.0" android:viewportWidth="24.0"
- android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
- <path android:fillColor="?attr/action_icon_color" android:pathData="M20,16V10H22V16A2,2 0 0,1 20,18H8C6.89,18 6,17.1 6,16V4C6,2.89 6.89,2 8,2H16V4H8V16H20M10.91,7.08L14,10.17L20.59,3.58L22,5L14,13L9.5,8.5L10.91,7.08M16,20V22H4A2,2 0 0,1 2,20V7H4V20H16Z"/>
-</vector>
diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml
index a8e204d85..290c8635f 100644
--- a/core/src/main/res/values/arrays.xml
+++ b/core/src/main/res/values/arrays.xml
@@ -314,11 +314,6 @@
<item>continue</item>
</string-array>
- <string-array name="batch_long_press_options">
- <item>@string/select_all_above</item>
- <item>@string/select_all_below</item>
- </string-array>
-
<string-array name="back_button_behavior_options">
<item>@string/back_button_default</item>
<item>@string/back_button_go_to_page</item>
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index ccf708e80..c08fb98bc 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -727,24 +727,6 @@
<string name="unable_to_start_system_file_manager">Unable to start system file manager</string>
<string name="filter">Filter</string>
-
- <!-- Episodes apply actions -->
- <string name="all_label">All</string>
- <string name="selected_all_label">Selected all Episodes</string>
- <string name="select_none_label">None</string>
- <string name="deselected_all_label">Deselected all Episodes</string>
- <string name="played_label">Played</string>
- <string name="selected_played_label">Selected played Episodes</string>
- <string name="unplayed_label">Unplayed</string>
- <string name="selected_unplayed_label">Selected unplayed Episodes</string>
- <string name="downloaded_label">Downloaded</string>
- <string name="selected_downloaded_label">Selected downloaded Episodes</string>
- <string name="not_downloaded_label">Not downloaded</string>
- <string name="selected_not_downloaded_label">Selected not downloaded Episodes</string>
- <string name="selected_queued_label">Selected queued Episodes</string>
- <string name="selected_not_queued_label">Selected not queued Episodes</string>
- <string name="selected_has_media_label">Selected episodes with media</string>
-
<string name="hide_is_favorite_label">Is favorite</string>
<string name="not_favorite">Not favorite</string>
<string name="hide_downloaded_episodes_label">Downloaded</string>