Fetch
Fetch copied to clipboard
The best file downloader library for Android
Hi Some of my users are reporting files disappeared after hours or days after downloading and they download those files again Why this happened?
Hey, I am using Fetch for downloading some files How can I cancel any request if not downloaded due to any reason in 12Hour? Can You Please provide me with...
When the value of EnqueueAction is INCREMENT_FILE_NAME, repeated downloading a file will cause a unknown error. After debugging, I found the reason, and there is a bug in prepareDownloadInfoForEnqueue funcation...
I'm working on an app which should download some files, but allways if i try it it gets this Error from the `FetchListener`: `java.lang.NullPointerException: Can't toast on a thread that...
Please adapt for Android 14. The framework dynamically registers a broadcast that needs to be adapted to the security policies of Android 14.
Migrated to Android X from support libraries.
Upstream all the latest changes from @tonyofrancis and @thib-rdr into a single fork with fixes of register receiver (Android SDK 34) from [Nguyen Ngoc Long](https://github.com/helloimfrog) (PR #665 ). - Min...
Hi, I have added some changes and I hope they will make this dependency live with us longer and longer 😁 - `registerReceiver` with `ContextCompat`, added RECEIVER_EXPORTED, RECEIVER_NOT_EXPORTED to make...
I disconnect the internet connection by turning off wifi when fetch downloads the file. I expected fetch to throw an exception but it didn't. Is it a bug?
Fix for API 34