summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu/queue.xml
AgeCommit message (Collapse)Author
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.