aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rename content db table -> content_itembobufa2018-08-132-4/+4
* sort file transfers into correct conversationbobufa2018-08-134-12/+15
* fix non-adjacent messages being shown before/after hitbobufa2018-08-131-12/+19
* add suggestions/auto-complete for search filtersbobufa2018-08-138-130/+410
* fix closing sidebar on click outsidebobufa2018-08-131-2/+3
* add button that scrolls to the bottom of the conversationbobufa2018-08-133-11/+56
* 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-133-37/+39
* improve sidebar UIbobufa2018-08-1312-121/+341
* add search filter expressionsbobufa2018-08-133-19/+81
* accumulate conversation content in meta db tablebobufa2018-08-1310-276/+330
* initial search logic / displaybobufa2018-08-1311-13/+281
* ui: search sidebar initialbobufa2018-08-1315-79/+161
* qlite: add basic (outer) join functionalitybobufa2018-08-134-55/+118
* load+display later messages when scrolling downbobufa2018-08-136-67/+147
* fix local_time field of message and file_transfer being loaded from time db c...bobufa2018-08-132-2/+2
* refactor conversation item management (accumulate them in libdino)bobufa2018-08-1323-605/+660
* enable fts for the body of messagesbobufa2018-08-131-1/+5
* add support for fts tables to qlitebobufa2018-08-133-10/+89
* Fix MUC messages from others being marked as readfiaxh2018-08-061-2/+2
* pgp: Fix checking wrong variable for nullfiaxh2018-08-061-1/+1
* Support MUC avatarsfiaxh2018-07-312-8/+17
* Fire signal on subscription approvalfiaxh2018-07-302-0/+8
* QLite: Add OFFSET statementMarvin W2018-07-121-2/+9
* QLite: Allow to easily fetch a single row from tableMarvin W2018-07-111-2/+8
* Update translationsTranslations2018-07-0555-830/+1091
* Properly handle the case where the recipients device list hasn't been fetchedSamuel Hand2018-06-141-2/+2
* Don't handle error message stanzas as normal messagesfiaxh2018-06-141-2/+4
* remove bundle requests so session creation doesn't failSamuel Hand2018-06-031-0/+1
* Update Catalan translation.Jordi Mallach2018-05-281-12/+10
* Implement XEP-0380 for the OMEMO and OpenPGP plugins (#359)Samuel Hand2018-05-284-0/+17
* Fix empty display names, fix update contact roster namefiaxh2018-05-105-8/+7
* Move chat input to .ui file, fix smiley conversion on enterfiaxh2018-05-102-34/+53
* Update translationsTranslations2018-05-0162-766/+3369
* Redesign chat input + move file upload therefiaxh2018-04-308-84/+87
* Rename 'start chat' into 'start conversation'Michael Vetter2018-04-303-3/+3
* Add an appdata fileMathieu Bridon2018-04-293-0/+62
* Add image preview to file choosersfiaxh2018-04-194-6/+91
* openpgp: Fix invalid iter in key selection dialogfiaxh2018-04-171-21/+23
* small fixesfiaxh2018-04-173-23/+41
* Merge pull request #220 from bochecha/pkgconfigMarvin W2018-03-283-108/+111
|\
| * Find libraries with pkgconfigMathieu Bridon2018-03-283-108/+111
|/
* Prefill nick with local alias when joining a non-bookmarked MUCbobufa2018-03-273-18/+15
* Update translationsTranslations2018-03-2451-1122/+3332
* Do not mark messages as read if they are only marked as receivedThibaut Girka2018-03-221-0/+1
* Small connection fixesfiaxh2018-03-104-43/+43
* Only assume UUID to be unique for one counterpart+account when deduplicatingfiaxh2018-03-102-7/+17
* Recognize own MUC messages from other devicefiaxh2018-03-102-8/+16