summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/ItemFragment.java
AgeCommit message (Collapse)Author
2015-07-07Merge pull request #994 from mfietz/redesign-new-stateTom Hennen
Drawer: Feed context menu, counter and order
2015-07-04Fix button moving and icon being cutMartin Fietz
2015-06-29Make new explicitMartin Fietz
2015-06-27Folks weren't always getting the updated copy of the download list, now they ↵Tom Hennen
are. fixes AntennaPod/AntennaPod#968
2015-06-19Don't propose to open malformed URLsMartin Fietz
2015-05-19Context dialog for feed item listMartin Fietz
2015-04-05QueueEvents, Queue shows undobar on removal of an itemMartin Fietz
2015-04-05Minor changes: Log, import order, small refactoringsMartin Fietz
2015-03-05Show duration and pubDate on episode displayMartin Fietz
... which was - despite the commit message - missing from last commit...
2015-01-08Fixed URL handling in ItemFragmentdaniel oeh
Open external activity instead of loading it inside the app
2015-01-04Fixed NullpointerException in ItemFragmentdaniel oeh
2014-12-19Improved layoutdaniel oeh
- Fixed actionbar shadow on 5.0 - Added text to action buttons in ItemlistFragment - Use ?android:attr/listDivider for horizontal dividers in navigation drawer
2014-12-19Replaced FeedItemDialog with ItemFragmentdaniel oeh