ungoogled-software / ungoogled-chromium-android

Android build for ungoogled-chromium
GNU General Public License v3.0
491 stars 43 forks source link

droidware connection #95

Closed Uj947nXmRqV2nRaWshKtHzTvckUUpD closed 3 years ago

Uj947nXmRqV2nRaWshKtHzTvckUUpD commented 3 years ago

On android, the app constantly tries to connect to uc.droidware.info. How can i disable this (i can't find any setting) and why is it necessary in the first place?

wchen342 commented 3 years ago

I thought I have disabled it by default? It was added for people wanted a new version update notice. Can you check enable-inline-update-flow is enabled or not?

Uj947nXmRqV2nRaWshKtHzTvckUUpD commented 3 years ago

in chrome://flags it is set to default (v 91.0.44721.114)

wchen342 commented 3 years ago

Can you check whether set it to disabled stops the connection?

Uj947nXmRqV2nRaWshKtHzTvckUUpD commented 3 years ago

it does not stop it (i also forced stopped and relaunched the app)

wchen342 commented 3 years ago

Seems to be a bug on the flag. Chromium removed the flag some time ago and the condition guarding the update must be changed. I will fix it next version.

wchen342 commented 3 years ago

Fixed in bcd67d7.