aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/notification_events.vala
Commit message (Collapse)AuthorAgeFilesLines
* Let call notification say if it's a group callfiaxh2022-02-081-5/+5
|
* Various call UI/UX improvementsfiaxh2022-02-071-0/+1
|
* Initialize and use dbus interfaces asyncfiaxh2022-02-011-25/+44
| | | | related #1155
* Add multiparty call support to libdino and xmpp-valafiaxh2021-11-101-1/+1
|
* Fix compiler warnings ('cast between incompatible function types') by not ↵fiaxh2021-10-121-9/+13
| | | | connecting closures
* Fix warningsfiaxh2021-04-111-2/+1
|
* Add support for unencrypted RTP calls to libdinofiaxh2021-03-211-0/+20
| | | | Co-authored-by: Marvin W <git@larma.de>
* Set window urgency hint independent of notification settingfiaxh2020-12-301-6/+8
| | | | fixes #960
* Refactor Notifications, add freedesktop backendfiaxh2020-11-201-26/+74
| | | | fixes #707
* Fix incoming muc voice request notificationfiaxh2020-11-111-2/+2
|
* Fix some compiler warningsfiaxh2020-10-271-3/+3
|
* Store last read content item for conversationsfiaxh2020-06-031-7/+1
| | | | fixes #495
* voice handling in moderated groups (#788)Anmol2020-04-221-0/+2
|
* Handle unknown own MUC jid betterfiaxh2020-04-141-6/+9
|
* Refactor MAM catchup. Fetch from latest to earliest message.fiaxh2019-12-181-27/+7
|
* Add incoming mediated invitation support (#162)fiaxh2019-08-221-1/+3
| | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* 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