aboutsummaryrefslogtreecommitdiff
path: root/main/src
Commit message (Collapse)AuthorAgeFilesLines
* Display room name in conversation selector and conversation titlebarcodedust2018-11-024-14/+25
|
* Display bold/italic/monospace message formating, improve message-to-markup ↵fiaxh2018-10-232-35/+58
| | | | | | | parsing fixes #433 fixes #442
* 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 ↵fiaxh2018-09-152-9/+14
| | | | 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
* 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
|\ | | | | Message search
| * 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 ↵bobufa2018-08-132-37/+38
| | | | | | | | conversation change
| * improve sidebar UIbobufa2018-08-137-94/+171
| | | | | | | | | | | | | | - 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-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
| | | | | | | | | | | | | | | | 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-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
| | | | Co-authored-by: Thibaut Girka <thib@sitedethib.com>
* Prefill nick with local alias when joining a non-bookmarked MUCbobufa2018-03-273-18/+15
| | | | fixes #223
* Handle multiple chat state notifications per bare jidfiaxh2018-03-103-38/+95
| | | | fixes #117
* Move notification sounds (canberra dependency) into plugin, introduce ↵fiaxh2018-03-052-47/+19
| | | | libdino/NotificationEvents
* Implement notification soundsRahix2018-02-172-0/+11
| | | | | | 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.
* 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, ↵fiaxh2018-01-283-16/+7
| | | | include and use pgp embedded file names
* Visually highlight mentions in MUCsfiaxh2018-01-283-0/+26
| | | | fixes #267
* 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
| | | Thanks `codespell`!
* Add support for setting a new Affiliation in a muc (#266)David Plassmann2018-01-091-0/+4
| | | | | | | | * Added support for setting a new Affiliation in a muc * small changes * fix parameter order
* 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
| | | | fixes #197
* Show subscription request in conversation summaryfiaxh2017-12-305-50/+118
|
* Fallback display for all file typesfiaxh2017-12-134-124/+231
|