IacobIonut01 / Gallery

Light-weight Media Gallery app for Android made with Jetpack Compose
Apache License 2.0
1.22k stars 61 forks source link

[BUG] Empty Folders Aren't Available to Move Pictures Into #313

Closed uniquePWD closed 7 months ago

uniquePWD commented 8 months ago

[Delete before submission] Please use and reproduce the bug on the latest build from Github Actions (Artifacts)

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to another gallery and create a folder
  2. Now open this gallery
  3. Attempt to move a picture to the new folder
  4. See error

Expected behavior Empty folders should be available

Screenshots If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

IacobIonut01 commented 8 months ago

Can't reproduce this.

Make sure you are creating albums under storage/Pictures/ or storage/DCIM/

This app doesn't use full storage access (less permissions) so the only location you can create albums for the time being are under the folders from above.

I will also add full storage access for those who want this feature

IacobIonut01 commented 7 months ago

Close due to inactivity