Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename zh_Hans -> zh_CN and zh_Hant -> zh_TW | fiaxh | 2020-01-29 | 12 | -20/+19 |
| | | | | fixes #524 | ||||
* | Update translations | Translations | 2020-01-29 | 77 | -1336/+2280 |
| | |||||
* | Don't process message markers on MUC messages | fiaxh | 2020-01-27 | 1 | -1/+5 |
| | |||||
* | Fix invalid header creation for date separators | Marvin W | 2020-01-22 | 5 | -11/+7 |
| | |||||
* | Fix some compiler warnings | Marvin W | 2020-01-22 | 7 | -28/+28 |
| | |||||
* | Have travis use in-tree libsignal (Ubuntu 18.04 is incompatible) | Marvin W | 2020-01-21 | 1 | -2/+3 |
| | |||||
* | Enabling display of more compiler warnings and fix some of them | Marvin W | 2020-01-21 | 8 | -54/+66 |
| | | | | | Most of these are caused by various issues is the Vala compiler, but it doesn't hurt to display them and report them upstream. | ||||
* | Use system provided libsignal-protocol-c by default | Marvin W | 2020-01-21 | 4 | -41/+52 |
| | | | | You can still compile in tree by using --with-libsignal-in-tree flag | ||||
* | Deactivate MUC conversations with non-autojoin bookmarks | fiaxh | 2020-01-17 | 1 | -23/+23 |
| | |||||
* | Fix ConversationRow closing if animations are disabled | fiaxh | 2020-01-17 | 4 | -17/+25 |
| | |||||
* | Improve log messages for OMEMO sending issues | Marvin W | 2020-01-15 | 3 | -19/+26 |
| | |||||
* | Initialize GCrypt on libsignal setup | Marvin W | 2020-01-15 | 1 | -0/+2 |
| | |||||
* | Add more non-trailing chars for urls | Marvin W | 2020-01-15 | 1 | -1/+1 |
| | |||||
* | Show default file widget if Pixbuf can't display Image inline | fiaxh | 2020-01-13 | 1 | -5/+8 |
| | | | | fixes #713 | ||||
* | Correctly display names in groupchat pms | Marvin W | 2020-01-09 | 6 | -20/+29 |
| | | | | 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 |
| | |||||
* | Fix various typing issues in signal bindings | Marvin W | 2020-01-09 | 6 | -48/+24 |
| | |||||
* | Don't use GObject/properties for JoinResult | Marvin W | 2020-01-09 | 1 | -4/+4 |
| | |||||
* | Fix file receival in groupchat pmsx | Marvin W | 2020-01-09 | 1 | -2/+2 |
| | |||||
* | Fix auto-joining bookmark without nick | fiaxh | 2020-01-08 | 2 | -3/+3 |
| | |||||
* | Fix starting private conversations with MUC members (#690) | Alyssa Rosenzweig | 2020-01-02 | 1 | -6/+7 |
| | | | | | | | | | | At least for some users (?), the existing codepath was broken (the list row would come back null and we'd bail out silently). All we actually need is the JID, so it's easy enough to store this ourselves, fixing the bug. Also apply to kicking. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> | ||||
* | Support smiley->emoji conversion in the middle of the text | fiaxh | 2020-01-02 | 1 | -7/+22 |
| | |||||
* | 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 | 2 | -14/+17 |
| | |||||
* | Add --release to ./configure, test via travis | Marvin W | 2019-12-25 | 2 | -5/+12 |
| | |||||
* | Improve on URI detection | Marvin W | 2019-12-25 | 1 | -4/+7 |
| | |||||
* | Fix issues in ICU usage | Marvin W | 2019-12-25 | 3 | -11/+56 |
| | |||||
* | Complete Swedish translation | Kim Alvefur | 2019-12-24 | 1 | -17/+17 |
| | | | | Fills in some new, untranslated strings. | ||||
* | Store MUC passwords in bookmark | fiaxh | 2019-12-24 | 4 | -31/+25 |
| | | | | fixes #470 | ||||
* | Update translations | Translations | 2019-12-24 | 68 | -1712/+2039 |
| | |||||
* | Update Catalan translation. | Jordi Mallach | 2019-12-24 | 1 | -11/+12 |
| | |||||
* | Only cache fully normalized Jids for reverse lookup | fiaxh | 2019-12-24 | 1 | -1/+5 |
| | |||||
* | Don't show own typing notifications (other devices) | fiaxh | 2019-12-24 | 4 | -6/+5 |
| | | | | fixes #669 | ||||
* | Also display groupchat file authorship correctly in sidebar | Marvin W | 2019-12-24 | 1 | -1/+1 |
| | |||||
* | Display correct name on outgoing file transfers in groups | Marvin W | 2019-12-23 | 3 | -8/+34 |
| | | | | Fixes #248, #643 | ||||
* | Fix small focus bugs in account wizard | Marvin W | 2019-12-23 | 1 | -3/+5 |
| | |||||
* | Use UTS46 instead of IDNA2003 | Marvin W | 2019-12-23 | 3 | -38/+38 |
| | |||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 45 | -314/+838 |
| | |||||
* | Improve account setup success screen | fiaxh | 2019-12-23 | 2 | -7/+7 |
| | |||||
* | Don't go through ConnectionManager for initial connection attempt | fiaxh | 2019-12-23 | 2 | -18/+41 |
| | |||||
* | OMEMO: Improve handling of newly added devices | Marvin W | 2019-12-23 | 5 | -72/+210 |
| | |||||
* | Add timing to logs, fix issue of silently ignored I/O errors | Marvin W | 2019-12-22 | 5 | -18/+19 |
| | |||||
* | Fix+improve conversation selection when joining channel or starting MUC PM | fiaxh | 2019-12-21 | 8 | -25/+15 |
| | |||||
* | !fixup Allow inserting messages into ConversationView with same sort_time as ↵ | fiaxh | 2019-12-19 | 1 | -1/+1 |
| | | | | the latest | ||||
* | Trim ms from local_time when creating messages | fiaxh | 2019-12-19 | 1 | -3/+5 |
| | | | | Mss are striped when storing in db. Comparing messages with and without ms might lead to wrong orderings. Related: Message duplication in UI when scrolling up. | ||||
* | Update translations | Translations | 2019-12-19 | 68 | -172/+802 |
| | |||||
* | Refactor MAM catchup. Fetch from latest to earliest message. | fiaxh | 2019-12-18 | 8 | -119/+401 |
| | |||||
* | Add (partial) support for unique stanza ids (XEP-0359) | fiaxh | 2019-12-18 | 7 | -12/+103 |
| | |||||
* | Sync git version generation | Marvin W | 2019-12-18 | 1 | -3/+4 |
| | |||||
* | Ensure compatibility with older CMake | Marvin W | 2019-12-18 | 1 | -1/+1 |
| |