v1.5.2
版本发布时间: 2017-06-07 23:29:18
lingochamp/FileDownloader最新发布版本:v1.7.5(2018-08-03 16:15:47)
Version 1.5.2
2017-06-07
Fix
- Fix(crash): Fix raising NPE crash or ConcurrentModificationException when the Task is paused or error with the connection is completing at the same time. Closes #598
- Fix(crash): Fix raising NPE crash when pausing the
FetchDataTask
and it still without any time to sync data to database or file-system. Refs #598 - Fix(crash): Fix raising NPE crash when using the multiple connections to download and connect failed or create
FetchDataTast
failed. Refs #598 - Fix(speed-calculate): Fix the speed result is
0
when ignoring all processing callbacks and just usingFinishListener
. - Fix(finish-listener): Fix there isn't
over
callback for theFinishListener
when the file has already been downloaded in the past.
Enhancement
- Improve Performance: Enable the WAL for the default SQLite to speed up SQL operation because the most of our case is concurrently accessed and modified by multiple threads at the same time.