From 17e61335db73dd36473693dfe941587039302180 Mon Sep 17 00:00:00 2001 From: orionlee Date: Sat, 19 May 2018 12:44:35 -0700 Subject: #2652 (part of): Expose keep in-progress at front as a preference (in Playback > Queue section) --- core/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/src/main/res/values') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 6541524fb..cf6bc620d 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -456,6 +456,8 @@ Android versions before 4.1 do not support expanded notifications. Add new episodes to the front of the queue. Enqueue at Front + Keep In-progress Episode at Front + If the episode at front is in-progress, i.e., you have listened to part of it, keep it at the front of the queue. Disabled Image Cache Size Size of the disk cache for images. -- cgit v1.2.3 From 52521ecddb7d7e66e5e132def7341d451c1dbee2 Mon Sep 17 00:00:00 2001 From: orionlee Date: Mon, 28 Oct 2019 12:40:56 -0700 Subject: #2652 the UI of a new setting enqueue location - replaced existing enqueue at front - the option after current episode will replace Keep In-Progress in Queue that was in the PR (30f104f4). --- core/src/main/res/values/arrays.xml | 13 +++++++++++++ core/src/main/res/values/strings.xml | 9 +++++---- 2 files changed, 18 insertions(+), 4 deletions(-) (limited to 'core/src/main/res/values') diff --git a/core/src/main/res/values/arrays.xml b/core/src/main/res/values/arrays.xml index 2dd985d6a..3a6a45e6d 100644 --- a/core/src/main/res/values/arrays.xml +++ b/core/src/main/res/values/arrays.xml @@ -93,6 +93,19 @@ @string/episode_cleanup_never + + @string/enqueue_location_back + @string/enqueue_location_front + @string/enqueue_location_after_current + + + + + BACK + FRONT + AFTER_CURRENTLY_PLAYING + + -1 0 diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index cf6bc620d..19fc3a81c 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -454,10 +454,11 @@ Show Download Report If downloads fail, generate a report that shows the details of the failure. Android versions before 4.1 do not support expanded notifications. - Add new episodes to the front of the queue. - Enqueue at Front - Keep In-progress Episode at Front - If the episode at front is in-progress, i.e., you have listened to part of it, keep it at the front of the queue. + Enqueue Location + Add episodes to: %1$s. + back of the queue + front of the queue + after current episode Disabled Image Cache Size Size of the disk cache for images. -- cgit v1.2.3 From bddd2bfa2e02577112203044b3653d028cd55cd5 Mon Sep 17 00:00:00 2001 From: orionlee Date: Mon, 28 Oct 2019 14:26:10 -0700 Subject: enqueue location: use the new 3-value settings --- core/src/main/res/values/strings.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/src/main/res/values') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 19fc3a81c..b8187a404 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -455,10 +455,10 @@ If downloads fail, generate a report that shows the details of the failure. Android versions before 4.1 do not support expanded notifications. Enqueue Location - Add episodes to: %1$s. - back of the queue - front of the queue - after current episode + Add episodes to: %1$s + Back + Front + After current episode Disabled Image Cache Size Size of the disk cache for images. -- cgit v1.2.3