summary refs log tree commit diff
path: root/src/notifications/Manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix licensesNicolas Werner2021-03-171-0/+4
|
* Clean up notification code a bitNicolas Werner2021-03-171-81/+27
|
* Block notifications until the image has been downloadedLoren Burkholder2021-03-171-9/+21
|
* Only try to display images if they existLoren Burkholder2021-03-171-5/+6
|
* Use better method of resizing imagesLoren Burkholder2021-03-171-7/+7
|
* Rewrite notification posting logicNicolas Werner2021-03-171-25/+69
| | | | This does away with the nice abstraction layers in order to easily get the best-looking notifications for each platform.
* Fix when "replied" is displayedLoren Burkholder2021-03-171-3/+3
| | | | I accidentally put it in backwards.
* Get event text in event parser functionLoren Burkholder2021-03-171-1/+1
|
* Add "replied" marker to regular reply messagesLoren Burkholder2021-03-171-1/+8
|
* Simplify message body constructionLoren Burkholder2021-03-171-8/+5
|
* Only HTML-format the body if it should be formattedLoren Burkholder2021-03-171-2/+4
|
* Fix colon spacingLoren Burkholder2021-03-171-1/+1
|
* Move data parsing into a dedicated functionLoren Burkholder2021-03-171-0/+27
Actually posting the notification is now the responsibility of a private function