FileDownloader v1.7.7 Release Notes

Release Date: 2019-10-11 // over 4 years ago
    • ๐Ÿ›  Fix: FileDownloadThreadPool may throw ArrayIndexOutOfBoundsException & ClassCastException. closes #1258
    • ๐Ÿ›  Fix: Resume a task may occur 416 problem after upgrading from 1.6.x to 1.7.x.
    • ๐Ÿ›  Fix: Cannot show notification in demo. closes #1224
    • ๐Ÿ›  Fix: The callback blockComplete may be invoked in main thread.closes #1069
    • ๐Ÿ›  Fix: The thread unsafe problem of SparseArray in NoDatabaseImpl. closes #1225

Previous changes from v1.7.6

  • 2019-02-20

    ๐Ÿ›  Fix
    • ๐Ÿ›  Fix: stop foreground service after all tasks finished in Android O. closes #1096
    • ๐Ÿ›  Fix: fix 'Context.startForegroundService() did not then call Service.startForeground()' issue. closes #1104
    • ๐Ÿ›  Fix: insure all foreground service running notification is canceled when pause download. closes #1136
    • ๐Ÿ›  Fix: fix tiny possibility npe during retry. closes #1100