Fetch
Fetch copied to clipboard
The best file downloader library for Android
The file uri from download object is: `content://com.android.externalstorage.documents/tree/primary%3AMovies/document/primary%3AMovies%2FBoc%20seal%20Macbook%20Air%202020%20M1%20chinh%20hang%20Viet%20Nam%20S.mp4` when rename it, I pass the new file name for example: `test.mp4`, the library actually renames the file in the storage but...
suppose my file size is 100 mb and i downloaded file upto 50 mb and closed app and reopen the app and click on that file so app getting crash...
Hi, Without any modifications to my code, after upgrading to the last version of Fetch, I get an error on request enqueue, that prevents downloading files. ``` implementation 'androidx.tonyodev.fetch2:xfetch2:3.1.6' implementation...
when using replaceExtras it throws with java.lang.IllegalArgumentException: Too many bind arguments. 2 arguments were provided but the statement needs 1 arguments.
Hello, I want to know how I can place so that the downloads are saved in the micro sd card ?
When I download a mp3 file , fetch returns empty file and exec success callback
When building the project I got the following warning: `[unchecked] unchecked generic array creation for varargs parameter of type FetchObserver[] fetch.attachFetchObserversForDownload(request.getId(), this)` ``` fetch.attachFetchObserversForDownload(request.getId(), this) .enqueue(request, result -> { //request...
In release app build when app minimize and device lock download failed but working in debug
The default enqueueAction is UPDATE_ACCORDINGLY but this piece of documentation says it's REPLACE_EXISTING. Found this while investigating #582 and #403
when i click on pause in notification pause click then notification disappear