summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/NewEpisodesFragment.java
AgeCommit message (Collapse)Author
2015-06-27Enqueue and items in the currently display order, submit changes on bulkMartin Fietz
2015-04-18Minor changesMartin Fietz
2015-04-18Small fixMartin Fietz
2015-04-18Prepare merge.Martin Fietz
2015-04-16reuse listView from AllEpisodesFragmentTom Hennen
2015-04-16renamed EpisodesFragment to AllEpisodesFragmentTom Hennen
2015-04-15now properly setting the title and changed the icon for 'All Episodes'Tom Hennen
2015-04-15now we have 'All Episodes' and 'New Episodes'Tom Hennen
2015-04-09Merge pull request #706 from mfietz/feature/gpodder_episode_actionsTom Hennen
Sync episode actions with gpodder, smart mark as played.
2015-04-06EventBus license, fixed NPE with undobar onHide(), no smarking on closing of ↵Martin Fietz
audio player activity
2015-04-05now persisting the scroll position for New EpisodesTom Hennen
2015-04-05QueueEvents, Queue shows undobar on removal of an itemMartin Fietz
2015-04-05Minor changes: Log, import order, small refactoringsMartin Fietz
2015-04-05Merge pull request #709 from TomHennen/swipe_to_mark_as_readTom Hennen
Swipe to mark as read
2015-04-05switched to 'New Episodes', also displaying queue first in the drawerTom Hennen
2015-04-03'All Episodes' by default now only shows new episodes.Tom Hennen
The user can still easily show all episodes via the menu. The view also now greys out the background for any non-new episodes.
2015-04-03switched to use just RemoveListenerTom Hennen
2015-04-03Can now undo swipe to mark as read.Tom Hennen
Behavior isn't ideal when the user is displaying all the items in their feed. (you can swipe new and read items and they don't go away (obviously)).
2015-04-01Direct play from the the listsvolhol
position in media item is now updated
2015-03-31Direct play from the the listsvolhol
Pause/play buttons work; position in media item not always updated yet
2015-03-29added remove handler for list view.Tom Hennen
Not working yet because dslv.startDrag returns false unless the list view supports dragging. I'm not sure we want dragging, just fling remove.
2015-01-30added confirmation dialog when marking all episodes as read. #596Tom Hennen
2014-12-19Replaced FeedItemDialog with ItemFragmentdaniel oeh
2014-10-25Removed use of indeterminate progress bardaniel oeh
No longer supported in version 21 of the support library
2014-10-11Moved core classes into subprojectdaniel oeh
2014-09-19Moved non-gui classes to 'core' packagedaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure