Fetch v3.1.5 Release Notes
Release Date: 2020-08-19 // over 2 years ago-
๐ Version 3.0.11/ Androidx version 3.1.5
๐ 2. Notification sound fixes.
๐ 3. RxJava fixes.
๐ 4. Content Length fixes- Added NetworkType.UNMETERED
๐ 6. Lots of bug fixes.
Thanks to everyone who contributed!
- Added NetworkType.UNMETERED
Previous changes from v3.1.2
-
๐ Version 3.0.8/ Android x version 3.1.2
๐ 1. Fixed group error reporting bugs with FetchGroup.getProgress() method. ๐ 2. Fixed network on main thread error.
- Improved network connection checks.
๐ 4. Improvements and fixes to the StorageResolver when working with the Storage Access Framework.
๐ 5. Files are now pre allocated on local storage on request enqueue. This prevents waste of data. See FetchConfiguration method
fun preAllocateFileOnCreation(preAllocateFile: Boolean)
to enable or disable this feature. On by default. ๐ 6. Added new field segment to Downloader.Request. See java docs for details. - Added new Fetch method
fun getContentLengthForRequests(requests:List<Request>, fromServer: Boolean, func: Func<List<Pair<Request,Long>>>, func2: Func<List<Pair<Request, Error>>>): Fetch
๐ 8. Performance improvements to the Parallel downloader mode.
- Improved network connection checks.
๐ 4. Improvements and fixes to the StorageResolver when working with the Storage Access Framework.
๐ 5. Files are now pre allocated on local storage on request enqueue. This prevents waste of data. See FetchConfiguration method