summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/QueueFragment.java
AgeCommit message (Expand)Author
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
2015-05-19Show feed new items and refresh failureMartin Fietz
2015-05-19Mark as unplayed optionMartin Fietz
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
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
2015-03-31Direct play from the the listsvolhol
2015-03-06Fix for false restore where swipe to dismiss scrolls to the top of the listMartin Fietz
2015-03-05Merge pull request #658 from mfietz/issue-126Tom Hennen
2015-03-04Show UndoBar when dismiss-by-swipeMartin Fietz
2015-03-04MERGE stash.Martin Fietz
2015-03-04Delete items from the queue by swipingMartin Fietz
2015-03-04Persist scroll position in Queue viewMartin Fietz
2015-01-30added confirmation when clearing the queue. for issue #593Tom Hennen