Skip to content

v1.5.2

Compare
Choose a tag to compare
@Jacksgong Jacksgong released this 07 Jun 15:29
· 290 commits to master since this release

中文迭代日志

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 using FinishListener.
  • Fix(finish-listener): Fix there isn't over callback for the FinishListener 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.