From e7cc0ffe05cd568c784431333df56ecae9a03762 Mon Sep 17 00:00:00 2001 From: Daniel Date: Fri, 26 Aug 2016 12:26:12 -0400 Subject: Enable separate functions for Previous and Rewind hardware buttons. Added prefHardwarePreviousButtonRestarts preference. --- core/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index e243776f5..29fa7797f 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -298,6 +298,8 @@ Resume playback when bluetooth reconnects Forward button skips When pressing a hardware forward button skip to the next episode instead of fast-forwarding + Previous button restarts + When pressing a hardware previous button restart playing the current episode instead of rewinding Jump to next queue item when playback completes Delete episode when playback completes Auto Delete -- cgit v1.2.3 From ba37684d7c1664f638daae87a8b7d9ee519fd235 Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Mon, 3 Oct 2016 11:46:02 +0200 Subject: Add option to show number of downloaded episodes as subscription counter --- core/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 29fa7797f..c330756f1 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -42,6 +42,7 @@ Number of new and unplayed episodes Number of new episodes Number of unplayed episodes + Number of downloaded episodes None -- cgit v1.2.3 From 098e89b0c54ce6e8054f6c3893fbdfed54daa1ca Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Mon, 3 Oct 2016 12:53:06 +0200 Subject: Add full sync with gpodder and re-phrase changes sync --- core/src/main/res/values/strings.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 29fa7797f..892cd1a59 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -366,10 +366,13 @@ Logout was successful Change login information Change the login information for your gpodder.net account. - Sync now - Sync subscriptions and episode states with gpodder.net. + Sync changes now + Sync subscription and episode state changes with gpodder.net. + Full sync now + Sync all subscriptions and episode states with gpodder.net. Last sync attempt: %1$s (%2$s) Sync started + Full sync started %1$s with device %2$s]]> Show sync error notifications This setting does not apply to authentication errors. -- cgit v1.2.3 From 342fea036096663858f533a307a71f9eee767887 Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Mon, 3 Oct 2016 13:17:06 +0200 Subject: Show "mark all as seen" confirmation dialog --- core/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 29fa7797f..ef79d4d0b 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -111,6 +111,8 @@ 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. Mark all as seen + Marked all Episodes as seen + Please confirm that you want to mark all episodes as seen. Show information Remove Podcast Share… -- cgit v1.2.3 From cc675b06be1c6765955910d90fe2eac50105366c Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Mon, 3 Oct 2016 17:21:11 +0200 Subject: Add "has media" filtering to gears dialog --- core/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 29fa7797f..4a56e9e15 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -587,6 +587,8 @@ Selected queued Episodes Not queued Selected not queued Episodes + Has media + Selected episodes with media Title (A \u2192 Z) -- cgit v1.2.3 From 92899affab62873ca855d5dfcdc05bfa5fea47b7 Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Mon, 3 Oct 2016 17:21:42 +0200 Subject: Add "has media" filter to episodes filter --- core/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 4a56e9e15..e995a8040 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -131,6 +131,7 @@ Not queued Downloaded Not downloaded + Has media Filtered {fa-exclamation-circle} Last Refresh failed Open Podcast -- cgit v1.2.3 From e75d60ef61600571273376674c5d2842314521a7 Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Sun, 9 Oct 2016 21:49:23 +0200 Subject: Extract sleep timer preferences into dedicated class --- core/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index c7042708d..9e8ab52b5 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -482,6 +482,7 @@ 1 hour %d hours + Auto-enable CATEGORIES -- cgit v1.2.3 From 21799ab22c6c72b263337678a9d5de68957e12b9 Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Sun, 9 Oct 2016 22:40:40 +0200 Subject: Add dialog option to auto-enable sleep timer --- core/src/main/res/values/strings.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 9e8ab52b5..2347ce5f9 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -482,7 +482,9 @@ 1 hour %d hours - Auto-enable + Auto-enable + Sleep timer enabled + Sleep timer disabled CATEGORIES -- cgit v1.2.3 From 695a73c09dbb3aff6a1d7cd27de0708ac7d0c40d Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Sun, 16 Oct 2016 12:40:01 +0200 Subject: Add option to export subscriptions as HTML --- core/src/main/res/values/strings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index c7042708d..36f846381 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -451,6 +451,7 @@ From local filesystem Use external application OPML export + HTML export Exporting… Export error OPML Export successful. -- cgit v1.2.3 From c3fad9dbe6d112bed6535d447341bef6ff12395a Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Sun, 30 Oct 2016 12:55:37 +0100 Subject: Integrate fyyd podcast search engine --- core/src/main/res/values/strings.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index c7042708d..6927f88a1 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -102,7 +102,7 @@ www.example.com/feed Add Podcast by URL Find Podcast in Directory - You can search for new podcasts by name, category or popularity in the gpodder.net directory, or search the iTunes store. + For new podcasts, you can search iTunes or fyyd, or browse gpodder.net by name, category or popularity. Browse gpodder.net @@ -575,6 +575,8 @@ Search iTunes Filter + + Search fyyd All -- cgit v1.2.3 From 8a626faf73070085e2f520247a5f701c4f125c10 Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Tue, 1 Nov 2016 19:35:43 +0100 Subject: Add ability to rename feeds --- core/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 48bd15b13..96350e19f 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -60,6 +60,7 @@ Cancel Yes No + Reset Author Language URL @@ -115,6 +116,7 @@ Marked all Episodes as seen Please confirm that you want to mark all episodes as seen. Show information + Rename Podcast Remove Podcast Share… Share Link -- cgit v1.2.3 From c54878a0f56bf978aa0ca6d901457f666dab51ff Mon Sep 17 00:00:00 2001 From: Martin Fietz Date: Sat, 31 Dec 2016 17:29:45 +0100 Subject: Add setting whether or not to enqueue downloaded episodes --- core/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/src/main/res/values/strings.xml') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 96350e19f..bed7b443c 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -421,6 +421,8 @@ Chromecast support Enable support for remote media playback on Cast devices (such as Chromecast, Audio Speakers or Android TV) Chromecast requires third party proprietary libraries that are disabled in this version of AntennaPod + Enqueue Dowloaded + Add downloaded episodes to the queue Enable automatic flattring -- cgit v1.2.3