Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let call notification say if it's a group call | fiaxh | 2022-02-08 | 1 | -5/+5 |
| | |||||
* | Various call UI/UX improvements | fiaxh | 2022-02-07 | 1 | -0/+1 |
| | |||||
* | Initialize and use dbus interfaces async | fiaxh | 2022-02-01 | 1 | -25/+44 |
| | | | | related #1155 | ||||
* | Add multiparty call support to libdino and xmpp-vala | fiaxh | 2021-11-10 | 1 | -1/+1 |
| | |||||
* | Fix compiler warnings ('cast between incompatible function types') by not ↵ | fiaxh | 2021-10-12 | 1 | -9/+13 |
| | | | | connecting closures | ||||
* | Fix warnings | fiaxh | 2021-04-11 | 1 | -2/+1 |
| | |||||
* | Add support for unencrypted RTP calls to libdino | fiaxh | 2021-03-21 | 1 | -0/+20 |
| | | | | Co-authored-by: Marvin W <git@larma.de> | ||||
* | Set window urgency hint independent of notification setting | fiaxh | 2020-12-30 | 1 | -6/+8 |
| | | | | fixes #960 | ||||
* | Refactor Notifications, add freedesktop backend | fiaxh | 2020-11-20 | 1 | -26/+74 |
| | | | | fixes #707 | ||||
* | Fix incoming muc voice request notification | fiaxh | 2020-11-11 | 1 | -2/+2 |
| | |||||
* | Fix some compiler warnings | fiaxh | 2020-10-27 | 1 | -3/+3 |
| | |||||
* | Store last read content item for conversations | fiaxh | 2020-06-03 | 1 | -7/+1 |
| | | | | fixes #495 | ||||
* | voice handling in moderated groups (#788) | Anmol | 2020-04-22 | 1 | -0/+2 |
| | |||||
* | Handle unknown own MUC jid better | fiaxh | 2020-04-14 | 1 | -6/+9 |
| | |||||
* | Refactor MAM catchup. Fetch from latest to earliest message. | fiaxh | 2019-12-18 | 1 | -27/+7 |
| | |||||
* | Add incoming mediated invitation support (#162) | fiaxh | 2019-08-22 | 1 | -1/+3 |
| | | | | Co-authored-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | ||||
* | Fix notifications for servers without MAM using StreamFlag as availability ↵ | fiaxh | 2019-05-26 | 1 | -1/+9 |
| | | | | indicator | ||||
* | Revert "Fix notifications for servers without MAM" | fiaxh | 2019-05-21 | 1 | -6/+1 |
| | | | | This reverts commit 80b946c85c9235deb5471cdc4f0d561a4fb5a3bb. | ||||
* | Disable notification on file in "mention only" groupchat | Rahix | 2019-05-16 | 1 | -0/+2 |
| | | | | Signed-off-by: Rahix <rahix@rahix.de> | ||||
* | Fix notifications for servers without MAM | Rahix | 2019-05-16 | 1 | -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 NotificationEvents | fiaxh | 2018-11-07 | 1 | -17/+29 |
| | |||||
* | Fix messages never being notified from servers without MAM (#432) | PapsOu | 2018-10-24 | 1 | -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> | fiaxh | 2018-09-21 | 1 | -1/+1 |
| | | | | fixes #407 | ||||
* | Use Label instead of TextView for message display | fiaxh | 2018-09-21 | 1 | -2/+1 |
| | |||||
* | Notification on TLS error/wrong password, log TLS cert issues, don't make ↵ | fiaxh | 2018-09-15 | 1 | -0/+2 |
| | | | | account with connection error appear disabled in accounts dialog | ||||
* | Only notify on last MAM message, only if not read | fiaxh | 2018-03-06 | 1 | -0/+23 |
| | | | | fixes #293 | ||||
* | Move notification sounds (canberra dependency) into plugin, introduce ↵ | fiaxh | 2018-03-05 | 1 | -0/+53 |
libdino/NotificationEvents |