Conversation
1b76749 to
04ec88c
Compare
50edcaf to
ddd84a3
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
3e0e1ba to
a362902
Compare
|
Small Nitpick: How about using a tooltip to describe what the popularity contest does / sends instead of being on the dialog ? Edit Edit, Come to think of it i would like this to not be tied at all to the update check.. Perhaps we should have this instead be a button you can press on the dialog to report this way its a onetime report not every update check |
This comment was marked as outdated.
This comment was marked as outdated.
That's an idea. I'll try it out and see what it looks like. |
88175c7 to
dfcd5f2
Compare
|
Please explicty show the data to be captured. It woudl be nice to see im gonna send this info "dfv1.24.0,linux,wayland,x86_64" or something like that to show exaactly what is sent. |
sithlord48
left a comment
There was a problem hiding this comment.
Lots of places to use auto .
Can you add some initial translations for your new strings with google translate and tag the translation team to look at them .
Nice idea.
I'll take a look. |
cdafd26 to
2f590bd
Compare
|
My first issues here got lost in the long long It was this. I see some issue with this
So what can we do to fix this....
|
Fair point. The original idea was just a case of measuring the data that was being sent anyway. Was meant to be a nice little quick add on. Then the privacy discussion happened and things got complicated.
The API only records it once and then ignores all further requests from that IP. Obviously not perfect, but I was just aiming for 'good enough'. I get that it's inefficient to keep sending it, so we could certainly have a |
|
Well you need to also be careful w/ using a |
|
Ok, that's interesting. So instead of having the state management burden on the client side, we shift it over to the server-side where it's much easier to fix state bugs. The trade-off is that we would be sending the request every time the GUI starts. Before I start making changes, are we on the same page? |
|
No im saying you need to do both.. we don't want to send messages when we don't need to (client check) and we don't want to add messages from the same machine @ version to teh tally (server check) |
…t (RFC 9110 10.1.5) feat: Add option to participate in popularity contest - Only sets extra user agent info if the option is enabled - Default is disabled - Added checkbox to version checker dialog - Added option to settings dialog
New design for version/update check dialog:
