summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment
AgeCommit message (Collapse)Author
2015-11-06Fix draggingMartin Fietz
2015-11-06Check if this is the right fragmentMartin Fietz
2015-11-06RecyclerView context menus (with ripple)Martin Fietz
2015-11-05Queue: Replace DSVL with RecyclerViewMartin Fietz
2015-11-04don't remove the media if they undoTom Hennen
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
@mfietz, https://github.com/mfietz/AntennaPod/blob/recyclerview/app/src/main/java/de/danoeh/antennapod/fragment/AllEpisodesFragment.java
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-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-25Replace loaderMartin Fietz
Replace with lambda Replace Loader with Observable onResume and onPause instead of onStart and onStop; minor changes Makes more sense to load data once at start Reorder functions to mirror lifecycle
2015-10-09Updated PlaybackTest to deal with some spurious bugs.Tom Hennen
Problem was that the PlaybackController wasn't having currentMedia get updated when playback initially starts. Working around it here by getting the real playback controller that's being used in the app. Still need to update PlaybackSonicTest.
2015-09-26Merge pull request #1214 from TomHennen/update_playback_notificationTom Hennen
Update playback notification
2015-09-26fix bug that caused ExternalPlayerFragment to not always be shownTom Hennen
2015-09-20now removing items from favorites by swipingTom 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 ↵Tom Hennen
favorites.
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-07update re-use old string, update testsTom Hennen
2015-09-07tabs fill all space and are rememberedTom Hennen
2015-09-07normalized how we were using tab layouts between different fragments.Tom Hennen
2015-09-07move Gpodnet and Downloads to use TabLayout alsoTom Hennen
2015-09-07fix messed up ItemFragment toolbarTom 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-05Fix gears colorMartin Fietz
2015-08-30Merge DefaultOnlineFeedViewActivity into OnlineFeedViewActivityMartin Fietz
2015-08-29Upgrade iconifyMartin Fietz
2015-08-12Encode non-ascii query strings for the iTunes searchMartin 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-04Feeds can be null in ItemListFragmentTom Hennen
2015-08-02Fix duration overflow and time unit pluralsMartin Fietz
2015-07-31Improved blurringMartin Fietz
2015-07-29Replace Picasso with GlideMartin Fietz
2015-07-19Info text has smaller font, conversion moved utility classMartin Fietz
2015-07-19Minor improvementsMartin Fietz
2015-07-19Queue has status bar that shows number of episodes and total durationMartin Fietz
2015-07-13Merge pull request #1006 from mfietz/issue/1002-fragment-loadingTom Hennen
Load fragment used in last session correctly
2015-07-12Prevent NPEMartin Fietz
2015-07-12PlaybackHistory doesn't dim played items anymore.Tom Hennen
Also adds a space before the feed title when displaying the title. fixes AntennaPod/AntennaPod#1007
2015-07-11Load fragment used in last session correctly.Martin Fietz
2015-07-09FeedPreferences.getCurrentAutoDelete() now calls ↵Udi Finkelstein
UserPreferences.isAutoDelete() by itself, instead of receiving it as a parameter.