aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/avatar_image.vala
Commit message (Collapse)AuthorAgeFilesLines
* Improve Gtk4 portfiaxh2022-07-271-2/+1
|
* Port from GTK3 to GTK4fiaxh2022-07-271-8/+15
|
* Add (disabled) multi-party call UIfiaxh2021-11-101-3/+4
|
* Fix avatars not changing to greyscale when contact goes offlinefiaxh2021-08-171-0/+2
|
* Fix avatar display in private group chatsMarvin W2020-09-141-1/+1
|
* Make compatible with older vala compilersMarvin W2020-09-121-3/+3
|
* Display placeholder avatar while loadingMarvin W2020-09-121-23/+83
|
* Clean up some image rendering codeMarvin W2020-06-281-4/+9
|
* Fetch avatars only when they are usedfiaxh2020-06-101-1/+1
|
* Fix nick change in MUC, update bookmark accordingly; remove unused codefiaxh2020-04-261-1/+1
|
* Update live whether encryption is possible in MUC (lock icon visible)fiaxh2020-03-081-0/+7
|
* Base avatars and names on conversation, not JID.Marvin W2019-10-181-249/+76
| | | | Fixes #598
* Fix some warningshrxi2019-09-101-4/+5
| | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid.
* Handle ill-prepared avatar imageMarvin W2019-07-091-2/+2
|
* Add hover effect on conversation contentfiaxh2019-06-011-2/+2
|
* Remove avatars with missmatch between supposed and actual sha1 hash on load, ↵fiaxh2019-04-241-9/+17
| | | | make loading async
* display groups w/o name by list of membersDaniel Gultsch2018-12-281-1/+14
| | | | | | | | | | | | | For members-only, non-anonymous groups that do not have a name set we now show an automatically generated name that is generated from the list of members (offline, and online). Only the first name (before the first space) is used to keep the generated name short. The term *private room* is coined as a short hand for members only&non-anon group chats. This commit also uses the offline members list instead of the online member list to generate avatar tiles (also only in members-only, non-anon groups.)
* Fix muc avatars sometimes not showing split tiles for occupantsfiaxh2018-11-251-1/+1
|
* Render avatar to image surfaceMarvin W2018-09-011-14/+43
|
* Support MUC avatarsfiaxh2018-07-311-3/+3
|
* Handle multiple chat state notifications per bare jidfiaxh2018-03-101-5/+11
| | | | fixes #117
* Render avatar on demandMarvin W2018-01-281-0/+302