Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

The best file downloader library for Android

Results 137 Fetch issues
Sort by recently updated
recently updated
newest added

I see 3.2.0 in releases. Why is version 3.2.0 not published in maven?

It looks like some schanges to code are needed when going to Android 13 -- java.lang.IllegalArgumentException: com.selmet.inventarium: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE...

I think it would be good to use rangeEnd properly in ParallelFileDownloaderImpl. Noticed it wasn't being use anywhere and when logging http request it looks better... Also some CDNs can...

Good Morning. I have an issue to reproduce about it. When i add this dependency -> implementation "com.github.tonyofrancis.Fetch:fetch2okhttp:3.3.0". It can't detect OkHttpDownloader from my android studio. but, in this documentation...

I want to implement a feature where, if a download doesn’t start within a specified time, it should be canceled, and an error should be thrown. After reviewing various suggestions,...

I want to request a feature to enable the downloading of M3U8 video streams. Thanks.

Thank you for updating for android 14. I have been using this fork for it com.github.abbas7777:fetch2-android14:3.2.0-beta07 but after updating to com.github.tonyofrancis.Fetch:fetch2:3.3.0 I noticed a big slowdown or delay in downloads....

I migrated from using basic HttpUrlConnection to Fetch. But I've seen a huge download speed loss. For reference, I have 50mbps connection Here's my code : My old approach :...

implementation "com.tonyodev.fetch2:fetch2:3.0.12" implementation "com.tonyodev.fetch2okhttp:fetch2okhttp:3.0.12" Execution failed for task ':app:desugarDebugFileDependencies'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Failed to transform fetch2-3.0.12.aar (com.tonyodev.fetch2:fetch2:3.0.12) to match attributes {artifactType=processed-jar, org.gradle.category=library, org.gradle.libraryelements=jar,...

I run the sampleApp in Android 15 device, but nothing works. (version 3.4.1) version 3.3.0 works well ![image](https://github.com/user-attachments/assets/2b3bc331-bcd9-4888-9551-9973f8d29457)