Open
Description
In order to get the "Synchronise only over WiFi connection" option to work the mobile application checks for WiFi connectiviy on startup:
joplin/packages/app-mobile/root.tsx
Line 734 in fc64c82
And doing so makes a call to "clients3.google.com": react-native-netinfo/react-native-netinfo#212
If it's possible, this call should only happen when the "Synchronise only over WiFi connection" connection is enabled. Due to privacy concerns over using a Google URL for the check, we could also look at using an alternative.