summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/QueueFragment.java
AgeCommit message (Collapse)Author
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
- lambda expressions, method references, - multi catches, - remove unnecessary keywords (public keyword on interface method signatures, static on interfaces or enums, final on private method signatures), - == false expressions, - diamond type (<>) expressions, - replace StringBuffer with StringBuilder for local variables used by a single thread, - replace Arrays.asList with Collections.singletonList whenever applicable, - inline variable returns (whenever the variable name's meaning is not important to understand the code), - replace some chains of if/else if/... with switch/case, - break append(a + b) into append(a).append(b) for StringBuilder objects, - unused import statements, - reduce log TAGs to 23 characters, - MaterialDialog callback deprecated, - ActionBarActivity for AppCompatActivity,
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
Reverse (un)lock icons in queue
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
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