summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/QueueFragment.java
AgeCommit message (Expand)Author
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this statem...Soso Tughushi
2016-05-25Add option to sort queue by feed titledrabux
2016-04-14Don't use LongLists, use tags directlyMartin Fietz
2016-03-25Don't get notified about mark as playedMartin Fietz
2016-03-22code cleaning:Domingos Lopes
2016-03-10Do not crash...Martin Fietz
2016-01-23Fix context menuMartin Fietz
2016-01-17Refresh queue when item playback position is resetMartin Fietz
2016-01-13Prevent IllegalStateException when fragment is detachedMartin Fietz
2016-01-09Merge pull request #1523 from recalculated/lock-iconsMartin Fietz
2016-01-07Add queue lock/unlock snackbar messagerecalculated
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
2015-11-28Merge pull request #1429 from mfietz/issue/episodes-shareTom Hennen
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
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 favo...Tom Hennen
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 UserPreferences.isAutoDelete...Udi Finkelstein
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
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