FileDownloader v0.3.5 Release Notes

  • 2016-08-16

    โœจ Enhancement

    • ๐Ÿ‘Œ Improve Practicability: Add thread name to all threads used in FileDownloader.
    • ๐Ÿ‘Œ Improve Performance: Change the count of core thread for block-completed-thread-pool: 5->2, reduce redundant resource waste.

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix(SQLiteFullException): Cover the case of SQLiteFullException during the entire downloading process, and ensure the exception can be carried back to FileDownloadListener#error . Closes #243
    • ๐Ÿ›  Fix(directory-case): Fix in the case of the provided path is a directory, and the task already completed, if you start the task again you will receive FileDownloadListener#completed directly, but the targetFilePath may be null in the FileDownloadListener#completed callback method. Closes #237