Skip to content

2.1.0-RC5

Compare
Choose a tag to compare
@tonyofrancis tonyofrancis released this 18 Jun 15:52
· 659 commits to v3.0x since this release

Version 2.1.0-RC5

  • Removed enableListenerNotifyOnAttached on FetchConfiguration listener. Added new method on Fetch class
    called addListener(fetchListener, notify) instead.
    This option allows Fetch to notify the newly attached listener instantly of the download status
    of all downloads managed by the namespace. Default is false.
  • Added new Fetch and RxFetch method getDownloadsByRequestIdentifier(identifier: Long). Use request.identifier field.
  • Added new convenience method on FetchConfiguration class called getNewFetchInstanceFromConfiguration which
    returns a newly created instance of Fetch.
  • Updated Kotlin plugin version to 1.2.50
  • Updated other library dependencies.
  • Bug Fixes