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