MohitMaliFtechiz

Results 274 comments of MohitMaliFtechiz

Hi @gouri-panda, have you found any suitable replacement for the `Fetch Library` (which is not on the `jitpack`), like https://github.com/SIARAY/DownloadManagerPlus https://github.com/amitshekhariitbhu/PRDownloader , or do you think it is to better...

> Not sure, if we should add another library for this, I think we should try the native approach like the Android download manager. @gouri-panda IMO, it is better to...

> So, with Android DownloadManager, what is the problem, the limtations? @kelson42 DownloadManager does not have the pause/resume functionality we have to manage these functionalities ourselves with proper error handling....

> Network specific downloading support. > I don't understand this... @kelson42 This Means Fetch can handle whether the downloading should be performed via mobile internet or wifi, but with DownloadManager...

@kelson42 we are opening the ZIM file via filePath in all features except by opening the ZIM file via deep linking(When a user clicks on any ZIM file in their...

@kelson42 I confirm this bug, I split [this zim file](https://download.kiwix.org/zim/wikipedia/wikipedia_ar_all_nopic_2023-11.zim) with `zim-tools 3.1.0` in Linux, and that ZIM file is not loading with `3.9.1` but working correctly with `3.7.1`. In...

@kelson42, @mgautierfr I am using the https://download.kiwix.org/zim/wikipedia/wikipedia_ar_all_nopic_2023-11.zim spilited zim file. After splitting the zim file, all parts are like this: 1. wikipedia_ar_all_nopic_2023-11.zimaa (2.1 GB (2,14,74,74,503 bytes) 2. wikipedia_ar_all_nopic_2023-11.zimab (2.1 GB...

> @MohitMaliFtechiz There shouldn't be a file with 0 bytes in -- that looks like a splitting error? @Jaifroid First I also think, this was a splitting error because there...

> @MohitMaliFtechiz Can you please try to open wikipedia_ar_all_nopic_2023-11.zim in place of wikipedia_ar_all_nopic_2023-11.zimaa? To me, it looks like that the handling of splitted ZIM files has been broken at some...

@mgautierfr I have tried these scenarios: 1. I have tried it while keeping the `.zimaa`, `.zimab` etc in storage. That is normally zimsplit tool provides. 2. Then I have tried...