summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter
AgeCommit message (Collapse)Author
2016-01-16Prettier date formattingMartin Fietz
2016-01-16Audio player redesignMartin Fietz
Sleep timer and audio effects (e.g. balance) accessible from actionbar, fragment pager
2016-01-09Explanation dialogMartin Fietz
2016-01-09Indicate that episode cache is exhaustedMartin Fietz
2016-01-08Mobile Data Dialog: Stack buttons if necessaryMartin Fietz
2016-01-05Merge pull request #1526 from mfietz/issue/1522-download-log-NPEMartin Fietz
Prevent DownloadLog NPE
2016-01-05Prevent NPE if media was not foundMartin Fietz
2016-01-03Consider theme when highlightingMartin 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-26Download Log: Show retry button iconMartin Fietz
2015-11-25Prevent a possible leak, minor refactoringsMartin Fietz
2015-11-14Merge pull request #1363 from mfietz/issue/1256-dark-dialogsMartin Fietz
Dialogs: Sleep timer, Material dialogs
2015-11-12Positions change: remember itemMartin Fietz
2015-11-08Fix dialog colorsMartin Fietz
2015-11-08AlertDialog -> v7 AlertDialogMartin 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-05Refactor eventsMartin Fietz
2015-11-05Queue: Replace DSVL with RecyclerViewMartin Fietz
2015-11-04addressed some of mfietz's commentsTom Hennen
2015-11-03switched to snackbarTom 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
2015-10-17prevent NPE when 'chapters' is nullTom Hennen
2015-09-26Merge pull request #1218 from mfietz/issue/1217-onError-handlingTom Hennen
Error handling for getMediaSize observable
2015-09-23Error handling for getMediaSize observableMartin Fietz
2015-09-20Added 'tags' to FeedItem and properly showing/not showing menu items for ↵Tom Hennen
favorites.
2015-09-10Refactor database accessMartin Fietz
2015-09-07normalized how we were using tab layouts between different fragments.Tom Hennen
2015-09-07Collapsed All and New Episodes in to 'Episodes' using tabsTom Hennen
This is to make room for 'Favorites' in the future. I kept the counter for 'New Episodes' and am displaying it next to 'Episodes'.
2015-09-07changed method of tab useTom Hennen
2015-09-07episodes fragment with tabs. layout of item info is messed up for some reason.Tom Hennen
2015-09-06Set episode back to 'New' when undo remove from new episodes.Tom Hennen
markItemRead -> markItemPlayed and now requires the desired state instead of boolean. fixes AntennaPod/AntennaPod#1173
2015-09-01Check that URL is not null or emptyMartin Fietz
2015-08-29Fix importsMartin Fietz
2015-08-29Upgrade iconifyMartin Fietz
2015-08-19Add RxAndroid license, sort licenses alphabetically, refactorMartin Fietz
2015-08-18Load feed media size on demandMartin Fietz
2015-08-08Cache all images (should reduce lag displaying lists of episodes)Tom Hennen
Cache strategy is now set in ApGlideSettings and referenced everywhere else from there.
2015-08-05remove logging statement not neededTom Hennen
2015-08-05resolves NPE in QueueListAdapterTom Hennen
2015-08-02Prevent NPE b/c of race conditionMartin Fietz
2015-08-02Replace custom image loading with GlideMartin Fietz