RetGal / Dayon

Dayon! - A cross-platform remote desktop assistance solution for your family and friends
https://retgal.github.io/Dayon/
GNU General Public License v3.0
146 stars 45 forks source link

reduced risk of legacy vulnerabilities: a middle-step approach #92

Closed lammel-hub closed 6 months ago

lammel-hub commented 6 months ago

Is your feature request related to a problem? Please describe. With v.13 a compatibility mode with older versions was introduced for the need of connecting a newer assistant with an older assisted. The use case for this is that the assisted often depends on the assistant to manage/update their programs.

Describe the solution you'd like Context: Connection Function: Compatibilty mode

When the function is activated by pressing toggle "Compatibility mode" (in assistant), a pop up window with a warning icon and text to inform the user is presented. It closed by pressing an [OK] button. No other changes to the function intended.

The text to inform the user may have a different "tone of voice":

Rationale:

Describe alternatives you've considered as described in issue #90

Additional context Apologies for pushing this issue, but I believe it is good to get rid of potential risks and this may be a middle-step in anticipation for future depreciation.

RetGal commented 6 months ago

Implemented the "encouraging" tone within a warning dialog:

May I ask you to kindly check the swedish message please? (This should be the very last addition to the resource bundle for the new release.)

compatibility.mode.active = Kompatibelt läge aktivt
compatibility.mode.info = Vänligen överväga att uppdatera Hjälptagare till den senaste versionen för att minimera riskerna.
lammel-hub commented 6 months ago

compatibility.mode.active = Kompatibiltetsläge aktiverat compatibility.mode.info = Vänligen uppdatera Hjälptagare till den senaste versionen för att minimera risker.

RetGal commented 6 months ago

Tack!