FossifyOrg / Gallery

Browse your memories without any interruptions with this photo and video gallery
https://www.fossify.org
GNU General Public License v3.0
1.34k stars 41 forks source link

Moving Folders into Another Removes Folder Structure #190

Closed neo-neo1 closed 3 months ago

neo-neo1 commented 3 months ago

Checklist

Affected app version

1.1.2

Affected Android/Custom ROM version

Android 13 / Stock Rooted Moto Rom

Affected device model

Moto G Stylus 2023

How did you install the app?

F-Droid / IzzyOnDroid

Steps to reproduce the bug

Moving or copying Folder A (with photos inside) into Folder B just moves the photos without the folder structure. It does not preserve the folder structure.

Expected behavior

i.e. Moving /Internal/Pictures/Folder_A (with photos inside) into /Internal/Pictures/Folder_B SHOULD BE /Internal/Pictures/Folder_B/Folder_A (with photos inside). However it currently instead moves photos from /Internal/Pictures/Folder_A into /Internal/Pictures/Folder_B.

Actual behavior

This becomes even more problematic if moving or copying 2 folders into another folder. Again, it doesn't preserve the folders, instead it moves photos from both source folders into a single destination folder. Without creating new folders into where you're moving, folder hierarchy is not perserved.

Screenshots/Screen recordings

No response

Additional information

Can this please be fixed? Or at least an option to toggle? This isn't how Samsung Gallery works which is what I'm used to. Not being able to preserve folder structure when moving or copying is a big deal for my use case - and I presume many others. Thanks in advance.

Aga-C commented 3 months ago

Gallery is not a file management app, so it doesn't operate on a concept of folders, it treats them as albums. That's why moving is moving whole album content into another, not a directory to another. If it moved directories, it would be confusing on the default view, where you don't have the folder hierarchy preserved.

neo-neo1 commented 3 months ago

Gallery is not a file management app, so it doesn't operate on a concept of folders, it treats them as albums. That's why moving is moving whole album content into another, not a directory to another. If it moved directories, it would be confusing on the default view, where you don't have the folder hierarchy preserved.

Basic file management in a gallery app is expected.

If your gallery app can create, copy, and move folders you should be able to properly move folders structures. It's an basic good practice in file management 101. Preserve folder structure when copying.

Looks like it's back to Samsung Gallery I go.