aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/add_conversation
Commit message (Collapse)AuthorAgeFilesLines
* Preserve unchanged conference data (name) in bookmarksfiaxh2020-02-201-19/+1
| | | | fixes #748
* Properly check Jids everywhereMarvin W2019-12-235-68/+97
|
* Fix+improve conversation selection when joining channel or starting MUC PMfiaxh2019-12-212-3/+5
|
* Update translationsTranslations2019-12-161-1/+1
|
* Fix join dialog when having been invited to a MUCfiaxh2019-11-242-12/+13
| | | | fixes #661
* Don't attempt DNS SRV lookups in connection fallbackfiaxh2019-11-181-1/+1
|
* Parse presence delivery errors when joining MUCfiaxh2019-11-172-31/+35
| | | | fixes #224
* Base avatars and names on conversation, not JID.Marvin W2019-10-182-3/+4
| | | | Fixes #598
* Add Bookmarks2 implementation, introduce bookmarks interfacesfiaxh2019-09-292-10/+35
|
* Add non-CSD alternative for add chat + join channelfiaxh2019-06-223-49/+117
|
* Don't move opened conversation to the top of the list, scroll along with ↵fiaxh2019-04-242-2/+2
| | | | | | selected conversation fixes #544
* Always use Account.hash(equals)_func for HashMap+ArrayListfiaxh2018-11-241-1/+1
|
* Fix empty display names, fix update contact roster namefiaxh2018-05-101-1/+1
|
* Update translationsTranslations2018-05-011-1/+1
| | | | | | | | | | | | | | | | 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>
* Rename 'start chat' into 'start conversation'Michael Vetter2018-04-301-1/+1
|
* Prefill nick with local alias when joining a non-bookmarked MUCbobufa2018-03-272-17/+15
| | | | fixes #223
* Render avatar on demandMarvin W2018-01-283-4/+4
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-289-11/+22
|
* Show subscription request in conversation summaryfiaxh2017-12-301-4/+1
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-035-5/+5
|
* Reword some strings (#215)Allan Nordhøy2017-11-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | * conference_s_, Members only room, Too many occupants in room * conferences → conference * No active conversations/accounts * "the account" and escaped apostrophe * leaves, the subject, Required password, voiced, backlog * Members-only room * Remove the \'%s\' account? * Chosen password required for room entry * if any * muc password, voiced, remove account
* Fix memory leakfiaxh2017-11-231-1/+1
|
* Fix unit tests using async + read message markerfiaxh2017-11-171-1/+1
|
* Read+(write) stream asyncfiaxh2017-11-164-19/+8
|
* Replace deprecated function usagesfiaxh2017-11-161-4/+4
|
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-3110-76/+93
|
* small fixesfiaxh2017-08-311-1/+1
|
* Download & inline display imagesfiaxh2017-08-311-1/+1
|
* Handle xmpp ?join and ?message urisfiaxh2017-08-253-12/+14
|
* README: Discussion MUC, change urlfiaxh2017-08-225-8/+8
|
* RosterList: Disconnect handlers on widget destroyfiaxh2017-08-111-5/+11
| | | | Fixes #119
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-173-16/+3
| | | | StartConversation
* Get rid of manual storage objects for delegatesfiaxh2017-06-131-8/+6
|
* MUC join behaviour + small MUC error changesfiaxh2017-06-132-2/+3
|
* Muc Invite + Kickfiaxh2017-06-115-35/+41
|
* Conversation details dialogfiaxh2017-05-302-3/+3
|
* Sync MUC join/part behaviour with autojoin flag in bookmarksfiaxh2017-04-232-10/+13
|
* Handle conference bookmarks w/o nickfiaxh2017-04-172-9/+8
|
* Gettext supportfiaxh2017-04-103-9/+9
|
* Fix conversation last_activefiaxh2017-03-312-8/+9
|
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-231-4/+4
|
* Add back on subscription requestfiaxh2017-03-235-46/+94
|
* Add typed identity to manager modules and stream flagsfiaxh2017-03-206-14/+14
|
* Move UI code into main dirMarvin W2017-03-119-0/+877