summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/menuhandler/FeedItemMenuHandler.java
AgeCommit message (Collapse)Author
2015-05-19Context dialog for feed item listMartin Fietz
2015-05-19Mark as unplayed optionMartin Fietz
Users can mark feed items as unplayed from feed item fragment and the queue
2015-05-10Add feed item filterMartin Fietz
2015-04-05QueueEvents, Queue shows undobar on removal of an itemMartin Fietz
2015-04-05Minor changes: Log, import order, small refactoringsMartin Fietz
2015-04-05Sync episode actions with gpodder, smart mark as playedMartin Fietz
* Create episode actions when episodes are downloaded, played, deleted and marked as read * Sync (download and upload) episode actions * MediaPlayerActivity deletes almost completely played episode on close * Improved parsing of datetime strings * Smart mark as played can be disabled or set in the preferences
2014-10-11Moved core classes into subprojectdaniel oeh