Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix messages to self being duplicated | fiaxh | 2020-03-09 | 1 | -4/+12 |
| | | | | fixes #591 | ||||
* | Ellipsize long display names | fiaxh | 2020-03-09 | 2 | -1/+2 |
| | |||||
* | Update live whether encryption is possible in MUC (lock icon visible) | fiaxh | 2020-03-08 | 7 | -18/+34 |
| | |||||
* | Fix menu button alignment (#765) | codedust | 2020-03-05 | 1 | -1/+0 |
| | | | | The left hamburger menu button now is of the same height as all the other buttons. | ||||
* | Make message sending async and set unsent on error | fiaxh | 2020-03-05 | 6 | -38/+45 |
| | |||||
* | Improve MUC message resending | fiaxh | 2020-03-03 | 4 | -28/+42 |
| | |||||
* | Copyright date updated (#759) | esu23 | 2020-02-23 | 1 | -1/+1 |
| | |||||
* | Add smiley translation <3 (#723) | Alyssa Rosenzweig | 2020-02-22 | 1 | -0/+1 |
| | |||||
* | Add smiley translations for :-* (#724) | ericschdt | 2020-02-22 | 1 | -0/+1 |
| | | | Just get yourself a kiss! | ||||
* | Move widget insertion logic from ConversationTitlebar to controller | fiaxh | 2020-02-22 | 3 | -39/+23 |
| | |||||
* | Rename UnifiedWindow -> MainWindow | fiaxh | 2020-02-22 | 5 | -21/+21 |
| | |||||
* | Move UnifiedWindow stack state update logic into controller | fiaxh | 2020-02-22 | 2 | -21/+41 |
| | |||||
* | Rename folders/files conversation_summary -> conversation_content_view | fiaxh | 2020-02-22 | 14 | -15/+15 |
| | |||||
* | Move ConversationTitlebar into ConversationViewController responsibility | fiaxh | 2020-02-22 | 8 | -144/+119 |
| | |||||
* | Move ConversationContentView+ChatInput into ConversationView, handle ↵ | fiaxh | 2020-02-22 | 10 | -128/+194 |
| | | | | drag'n'drop on ConversationView level | ||||
* | Allow switching conversations when dragging and dropping | Thibaut Girka | 2020-02-22 | 1 | -0/+27 |
| | |||||
* | Basic drag'n'drop support on main conversation view (fixes #175) | Thibaut Girka | 2020-02-22 | 1 | -0/+35 |
| | |||||
* | Enable secure_delete PRAGMA on SQLite databases (#370) | Alexander Krotov | 2020-02-21 | 2 | -0/+6 |
| | | | | It is especially important for OMEMO database, as it stores *ephemeral* keys | ||||
* | 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 a tooltip when messages are in WONTSEND state (#550) | Aearil | 2020-02-21 | 2 | -0/+8 |
| | | | | | | | | | | | | The warning sign and red color, while obviously synonymous with a problem, are still a bit perplexing for the user. This change add a bit of clarity. It would obviously be better to get exact cause of the problem from the different plugins. Maybe it would be possible to add a field to the Message class from libdino/src/entity/message.vala in order to record an error message for every case. | ||||
* | Show /me commands appropriately in last message view (#699) | Alyssa Rosenzweig | 2020-02-20 | 1 | -4/+25 |
| | | | | | Closes #600 Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> | ||||
* | Preserve unchanged conference data (name) in bookmarks | fiaxh | 2020-02-20 | 6 | -48/+25 |
| | | | | fixes #748 | ||||
* | Only distinguish between typing or not (incoming) | fiaxh | 2020-02-20 | 5 | -92/+86 |
| | | | | fixes #739 | ||||
* | Correctly set direction in file transfers in MUCs | fiaxh | 2020-02-20 | 1 | -1/+2 |
| | |||||
* | Update translations | Translations | 2020-02-16 | 24 | -158/+3548 |
| | |||||
* | Don't assume Jingle to be available in MUCs | fiaxh | 2020-02-11 | 1 | -2/+3 |
| | |||||
* | Update README | Marvin W | 2020-01-29 | 1 | -2/+2 |
| | |||||
* | 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> |