Raival-e / File-Explorer-Compose

An Android file explorer written in Kotlin and Jetpack Compose
GNU General Public License v3.0
238 stars 12 forks source link

advice on some enhancements #19

Open singhh9596 opened 1 day ago

singhh9596 commented 1 day ago
  1. Some images are not loading (I'll attach the screenshot), and implementing an image carousel would be convenient (currently, each image must be opened manually by going back and clicking on the next one).
  2. Image/song metadata editor.
  3. Cloud storage support.
  4. Display image, video, and app shortcuts in the sidebar menu.

(You can refer to mixplorer for better understanding)

I Appreciate the efforts you put into the app. Screenshot_20241105-205455_File Explorer

Brajesh3 commented 1 day ago

For cloud storage Support

Add rclone

Raival-e commented 1 day ago

Thanks for the suggestions.

Regarding the image preview issue. What is the extension of these images?

singhh9596 commented 1 day ago

Thanks for the suggestions.

Regarding the image preview issue. What is the extension of these images?

Jpg

Raival-e commented 1 day ago

Ok I managed to reproduce it. I'll investigate when I get time. Thanks for pointing out the issue.

singhh9596 commented 1 day ago

Ok I managed to reproduce it. I'll investigate when I get time. Thanks for pointing out the issue.

I just checked image preview, its working just fine on the update posted on github few hours ago and the screenshot i sent you earlier was taken on the fdroid's version.

Raival-e commented 1 day ago

I have identified the bug already. It might seem that it works, but it would occasionally show the error placeholder. You can test it by opening the same image several times, you'd notice that sometimes it just doesn't load the image.

No worries though, I'll be fixing the issue as soon as I got time.