tutao / tutanota

Tuta is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.
https://tuta.com
GNU General Public License v3.0
6.07k stars 524 forks source link

Progress is not shown for Save All #4811

Closed charlag closed 1 year ago

charlag commented 1 year ago
  1. Open an email with multiple attachments on Android
  2. Click on "save all"
  3. See no indication of anything happening

We could show progressDialog even if it's slow. Ideally it would be non-blocking progress indicator.

Test Notes

Regressions

bedhub commented 1 year ago

We discussed non blocking options but there was no obvious solution so we decided that we want to implement the blocking solution for "save all" similar to single attachment download for now. We will add a non blocking variant later.