Akylas / OSS-DocumentScanner

Android document document scanning app
https://www.akylas.fr
MIT License
599 stars 22 forks source link

rearrange pages, images #214

Open edmundlaugasson opened 1 month ago

edmundlaugasson commented 1 month ago

Is your feature request related to a problem? Please describe. Pages, images are not always in correct order and therefore drag and drop to rearrange images, pages.

Describe the solution you'd like drag and drop to rearrange images, pages

Describe alternatives you've considered Another program that support pages, images rearranging.

Additional context Using Android 11. Newest app itself from Google play.

farfromrefug commented 1 month ago

@edmundlaugasson already possible though a bit tricky to do right now. You can long press on a page number to move it. I plan on making it easier though i have not found the UX design for it yet

edmundlaugasson commented 1 month ago

This is pretty good already but users could be better informed - at least is possible to move page, other apps did not allow that or I could not figure it out. This could be so, that tapping and holding on image whole area regardless on which point would allow to drag and drop into new place (order).

Again - I have ca 900 programming students, some of them could be also UX designers. To be honest, can propose thesis topics also another university. Certainly if you satisfy with students, who are usually not yet professionals and need some guidance. Although there might be also some professionals. But you can try to engage them into project.

farfromrefug commented 1 month ago

@edmundlaugasson the thing is long press is already used to select pages so i cant use that for reordering. Most of the time we use "drag handle" for that. But i dont find it pretty. need to investigate that more.

But yes you can ask your students, would love to have their feedback ;)