Skip to content
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

[Feature request] Multiselect for Img-Gallery-Upload (Android >= 4.3) #596

Closed
cmotika opened this issue Aug 23, 2014 · 8 comments
Closed

Comments

@cmotika
Copy link

cmotika commented Aug 23, 2014

Scenario: You have shot a lot of pictures and want to upload all or most of them at once.

When selecting UPLOAD in an ownCloud directory the user can choose

  1. Files, or
  2. Content from other apps

When selecting 2. and choosing "Gallery", one cannot select multiple files for upload. This is annoying when you have shot a lot of pictures and want to upload most of them at once.
Currently you are forced to select Upload->Content from other apps->Gallery->Camera shots->Picture, for EVERY single picture. And you have to remember which picture you just uploaded and where to continue. Dropbox allows multiselection for uploading from the Gallery.

Request: It would be nice to have the possibility to select multiple files from other apps like from the Gallery.

@cmotika
Copy link
Author

cmotika commented Aug 23, 2014

2014-08-23_15-57-17

@davivel
Copy link
Contributor

davivel commented Aug 28, 2014

We need to check this in some more detail. What is your device model and Android version?

@fduraibi
Copy link

fduraibi commented Oct 1, 2014

I have the same thing, there is no way to select more than one photo from gallery, the moment you select one is gets uploaded, while other apps supports multiple selection by either check-boxes or long press on a photo/file

Nexus 4 (Android 4.4.4)

@davivel
Copy link
Contributor

davivel commented Oct 9, 2014

OK, seen. This is a new feature to add. This flow is available from Android 4.3 , with the addition of the http://developer.android.com/reference/android/content/Intent.html#EXTRA_ALLOW_MULTIPLE to the ACTION_GET_CONTENT intent. We didn't notice it before.

Should be reasonably easy to do. Contributions are welcome.

@davivel davivel changed the title [Feature request] Multiselect for Img-Gallery-Upload [Feature request] Multiselect for Img-Gallery-Upload (Android >= 4.3) Oct 9, 2014
@tobiasKaminsky
Copy link
Contributor

I have tried to implement it.
As far as I have read the stock gallery app does not support sending multiple files.
But the "Images" from the Chooser supports multiple selection of images.

screenshot_2014-10-18-14-20-23

So my question is, how to deal with it as it is not clear for the user why the "images" support multiple selection but not "Gallery" or any other app...

screenshot_2014-10-18-14-22-24

Also I think I have found a bug in upload -> files. I will investigate further and then write an issue or PR.

@tobiasKaminsky
Copy link
Contributor

@davivel @jancborchardt
I think we need to discuss how the multiselect should work.

Pro9 added a commit to owncloudChalmers/android that referenced this issue Nov 11, 2014
1. allows multiselect during upload for select applications
2. Added an api check, multiselect is only supported on api level 18+
davivel added a commit that referenced this issue Dec 19, 2014
Multiselect functionalty targeting #596
@nacef-labidi
Copy link

FYI I have found a workaround for this usability inconvenience. One can go directly to his Gallery, long press, select as much pictures as wanted, then click on the share button and select ownCloud from the list. It will open an ownCloud window allowing you to select the destination folder. Hope this helps while we have this feature implemented into the app itself

@davivel
Copy link
Contributor

davivel commented Jul 26, 2016

This is available in the currently published version 2.0.1 of the app.

Conditions: Android 4.3 or later is required and the gallery app has to support it following official Android API.

If you met these conditions but doesn't work for you, please, comment after me.

@davivel davivel closed this as completed Jul 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants