Feature (Android App): Folder Override Run Conditions

Allow a synced folder to bypass global run condition rules.

A use case would be to allow a folder containing small files permission to use mobile data for more timely updates.

This was already asked several times.

This cannot work as proposed, as the current run conditions start and stop the syncthing binary. So either syncthing is running, or not.

But you can use something like tasker to react to network change and (un)pause the folders that should not run on mobile data.