Commit graph

4 commits

Author SHA1 Message Date
Samuel Attard
9c3315c416
fix: reset the NSUserNotication handle on dismiss () 2019-04-16 14:38:41 -04:00
Samuel Attard
45d90e77b7
fix: use a more unique identifier for NSUserNotification instances ()
So although apple has it documented that notifications with duplicate identifiers in the same session won't be presented.  They apparently forgot to mention that macOS also non-deterministically and without any errors, logs or warnings will also not present some notifications in future sessions if they have a previously used identifier.

As such, we're going to truly randomize these identifiers so they are
unique between apps and sessions.  The identifier now consists of a
randomly generated UUID and the app bundle id.
2019-03-20 09:53:20 -07:00
Milan Burda
5e762d6a47 chore: finalize dropping support for OS X Mavericks (version 10.9) () 2019-02-25 17:21:57 +00:00
Milan Burda
a369a4172b refactor: move notifications from brightray to atom () 2018-10-17 20:01:11 +02:00