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
Range Selection UX Fix (Tap Start & Tap End) #3989
Comments
Actually, it's probably better to add this as a new feature. I'm not necessarily advocating deprecating the click-and-drag feature; some users may want it for reasons I can't see 🤷 |
This already got implemented in #3972 and is up on play store. |
Thank you, Michael, for filing this issue. I am so thankful people with common sense like you exist. Some people believe "we already have drag to select, so why do we need range selection?" - to those people: Have fun selecting 5000 files with drag-to-select and then you will realize why real range selection is necessary. Shift range selection is something even Windows 3.1 had three decades ago, yet Google hasn't managed to implement it in their wannabe file manager, even though ES File Explorer had this since at least 2012 (but then Google declared war on third-party file managers with massive restrictions to their operating system). Desktop computers and laptops had range selection for over 30 years. About time for smartphones to catch up. |
This is a feature request to change the UX behaviour of the Range selection feature from an awkward & slow click/drag into tap-first then tap-last to select everything in-between.
Use Case
A common use-case for "range select" is someone who wants to select all photos taken between two days.
For the purposes of this question, let's assume someone wants to select all photos taken between 01 January 2014 until 31 December 2022. Let's say that's 6,789 photos.
Range Select (current UX)
Currently it's possible to select multiple items in Amaze, if a user enables ""drag and drop" and sets it to
select items
in the Settings.After the above change, the UX for selecting a range of files is to click & drag. This is a very, very slow process when trying to select thousands of files. And it "feels" super awkward. Not to mention that it's super counter-intuitive and not documented.
Range Select (recommended UX)
The UX should be designed such that it's intuitive -- so most users can figure it out without having to read documentation or watch a video, if possible.
Most computer users are familiar with range selection on the desktop where:
shift
button on the keyboardAs a result, every file between the two files clicked is selected. This is a very fast & intuitive UX.
I request that we implement the above UX on mobile as follows:
As a result, the two files clicked and every file in-between them is selected.
See also
I was requested to create this ticket here
The text was updated successfully, but these errors were encountered: