-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Component
- formulus (React Native mobile app)
- formulus-formplayer (React web app)
- synkronus (Go backend server)
- synkronus-cli (Command-line utility)
- Documentation
- Other (please specify)
Description
In the latest update sync appears to be broken. It stops at various places, and can't survive the app getting background'ed correctly. I think also the cancel button doesn't work and finally we should consider it a transaction (i.e. we shouldn't overwrote the existing app before we have downloaded everything. After the failed app bundle sync, I got the placeholder app instead of the old version of the custom app
Also; It feels redunant to include the 'calculation' part of the progress percentage (eg. '14/100 - 14%') - let's just write '14%' in that case? (See screenshots).
We could consider optimizing the app bundle update, since it seems slower than it should be? Perhaps we should download the zip and unzip it locally instead of downloading each file individually?
Steps to Reproduce
- Update Formulus to alpha.16
- Click Update app_bundle
- Foreground a different app on Android

