novoda / download-manager

A library that handles long-running downloads, handling the network interactions and retrying downloads automatically after failures
Apache License 2.0
483 stars 63 forks source link

Xamarin Binding #534

Open Hackmodford opened 3 years ago

Hackmodford commented 3 years ago

I was experimenting with creating a Xamarin binding for this awesome library. One issue I ran into was the evernote job dependency. I see that this has been changed in PR https://github.com/novoda/download-manager/pull/532.

Is there an expected ETA when there will be a new release that incorporates this change?

jszmltr commented 3 years ago

I am not sure if this library is still on active development, last release was ~1 year ago. Maybe @Mecharyry would know ? 👀

Hackmodford commented 3 years ago

@jackszm I think it is. Last commit into develop was in August.

I sure hope it is because I use this library extensively in one of my apps!

Hackmodford commented 3 years ago

I got past the android-job dependency by binding that library myself.

Now the issue I have is when I start a download it just hangs at 0%