FileDownloader v0.2.9 Release Notes

  • 2016-05-10

    ๐Ÿ†• New Interfaces

    • โž• Add BaseDownloadTask#isUsing():boolean: Whether this task object has already started and used in FileDownload Engine. Closes #137 .

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix(high-concurrency-npe): Providing the default snapshot when a task's status is unexpected, preventing the npe is occurred in this case.
    • ๐Ÿ›  Fix(response-416): Covering the response status code is 416 or still resume from breakpoint when its so far bytes more than or equal to total bytes.