summaryrefslogtreecommitdiff
path: root/core/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res')
-rw-r--r--core/src/main/res/drawable/ic_checkbox_background.xml10
-rw-r--r--core/src/main/res/drawable/ic_delete_auto.xml15
-rw-r--r--core/src/main/res/values/strings.xml5
3 files changed, 30 insertions, 0 deletions
diff --git a/core/src/main/res/drawable/ic_checkbox_background.xml b/core/src/main/res/drawable/ic_checkbox_background.xml
new file mode 100644
index 000000000..470ac4a5c
--- /dev/null
+++ b/core/src/main/res/drawable/ic_checkbox_background.xml
@@ -0,0 +1,10 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="56dp"
+ android:height="56dp"
+ android:viewportWidth="15.1"
+ android:viewportHeight="15.1">
+ <path
+ android:pathData="M-7.4167,3.2465a11.2253,11.8267 0,1 0,22.4506 0a11.2253,11.8267 0,1 0,-22.4506 0z"
+ android:strokeWidth="0"
+ android:fillColor="#BBFFFFFF"/>
+</vector>
diff --git a/core/src/main/res/drawable/ic_delete_auto.xml b/core/src/main/res/drawable/ic_delete_auto.xml
new file mode 100644
index 000000000..9ed6abd24
--- /dev/null
+++ b/core/src/main/res/drawable/ic_delete_auto.xml
@@ -0,0 +1,15 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:pathData="M15,2l-3.5,0l-1,-1l-5,0l-1,1l-3.5,0l0,2l14,0z"
+ android:fillColor="#000000"/>
+ <path
+ android:pathData="M16,9c-0.7,0 -1.37,0.1 -2,0.29V5H2v12c0,1.1 0.9,2 2,2h5.68c1.12,2.36 3.53,4 6.32,4c3.87,0 7,-3.13 7,-7C23,12.13 19.87,9 16,9zM9,16c0,0.34 0.03,0.67 0.08,1H4V7h8v3.26C10.19,11.53 9,13.62 9,16zM16,21c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5s5,2.24 5,5S18.76,21 16,21z"
+ android:fillColor="#000000"/>
+ <path
+ android:pathData="M16.5,12l-1.5,0l0,5l3.6,2.1l0.8,-1.2l-2.9,-1.7z"
+ android:fillColor="#000000"/>
+</vector>
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 279512a3c..d9787e749 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -171,6 +171,7 @@
<string name="share_website_url_label">Website address</string>
<string name="share_feed_url_label">Podcast feed URL</string>
<string name="feed_delete_confirmation_msg">Please confirm that you want to delete the podcast \"%1$s\" and ALL its episodes (including downloaded episodes).</string>
+ <string name="feed_delete_confirmation_msg_batch">Please confirm that you want to remove the selected podcasts and ALL their episodes (including downloaded episodes).</string>
<string name="feed_delete_confirmation_local_msg">Please confirm that you want to remove the podcast \"%1$s\". The files in the local source folder will not be deleted.</string>
<string name="feed_remover_msg">Removing podcast</string>
<string name="load_complete_feed">Refresh complete podcast</string>
@@ -182,6 +183,10 @@
<string name="open_podcast">Open Podcast</string>
<string name="please_wait_for_data">Please wait until the data is loaded</string>
<string name="updates_disabled_label">Updates disabled</string>
+ <plurals name="updated_feeds_batch_label">
+ <item quantity="one">%d subscription updated.</item>
+ <item quantity="other">%d subscriptions updated.</item>
+ </plurals>
<string name="add_to_folder">Add to folder</string>
<!-- actions on feeditems -->