Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sent messages sometimes being displayed twice | fiaxh | 2018-09-02 | 3 | -8/+5 |
| | |||||
* | Render avatar to image surface | Marvin W | 2018-09-01 | 1 | -14/+43 |
| | |||||
* | Initial implementation of SCRAM-SHA-1 | Marvin W | 2018-09-01 | 3 | -50/+161 |
| | |||||
* | Add `hidden` column to content_item table | fiaxh | 2018-08-31 | 6 | -50/+97 |
| | |||||
* | Merge pull request #415 from bobufa/message-search | fiaxh | 2018-08-31 | 52 | -823/+2145 |
|\ | | | | | Message search | ||||
| * | rename content db table -> content_item | bobufa | 2018-08-13 | 2 | -4/+4 |
| | | |||||
| * | sort file transfers into correct conversation | bobufa | 2018-08-13 | 4 | -12/+15 |
| | | |||||
| * | fix non-adjacent messages being shown before/after hit | bobufa | 2018-08-13 | 1 | -12/+19 |
| | | |||||
| * | add suggestions/auto-complete for search filters | bobufa | 2018-08-13 | 8 | -130/+410 |
| | | |||||
| * | fix closing sidebar on click outside | bobufa | 2018-08-13 | 1 | -2/+3 |
| | | |||||
| * | add button that scrolls to the bottom of the conversation | bobufa | 2018-08-13 | 3 | -11/+56 |
| | | |||||
| * | fix wrong conversation being prefilled | bobufa | 2018-08-13 | 1 | -3/+3 |
| | | |||||
| * | 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 | 3 | -37/+39 |
| | | | | | | | | conversation change | ||||
| * | improve sidebar UI | bobufa | 2018-08-13 | 12 | -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 expressions | bobufa | 2018-08-13 | 3 | -19/+81 |
| | | |||||
| * | accumulate conversation content in meta db table | bobufa | 2018-08-13 | 10 | -276/+330 |
| | | |||||
| * | initial search logic / display | bobufa | 2018-08-13 | 11 | -13/+281 |
| | | |||||
| * | ui: search sidebar initial | bobufa | 2018-08-13 | 15 | -79/+161 |
| | | |||||
| * | qlite: add basic (outer) join functionality | bobufa | 2018-08-13 | 4 | -55/+118 |
| | | |||||
| * | load+display later messages when scrolling down | bobufa | 2018-08-13 | 6 | -67/+147 |
| | | |||||
| * | fix local_time field of message and file_transfer being loaded from time db ↵ | bobufa | 2018-08-13 | 2 | -2/+2 |
| | | | | | | | | column | ||||
| * | refactor conversation item management (accumulate them in libdino) | bobufa | 2018-08-13 | 23 | -605/+660 |
| | | |||||
| * | enable fts for the body of messages | bobufa | 2018-08-13 | 1 | -1/+5 |
| | | |||||
| * | add support for fts tables to qlite | bobufa | 2018-08-13 | 3 | -10/+89 |
| | | |||||
* | | Fix indentation in ./configure script (#351) | Alexander | 2018-08-28 | 1 | -2/+2 |
| | | | | | | Replace tabs with spaces for consistency. | ||||
* | | Remove bashisms from ./configure (#353) | Alexander | 2018-08-28 | 1 | -10/+11 |
| | | |||||
* | | Fix display names for MUCs w/o localpart | fiaxh | 2018-08-22 | 1 | -1/+1 |
| | | |||||
* | | In-Band Registration | fiaxh | 2018-08-22 | 12 | -175/+760 |
|/ | |||||
* | Fix MUC messages from others being marked as read | fiaxh | 2018-08-06 | 1 | -2/+2 |
| | |||||
* | pgp: Fix checking wrong variable for null | fiaxh | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | Support MUC avatars | fiaxh | 2018-07-31 | 2 | -8/+17 |
| | |||||
* | Fire signal on subscription approval | fiaxh | 2018-07-30 | 2 | -0/+8 |
| | |||||
* | QLite: Add OFFSET statement | Marvin W | 2018-07-12 | 1 | -2/+9 |
| | |||||
* | QLite: Allow to easily fetch a single row from table | Marvin W | 2018-07-11 | 1 | -2/+8 |
| | |||||
* | Update translations | Translations | 2018-07-05 | 55 | -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 fetched | Samuel Hand | 2018-06-14 | 1 | -2/+2 |
| | |||||
* | Don't handle error message stanzas as normal messages | fiaxh | 2018-06-14 | 1 | -2/+4 |
| | |||||
* | remove bundle requests so session creation doesn't fail | Samuel Hand | 2018-06-03 | 1 | -0/+1 |
| | |||||
* | Update Catalan translation. | Jordi Mallach | 2018-05-28 | 1 | -12/+10 |
| | |||||
* | Implement XEP-0380 for the OMEMO and OpenPGP plugins (#359) | Samuel Hand | 2018-05-28 | 4 | -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 name | fiaxh | 2018-05-10 | 5 | -8/+7 |
| | |||||
* | Move chat input to .ui file, fix smiley conversion on enter | fiaxh | 2018-05-10 | 2 | -34/+53 |
| | |||||
* | Update translations | Translations | 2018-05-01 | 62 | -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 there | fiaxh | 2018-04-30 | 8 | -84/+87 |
| | |||||
* | Rename 'start chat' into 'start conversation' | Michael Vetter | 2018-04-30 | 3 | -3/+3 |
| | |||||
* | Add an appdata file | Mathieu Bridon | 2018-04-29 | 3 | -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 choosers | fiaxh | 2018-04-19 | 4 | -6/+91 |
| | | | | Co-authored-by: Thibaut Girka <thib@sitedethib.com> | ||||
* | openpgp: Fix invalid iter in key selection dialog | fiaxh | 2018-04-17 | 1 | -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> |