Skip to content

Commit

Permalink
Change UX of the auto-update feature
Browse files Browse the repository at this point in the history
Use radio button and better tooltips to explain the feature and avoid missunderstandings.
Fixes #150
See #102
  • Loading branch information
Antoine Aflalo committed Feb 15, 2017
1 parent 563fac3 commit 6402a93
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 52 deletions.
38 changes: 37 additions & 1 deletion SoundSwitch/Properties/SettingsString.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions SoundSwitch/Properties/SettingsString.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,16 @@
<data name="keepSystrayIcon" xml:space="preserve">
<value>Garder l'icone intacte</value>
</data>
<data name="autoInstall" xml:space="preserve">
<value>Auto-Install</value>
</data>
<data name="autoInstallHelp" xml:space="preserve">
<value>Télécharge et installe les mis à jours sans que vous deviez intéragir avec l'application.</value>
</data>
<data name="checkUpdate" xml:space="preserve">
<value>Vérifie les MàJ</value>
</data>
<data name="checkUpdateHelp" xml:space="preserve">
<value>Vérifie la présence d'une nouvelle version. Si c'est le cas, prévient l'utilisateur.</value>
</data>
</root>
12 changes: 12 additions & 0 deletions SoundSwitch/Properties/SettingsString.resx
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,16 @@
<data name="keepSystrayIconHelp" xml:space="preserve">
<value>If selected, the Systray Icon won't change when the default device changes.</value>
</data>
<data name="autoInstall" xml:space="preserve">
<value>Auto-Install</value>
</data>
<data name="autoInstallHelp" xml:space="preserve">
<value>Download and update the application in the background without needing any user interaction.</value>
</data>
<data name="checkUpdate" xml:space="preserve">
<value>Check for Update</value>
</data>
<data name="checkUpdateHelp" xml:space="preserve">
<value>Check periodically if there is an update. When found, notify the user of the update.</value>
</data>
</root>
74 changes: 45 additions & 29 deletions SoundSwitch/UI/Forms/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6402a93

Please sign in to comment.