Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support activation tokens for notifications | Nicolas Werner | 2023-11-20 | 1 | -0/+2 |
| | |||||
* | Remove QtMac header | Nicolas Werner | 2023-06-08 | 1 | -1/+0 |
| | |||||
* | Copy arguments for notification | Nicolas Werner | 2023-05-29 | 1 | -7/+7 |
| | |||||
* | Enable sending notifications via the systemNotification signal on macOS | Nicolas Werner | 2023-05-29 | 1 | -8/+0 |
| | |||||
* | Fix duplicate notification category identifier | Nicolas Werner | 2023-05-29 | 1 | -16/+16 |
| | |||||
* | Do not display reply action in the recap notif on Mac | LcsTen | 2023-04-14 | 1 | -4/+12 |
| | |||||
* | Only play macOS notification sounds when pushrules dictate it | Joseph Donofry | 2022-11-15 | 1 | -2/+5 |
| | |||||
* | Add ability to respond to notifications on macOS | Joe Donofry | 2022-11-04 | 1 | -77/+152 |
| | |||||
* | Add notification authorization for badges on macOS | Joseph Donofry | 2022-08-04 | 1 | -1/+1 |
| | |||||
* | Fix macOS m.image notif crash | Joe Donofry | 2021-11-03 | 1 | -7/+34 |
| | |||||
* | Update macOS notifications to use UserNotifications framework | Joseph Donofry | 2021-11-01 | 1 | -15/+42 |
| | |||||
* | Simplify image loading | Loren Burkholder | 2021-03-17 | 1 | -3/+3 |
| | |||||
* | Rewrite notification posting logic | Nicolas Werner | 2021-03-17 | 1 | -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 function | Loren Burkholder | 2021-03-17 | 1 | -19/+11 |
| | | | | Actually posting the notification is now the responsibility of a private function | ||||
* | Format markdown as HTML in notifications | Loren Burkholder | 2021-03-17 | 1 | -2/+4 |
| | |||||
* | Include notifications header instead of responses header | Loren Burkholder | 2021-02-13 | 1 | -1/+1 |
| | |||||
* | Move notification parsing into postNotification | Loren Burkholder | 2021-02-13 | 1 | -14/+15 |
| | |||||
* | Display notifications for emote messages properly | Loren Burkholder | 2021-02-13 | 1 | -2/+6 |
| | |||||
* | Fix notification reply build on other platforms | Nicolas Werner | 2021-01-07 | 1 | -0/+5 |
| | |||||
* | Remove unused paramters | Nicolas Werner | 2020-04-13 | 1 | -1/+1 |
| | |||||
* | Clear notifications when event is read | Nicolas Werner | 2020-04-11 | 1 | -0/+5 |
| | |||||
* | Working D-Bus desktop notifications (#361) | Max Sandholm | 2018-07-11 | 1 | -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 mac | Konstantinos Sideris | 2018-05-05 | 1 | -0/+22 |