summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/QueueFragment.java
AgeCommit message (Collapse)Author
2016-01-07Replacement for deprecated support library methodMartin Fietz
2015-12-19Prevent ArrayIndexOutOfBoundsExceptionMartin Fietz
2015-12-13(1) Fix refresh indicator (2) On download event, only refresh items that are ↵Martin Fietz
affected
2015-11-28Merge pull request #1429 from mfietz/issue/episodes-shareTom Hennen
*EpisodesFragment: Fix context menu sharing
2015-11-27*EpisodesFragment: Fix context menu sharingMartin Fietz
2015-11-27only restore if we're starting or resumingTom Hennen
2015-11-26DownloadObserver must dieMartin Fietz
2015-11-25Current RxJava version, not reloading when downloads are queuedMartin Fietz
2015-11-23Save position before refreshing, handle top/bottom moving and notify adapterMartin Fietz
2015-11-23We do all the moving ourselves, no need to react on itMartin Fietz
2015-11-23Restore scroll position (don't forget it)Martin Fietz
2015-11-17Make sure the PlaybackService task manager reloads the queueMartin Fietz
2015-11-12Don't swap, moveMartin Fietz
2015-11-12Positions change: remember itemMartin Fietz
2015-11-07Merge pull request #1351 from mfietz/issue/queue_playback_stateTom Hennen
Queue: Update playback state
2015-11-07Queue: Update playback stateMartin Fietz
2015-11-07If removing currently playing episode, (pause and) skip the sameMartin Fietz
2015-11-07Fancy drag/swipe effectMartin Fietz
2015-11-07Prettier dividersMartin Fietz
2015-11-06GC and recreate queue adapterMartin Fietz
2015-11-06Fix info bar and list reloadingMartin Fietz
2015-11-06Fix draggingMartin Fietz
2015-11-06RecyclerView context menus (with ripple)Martin Fietz
2015-11-05Queue: Replace DSVL with RecyclerViewMartin Fietz
2015-09-20Added 'tags' to FeedItem and properly showing/not showing menu items for ↵Tom Hennen
favorites.
2015-09-19Replace some of the most annoying AsyncTasks with RxJavaMartin Fietz
2015-09-10Refactor database accessMartin Fietz
2015-08-02Fix duration overflow and time unit pluralsMartin 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-09FeedPreferences.getCurrentAutoDelete() now calls ↵Udi Finkelstein
UserPreferences.isAutoDelete() by itself, instead of receiving it as a parameter.
2015-07-09Added new per-feed auto download override flag.Udi Finkelstein
2015-06-27Folks weren't always getting the updated copy of the download list, now they ↵Tom Hennen
are. fixes AntennaPod/AntennaPod#968
2015-06-20Sharing in options and context menusMartin Fietz
2015-06-19Don't propose to open malformed URLsMartin Fietz
2015-05-19Fix for indicator, changes in context menusMartin Fietz
2015-05-19Context dialog for feed item listMartin Fietz
2015-05-19Reset dialog in progressMartin Fietz
2015-05-19Show feed new items and refresh failureMartin Fietz
2015-05-19Mark as unplayed optionMartin Fietz
Users can mark feed items as unplayed from feed item fragment and the queue
2015-05-12Fix ActionBar SearchViewMartin Fietz
2015-05-03Show lock icon always, use correct search view text color on older devicesMartin Fietz
2015-05-02Add ActionBar icon to enable/disable list drag (reorder, swipe)Martin Fietz
2015-04-18Remove checks for opened drawer, now unneccessaryMartin Fietz
2015-04-18Minor changesMartin Fietz
2015-04-06EventBus license, fixed NPE with undobar onHide(), no smarking on closing of ↵Martin Fietz
audio player activity
2015-04-05QueueEvents, Queue shows undobar on removal of an itemMartin Fietz
2015-04-05Minor changes: Log, import order, small refactoringsMartin Fietz
2015-04-01Direct play from the the listsvolhol
position in media item is now updated