Simon Frei
Simon Frei
Yes, I do understand now. Your suggestion with the two checkboxes, one of them conditional below the "specified wi-fi" option sounds good - I think that's easier to grasp. And...
Sounds right indeed, but as you said: Quite complex. If the never_on_vpn options are included, I think it might be simpler if there was a checkbox on "vpn conditions" and...
Sounds all good
Nothing should crash. It's expected that there's no support for untrusted/encrypted devices, meaning one needs to configure everything through the web UI. And if not properly configured, it's expected that...
No need for any reproducers, I believe you that it's happening. If anyone can provide logs/crash reports (from logcat, as apparently our own "log facilities" are hit and miss at...
> If its not setup as a service it only runs when the app is open. Not for me on Android 7.1: When I opened the app (not having checked...
Audrius' comments above still apply. Currently I take care of releasing syncthing-android in-sync with syncthing releases (barring delays due to google play publication issues). I also do small (minimal) changes...
Untrusted devices/encryption has not been released.and you should not yet use it in production. The docs link above points at preliminary docs that are still in review. For more info...
I don't think there's anything to update. And I don't understand under what circumstances that build issue is happening (doesn't for me). Maybe there's some build modes where said proxy...
My main motivation were the build failures caused by transitive dependencies. With [module graph pruning](https://go.dev/ref/mod#graph-pruning) since go1.17 this isn't a problem anymore, as the problematic dependency isn't actually used by...