Fetch v3.0.10 Release Notes

Release Date: 2019-07-07 // almost 5 years ago
  • 🔖 Version 3.0.10/ Androidx version 3.1.4

    🛠 1. Improvements/Bug fixes to getting a download's content-length

    1. 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.
    2. 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
    3. Added new Fetch method getAllGroupIds(callback) that returns all group id's being managed by Fetch.
    4. 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.