Hello after upgrading to version 2.0.8 broadcast intent control no longer works. I’m using Tasker and the GitHub version of syncthing fork. It looks like I need the app ID for the code but I don’t see it listed anywhere.
The Send Intent actions in my Tasker had com.github.catfriend1.syncthingandroid in the Package field and com.github.catfriend1.syncthingandroid.action.[START/STOP] in the Action field.
This was working fine with syncthing-fork 1.x, but once I upgraded to 2.x via F-Droid, Tasker stopped working – Tasker wasn’t turning syncthing-fork on or off.
It looks like with syncthing-fork version 2, you have to use com.github.catfriend1.syncthingfork everywhere in your Send Intent actions. Once I changed syncthingandroid to syncthingfork everywhere in the Send Intent actions, it’s working again.