Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

The best file downloader library for Android

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

Sample: https://github.com/aartikov/Fetch-Bug Steps to reproduce: 1. Remove line `fetch.remove(download.id) // Workaround for https://github.com/tonyofrancis/Fetch/issues/553` 2. Select a directory, download file. 3. Press "Remove". 4. Press "Download". File is downloaded immediately. File...

help wanted

showing this error `12-30 02:38:30.183 E/ActivityThread: Failed to find provider info for com.example.dporter.meterconfig.configcontentprovider` and this is code I'm using ` public void downloadThis(String url, final String fileName){ Dexter.withContext(this) .withPermissions( Manifest.permission.READ_EXTERNAL_STORAGE,...

help wanted

I found two errors in the function description, which bothered me for a long time at first ![image](https://user-images.githubusercontent.com/13146645/103399737-6dcbcc80-4b7d-11eb-9254-1f6260c10ef1.png) ![image](https://user-images.githubusercontent.com/13146645/103399746-76bc9e00-4b7d-11eb-87d2-d7e534f71118.png) ----------------------- ![image](https://user-images.githubusercontent.com/13146645/103399832-dca92580-4b7d-11eb-99ff-ad3eb34504d0.png) ![image](https://user-images.githubusercontent.com/13146645/103399837-e2067000-4b7d-11eb-8ce0-274673d318cc.png)

bug

Sample: https://github.com/aartikov/Fetch-Bug Steps to reproduce: 1. Run the sample on Android API 28 Emulator (Android version is important here!) 2. Click "Select Directory" button, select any directory. 3. Click "Download"...

help wanted

Sample: https://github.com/aartikov/Fetch-Bug Steps to reproduce: 1. Replace `request.enqueueAction = EnqueueAction.UPDATE_ACCORDINGLY` to `request.enqueueAction = EnqueueAction.REPLACE_EXISTING`. 2. Run sample on any device or emulator. 3. Select a directory and press "Download". Downloading...

help wanted

Sample: https://github.com/aartikov/Fetch-Bug File name in a notification looks like "primary:Music/Test/818.mp3".

help wanted

I don't need a Pause button in a notification for my application. It is required a lot of copy-paste to hide this button: https://gist.github.com/aartikov/9e2c383fbdaaddc71602fe48a3f92fde Could you please make it simpler?

help wanted

Hii, thanks for nice library I wanna ask how to turn off background proccess after i close application using home button? im search in backgroundHandler but idk how to turn...

help wanted

if download session expired it's suppose to fail but instead it over write the file with the new response. i propose that it check if content-type or content-length or both...

bug
help wanted

At first shot the total size gets shown correctly but after a cancel and resume, or a pause and resume the total size is alreadyDownloadedSize + totalSize! This bug is...

bug
help wanted