Is your feature request related to a problem? Please describe.
When Nextcloud's storage is accessed through Android's storage access framework programmatically, lots of files might be uploaded. This causes a flood of upload and download notifications popping up all the time.
Insofar this is related to #261 which would already help
Describe the solution you'd like
If notifications could be suppressed for access that happens via the DocumentsProvider this would be perfect as apps accessing it usually provide their own progress reporting.
Describe alternatives you've considered
Maybe there could also be other mechanisms to suppress the notifications such as the presence of a special file in a parent folder like .nomedia.
An alternative could be to only show a single notification for the up/downloads like described in #261.
Is your feature request related to a problem? Please describe.
When Nextcloud's storage is accessed through Android's storage access framework programmatically, lots of files might be uploaded. This causes a flood of upload and download notifications popping up all the time.
Insofar this is related to #261 which would already help
Describe the solution you'd like
If notifications could be suppressed for access that happens via the DocumentsProvider this would be perfect as apps accessing it usually provide their own progress reporting.
Describe alternatives you've considered
Maybe there could also be other mechanisms to suppress the notifications such as the presence of a special file in a parent folder like
.nomedia.An alternative could be to only show a single notification for the up/downloads like described in #261.