summaryrefslogtreecommitdiff
path: root/res/menu/feeditem.xml
AgeCommit message (Collapse)Author
2013-09-15Fixed visibility of MenuItemsdaniel oeh
Use custom namespace for "showAsAction" and "getMenuInflater" instead of "new MenuInflater"
2013-09-12MenuItems in ItemviewActivity were not displayed correctly. fixes #273daniel oeh
2013-09-09Moved move to top/bottom menu options to EpisodesFragement from ↵Tom Hennen
FeedItemMenuHandler so that we can ensure the user was actually in the 'Queue' dropdown when they opened the menu. Also, move to top now only shows up if the item isn't already at the top, similarly, for move to bottom, it only shows up if the item isn't already at the bottom.
2013-08-16* updated code to reuse existing function for moving items in the queueTom Hennen
* added 'move to bottom'
2013-08-16added move to top to individual items in the episode queue. Move to bottom ↵Tom Hennen
coming soon.
2013-03-07Implemented skip functionalitydaniel oeh
2013-01-21Improved performance of FeedItemMenuHandler's prepare methoddaniel oeh
2012-11-20Changed references to drawables in resources to references to attrsdaniel oeh
2012-07-18improved visibility handling + order of itemsdaniel oeh
2012-07-18Removed title from actionmode + changed visibility of 'remove'-itemdaniel oeh
2012-07-16Reduced warningsdaniel oeh
2012-07-15implemented menu in mediaplayer activitydaniel oeh
2012-07-10Implemented sharing menusdaniel oeh
2012-07-02Added actionbar item for streamingdaniel oeh
2012-06-26Added support for flattr-paymentlinksdaniel oeh
2012-06-26Added menuitem to visit the website of a feed or feeditemdaniel oeh
2012-06-22Rewrote most parts of PlaybackService and Mediaplayer Activitydaniel oeh
2012-06-20Made feeditem menu usable across different contextsdaniel oeh