summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/adapter/QueueListAdapter.java
AgeCommit message (Expand)Author
2015-08-19Add RxAndroid license, sort licenses alphabetically, refactorMartin Fietz
2015-08-18Load feed media size on demandMartin Fietz
2015-08-08Cache all images (should reduce lag displaying lists of episodes)Tom Hennen
2015-08-05remove logging statement not neededTom Hennen
2015-08-05resolves NPE in QueueListAdapterTom Hennen
2015-08-02Prevent NPE b/c of race conditionMartin Fietz
2015-08-02Try loading the episode cover first; if that fails, try to load the podcast's...Martin Fietz
2015-07-29Replace Picasso with GlideMartin Fietz
2015-07-09Determine media file size if feed doesn't report it correctlyMartin Fietz
2015-05-02Add ActionBar icon to enable/disable list drag (reorder, swipe)Martin Fietz
2015-03-31Direct play from the the listsvolhol
2015-03-26Direct play from the the list is now enabled. A pause button is noVolker Hollich
2015-03-04MERGE stash.Martin Fietz
2014-11-10Updated picasso librarydaniel oeh
2014-09-19Moved non-gui classes to 'core' packagedaniel oeh
2014-09-17Changed project structuredaniel oeh