grzegorznittner / chanu

Chanu - 4chan for Android
https://play.google.com/store/apps/details?id=com.chanapps.four.activity
GNU General Public License v3.0
73 stars 32 forks source link

Screen remains empty for long time as thread is fetched #313

Closed grzegorznittner closed 11 years ago

grzegorznittner commented 11 years ago

I left chanu open in gallery. After some time I came back and clicked upper back button. Thread view was opened but empty, even previously data were available. I think currently we always reload after certain time which, on slow connection, may cause empty page for long time. For users it may be very annoying.

johnarleyburns commented 11 years ago

yes we do that to avoid "flash" when page is reloaded

instead we should check health and set a timer, then load old data if new data isnt coming fast On Aug 28, 2013 7:42 PM, "Grzegorz Nittner" notifications@github.com wrote:

I left chanu open in gallery. After some time I came back and clicked upper back button. Thread view was opened but empty, even previously data were available. I think currently we always reload after certain time which, on slow connection, may cause empty page for long time. For users it may be very annoying.

— Reply to this email directly or view it on GitHubhttps://github.com/grzegorznittner/4channer/issues/313 .

johnarleyburns commented 11 years ago

fixed, now always pre-loads first thread from board as before, avoids flashing with data notification

johnarleyburns commented 11 years ago

also fixed for gallery up button not reloading thread unnecessarily