-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pause/resume a single download #4860 #5165
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
I signed it! |
CLAs look good, thanks! |
a9cea39
to
09e45d5
Compare
# Conflicts: # library/core/src/main/java/com/google/android/exoplayer2/offline/DownloadManager.java
Implementation seems to be working ok. Added some tests. |
Thanks for the pull request. Actually we're doing some major changes on DownloadManager which breaks this change. The good news is we're planning the add this feature as well. I'll check if we can a least partially use this code. |
Will it be ready at next release? @erdemguven |
Is this feature merged in the current release?? |
We're working on a similar change currently. There is no certain date or release it will be available but I can say sometime soon. |
@erdemguven Do you have any updates? |
The ability to stop and resume an individual download is supported in |
This PR adds possibility to pause/resume single download (#4860). Please take a look and decide whether this is correct approach, if so I'll add tests.