| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix unencrypted message warning when switching between encryptions | fiaxh | 2020-04-05 | 1 | -11/+11 |
* | Add support for last message correction | fiaxh | 2020-04-03 | 36 | -265/+808 |
* | Fix message markup parsing for single characters | fiaxh | 2020-04-03 | 1 | -1/+1 |
* | Work-around use after free | Marvin W | 2020-04-01 | 2 | -2/+2 |
* | Fix issue rendering messages outside reachable scroll area | Marvin W | 2020-04-01 | 4 | -2/+21 |
* | Store entity identity info, use it in conversation list tooltips | fiaxh | 2020-03-29 | 15 | -103/+259 |
* | Visually mark unencrypted messages if conversation is encrypted | fiaxh | 2020-03-29 | 3 | -0/+32 |
* | Visually mark OMEMO messages from a trusted device as trusted | fiaxh | 2020-03-29 | 8 | -18/+53 |
* | Warn about undecrypted and untrusted messages | fiaxh | 2020-03-29 | 5 | -103/+288 |
* | Add alternative character sequence for kiss emoji (#784) | mbeko | 2020-03-28 | 1 | -0/+1 |
* | Update time labels in conversation view at the moment they actually change | fiaxh | 2020-03-26 | 2 | -18/+27 |
* | Change UI messages for more clarity | mbeko | 2020-03-24 | 6 | -22/+22 |
* | Only create ItemMetaDataHeader and AvatarImage once it is actually displayed | fiaxh | 2020-03-24 | 2 | -18/+23 |
* | Move message hover effect into converstion view | fiaxh | 2020-03-21 | 3 | -38/+148 |
* | Scale files and images to the available space | Marvin W | 2020-03-14 | 6 | -18/+146 |
* | Properly handle variation selector after emoji (even if useless) | Marvin W | 2020-03-14 | 1 | -1/+9 |
* | Fix+optimize contact-to-avatar storage and loading | fiaxh | 2020-03-10 | 3 | -54/+52 |
* | Fix messages to self being duplicated | fiaxh | 2020-03-09 | 1 | -4/+12 |
* | 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 |
* | 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 |
* | 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 drag'n'd... | fiaxh | 2020-02-22 | 10 | -128/+194 |
* | 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 |
* | 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 |
* | Show /me commands appropriately in last message view (#699) | Alyssa Rosenzweig | 2020-02-20 | 1 | -4/+25 |
* | Preserve unchanged conference data (name) in bookmarks | fiaxh | 2020-02-20 | 6 | -48/+25 |
* | Only distinguish between typing or not (incoming) | fiaxh | 2020-02-20 | 5 | -92/+86 |
* | 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 |
* | 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 |