Download Manager Versions Save

A library that handles long-running downloads, handling the network interactions and retrying downloads automatically after failures

2.3.4

4 years ago

This release includes:

Updated dependencies Android Gradle 5.6 Android Gradle Plugin 3.5.0 Novoda static analysis plugin 1.0 New update dependencies plugin OkHttp 4.1.0 Mockito 3.0.0 Delete orphan empty folders Prevent Download Manager instantiation crash

2.3.3

4 years ago

Dependency Updates File Size Requesting #492 Persistent Delete Notification #508

2.3.0

5 years ago

#480 Normalise paths when building BatchFile #478 Create BatchBuilder from Batch #477 Single dismissible notification

2.2.1

5 years ago

This release contains:

Add support for root directory: https://github.com/novoda/download-manager/pull/475

2.2.0

5 years ago

This release contains:

#456 Swallowing events #459 Download batch requirement rule #460 #461 Fix lint and thresholds on local builds

2.1.0

5 years ago

#452 Migration demo fixes #450 Use correct total file size for resume requests #441 HTTP Client open API #435 Javadoc the requirement rule factory #433 Fix the Wait.Then #432 Update dependencies

2.0.1

5 years ago

This patch contains the following:

#430 Revert file size fix #432 Update dependencies

2.0.0

5 years ago

This is a complete rework of the novoda download-manager, specifically created to allow batching of downloads and support for the latest versions of android, with a simplified API.

v0.3.0

6 years ago

v0.2.46

7 years ago
  • Fixes entire batch being marked as failed when connectivity is lost;
  • Fixes batch being marked as queued when a download is paused by the app/user. (#230)

From 0.2.45:

Downloads reconnect on network disconnections for Android N or greater Restart service on disconnection #213