-
-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File picker should support multiple selection #4181
Comments
The idea is good, but at this stage not sure this is worth the complexification of the code. |
It looks like this started to get implemented, because long-pressing a file selects it and it says "1 Selected". An interim solution that might require less UI development effort might be to long-press the enclosing folder (from one level up in the tree) and be able to add it in one shot. |
When considering how to prioritize this issue, it might help if I described my user journey. I'm not sure if it's common but I don't think it's too odd. When I found out about Kiwix the other day I decided to load up a 1TB SD card to install on my tablet. I set up the various torrents and web downloads to grab most of the available ZIMs, which took about a day but operated unattended. Once all these files were on the SD card, I expected to be able to open them up in Kiwix and use them; however, between this issue and #4182 it will be at least another day of fairly intensively babysitting my tablet, when it could easily have been accomplished in seconds. |
@kelson42 This feature is easily implemented for the full version of Kiwix as there is no need to copy/move the ZIM files, and selected ZIM files will easily show on the library screen. However, for the PS version, we have to fully handle all selected ZIM files. The current situation is handling the single file. So we have to handle these scenarios:
|
Can you please assign me this issue ? |
@salehdemir Wir are not ready to implement this now as the workflow is still in discussion. |
Describe the bug
There appears to be no way to import more than one .zim file at a time into the library.
Expected behavior
When picking files to add to the library, it should be possible to select more than one by long-pressing several file icons in succession. Ideally, it would be possible to drag to select a range of files a la Google Photos, and a Select All would be provided.
Steps to reproduce the behavior:
Environment
The text was updated successfully, but these errors were encountered: