-
Notifications
You must be signed in to change notification settings - Fork 131
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
Multi selection on the file list #79
Comments
the operations to place in the bottom bar will be available only for several items? I mean: removing, moving, setting as av. offline make sense to involve several items together, but other options like renaming or opening with an external app does make sense for only one item. So, if i select only one item, will i have the one-item operations available in multiselection mode? or only the operations for several items? |
If you want to make operations with just one item you have the "..." button (not shown yet on the mockup of the file list but visible on the preview). This view it is think to make operation with several files. If you just select one file you can do all the operations allowed to be used on several files but in just one. In my opinion we should not cover all the actions that are covered by other views. |
Thinking about the implementation of the multiple delete, one possible "issue" is that the SDK currently does not support batch commands without updating the ongoing query in The easiest thing we could do is stop/pause the query at the same time we perform the multi-delete and then, once the multi-operation finishes or some error appear, we can present the updated results to the user simply resuming the paused query. If I remember well, another solution by @felix-schwarz came up in one call but I cannot remember the exact proposal/solution. Not sure if this should be resolved by the app or maybe the SDK should provide some mechanisms to make batch commands like multi-delete. We could open an issue in the SDK repo and discuss it there. |
|
First iteration:
|
It could be very useful (AKA we miss it like crazy when we need it and we don't have it) to have the action
It could even be limited to images and videos mime types and the save location could be the default location for photo shots. I think it's quite the common scenario where you shoot photos with cameras, you save them on your ownCloud and then you want to have some of them in your in-device photo-roll The multiple selection could be checked against the only presence of image and videos mime-types and, if so, one action could be added to the list "Save on device" or "Save N photos" or.... think about saving even just 50-100 photos on device INDIVIDUALLY (once I did it and it was that unpleasent I had to delegate it to my child XD) Sorry for the italian, the option would be "Save 2 images" |
Seems this only works with images and videos (compatible with Photos app). It already works when you use |
@ShockwaverReal sorry, won't be in the first release, but will follow in a future release… (see #246) |
Work resumed in #246 |
As a user, i want the possibility to select multiple files or folders and do actions with them
AC:
Select
to enter on theMulti selection mode
Multi selection mode
you should be able to select any file or folder from that path (you can not navigate, only select files or folders).Mockups:
***Note: The actions should be implemented on a different user story to not make this so huge.
Figma:
https://www.figma.com/file/Ui4YzD3oQcxJSbzBEr80O9eU/Working-Draft-UI?node-id=1585%3A14
The text was updated successfully, but these errors were encountered: