aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/notification_events.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix notifications for servers without MAM using StreamFlag as availability ↵fiaxh2019-05-261-1/+9
| | | | indicator
* Revert "Fix notifications for servers without MAM"fiaxh2019-05-211-6/+1
| | | | This reverts commit 80b946c85c9235deb5471cdc4f0d561a4fb5a3bb.
* Disable notification on file in "mention only" groupchatRahix2019-05-161-0/+2
| | | | Signed-off-by: Rahix <rahix@rahix.de>
* Fix notifications for servers without MAMRahix2019-05-161-1/+6
| | | | | | | | This commit re-adds the change from 4ad07fe: Fix messages never being notified from servers without MAM (#432) Signed-off-by: Rahix <rahix@rahix.de>
* Use ContentItems for NotificationEventsfiaxh2018-11-071-17/+29
|
* Fix messages never being notified from servers without MAM (#432)PapsOu2018-10-241-1/+2
| | | | | | * Comment a return that stop every notifications to be trigger when an account is not synced * Do a correct check if MAM capability is available for the message to notify
* Use Account's equals_func for Gee.List<Account>fiaxh2018-09-211-1/+1
| | | | fixes #407
* Use Label instead of TextView for message displayfiaxh2018-09-211-2/+1
|
* Notification on TLS error/wrong password, log TLS cert issues, don't make ↵fiaxh2018-09-151-0/+2
| | | | account with connection error appear disabled in accounts dialog
* Only notify on last MAM message, only if not readfiaxh2018-03-061-0/+23
| | | | fixes #293
* Move notification sounds (canberra dependency) into plugin, introduce ↵fiaxh2018-03-051-0/+53
libdino/NotificationEvents