FileDownloader v1.7.7 Release Notes
Release Date: 2019-10-11 // about 5 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