summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/AllEpisodesFragment.java
AgeCommit message (Expand)Author
2015-12-19Prevent ArrayIndexOutOfBoundsExceptionMartin Fietz
2015-12-13(1) Fix refresh indicator (2) On download event, only refresh items that are ...Martin Fietz
2015-11-27*EpisodesFragment: Fix context menu sharingMartin Fietz
2015-11-27WeakReferenceMartin Fietz
2015-11-26RxJava defer -> fromCallableMartin Fietz
2015-11-26Fix ArrayIndexOutOfBoundsExceptionMartin Fietz
2015-11-26DownloadObserver must dieMartin Fietz
2015-11-25Current RxJava version, not reloading when downloads are queuedMartin Fietz
2015-11-07Prettier dividersMartin Fietz
2015-11-06Check if this is the right fragmentMartin Fietz
2015-11-06RecyclerView context menus (with ripple)Martin Fietz
2015-11-04addressed some of mfietz's commentsTom Hennen
2015-11-03switched to snackbarTom Hennen
2015-11-03Fixed saving/restoration of scroll position thanks to some code fromTom Hennen
2015-11-03resolved compilation problem and got rid of the 'no items' labelTom Hennen
2015-11-03replaced context menu with popup menu. still a couple of other issuesTom Hennen
2015-11-03playing around with recycler view. context menu and swiping isn't workingTom Hennen
2015-09-20undoing changes to 'activity' which weren't neededTom Hennen
2015-09-20Added 'tags' to FeedItem and properly showing/not showing menu items for favo...Tom Hennen
2015-09-20refactored after merging in changes from #1212Tom Hennen
2015-09-20basic favorite functionalityTom Hennen
2015-09-19Replace some of the most annoying AsyncTasks with RxJavaMartin Fietz
2015-09-10Refactor database accessMartin Fietz
2015-09-07fix messed up ItemFragment toolbarTom Hennen
2015-09-07Collapsed All and New Episodes in to 'Episodes' using tabsTom Hennen
2015-09-07episodes fragment with tabs. layout of item info is messed up for some reason.Tom Hennen
2015-06-29Make new explicitMartin Fietz
2015-06-27Folks weren't always getting the updated copy of the download list, now they ...Tom Hennen
2015-06-20Sharing in options and context menusMartin Fietz
2015-06-19Don't propose to open malformed URLsMartin Fietz
2015-05-19Fix for indicator, changes in context menusMartin Fietz
2015-05-19Redone new indicatorMartin Fietz
2015-05-19Order feeds by number of unread items (descending)Martin Fietz
2015-05-12Fix ActionBar SearchViewMartin Fietz
2015-04-18Remove checks for opened drawer, now unneccessaryMartin Fietz
2015-04-18Minor changesMartin Fietz
2015-04-18Merge branch 'version_1.1.1' of https://github.com/AntennaPod/AntennaPod into...Martin Fietz
2015-04-18Small fixMartin Fietz
2015-04-18Prepare merge.Martin Fietz
2015-04-17Fixed some NullPointerExceptionsTom Hennen
2015-04-16reuse listView from AllEpisodesFragmentTom Hennen
2015-04-16renamed EpisodesFragment to AllEpisodesFragmentTom Hennen