Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display bold/italic/monospace message formating, improve message-to-markup ↵ | fiaxh | 2018-10-23 | 1 | -4/+3 |
| | | | | | | | parsing fixes #433 fixes #442 | ||||
* | Use Label instead of TextView for message display | fiaxh | 2018-09-21 | 3 | -190/+31 |
| | |||||
* | Fix presence subscription notification displaying | fiaxh | 2018-09-12 | 1 | -0/+9 |
| | |||||
* | Fix sent messages sometimes being displayed twice | fiaxh | 2018-09-02 | 1 | -1/+1 |
| | |||||
* | add button that scrolls to the bottom of the conversation | bobufa | 2018-08-13 | 1 | -3/+2 |
| | |||||
* | fix message filter in conversation view for first message | bobufa | 2018-08-13 | 1 | -8/+13 |
| | |||||
* | filter out messages outside the range of displayed messages | bobufa | 2018-08-13 | 1 | -11/+23 |
| | |||||
* | hide search bar when clicking outside of it, only reset search entry on ↵ | bobufa | 2018-08-13 | 1 | -10/+0 |
| | | | | conversation change | ||||
* | improve sidebar UI | bobufa | 2018-08-13 | 2 | -27/+67 |
| | | | | | | | - only display messages that are content items - only display messages for active accounts - "fix" textview issue - add empty states (no search, no results) | ||||
* | accumulate conversation content in meta db table | bobufa | 2018-08-13 | 2 | -20/+23 |
| | |||||
* | initial search logic / display | bobufa | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | ui: search sidebar initial | bobufa | 2018-08-13 | 1 | -1/+2 |
| | |||||
* | load+display later messages when scrolling down | bobufa | 2018-08-13 | 2 | -35/+87 |
| | |||||
* | refactor conversation item management (accumulate them in libdino) | bobufa | 2018-08-13 | 12 | -527/+347 |
| | |||||
* | Redesign chat input + move file upload there | fiaxh | 2018-04-30 | 1 | -0/+16 |
| | |||||
* | Handle multiple chat state notifications per bare jid | fiaxh | 2018-03-10 | 2 | -33/+84 |
| | | | | fixes #117 | ||||
* | Small fixes | fiaxh | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Only display transferred images, display file names, open in system viewer, ↵ | fiaxh | 2018-01-28 | 2 | -15/+6 |
| | | | | include and use pgp embedded file names | ||||
* | Visually highlight mentions in MUCs | fiaxh | 2018-01-28 | 3 | -0/+26 |
| | | | | fixes #267 | ||||
* | Render avatar on demand | Marvin W | 2018-01-28 | 2 | -3/+18 |
| | |||||
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 4 | -2/+6 |
| | |||||
* | Fix typos in comments and variable names (#269) | linkmauve | 2018-01-10 | 3 | -3/+3 |
| | | | Thanks `codespell`! | ||||
* | Place time+encryption+read directly right of name | fiaxh | 2017-12-31 | 3 | -57/+95 |
| | |||||
* | Clear chat states on own/contact disconnect | fiaxh | 2017-12-30 | 1 | -1/+0 |
| | | | | fixes #197 | ||||
* | Show subscription request in conversation summary | fiaxh | 2017-12-30 | 2 | -0/+78 |
| | |||||
* | Fallback display for all file types | fiaxh | 2017-12-13 | 4 | -124/+231 |
| | |||||
* | Load messages for conversation view from cache | fiaxh | 2017-12-13 | 2 | -4/+16 |
| | |||||
* | Repopulate message TextView context menu, include "Copy URL" (#219) | Yussuf Khalil | 2017-12-05 | 1 | -6/+48 |
| | | | | | | * Add "Copy URL" context menu option when hovering over a URL * Update message_textview.vala | ||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 3 | -3/+3 |
| | |||||
* | ConversationView: Date separator | fiaxh | 2017-12-01 | 3 | -4/+122 |
| | |||||
* | Fix memory leak | fiaxh | 2017-11-23 | 3 | -5/+13 |
| | |||||
* | ConversationView: Split merged messages when an in-between one is added | fiaxh | 2017-11-22 | 2 | -10/+58 |
| | |||||
* | Fix unit tests using async + read message marker | fiaxh | 2017-11-17 | 1 | -1/+1 |
| | |||||
* | Read+(write) stream async | fiaxh | 2017-11-16 | 3 | -9/+5 |
| | |||||
* | Fix warnings | fiaxh | 2017-10-31 | 5 | -9/+10 |
| | |||||
* | Remove new from struct initialisation, as it is deprecated (#180) | linkmauve | 2017-10-23 | 1 | -1/+1 |
| | | | | | | * Remove new from struct initialisation, as it is deprecated. * Use Map.has_key instead of Map.contains, as it is deprecated. | ||||
* | PGP encrypted file transfers | fiaxh | 2017-10-22 | 1 | -2/+2 |
| | |||||
* | Move encryption menu into ChatInput, PGP support for MUCs | fiaxh | 2017-09-06 | 2 | -2/+2 |
| | |||||
* | small fixes | fiaxh | 2017-08-31 | 4 | -1/+13 |
| | |||||
* | Use utc time everywhere | fiaxh | 2017-08-31 | 2 | -5/+5 |
| | |||||
* | Download & inline display images | fiaxh | 2017-08-31 | 5 | -14/+209 |
| | |||||
* | support platforms without UTF-8 and use native file picker | Marvin W | 2017-08-29 | 2 | -12/+21 |
| | |||||
* | Plugins providing conversation items for ConversationView | fiaxh | 2017-08-28 | 13 | -505/+631 |
| | |||||
* | small fixes | fiaxh | 2017-08-27 | 1 | -1/+1 |
| | |||||
* | Show nicks in MUCs, real jid in individual occupant menu | fiaxh | 2017-08-25 | 2 | -7/+14 |
| | |||||
* | README: Discussion MUC, change url | fiaxh | 2017-08-22 | 2 | -2/+2 |
| | |||||
* | Fix some UI issues | Marvin W | 2017-08-22 | 3 | -1/+8 |
| | |||||
* | Small i18n fixes (#53) | linkmauve | 2017-06-29 | 2 | -1/+2 |
| | | | | | * Replace “...” with “…” in user-visible strings, as per GNOME’s HIG. * Add a message for translators to know that a string starts a sentence. | ||||
* | gettext improvements (more strings, times, plural, de lang) | fiaxh | 2017-04-13 | 1 | -5/+14 |
| | |||||
* | Gettext support | fiaxh | 2017-04-10 | 2 | -3/+3 |
| |