PhilKes / NotallyX

Minimalistic Android note taking App | Notally, but eXtended.
GNU General Public License v3.0
70 stars 1 forks source link

Make multiselection easier #91

Closed Fmoment1 closed 2 weeks ago

Fmoment1 commented 3 weeks ago

Thank you First of all, thank you so much for forking Notally and generally being active/receptive to user requests, something that the original dev has given up on, probably due to IRL obligations getting in the way. I've been using Notally for almost 2 years now and I have a bunch of feature requests queued up in my mind that I hope will be considered here (if not implemented). So here goes:

Describe the solution you'd like Suppose you have ten notes and you want to delete the first eight. To delete them all at once, you'd have to press-and-hold the first note, and then tap on the succeeding seven notes, and then select delete.

To make this easier, press and hold the first note, and the press and hold on the eighth note. Doing this will select all the notes between the first and eighth notes. Multiselection like this makes deleting notes in bulk easier (among other actions).

Additional context An example of this feature can be found in another open-source app: Fossify Gallery, if any code reference is required.