summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/queue.xml
AgeCommit message (Collapse)Author
2021-08-22Move queue lock feature to the overflow menuByteHamster
2021-08-08Live results in local searchByteHamster
2021-07-10Replace old episode multi-select with new multi-select. (#5253)peakvalleytech
2021-04-21Deleted duplicate resourcesByteHamster
2020-04-07easy to read sorting options (#4004)Tony Tam
2020-03-10Change batch edit text to Multi select (#3917)JessieVela
2019-10-04Automatic AndroidX migrationByteHamster
2019-08-11Changes due to feedback in pull request #3315damoasda
2019-08-10Queue: Keep sorted #1556damoasda
2019-07-23Added batch edit to queueByteHamster
2019-05-27Sort options: 'old to new' instead of 'ascending'ByteHamster
2018-04-27Added "Random" and "Smart Shuffle" items at the bottom of the Queue|Sort menu.mr-intj
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
2016-05-25Add option to sort queue by feed titledrabux
2015-05-13Merge pull request #814 from mfietz/issue/813Tom Hennen
Use localization for clear queue
2015-05-13Use localization for clear queueMartin Fietz
2015-05-12Fix ActionBar SearchViewMartin Fietz
2015-05-03Show lock icon always, use correct search view text color on older devicesMartin Fietz
2015-05-02Add ActionBar icon to enable/disable list drag (reorder, swipe)Martin Fietz
2015-03-15now always displaying both refresh and search. closes #633Tom Hennen
2015-01-30Added option to empty/clear the queue.Tom Hennen
Used the word 'clear' because it seems more active than 'empty'. For issue #593
2015-01-24Options to sort queue refactor, add sort by alpha and durationdrabux
2015-01-22Options to sort queue by datedrabux
2015-01-11Updated QueueFragment to have a refresh button.Tom Hennen
Issue #595 Also resolved an issue that may have been latent when 'All Episodes' was default. Namely, that the search and other option menus didn't show up until you navigated away and then back to the fragment. This was happening because the items weren't loaded yet, which prevented the options menu from being created. If we switch back to 'All Episodes' as being default, this problem may appear again.