Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings | fiaxh | 2021-04-11 | 1 | -3/+3 |
| | |||||
* | Add UI for audio/video calls | fiaxh | 2021-03-21 | 1 | -0/+9 |
| | |||||
* | Add different formating with less contrast for markup strings like *,_,~ and ↵ | minils | 2021-02-17 | 1 | -1/+3 |
| | | | | `. (#883) | ||||
* | Refactor Notifications, add freedesktop backend | fiaxh | 2020-11-20 | 1 | -76/+18 |
| | | | | fixes #707 | ||||
* | Fix runtime critical when room has no name | fiaxh | 2020-10-29 | 1 | -1/+1 |
| | |||||
* | Fix some compiler warnings | fiaxh | 2020-10-27 | 1 | -1/+1 |
| | |||||
* | Remove code block formating | fiaxh | 2020-10-11 | 1 | -20/+0 |
| | |||||
* | Fix message duplication in MUC PMs | fiaxh | 2020-09-07 | 1 | -6/+15 |
| | |||||
* | Some locales need more than 2 chars for AM/PM, make the buffer a bit larger | Marvin W | 2020-07-08 | 1 | -1/+1 |
| | |||||
* | Use strftime() instead DateTime.format(), fixes #875 | Marvin W | 2020-07-08 | 1 | -1/+2 |
| | |||||
* | Do not use GNOME specific setting for 24 hours | Marvin W | 2020-06-23 | 1 | -4/+6 |
| | |||||
* | Fix rare issue with incorrect link parsing | Marvin W | 2020-04-22 | 1 | -2/+3 |
| | |||||
* | Add file upload preview | fiaxh | 2020-04-22 | 1 | -1/+1 |
| | | | | fixes #756 | ||||
* | Fix message markup parsing for single characters | fiaxh | 2020-04-03 | 1 | -1/+1 |
| | |||||
* | Work-around use after free | Marvin W | 2020-04-01 | 1 | -1/+1 |
| | | | | Upstream: https://gitlab.gnome.org/GNOME/vala/-/issues/751 | ||||
* | Properly handle variation selector after emoji (even if useless) | Marvin W | 2020-03-14 | 1 | -1/+9 |
| | |||||
* | Improve code block regex | fiaxh | 2020-02-21 | 1 | -15/+18 |
| | |||||
* | Add support for strikethrough styling | Roberto Santalla | 2020-02-21 | 1 | -2/+2 |
| | |||||
* | Format fenced code blocks | Roberto Santalla | 2020-02-21 | 1 | -0/+18 |
| | |||||
* | Add more non-trailing chars for urls | Marvin W | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Correctly display names in groupchat pms | Marvin W | 2020-01-09 | 1 | -13/+14 |
| | | | | Also show "Me" when no local alias is set instead of JID | ||||
* | Another set of changes to URL detection | Marvin W | 2020-01-09 | 1 | -34/+43 |
| | |||||
* | URL linker: count open/close parens, simplify regex | Marvin W | 2019-12-29 | 1 | -1/+37 |
| | |||||
* | Don't allow newlines in URLs, also clean up on http file transfer detection | Marvin W | 2019-12-26 | 1 | -3/+10 |
| | |||||
* | Improve on URI detection | Marvin W | 2019-12-25 | 1 | -4/+7 |
| | |||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -3/+3 |
| | |||||
* | Don't attempt DNS SRV lookups in connection fallback | fiaxh | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Fix segfault in groupchat name generation | fiaxh | 2019-10-23 | 1 | -1/+1 |
| | | | | fixes #635 | ||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 1 | -48/+130 |
| | | | | Fixes #598 | ||||
* | Fix some incorrect handling of message styling | Marvin W | 2019-10-18 | 1 | -4/+4 |
| | |||||
* | fixup Fix some warnings | fiaxh | 2019-09-10 | 1 | -0/+8 |
| | |||||
* | Fix some warnings | hrxi | 2019-09-10 | 1 | -18/+26 |
| | | | | | | 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. | ||||
* | Use regex literals, fixes some compiler warnings | fiaxh | 2019-03-14 | 1 | -1/+1 |
| | |||||
* | Add non-CSD alternative for more windows | fiaxh | 2019-03-14 | 1 | -1/+1 |
| | |||||
* | Move app menu into window, make conversation details dialog directly ↵ | fiaxh | 2019-02-05 | 1 | -0/+4 |
| | | | | accessible, no-CSD option for main window | ||||
* | Fix display name: Check localpart (return) for null | fiaxh | 2018-12-29 | 1 | -2/+7 |
| | |||||
* | Improve message markup parsing | fiaxh | 2018-12-29 | 1 | -4/+3 |
| | |||||
* | Fix compilation with older versions of valac | Marvin W | 2018-12-28 | 1 | -3/+3 |
| | |||||
* | Private MUCs w/o name: Display localparts instead of barejids if name is not ↵ | fiaxh | 2018-12-28 | 1 | -3/+3 |
| | | | | known | ||||
* | display groups w/o name by list of members | Daniel Gultsch | 2018-12-28 | 1 | -1/+16 |
| | | | | | | | | | | | | | 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.) | ||||
* | Detect emoji-only messages and display them larger | fiaxh | 2018-12-27 | 1 | -0/+42 |
| | |||||
* | Split login jid/password into two steps with checks | fiaxh | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | fixup 1e54a44 | fiaxh | 2018-11-02 | 1 | -1/+1 |
| | |||||
* | Display room name in conversation selector and conversation titlebar | codedust | 2018-11-02 | 1 | -1/+7 |
| | |||||
* | Display bold/italic/monospace message formating, improve message-to-markup ↵ | fiaxh | 2018-10-23 | 1 | -31/+55 |
| | | | | | | | parsing fixes #433 fixes #442 | ||||
* | Use Label instead of TextView for message display | fiaxh | 2018-09-21 | 1 | -7/+33 |
| | |||||
* | improve sidebar UI | bobufa | 2018-08-13 | 1 | -4/+9 |
| | | | | | | | - only display messages that are content items - only display messages for active accounts - "fix" textview issue - add empty states (no search, no results) | ||||
* | Fix empty display names, fix update contact roster name | fiaxh | 2018-05-10 | 1 | -4/+1 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -3/+18 |
| | |||||
* | Use utc time everywhere | fiaxh | 2017-08-31 | 1 | -1/+1 |
| |