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

Support opening multiple files at once #152

Open
patrakov opened this issue Apr 8, 2021 · 2 comments
Open

Support opening multiple files at once #152

patrakov opened this issue Apr 8, 2021 · 2 comments

Comments

@patrakov
Copy link

patrakov commented Apr 8, 2021

Use case: send multiple mp3s to a media player app so that it plays them all in sequence.

@tchx84
Copy link
Owner

tchx84 commented Apr 9, 2021

hey @patrakov

Use case: send multiple mp3s to a media player app so that it plays them all in sequence.

Even though the code to open multiple files might be just a one liner, I think this will require some UX / flow design work. Currently, files are opened in non-selection mode by tapping the file, but, when multiple files are selected you can no longer do that because tapping is used for selection in this mode.

The first that comes to mind would be to add another button to the action bar in selection-mode, but we are quickly running out of space there (and visual clarity).

@bertob any thoughts?

@bertob
Copy link
Contributor

bertob commented Apr 26, 2021

The first that comes to mind would be to add another button to the action bar in selection-mode

Sounds like the most obvious thing to try to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants