-
-
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
Range selection #2254
Range selection #2254
Conversation
No unnecessary logs please, and necessary ones should have the simple class name as tag. |
This works by checking if two items are selected, then a button appears in the dropdown so that if the user presses it, all items between the two preselected items get selected? That seems very unintuitive. |
|
Sorry, I was messing around with the code and didn't see those made it in, removed them and squashed the commit.
Yes, I haven't used a feature like this in other file managers before, this is the first way that came to mind. Definitely open for suggestions here. |
Okay, it seems this is the way ES File Manager does range selection. I personally would prefer a system more like the range selection for Google Photos (Edit: long press on a file until it is selected, then drag down to select more). @TranceLove @VishalNehra what do you think? |
Agreed here, need something like Google photos. I think there's an API which supports drag and pass us all the ui elements present below it. We can make use of that api. Maybe just support whatever adapter elements are there at one screen for now, and support for list auto-scrolling if drag comes to bottom part of the screen can be added later. |
No work being done here? Closing... |
PR Info
I've added a "Select between" action item when 2 or more files are selected. The wording is not set in stone, I'm open to suggestions
Issue tracker
Fixes #2070
Release
Addresses release/
Test cases
Manual testing
If yes,
Build tasks success
Successfully running following tasks on local
./gradlew assembledebug
./gradlew spotlessCheck