summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter
AgeCommit message (Expand)Author
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
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
2015-09-23Error handling for getMediaSize observableMartin Fietz
2015-09-20Added 'tags' to FeedItem and properly showing/not showing menu items for favo...Tom Hennen
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
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
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
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
2015-08-02Try loading the episode cover first; if that fails, try to load the podcast's...Martin Fietz
2015-08-02Initialize NetworkUtils, set context onceMartin Fietz
2015-07-29Replace Picasso with GlideMartin Fietz
2015-07-13Merge pull request #1008 from TomHennen/fix1007Tom Hennen
2015-07-12PlaybackHistory doesn't dim played items anymore.Tom Hennen
2015-07-09Determine media file size if feed doesn't report it correctlyMartin Fietz
2015-07-02Nav drawer subscriptions context menuMartin Fietz
2015-06-29Make new explicitMartin Fietz