summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/ItemFragment.java
AgeCommit message (Collapse)Author
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