Tiberiu: >> Please post to this F-Droid issue if you can think of anything >> worth adding that isn't already on there: >> https://gitlab.com/fdroid/fdroidclient/issues/816 >> >> From the F-Droid issue: >> >> "We did indeed add some code to try and detect the type of >> connection, so that people can select the setting "Only update >> automatically on unmetered networks like Wi-Fi". It seems that we >> have been a bit too strict though." https://gitlab.com/pserwylo >> (Peter Serwylo) >> >> Perhaps someone can ask Peter, or find themselves, where in >> F-Droid's code they are doing their connection detecting. If anyone >> finds it, please post it to this email list or the redmine forum >> thread above so we can see if we can create a pull request to fix >> the problemo. >> > I was hoping that in Android there is a system variable that is set > when the phone is connected to WiFi or mobile data. If this is the > case, then we can set that variable and any Java application that > looks at that system variable would go ahead and try to use the > network.
From what I can tell, we are trying to interact with this this code from UpdateService.getNetworkState https://gitlab.com/fdroid/fdroidclient/blob/master/app/src/main/java/org/fdroid/fdroid/UpdateService.java#L298 Perhaps someone else can help decipher if this is a problem on our side or on F-Droid's side based on this. In Solidarity, Kurtis
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Replicant mailing list Replicant@lists.osuosl.org http://lists.osuosl.org/mailman/listinfo/replicant