aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵bobufa2018-08-132-2/+2
| | | | column
* 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
| | | | | | | | | | | | | | Basque: Aitor Beriain <beriain@bitmessage.ch> Dutch: Nathan Follens <nathan@email.is> Finnish: mjlapin <muu@kapsi.fi> Flemish: Nathan Follens <nthn@unseen.is> Italian: Valerio Baldisserotto <svalo@libersoft.it> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Portugese (Brazil): 5lm31d5 <jeanrk15@gmail.com> Romanian: Licaon Kter <licaon.kter@protonmail.com> Russian: nvlgit <nvlbox@gmail.com>, Alexander <ilabdsf@gmail.com> Spanish: mgueji <miguejim@mailbox.org>
* 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
| | | | | | | | | | * Implement XEP-0380 in a naive fashion for both the OMEMO and OpenPGP plugins * Move the XEP-0380 namespace to a constant * Move the implementation for xep-0380 to its own module * Remove un-needed lines from plugins/openpgp/src/stream_module.vala
* 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
| | | | | | | | | | | | | | | | Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com> Basque: Aitor Beriain <beriain@bitmessage.ch> Chinese (Simplified): 朱陈锬 <201603748@stu.lzjtu.edu.cn> Esperanto: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Finnish: mjlapin <muu@kapsi.fi> Flemish: Nathan Follens <nathan@email.is> French: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Italian: Valerio Baldisserotto <svalo@libersoft.it> Japanese: Mako N <mako@pasero.net> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Romanian: Licaon Kter <licaon.kter@protonmail.com> Spanish: mgueji <miguejim@mailbox.org>
* 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
| | | | | This allows "app center" applications like GNOME Software and Plasma Discover to show Dino in all its glory, so users can install it simply.
* Add image preview to file choosersfiaxh2018-04-194-6/+91
| | | | Co-authored-by: Thibaut Girka <thib@sitedethib.com>
* openpgp: Fix invalid iter in key selection dialogfiaxh2018-04-171-21/+23
| | | | | | | On empty pgp keyring the key selection dialog would display a label "No Keys available" which subsequently while selecting different accounts would disappear. Co-authored-by: Gnoxter <gnoxter+github@linuxlounge.net>
* small fixesfiaxh2018-04-173-23/+41
|
* Merge pull request #220 from bochecha/pkgconfigMarvin W2018-03-283-108/+111
|\ | | | | Find libraries with pkgconfig
| * Find libraries with pkgconfigMathieu Bridon2018-03-283-108/+111
|/ | | | | | | | This is necessary for Flatpak, because Yocto messes with the /usr/bin/*-config files, and really wants everyone to use pkgconfig. A fallback is kept to build on platforms which don't have pkgconfig for those libraries.
* Prefill nick with local alias when joining a non-bookmarked MUCbobufa2018-03-273-18/+15
| | | | fixes #223
* 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
|
* Handle multiple chat state notifications per bare jidfiaxh2018-03-106-51/+119
| | | | fixes #117
* Only notify on last MAM message, only if not readfiaxh2018-03-066-27/+74
| | | | fixes #293
* Move notification sounds (canberra dependency) into plugin, introduce ↵fiaxh2018-03-0513-75/+130
| | | | libdino/NotificationEvents
* Implement notification soundsRahix2018-02-177-1/+49
| | | | | | Add a new setting to toggle notification sounds on or off. Plays the systems default instant messaging message sound (message-new-instant) whenever a notification is shown if toggled on.
* Use correct host name for TLS when using xmppsfiaxh2018-02-111-1/+1
|
* Add forgotten strings to translations (#282)linkmauve2018-02-022-3/+3
|
* Small fixesfiaxh2018-01-308-15/+10
|
* http-files: Report correct file size for encrypted files (slot request)fiaxh2018-01-282-15/+15
|
* Make slack workarounds use in-pipelinefiaxh2018-01-282-20/+29
|
* Only display transferred images, display file names, open in system viewer, ↵fiaxh2018-01-2813-75/+52
| | | | include and use pgp embedded file names
* Visually highlight mentions in MUCsfiaxh2018-01-286-11/+43
| | | | fixes #267
* Pipeline for incoming messages in libdinofiaxh2018-01-2820-153/+371
|
* Render avatar on demandMarvin W2018-01-2820-93/+424
|