aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/notifier_freedesktop.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix subscription notification clearingfiaxh2023-09-071-12/+17
|
* FreeDesktopNotifier: Set notification categoriesSebastian Krzyszkowiak2023-03-211-0/+6
| | | | | This provides notifications servers some context on how to handle the notification.
* New Avatar UIMarvin W2023-03-051-2/+6
|
* Let call notification say if it's a group callfiaxh2022-02-081-1/+4
|
* Add support for call invite messagesfiaxh2022-02-071-2/+2
| | | | As of https://github.com/xsf/xeps/pull/1155
* Initialize and use dbus interfaces asyncfiaxh2022-02-011-29/+14
| | | | related #1155
* UI + libdino: Improve MUJI calls from MUCfiaxh2021-12-231-2/+4
| | | | | | - Move calls from ICE-thead onto main thread - Identify Call.ourpart as MUC nick if in MUC - Keep track of the initiator of a call
* Add (disabled) multi-party call UIfiaxh2021-11-101-1/+2
|
* Fix compiler warnings ('Switch does not handle .. of enum ..')fiaxh2021-10-121-0/+2
|
* Small notification fixes (#1077)sojuz1512021-09-221-2/+14
|
* Merge remote-tracking branch 'origin/feature/calls'fiaxh2021-05-111-0/+38
|\
| * Add UI for audio/video callsfiaxh2021-03-211-0/+38
| |
* | Let freedesktop notifications expirefiaxh2021-04-071-5/+10
|/ | | | fixes #1026
* Set window urgency hint independent of notification settingfiaxh2020-12-301-9/+0
| | | | fixes #960
* Fix notification fallback, fix fdo markup escapingfiaxh2020-12-011-26/+32
|
* Fix wrong actions for MUCs in Freedesktop notifier (#950)Felipe2020-11-301-4/+4
|
* Refactor Notifications, add freedesktop backendfiaxh2020-11-201-0/+268
fixes #707