Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add (disabled) multi-party call UI | fiaxh | 2021-11-10 | 1 | -3/+4 |
| | |||||
* | Fix avatars not changing to greyscale when contact goes offline | fiaxh | 2021-08-17 | 1 | -0/+2 |
| | |||||
* | Fix avatar display in private group chats | Marvin W | 2020-09-14 | 1 | -1/+1 |
| | |||||
* | Make compatible with older vala compilers | Marvin W | 2020-09-12 | 1 | -3/+3 |
| | |||||
* | Display placeholder avatar while loading | Marvin W | 2020-09-12 | 1 | -23/+83 |
| | |||||
* | Clean up some image rendering code | Marvin W | 2020-06-28 | 1 | -4/+9 |
| | |||||
* | Fetch avatars only when they are used | fiaxh | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | Fix nick change in MUC, update bookmark accordingly; remove unused code | fiaxh | 2020-04-26 | 1 | -1/+1 |
| | |||||
* | Update live whether encryption is possible in MUC (lock icon visible) | fiaxh | 2020-03-08 | 1 | -0/+7 |
| | |||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 1 | -249/+76 |
| | | | | Fixes #598 | ||||
* | Fix some warnings | hrxi | 2019-09-10 | 1 | -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 image | Marvin W | 2019-07-09 | 1 | -2/+2 |
| | |||||
* | Add hover effect on conversation content | fiaxh | 2019-06-01 | 1 | -2/+2 |
| | |||||
* | Remove avatars with missmatch between supposed and actual sha1 hash on load, ↵ | fiaxh | 2019-04-24 | 1 | -9/+17 |
| | | | | make loading async | ||||
* | display groups w/o name by list of members | Daniel Gultsch | 2018-12-28 | 1 | -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 occupants | fiaxh | 2018-11-25 | 1 | -1/+1 |
| | |||||
* | Render avatar to image surface | Marvin W | 2018-09-01 | 1 | -14/+43 |
| | |||||
* | Support MUC avatars | fiaxh | 2018-07-31 | 1 | -3/+3 |
| | |||||
* | Handle multiple chat state notifications per bare jid | fiaxh | 2018-03-10 | 1 | -5/+11 |
| | | | | fixes #117 | ||||
* | Render avatar on demand | Marvin W | 2018-01-28 | 1 | -0/+302 |