ARK-Builders / ARK-Navigator

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

Previews and thumbnals pre-calculation #74

Closed kirillt closed 2 years ago

kirillt commented 3 years ago

After #23 it would be possible to populate previews/thumbnails cache during indexing. It is not possible right now, because this calculation can double waiting time before a folder opens.

kirillt commented 2 years ago

It is not possible right now, because this calculation can double waiting time before a folder opens.

That was kinda conscious decision. #130 would also help with performance drop. This performance drop is really noticeable only on huge folders during initial indexing. In my experience, with Huawei P10 it is difficult to index 5000 of small images.

Otherwise, previews generation (#8) makes the app lag too much during resources browsing.

We might want to disable thumbnails generation for plain images though.