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

Custom picker: Make preview and selection touches more like in gallery apps #5802

Open
nicolas-raoul opened this issue Sep 2, 2024 · 1 comment

Comments

@nicolas-raoul
Copy link
Member

nicolas-raoul commented Sep 2, 2024

in the custom picker user taps to select the picture and long presses to open it.

In gallery apps, one taps to preview, and long-presses to select.

The current implementation is because multi-presses selection is hard to implement.

By "multi-presses selection" I mean long-press one or several pictures, then leaving some pictures unselected, then continue selecting later pictures, with the ability to drag in order to select many pictures without having to tap each of them individually:

screen-20240902-180325.mp4

Sub-tasks of this task, all to implement in the custom picker:

  1. Make tap the action to preview a picture.
  2. Make long-press the action to select a picture.
  3. Implement multi-presses selections.

A pull request must implement 1&2&3, not only 1&2. That's because with only 1&2 the app would become less efficient to use. Thanks! :-)

@rohit9625
Copy link
Contributor

I would like to work on it 😀

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

2 participants