ericberman / MyFlightbookAndroid

Android client app for MyFlightbook.com
http://myflightbook.com
GNU General Public License v3.0
21 stars 8 forks source link

Move aircraft update to background when possible #237

Closed zartom closed 3 years ago

zartom commented 3 years ago

Having a slow connection disables the UI for long durations when update is happening even when not needing it to view or edit a flight Screenshot_20210812-080717_MyFlightbook

ericberman commented 3 years ago

I do in fact perform the actual download in the background, but I can't do anything else until your aircraft are downloaded at least once, so this is by design. The code more or less everywhere assumes that any flight can tie to an aircraft.

Suggest you also consider doing pack-and-go while on a fast connection.

ericberman commented 2 years ago

I've coded background for pack-and-go