v1.5.1
版本发布时间: 2017-06-05 11:49:44
lingochamp/FileDownloader最新发布版本:v1.7.5(2018-08-03 16:15:47)
Version 1.5.1
2017-06-05
Fix
- Fix(crash): Fix the NPE crash when don't provide the
InitCustomMaker
onFileDownloader#init
. Closes #592 - Fix(callback): Fix on the
pending
callback you can't get the rightsofarBytes
when there are several connections served for the task and the task is resuming from the breakpoint. - Fix(speed-monitor): Correct the result of the total average speed when the task resume from a breakpoint on
IDownloadSpeed.Monitor
.
Enhancement
- Improve Robust: Sync all process on fetch task manually when it is paused to make the process can be persisted.
- Improve Robust: Raise
IllegalArgumentException
when providecontext
is null onFileDownloader.init
to expose the problem earlier.