3.0.10/3.1.4
Version 3.0.10/ Androidx version 3.1.4
- Improvements/Bug fixes to getting a download's content-length
- FetchDatabaseManager interface improvements. It is now easier to create custom fetch databases.
Note: New methods were added and old methods may have been updated for the FetchDatabaseManager interface. - FetchNotificationManger interface improvements. It is now easier to control notifications.
Note: New methods were added and old methods may have been updated for the FetchNotificationManger interface.
-> The DefaultFetchNotificationManager class has also been updated and is now abstract. See java docs for
details. Also seen sample app DownloadListActivity on how to use the DefaultFetchNotificationManager class. - Fetch updateRequest method will now call fetch listener onDeleted(download) method when a request is being updated
- Added new Fetch method
getAllGroupIds(callback)
that returns all group id's being managed by Fetch. - Added new Fetch method
getDownloadsByTag(tag, callback)
that returns all download's being managed by Fetch with the specified tag.
Special thanks to @alvince and @DHosseiny for providing fixes for this release.