Add priority filtering, notification settings per topic etc #8

Closed
opened 2022-12-13 14:35:05 -05:00 by cmeis · 2 comments
cmeis commented 2022-12-13 14:35:05 -05:00 (Migrated from github.com)

It would be helpful to have features similar to the Android app in order to configure WHAT notifications should be shown, and HOW. Like:

  • minimum priority filtering
  • notification settings per priority (like playing a specific sound for max priority notifications), or even:
  • individual sound for notifications per topic and / or priority
It would be helpful to have features similar to the Android app in order to configure WHAT notifications should be shown, and HOW. Like: - minimum priority filtering - notification settings per priority (like playing a specific sound for max priority notifications), or even: - individual sound for notifications per topic and / or priority
alexhorner commented 2022-12-13 14:37:15 -05:00 (Migrated from github.com)

Hi @cmeis

  • Filtering - 100% doable
  • Per priority - I am invesitgating that now
  • Per topic - Investigating too
Hi @cmeis - Filtering - 100% doable - Per priority - I am invesitgating that now - Per topic - Investigating too
alexhorner commented 2022-12-13 14:40:28 -05:00 (Migrated from github.com)

In it's current form, using WinForms (pun intended) do not think it is possible to create individual sounds per priority and topic. It appears the NotifyIcon used in the project from WinForms provides no method to do this, and I am not sure MS intends that to be customisable outside of the system sound settings.

In it's current form, using WinForms (pun intended) do not think it is possible to create individual sounds per priority and topic. It appears the `NotifyIcon` used in the project from WinForms provides no method to do this, and I am not sure MS intends that to be customisable outside of the system sound settings.
Sign in to join this conversation.
No description provided.