Khush Panchal

Results 30 comments of Khush Panchal

Noted, I will plan for it.👍

As DownloadService is used by workmanager, we are only passing minimal info (config, primitive data) to inputData and Workmanager is independently running and downloading the file to disk. I think...

@glovebx I have made a major change in library with support of pause and resume functionality. Version 2.0.0 , https://github.com/khushpanchal/Ketch You can check out and try new version. Feel free...

use distinctUntilChange with collect

It looks like the file is already downloaded, you can check before downloading, if the file is already downloaded, do not call download method, else it will download it again...

Currently there is no functionality to delete only entry and not file. Why you need to clear the entry of the downloaded video anyway? Anyways I am planning to add...

@hemantp66 this is done in version 2.0.2 To clear only db entry, use `clearDb(id, false)` function, this will clear only DB entry and skip file deletion

Could you share the code snippet? For second problem, how are you observing? Also which version you are using?

For first part, if it is stucked in onqueued, it means WorkManager doesn't start the work, have you tried debug it? I need to check and reproduce when this can...

In which scope you are calling observeDownload?, Could you check if due to some reason whether your scope is not cancelling? Pls provide code snippet, it will help me reproduce?