-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Selection of multiple files #3747
Comments
Hi, I would like to work on this. |
Great! I'm able to reproduce with following steps. Use a filr picker service such as Google drive to upload file. Select Amaze as app to select file. Then Amaze opens up, allows to upload one file by tapping on it. If you select multiple files, it should provide an option in floating action button to select multiple files to upload. |
Thanks @VishalNehra, I was able to reproduce the issue. |
sorry i missed your message here, let me know if you're still willing to contribute, I'll help you with the code change. edit: @mahi072 ping |
Hi, it has been a while without a reply from @mahi072. If no one else wants to work on this issue, I would like to work on it.
I also noticed that in the Google Files app only one file can be selected if the other application only accepts one file. This should probably also be the behavior for the implemented feature. |
Yea, you're on the right track. Feel free to write in case you need any clarification |
Hi, after working with the code I found that there was already an attempt to implement this feature in the MainActivityActionMode. My question is if I should just fix the returned |
Yea, use the FAB, you can use the up arrow or upload icon in Fab for this |
I can use Amaze to select files for upload (e.g. to Jira from browser), but it only offers to select one file at a time. Other file managers (e.g. default Samsung MyFiles, or XFolder) allow me to select multiple files for upload.
I'd like this feature in Amaze as well.
The text was updated successfully, but these errors were encountered: