summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorueen <ueli.sarnighausen@online.de>2021-05-14 21:06:04 +0200
committerGitHub <noreply@github.com>2021-05-14 21:06:04 +0200
commit292c9bf15136f76fea8928ed7abb2b55fb316678 (patch)
tree144f3969825b2b910e6bc0640325942bb8ed969e /core/src
parentfb6bd0cbaa909b6067fedef1e8a108130841f3fe (diff)
downloadAntennaPod-292c9bf15136f76fea8928ed7abb2b55fb316678.zip
New media player screen (#5075)
Co-authored-by: jonasburian <jonas.burian@protonmail.com> Co-authored-by: ByteHamster <info@bytehamster.com>
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/drawable/ic_bookmark.xml5
-rw-r--r--core/src/main/res/drawable/ic_chapter_next.xml9
-rw-r--r--core/src/main/res/drawable/ic_chapter_prev.xml9
-rw-r--r--core/src/main/res/values/strings.xml6
4 files changed, 21 insertions, 8 deletions
diff --git a/core/src/main/res/drawable/ic_bookmark.xml b/core/src/main/res/drawable/ic_bookmark.xml
deleted file mode 100644
index d599b13a9..000000000
--- a/core/src/main/res/drawable/ic_bookmark.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="M17,3H7c-1.1,0 -1.99,0.9 -1.99,2L5,21l7,-3 7,3V5c0,-1.1 -0.9,-2 -2,-2z"/>
-</vector>
diff --git a/core/src/main/res/drawable/ic_chapter_next.xml b/core/src/main/res/drawable/ic_chapter_next.xml
new file mode 100644
index 000000000..bcf38aeb6
--- /dev/null
+++ b/core/src/main/res/drawable/ic_chapter_next.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="?attr/action_icon_color"
+ android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6 -6,-6z"/>
+</vector>
diff --git a/core/src/main/res/drawable/ic_chapter_prev.xml b/core/src/main/res/drawable/ic_chapter_prev.xml
new file mode 100644
index 000000000..f01b30364
--- /dev/null
+++ b/core/src/main/res/drawable/ic_chapter_prev.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="?attr/action_icon_color"
+ android:pathData="M15.41,7.41L14,6l-6,6 6,6 1.41,-1.41L10.83,12z"/>
+</vector>
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 7da4cf39c..48f7f7c69 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -87,7 +87,6 @@
<string name="url_label">URL</string>
<string name="support_funding_label">Support</string>
<string name="support_podcast">Support this Podcast</string>
- <string name="cover_label">Cover</string>
<string name="error_label">Error</string>
<string name="error_msg_prefix">An error occurred:</string>
<string name="refresh_label">Refresh</string>
@@ -96,6 +95,7 @@
<string name="chapter_duration">Duration: %1$s</string>
<string name="description_label">Description</string>
<string name="shownotes_label">Shownotes</string>
+ <string name="shownotes_contentdescription">swipe up to read shownotes</string>
<string name="episodes_suffix">\u0020episodes</string>
<string name="processing_label">Processing</string>
<string name="close_label">Close</string>
@@ -342,8 +342,6 @@
<string name="no_new_episodes_label">When new episodes arrive, they will be shown here.</string>
<string name="no_fav_episodes_head_label">No favorite episodes</string>
<string name="no_fav_episodes_label">You can add episodes to the favorites by long-pressing them.</string>
- <string name="no_chapters_head_label">No chapters</string>
- <string name="no_chapters_label">This episode has no chapters.</string>
<string name="no_subscriptions_head_label">No subscriptions</string>
<string name="no_subscriptions_label">To subscribe to a podcast, press the plus icon below.</string>
@@ -681,6 +679,8 @@
<string name="position">Position: %1$s</string>
<string name="apply_action">Apply action</string>
<string name="play_chapter">Play chapter</string>
+ <string name="prev_chapter">Previous chapter</string>
+ <string name="next_chapter">Next chapter</string>
<!-- Feed settings/information screen -->
<string name="authentication_label">Authentication</string>