Aspsine / MultiThreadDownload

Android Multi-Thread Download library
908 stars 285 forks source link

Pause on - connection loss #65

Closed thegppradeep closed 8 years ago

thegppradeep commented 8 years ago

Can i pause download automatically on connection loss?

Aspsine commented 8 years ago

The lib current don't support. You can make changes to support it.

Add updateDB(ThreadInfo info) method into handleDownloadException(DownloadException e) method.

Aspsine commented 8 years ago

fixed.