aboutsummaryrefslogtreecommitdiff
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* Display room name in conversation selector and conversation titlebarcodedust2018-11-024-14/+25
* Display bold/italic/monospace message formating, improve message-to-markup pa...fiaxh2018-10-232-35/+58
* Use Label instead of TextView for message displayfiaxh2018-09-215-216/+91
* Notification on TLS error/wrong password, log TLS cert issues, don't make acc...fiaxh2018-09-152-9/+14
* Fix presence subscription notification displayingfiaxh2018-09-121-0/+9
* Remove newlines from displayed MUC topicsfiaxh2018-09-121-1/+4
* Fix sent messages sometimes being displayed twicefiaxh2018-09-022-4/+4
* Render avatar to image surfaceMarvin W2018-09-011-14/+43
* Merge pull request #415 from bobufa/message-searchfiaxh2018-08-3122-627/+884
|\
| * add suggestions/auto-complete for search filtersbobufa2018-08-131-2/+66
| * fix closing sidebar on click outsidebobufa2018-08-131-2/+3
| * add button that scrolls to the bottom of the conversationbobufa2018-08-132-3/+15
| * fix wrong conversation being prefilledbobufa2018-08-131-3/+3
| * fix message filter in conversation view for first messagebobufa2018-08-131-8/+13
| * filter out messages outside the range of displayed messagesbobufa2018-08-131-11/+23
| * hide search bar when clicking outside of it, only reset search entry on conve...bobufa2018-08-132-37/+38
| * improve sidebar UIbobufa2018-08-137-94/+171
| * add search filter expressionsbobufa2018-08-131-0/+11
| * accumulate conversation content in meta db tablebobufa2018-08-132-20/+23
| * initial search logic / displaybobufa2018-08-133-3/+179
| * ui: search sidebar initialbobufa2018-08-137-49/+72
| * load+display later messages when scrolling downbobufa2018-08-132-35/+87
| * refactor conversation item management (accumulate them in libdino)bobufa2018-08-1312-527/+347
* | In-Band Registrationfiaxh2018-08-223-60/+277
|/
* Support MUC avatarsfiaxh2018-07-311-3/+3
* Fix empty display names, fix update contact roster namefiaxh2018-05-102-5/+2
* Move chat input to .ui file, fix smiley conversion on enterfiaxh2018-05-101-26/+15
* Update translationsTranslations2018-05-013-3/+3
* Redesign chat input + move file upload therefiaxh2018-04-305-82/+78
* Rename 'start chat' into 'start conversation'Michael Vetter2018-04-302-2/+2
* Add image preview to file choosersfiaxh2018-04-193-6/+90
* Prefill nick with local alias when joining a non-bookmarked MUCbobufa2018-03-273-18/+15
* Handle multiple chat state notifications per bare jidfiaxh2018-03-103-38/+95
* Move notification sounds (canberra dependency) into plugin, introduce libdino...fiaxh2018-03-052-47/+19
* Implement notification soundsRahix2018-02-172-0/+11
* Add forgotten strings to translations (#282)linkmauve2018-02-021-1/+1
* Small fixesfiaxh2018-01-301-1/+1
* Only display transferred images, display file names, open in system viewer, i...fiaxh2018-01-283-16/+7
* Visually highlight mentions in MUCsfiaxh2018-01-283-0/+26
* Render avatar on demandMarvin W2018-01-2813-75/+402
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-2829-45/+72
* Fix typos in comments and variable names (#269)linkmauve2018-01-103-3/+3
* Add support for setting a new Affiliation in a muc (#266)David Plassmann2018-01-091-0/+4
* Tab completion: Case insensitive, handle spacesfiaxh2018-01-061-4/+6
* Show error on invalid TLS certificatefiaxh2018-01-041-4/+9
* Restore window state (size, maximized, position)fiaxh2017-12-311-1/+30
* Place time+encryption+read directly right of namefiaxh2017-12-313-57/+95
* Clear chat states on own/contact disconnectfiaxh2017-12-301-1/+0
* Show subscription request in conversation summaryfiaxh2017-12-305-50/+118
* Fallback display for all file typesfiaxh2017-12-134-124/+231