Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The app asks to access internet: telemetry? #11

Closed
Tom4tot opened this issue Jan 5, 2019 · 5 comments
Closed

The app asks to access internet: telemetry? #11

Tom4tot opened this issue Jan 5, 2019 · 5 comments

Comments

@Tom4tot
Copy link

Tom4tot commented Jan 5, 2019

Hi, I've noticed today that using v1, the app tried to connect to the internet when switching theme. What's the reason behind that?

(I could tell because my custom firewall notifies me when an app tries to access internet)

Thanks. :)

@Armin2208
Copy link
Member

I didn't implemented any telemetry.
But the app accesses the internet at the App start to check for updates. But this shouldn't happen at theme switch. In 2.0 it also accesses the internet to get the name of the user city from the location (I think Microsoft Location APIs works with the internet). But also here: No access to the internet in the background.

I don't collect any telemetry. That's why I didn't even know how much people are using the app 😅

You can check the code in version 1.0. You will see that this version only edits one key if you start it with the argument /Dark or /light. 2.0 has much more lines of code there, but everything works offline.

Doesn't your custom firewall tell you what IP the program tries to reach? I know some firewalls doesn't tell that, but this would be helpful :D

Have a nice day.

@Tom4tot
Copy link
Author

Tom4tot commented Jan 5, 2019

Thanks for the explanation. Here is a "log": https://i.imgur.com/yJ9djql.png

Could you add a way to remove the "check for updates" feature? Thanks :)

@Armin2208
Copy link
Member

Sure.

@Armin2208
Copy link
Member

Armin2208 commented Mar 3, 2019

Update: I now released Version 2.1.1. Please tell me, if your Firewall still Shows Messages when the theme gets switched in background.

@Tom4tot
Copy link
Author

Tom4tot commented Mar 27, 2019

Hi, sorry for the late answer but it doesn't anymore. Only if I open the app (to check for updates i suppose). Thanks for fixing that. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants