ARK-Builders / ARK-Navigator

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

Huge images loading #63

Closed kirillt closed 2 years ago

kirillt commented 3 years ago

When we load preview for an image, we should create hint for a user about size of it. Spinner animation also would not hurt. We should also verify later that even 100mb images load successfully.

cnzqa commented 2 years ago

For huge folders we have spinner with Indexing and Sorting Checked on build 167 @kirillt

kirillt commented 2 years ago

@vedranqa that's different actually, this issue is about loading huge images in gallery view. Something like high-resolution photo, you can take this one for testing: https://www.taran.space/photo/20201005_Thessaloniki_4.png

Curious if it will load and in what time.

cnzqa commented 2 years ago

@kirillt This photo is about 70mb, after I open image its not show and apps get crashed. Buidl 167 logwBigPhoto.txt

kirillt commented 2 years ago

@vedranqa intersting result.. what Android version?

For me, it doesn't load on Android 9, but without crashing.

cnzqa commented 2 years ago

This is reporudced on Xiaomi A2 Andorid 9 @kirillt

kirillt commented 2 years ago

@vedranqa gotcha, Dinar observed this too, let's discuss the crash in this ticket: https://github.com/ARK-Builders/ARK-Navigator/issues/139 This one is about performance and indication for a user when loading is too slow.

mdrlzy commented 2 years ago

Implemented in #192