From 91120d98a461d4050da30f3d039eb9b7db01c23a Mon Sep 17 00:00:00 2001 From: mr-intj Date: Fri, 27 Apr 2018 17:30:40 -0700 Subject: Added "Random" and "Smart Shuffle" items at the bottom of the Queue|Sort menu. Added "Permutor" interface to allow specification of reordering logic to be specified in QueueSorter (vs. DBWriter), similar to the existing sort logic. Added "Random" and "Smart Shuffle" strings to core/src/main/res/values (did not add translations for non-English languages) Closes #2366, Closes #2602 --- core/src/main/res/values/strings.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/src/main/res') diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 2ebc2ad77..46bac68c9 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -260,6 +260,8 @@ Duration Episode title Feed title + Random + Smart Shuffle Ascending Descending Please confirm that you want to clear the queue of ALL of the episodes in it -- cgit v1.2.3