From 0172293a6deab1795cef34cc81d84fea9e2760bc Mon Sep 17 00:00:00 2001 From: Koen Glotzbach <11229646+keunes@users.noreply.github.com> Date: Sat, 28 Jul 2018 10:39:36 +0200 Subject: [PATCH 1/7] Update strings.xml - improved preferences strings - improved sharing strings --- core/src/main/res/values/strings.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 0c9fb2ad7..f7e5c23c9 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -70,7 +70,7 @@ Yes No Reset - Author + Author(s) Language URL Settings @@ -133,12 +133,12 @@ Rename Podcast Remove Podcast Share… - Share Link + Share Episode URL + Share Episode URL with Position Share File - Share Link with Position Share Feed URL - Share Episode File URL - Share Episode File URL with Position + Share Media File URL + Share Media File URL with Position Please confirm that you want to delete the feed \"%1$s\" and ALL episodes of this feed that you have downloaded. Removing Feed Refresh complete Feed @@ -325,7 +325,7 @@ Appearance External elements Interruptions - Buttons + Playback control buttons Media player Episode Cleanup Episodes that aren\'t in the queue and aren\'t favorites should be eligible for removal if Auto Download needs space for new episodes @@ -382,7 +382,7 @@ Set Subscription Order Change the order of your subscriptions Set Subscription Counter - Change the information displayed by the subscription counter + Change the information displayed by the subscription counter. Also affects the sorting of subscriptions if 'Subscription Order' is set to 'Counter'. Change the appearance of AntennaPod. Automatic Download Configure the automatic download of episodes. @@ -396,7 +396,7 @@ Episode Cache Light Dark - True Black + Black (AMOLED ready) Unlimited hours hour @@ -461,8 +461,8 @@ Add downloaded episodes to the queue Built-in Android player Sonic Media Player - Exoplayer - Video behavior + ExoPlayer + Upon exiting video Behavior when leaving video playback Stop playback Continue playback From 3bd91238522e444e0921115e3d50cb2e3db81da1 Mon Sep 17 00:00:00 2001 From: Koen Glotzbach <11229646+keunes@users.noreply.github.com> Date: Sat, 28 Jul 2018 10:56:26 +0200 Subject: [PATCH 2/7] Update strings.xml Escape apostrophes --- core/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index f7e5c23c9..c80a19536 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -382,7 +382,7 @@ Set Subscription Order Change the order of your subscriptions Set Subscription Counter - Change the information displayed by the subscription counter. Also affects the sorting of subscriptions if 'Subscription Order' is set to 'Counter'. + Change the information displayed by the subscription counter. Also affects the sorting of subscriptions if \'Subscription Order\' is set to \'Counter\'. Change the appearance of AntennaPod. Automatic Download Configure the automatic download of episodes. From d9ef9714611a068e9bfb05204c968959b19ff059 Mon Sep 17 00:00:00 2001 From: Koen Glotzbach <11229646+keunes@users.noreply.github.com> Date: Sun, 29 Jul 2018 12:58:02 +0200 Subject: [PATCH 3/7] Move 'mobile updates' to 'details' section --- app/src/main/res/xml/preferences_network.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/xml/preferences_network.xml b/app/src/main/res/xml/preferences_network.xml index 0ab8e5866..dfb216b59 100644 --- a/app/src/main/res/xml/preferences_network.xml +++ b/app/src/main/res/xml/preferences_network.xml @@ -8,12 +8,6 @@ android:key="prefAutoUpdateIntervall" android:summary="@string/pref_autoUpdateIntervallOrTime_sum" android:title="@string/pref_autoUpdateIntervallOrTime_title"/> - + Date: Sun, 29 Jul 2018 15:22:00 +0200 Subject: [PATCH 4/7] Update pref strings Mainly replace all 'feed' mentions by 'podcast' --- core/src/main/res/values/strings.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index c80a19536..d3f227d02 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -122,14 +122,14 @@ Mark all as played Marked all Episodes as played Please confirm that you want to mark all episodes as being played. - Please confirm that you want to mark all episodes in this feed as being played. + Please confirm that you want to mark all episodes in this podcast as being played. Mark all as seen Marked all Episodes as seen Please confirm that you want to mark all episodes as seen. Show information - Show feed settings - Feed info - Feed settings + Show podcast settings + Podcast info + Podcast settings Rename Podcast Remove Podcast Share… @@ -139,9 +139,9 @@ Share Feed URL Share Media File URL Share Media File URL with Position - Please confirm that you want to delete the feed \"%1$s\" and ALL episodes of this feed that you have downloaded. - Removing Feed - Refresh complete Feed + Please confirm that you want to delete the Podcast \"%1$s\" and ALL episodes of this feed that you have downloaded. + Removing Podcast + Refresh complete Podcast Hide Episodes Batch edit Unplayed @@ -262,7 +262,7 @@ Date Duration Episode title - Feed title + Podcast title Random Smart Shuffle Ascending @@ -306,7 +306,7 @@ There are no items in this list. - You haven\'t subscribed to any feeds yet. + You haven\'t subscribed to any podcasts yet. This episode has no chapters. This episode has no shownotes. @@ -465,7 +465,7 @@ Upon exiting video Behavior when leaving video playback Stop playback - Continue playback + Continue audio playback Enable automatic flattring @@ -478,7 +478,7 @@ Found in show notes Found in chapters Found in authors - Found in feeds + Found in podcasts No results were found Search Found in title From c88df8064c177fa5b5838a0a2fa052dd113351f9 Mon Sep 17 00:00:00 2001 From: Koen Glotzbach <11229646+keunes@users.noreply.github.com> Date: Sun, 29 Jul 2018 15:54:19 +0200 Subject: [PATCH 5/7] Put 'mobile updates' above 'parallel downloads' --- app/src/main/res/xml/preferences_network.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/xml/preferences_network.xml b/app/src/main/res/xml/preferences_network.xml index dfb216b59..a40e54d31 100644 --- a/app/src/main/res/xml/preferences_network.xml +++ b/app/src/main/res/xml/preferences_network.xml @@ -16,18 +16,18 @@ - + Date: Tue, 4 Sep 2018 23:06:19 +0200 Subject: [PATCH 6/7] Lowercase strings use lowercase for particular strings --- core/src/main/res/values/strings.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index d3f227d02..c5049a025 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -124,14 +124,14 @@ Please confirm that you want to mark all episodes as being played. Please confirm that you want to mark all episodes in this podcast as being played. Mark all as seen - Marked all Episodes as seen + Marked all episodes as seen Please confirm that you want to mark all episodes as seen. Show information Show podcast settings Podcast info Podcast settings - Rename Podcast - Remove Podcast + Rename podcast + Remove podcast Share… Share Episode URL Share Episode URL with Position @@ -139,9 +139,9 @@ Share Feed URL Share Media File URL Share Media File URL with Position - Please confirm that you want to delete the Podcast \"%1$s\" and ALL episodes of this feed that you have downloaded. - Removing Podcast - Refresh complete Podcast + Please confirm that you want to delete the podcast \"%1$s\" and ALL its episodes (including downloaded episodes). + Removing podcast + Refresh complete podcast Hide Episodes Batch edit Unplayed From b4e875cb0991e24496febd013de9dc57956a5add Mon Sep 17 00:00:00 2001 From: Koen Glotzbach <11229646+keunes@users.noreply.github.com> Date: Tue, 4 Sep 2018 23:09:46 +0200 Subject: [PATCH 7/7] Update strings.xml Correct plural/singular in search strings --- core/src/main/res/values/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index c5049a025..244a69861 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -477,8 +477,8 @@ Search for episodes Found in show notes Found in chapters - Found in authors - Found in podcasts + Found in author(s) + Found in podcast No results were found Search Found in title