aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Display room name in conversation selector and conversation titlebarcodedust2018-11-026-16/+42
|
* Fix messages never being notified from servers without MAM (#432)PapsOu2018-10-241-1/+2
| | | | | | * Comment a return that stop every notifications to be trigger when an account is not synced * Do a correct check if MAM capability is available for the message to notify
* Update translationsTranslations2018-10-2366-1163/+2099
| | | | | | | | | | | | | | | | Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com> Basque: Aitor Beriain <beriain@bitmessage.ch> Dutch: Nathan Follens <nthn@unseen.is> Flemish: Nathan Follens <nthn@unseen.is>, woutersj <woutersj@gmail.com> French: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>, Jean-Baptiste <jean-baptiste@holcroft.fr> Galician: Xosé M <xosem@disroot.org> Italian: Valerio Baldisserotto <svalo@libersoft.it> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian: Allan Nordhøy <epost@anotheragency.no>, Petter Reinholdtsen <pere-weblate@hungry.com> Polish: Michael K <kellermichal@gmail.com> Portuguese (Brazil): Rhagni Oliveira <rhagni@gmail.com> Romanian: Licaon Kter <licaon.kter@protonmail.com> Spanish: Bonber Rash <bonber@protonmail.com>
* Display bold/italic/monospace message formating, improve message-to-markup ↵fiaxh2018-10-232-35/+58
| | | | | | | parsing fixes #433 fixes #442
* Use Account's equals_func for Gee.List<Account>fiaxh2018-09-211-1/+1
| | | | fixes #407
* Use Label instead of TextView for message displayfiaxh2018-09-2110-234/+94
|
* Fix runtime criticalsfiaxh2018-09-162-10/+19
|
* Notification on TLS error/wrong password, log TLS cert issues, don't make ↵fiaxh2018-09-155-11/+34
| | | | account with connection error appear disabled in accounts dialog
* Fix presence subscription notification displayingfiaxh2018-09-121-0/+9
|
* Remove newlines from displayed MUC topicsfiaxh2018-09-121-1/+4
| | | | fixes #393
* Update translationsTranslations2018-09-0761-867/+3274
| | | | | | | | | | | | | Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com> Basque: account1 <surajchawla61@gmail.com>, Aitor Beriain <beriain@bitmessage.ch> Dutch: Nathan Follens <nthn@unseen.is> Flemish: Nathan Follens <nthn@unseen.is> French: Étienne Deparis <etienne@depar.is> Hungarian: notramo <notramo@vipmail.hu> Italian: Valerio Baldisserotto <svalo@libersoft.it> Luxembourgish: Dennis Fink <dennis.fink@c3l.lu> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Romanian: Licaon Kter <licaon.kter@protonmail.com>
* Fix property with custom get+set to not have a default value (compiler error ↵fiaxh2018-09-042-2/+1
| | | | | | with vala 0.41) Fix encryption icon not being shown right away
* Fix parsing of multiple --(enable|disable)-plugin options (#350)Alexander Krotov2018-09-031-2/+2
| | | | Due to missing $ variables $ENABLED_PLUGINS and $DISABLED_PLUGINS were not evaluated.
* Fix sent messages sometimes being displayed twicefiaxh2018-09-023-8/+5
|
* Render avatar to image surfaceMarvin W2018-09-011-14/+43
|
* Initial implementation of SCRAM-SHA-1Marvin W2018-09-013-50/+161
|
* Add `hidden` column to content_item tablefiaxh2018-08-316-50/+97
|
* Merge pull request #415 from bobufa/message-searchfiaxh2018-08-3152-823/+2145
|\ | | | | Message search
| * 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 ↵bobufa2018-08-133-37/+39
| | | | | | | | conversation change
| * improve sidebar UIbobufa2018-08-1312-121/+341
| | | | | | | | | | | | | | - only display messages that are content items - only display messages for active accounts - "fix" textview issue - add empty states (no search, no results)
| * 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 ↵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 indentation in ./configure script (#351)Alexander2018-08-281-2/+2
| | | | | | Replace tabs with spaces for consistency.
* | Remove bashisms from ./configure (#353)Alexander2018-08-281-10/+11
| |
* | Fix display names for MUCs w/o localpartfiaxh2018-08-221-1/+1
| |
* | In-Band Registrationfiaxh2018-08-2212-175/+760
|/
* 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>