Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix licenses | Nicolas Werner | 2021-03-17 | 1 | -0/+4 |
| | |||||
* | Clean up notification code a bit | Nicolas Werner | 2021-03-17 | 1 | -81/+27 |
| | |||||
* | Block notifications until the image has been downloaded | Loren Burkholder | 2021-03-17 | 1 | -9/+21 |
| | |||||
* | Only try to display images if they exist | Loren Burkholder | 2021-03-17 | 1 | -5/+6 |
| | |||||
* | Use better method of resizing images | Loren Burkholder | 2021-03-17 | 1 | -7/+7 |
| | |||||
* | Rewrite notification posting logic | Nicolas Werner | 2021-03-17 | 1 | -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 displayed | Loren Burkholder | 2021-03-17 | 1 | -3/+3 |
| | | | | I accidentally put it in backwards. | ||||
* | Get event text in event parser function | Loren Burkholder | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | Add "replied" marker to regular reply messages | Loren Burkholder | 2021-03-17 | 1 | -1/+8 |
| | |||||
* | Simplify message body construction | Loren Burkholder | 2021-03-17 | 1 | -8/+5 |
| | |||||
* | Only HTML-format the body if it should be formatted | Loren Burkholder | 2021-03-17 | 1 | -2/+4 |
| | |||||
* | Fix colon spacing | Loren Burkholder | 2021-03-17 | 1 | -1/+1 |
| | |||||
* | Move data parsing into a dedicated function | Loren Burkholder | 2021-03-17 | 1 | -0/+27 |
Actually posting the notification is now the responsibility of a private function |