Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow loading image only after explicit interactions | Nicolas Werner | 2024-08-21 | 1 | -1/+3 |
| | |||||
* | Don't show spoilers in sidebar or notifications if possible | Nicolas Werner | 2024-05-16 | 1 | -1/+8 |
| | | | | fixes #1247 | ||||
* | Enable sending notifications via the systemNotification signal on macOS | Nicolas Werner | 2023-05-29 | 1 | -32/+32 |
| | |||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Only play macOS notification sounds when pushrules dictate it | Joseph Donofry | 2022-11-15 | 1 | -5/+24 |
| | |||||
* | Add ability to respond to notifications on macOS | Joe Donofry | 2022-11-04 | 1 | -6/+31 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | Update macOS notifications to use UserNotifications framework | Joseph Donofry | 2021-11-01 | 1 | -5/+13 |
| | |||||
* | Change indentation to 4 spaces | Nicolas Werner | 2021-09-18 | 1 | -38/+32 |
| | |||||
* | Make CI happy | Nicolas Werner | 2021-03-17 | 1 | -2/+2 |
| | |||||
* | Fix licenses | Nicolas Werner | 2021-03-17 | 1 | -0/+4 |
| | |||||
* | Clean up notification code a bit | Nicolas Werner | 2021-03-17 | 1 | -19/+18 |
| | |||||
* | Simplify image loading | Loren Burkholder | 2021-03-17 | 1 | -10/+2 |
| | |||||
* | Don't create a QImage every time | Loren Burkholder | 2021-03-17 | 1 | -5/+2 |
| | |||||
* | Simplify macOS checks for a null image | Loren Burkholder | 2021-03-17 | 1 | -2/+13 |
| | |||||
* | Only try to display images if they exist | Loren Burkholder | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | Simplify regex | Loren Burkholder | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | Better handle encrypted notifications | Loren Burkholder | 2021-03-17 | 1 | -14/+19 |
| | |||||
* | Rewrite notification posting logic | Nicolas Werner | 2021-03-17 | 1 | -4/+46 |
| | | | | This does away with the nice abstraction layers in order to easily get the best-looking notifications for each platform. | ||||
* | Add regex to remove replies in notifications | Loren Burkholder | 2021-03-17 | 1 | -1/+5 |
| | |||||
* | Get event text in event parser function | Loren Burkholder | 2021-03-17 | 1 | -2/+3 |
| | |||||
* | Don't run markdownToHtml on messages | Loren Burkholder | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | Disable HTML on macOS | Loren Burkholder | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | Move data parsing into a dedicated function | Loren Burkholder | 2021-03-17 | 1 | -0/+11 |
Actually posting the notification is now the responsibility of a private function |