MultiThreadDownloader icon indicating copy to clipboard operation
MultiThreadDownloader copied to clipboard

Light weight and simple Multi-Thread Downloader for Android

Results 37 MultiThreadDownloader issues
Sort by recently updated
recently updated
newest added

java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Object.hashCode()' on a null object reference at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:746) at java.util.concurrent.ConcurrentHashMap.containsKey(ConcurrentHashMap.java:774) at cn.aigestudio.downloader.bizs.DLManager.dlStop(DLManager.java:267) at cn.aigestudio.downloader.bizs.DLManager.dlCancel(DLManager.java:286) at com.seowhy.video.util.CacheUtils.deleteLessonCache(CacheUtils.java:299) at com.seowhy.video.util.CacheUtils.deleteCourseCache(CacheUtils.java:397) at com.seowhy.video.adapter.UserCacheApapter$CacheViewHolder.onBtnDeteleClick(UserCacheApapter.java:110) at com.seowhy.video.adapter.UserCacheApapter$CacheViewHolder$$ViewBinder$2.doClick(UserCacheApapter$CacheViewHolder$$ViewBinder.java:34) at...

hi and thank for this awesome library. can you add some extra method to DlManager ``` dlISDownloading(String Url) // that method must return true if download is in progress now...

希望能获取下载队里 里面所有的下载任务,并且返回相应的状态和进度。也可以根据url下载链接查询正在下载的任务状态和进度。

签名过的url 可以嘛 上次说是不行 得把参数砍掉 这次解决了嘛?http://78rc7c.com1.z0.glb.clouddn.com/documents/826d78b7f3be450e9b73d2f63f4e8d02?e=1450768277&token=Jmp28TakI2qSEWfJX-SFxmC-_J4Rz0bYcff5qZNQ:P5rc-OHhFimsNKR5dxyjx3-0ChY=

Hi, "D/DLManager: Resume task from database. W/DLManager: Downloading urls is out of range." What is the meaning of these messages? and one more thing, please. Even though I deleted the...

多线程下载时,出错后回调onStop(),并没有回调onError()