Skip to content

3.0.10/3.1.4

Compare
Choose a tag to compare
@tonyofrancis tonyofrancis released this 07 Jul 17:34
· 95 commits to v3.0 since this release

Version 3.0.10/ Androidx version 3.1.4

  1. Improvements/Bug fixes to getting a download's content-length
  2. 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.
  3. 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.
  4. Fetch updateRequest method will now call fetch listener onDeleted(download) method when a request is being updated
  5. Added new Fetch method getAllGroupIds(callback) that returns all group id's being managed by Fetch.
  6. 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.