summary refs log tree commit diff
path: root/src/notifications/ManagerMac.mm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support activation tokens for notificationsNicolas Werner2023-11-201-0/+2
|
* Remove QtMac headerNicolas Werner2023-06-081-1/+0
|
* Copy arguments for notificationNicolas Werner2023-05-291-7/+7
|
* Enable sending notifications via the systemNotification signal on macOSNicolas Werner2023-05-291-8/+0
|
* Fix duplicate notification category identifierNicolas Werner2023-05-291-16/+16
|
* Do not display reply action in the recap notif on MacLcsTen2023-04-141-4/+12
|
* Only play macOS notification sounds when pushrules dictate itJoseph Donofry2022-11-151-2/+5
|
* Add ability to respond to notifications on macOSJoe Donofry2022-11-041-77/+152
|
* Add notification authorization for badges on macOSJoseph Donofry2022-08-041-1/+1
|
* Fix macOS m.image notif crashJoe Donofry2021-11-031-7/+34
|
* Update macOS notifications to use UserNotifications frameworkJoseph Donofry2021-11-011-15/+42
|
* Simplify image loadingLoren Burkholder2021-03-171-3/+3
|
* Rewrite notification posting logicNicolas Werner2021-03-171-15/+16
| | | | This does away with the nice abstraction layers in order to easily get the best-looking notifications for each platform.
* Move data parsing into a dedicated functionLoren Burkholder2021-03-171-19/+11
| | | | Actually posting the notification is now the responsibility of a private function
* Format markdown as HTML in notificationsLoren Burkholder2021-03-171-2/+4
|
* Include notifications header instead of responses headerLoren Burkholder2021-02-131-1/+1
|
* Move notification parsing into postNotificationLoren Burkholder2021-02-131-14/+15
|
* Display notifications for emote messages properlyLoren Burkholder2021-02-131-2/+6
|
* Fix notification reply build on other platformsNicolas Werner2021-01-071-0/+5
|
* Remove unused paramtersNicolas Werner2020-04-131-1/+1
|
* Clear notifications when event is readNicolas Werner2020-04-111-0/+5
|
* Working D-Bus desktop notifications (#361)Max Sandholm2018-07-111-3/+29
| | | | | | | | | | | | * Working D-Bus desktop notifications * Remove return type on constructor * Fix the Windows placeholder class * Fix wrong variable name * Fix windows and macOS versions of notificationsmanager
* Implement desktop notification for macKonstantinos Sideris2018-05-051-0/+22