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

Improve the notifcation of new update #168

Closed
Belphemur opened this issue Mar 13, 2017 · 7 comments
Closed

Improve the notifcation of new update #168

Belphemur opened this issue Mar 13, 2017 · 7 comments
Labels
Enhancement Issue which are a enhancement

Comments

@Belphemur
Copy link
Owner

Creating a new form and animating it could be the way:

http://stackoverflow.com/questions/461184/toast-style-popup-for-my-application

@Belphemur Belphemur added the Enhancement Issue which are a enhancement label Mar 13, 2017
@FireEmerald
Copy link
Contributor

FireEmerald commented Mar 14, 2017

  • Current behavior: If a new update is available a Windows Notification is shown. If the user clicks onto the notification, the download form is shown.

What would be better if we would use such a custom form? I mean you can't show more information inside such a form so you will still need another form opened after this custom popup.

@Belphemur
Copy link
Owner Author

On Windows 10 (and surely 8) you can disable altogether the notification. In this case, you won't be notified.

The other idea would be to play with the trayIcon to change it to the update icon every X minutes/hours for X seconds (like current icon/update icon/current icon/update icon...).

@FireEmerald
Copy link
Contributor

FireEmerald commented Mar 14, 2017

If the user disables these notifications entirely he will indeed miss not only the notification for new updates of SoundSwitch. In this case it would be perhaps better to show directly the download form - that's the easiest way. The posted solution "doesn't account for several factors:" ...

@Belphemur
Copy link
Owner Author

Belphemur commented Mar 14, 2017 via email

@FireEmerald
Copy link
Contributor

FireEmerald commented Mar 14, 2017

Showing the download form directly is intrusive, it's exactly what the
users are complaining about when in Stealth update and the UAC popup comes.

Moment, do you wan't to show the new form if the "stealth" update option is selected? I was thinking that you will use the new form only if the "notify" update option is selected.

@Belphemur
Copy link
Owner Author

Belphemur commented Mar 14, 2017 via email

@Belphemur
Copy link
Owner Author

I went for simply animating the systray icon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Issue which are a enhancement
Projects
None yet
Development

No branches or pull requests

2 participants