summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter/AllEpisodesRecycleAdapter.java
AgeCommit message (Expand)Author
2018-01-09Replace ViewHelperMartin Fietz
2017-10-14Changed visibility from gone to invisibleByteHamster
2016-06-06Prevent possible hang-bugsMartin Fietz
2016-05-02Use strings to point to images, not urisMartin Fietz
2016-04-22All Episodes/Favorites: Indicate played episodesMartin Fietz
2016-04-19Merge pull request #1875 from mfietz/issue/1831-apply-actions-tagsTom Hennen
2016-04-14Don't use LongLists, use tags directlyMartin Fietz
2016-04-14Enable full hyphenation on Android 6Martin Fietz
2016-04-02Merge pull request #1828 from mfietz/feature/662-episode-swipeTom Hennen
2016-03-29use CoverTarget for Subscriptions, some cleanup of how it looksTom Hennen
2016-03-27Episode view: Go to previous/next list item when swiping right/leftMartin Fietz
2016-03-22code cleaning:Domingos Lopes
2016-03-10Do not crash...Martin Fietz
2016-02-12Do not show spinner when download is not allowedMartin Fietz
2016-02-08Remove deprecation warnings by using ContextCompat.getColor().Tobias Preuss
2016-01-23Fix context menuMartin Fietz
2016-01-16Prettier date formattingMartin Fietz
2015-11-27Fix background for long clickMartin Fietz
2015-11-27WeakReferenceMartin Fietz
2015-11-27Dark themeMartin Fietz
2015-11-27Highlight currently playing episodeMartin Fietz
2015-11-26Just nopeMartin Fietz
2015-11-25Prevent a possible leak, minor refactoringsMartin Fietz
2015-11-07Fancy drag/swipe effectMartin 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-03replaced context menu with popup menu. still a couple of other issuesTom Hennen
2015-11-03undo for new itemsTom Hennen
2015-11-03undo for favoritesTom Hennen
2015-11-03playing around with recycler view. context menu and swiping isn't workingTom Hennen