aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/add_conversation
Commit message (Collapse)AuthorAgeFilesLines
* 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