ARK-Builders / ARK-Navigator

Android app for navigation through your data
MIT License
15 stars 15 forks source link

Show thumbnails when adding root and favorites #215

Open melvin4u445 opened 2 years ago

melvin4u445 commented 2 years ago

Is there a reason why we are not showing thumbnails when adding root and favorites?

image

kirillt commented 2 years ago

Yes, we disabled it for now. But should be implemented eventually.

Technical difficulty here is that we store previews/thumbnails by id, not by path. And before we add folder we can't have ids because we haven't started indexing yet. But we can invent something for sure.