summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/adapter/NavListAdapter.java
AgeCommit message (Collapse)Author
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure
2014-08-11Call fit() instead of resize()daniel oeh
2014-07-30Replaced ImageLoader and DiskCache with Picassodaniel oeh
Implemented Picasso Downloaders Replaced ImageLoader and DiskCache with Picasso Removed ImageLoader, DiskCache code
2014-07-05Reduced number of lint warningsdaniel oeh
2014-06-14Hide queue/unread count in navdrawer if it is 0daniel oeh
2014-06-08Show queue size and number of unread items in navdrawer. closes #453daniel oeh
2014-05-11Split "new episodes" list into two listsdaniel oeh
2014-04-27Added icons to nav-items in navigation drawerdaniel oeh
2014-04-21Added navigation drawer to audio player, fixed DownloadService notificationdaniel oeh