summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/storage/DownloadRequester.java
AgeCommit message (Expand)Author
2012-10-31Added option to take different filename if a file with that name existsdaniel oeh
2012-10-31Use title of feed for filename if availabledaniel oeh
2012-10-31Created FileNameGenerator classdaniel oeh
2012-09-23DownloadRequester now throws an exception if request is invaliddaniel oeh
2012-08-18Made sure that cancelled/failed downloads are handled correctlydaniel oeh
2012-08-17Removed references to Downloadmanagerdaniel oeh
2012-08-17DownloadActivity should now display the content correctlydaniel oeh
2012-08-17Download should now workdaniel oeh
2012-08-16Downloads can now be cancelleddaniel oeh
2012-08-16Implemented download queueingdaniel oeh
2012-08-16Created abstract downloader classdaniel oeh
2012-08-11notifyDownloadService() in DownloadRequester now uses intents to notifydaniel oeh
2012-08-10Prevented crash in DownloadRequester when unbinding failsdaniel oeh
2012-08-04Created Activity for displaying information about a channeldaniel oeh
2012-07-24fixed nullpointer exceptiondaniel oeh
2012-07-23Moved URL preparer call into Downloadrequesterdaniel oeh
2012-07-23Opmlreader is now preparing the xml urlsdaniel oeh
2012-07-22Replaced buildconfig condition with appconfig conditiondaniel oeh
2012-07-22Added DEBUG logging condition0.8_RC3daniel oeh
2012-07-19Downloadrequester will now no longer queue downloads which are alreadydaniel oeh
2012-07-19List of downloads is now syncronizeddaniel oeh
2012-07-14Fixed crash when downloading media files of feed with invalid charactersdaniel oeh
2012-07-13Renamed package and applicationdaniel oeh