collect icon indicating copy to clipboard operation
collect copied to clipboard

Show notification while submitting forms

Open seadowg opened this issue 3 years ago • 0 comments

There should be a notification shown during auto and background manual submits. The notification should have:

Notes

Given we're showing a notification we should make uploading a Foreground Service (which gives the task preferential treatment with scheduling, power use etc). We can do this with WorkManager now by calling setForegroundAsync from within a Worker (documented here). We'll probably need to make some additions to WorkAdapter and Scheduler (as well as implementations) to get that all to work.

seadowg avatar Oct 28 '21 16:10 seadowg