Skip to content

v1.1.5

Compare
Choose a tag to compare
@Jacksgong Jacksgong released this 29 Sep 05:37
· 394 commits to master since this release

中文

New Interfaces

  • Support the configuration file.non-pre-allocation in filedownloader.properties: Whether doesn't need to pre-allocates the 'content-length' space when to start downloading, default is false. Closes #313 .

Fix

  • Fix(fatal-crash): fix occur the StackOverflowError when thread pool getActiveCount is not right because of it just an approximate number. Closes #321 .
  • Fix(minor-crash): fix in some minor cases occur IllegalStateException which message is 'No reused downloaded file in this message'. Closes #316 .
  • Fix(minor-crash): fix when there are several serial-queues started in case of the FileDownloader service doesn't connect yet and in minor cases that the same task in the queue will be started twice which lead to crash. Refs #282 .

Others

  • Dependency: Cancel the dependence of thread-pool library. Refs #321 .
  • MinSDKVersion: Upgrade minSdkVersion : 8->9. Refs #321 .