aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/avatar_generator.vala
Commit message (Collapse)AuthorAgeFilesLines
* Base avatars and names on conversation, not JID.Marvin W2019-10-181-270/+0
| | | | 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.
* Remove avatars with missmatch between supposed and actual sha1 hash on load, ↵fiaxh2019-04-241-30/+30
| | | | make loading async
* Render avatar on demandMarvin W2018-01-281-38/+63
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-1/+2
|
* Fix warningsfiaxh2017-10-311-10/+12
|
* Download & inline display imagesfiaxh2017-08-311-4/+3
|
* Show nicks in MUCs, real jid in individual occupant menufiaxh2017-08-251-12/+19
|
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-6/+6
|
* Move UI code into main dirMarvin W2017-03-111-0/+235