Skip to content

v1.1.0

Compare
Choose a tag to compare
@Jacksgong Jacksgong released this 13 Sep 14:09
· 408 commits to master since this release

中文

New Interfaces

  • Add BaseDownloadTask#setWifiRequired: Set whether the task only allows downloading on the wifi network type. Default false. Closes #281 .

Enhancement

  • Improve Performance: Alternate all thread pools to exceed-wait-pool(more detail: docs in FileDownloadExecutors) and all threads in pools will be terminate after idle 5 second. Refs #303 .
  • Improve Practicability: Handle any Throwables thrown on FileDownloadListener#blockComplete method and callback to FileDownloadListener#error method instead of FileDownloadListener#completed. Closes #305 .

Fix

  • Fix(lost-connect): Prevent the waiting-connect-list contains duplicate tasks in minor cases.