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
trafficstars

Intent with custom action without package doesn't work on android 14+. In com.tonyodev.fetch2.DefaultFetchNotificationManager#getActionPendingIntent com.tonyodev.fetch2.DefaultFetchNotificationManager#getGroupActionPendingIntent you need to add intent.setPackage(context.packageName)

Hi! My application is skipping a download because it already exists in the Fetch database. This is happening because, by mistake, I am using the same filename for all downloads....

This library requires several improvements, including fixing file overriding issues and ensuring that file deletion removes both the actual file and its entry from the download list. Additionally, it should...

Excuse me, i have an issue when i have finished download data from fetcher. it will give response "null" when retrieve from onCompleted. i had used this function to resolved...

Hi, First, thank you for the amazing Fetch2 library—it’s been incredibly useful for managing downloads in our projects! I’d like to propose a feature enhancement that could be valuable for...

the fetch library fails the download at 99% or 95% with BAD_DECRYPT ssl error. i am using parallel download. i haved tried Okhttp val fetchFastConfiguration: FetchConfiguration = FetchConfiguration.Builder(applicationContext).setHttpDownloader( OkHttpDownloader( FileDownloaderType.PARALLEL...

I am [not comfortable using JitPack](https://committing-crimes.com/articles/2024-09-09-jitpack) as it does not enforce author code signatures. Please publish to Maven Central with code signing.