aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't move opened conversation to the top of the list, scroll along with ↵fiaxh2019-04-247-7/+8
| | | | | | selected conversation fixes #544
* Ensure image data is kept until avatars are written to filefiaxh2019-04-244-8/+8
|
* Order MUC occupants tab completion by most recent message sentfiaxh2019-04-161-3/+22
| | | | fixes #401
* Forward KeyEvent (and change focus) on key press in conversation view (not ↵fiaxh2019-04-152-1/+15
| | | | | | | chat input) fixes #28 fixes #513
* Fix segfault in nick completion for non-connected MUCsfiaxh2019-04-141-1/+1
| | | | Co-authored-by: Roberto Santalla <roobre@roobre.es>
* Clean up ConversationTitlebarfiaxh2019-04-149-107/+78
|
* Only use UI data for active converations cycling, clean up ConversationSelectorfiaxh2019-04-148-77/+50
|
* Allow to cycle active conversations with Ctrl+(Shift)+TabRoberto Santalla2019-04-122-0/+19
| | | | Closes #400, Closes #142, related to #145
* Update Polish translation (#542)Sebastian Krzyszkowiak2019-04-121-35/+38
|
* Add headerbar button tooltips, don't remove relieffiaxh2019-03-186-3/+9
|
* Update translationsTranslations2019-03-1665-630/+537
|
* Fix received mark for own OMEMO encrypted MUC messagesfiaxh2019-03-161-7/+5
|
* Use glib log functionsfiaxh2019-03-1516-64/+52
|
* Fix OMEMO new device notifications appearing in wrong contextfiaxh2019-03-141-6/+11
|
* Use regex literals, fixes some compiler warningsfiaxh2019-03-147-7/+7
|
* Entity capabilities: Check c node for ver attributefiaxh2019-03-141-1/+2
| | | | fixes #530
* Fix topic displaying issuesfiaxh2019-03-142-3/+4
| | | | fixes #393
* Slight conversation selector design changesfiaxh2019-03-141-4/+7
|
* Wait for account to be persisted before creating omemo_db.identity entryfiaxh2019-03-141-2/+7
| | | | fixes #128
* Add non-CSD alternative for more windowsfiaxh2019-03-148-9/+17
|
* Move GCM tag into per-device-encrypted area to be compatible with current ↵Marvin W2019-03-071-3/+8
| | | | OMEMO version, fixes #514
* Remove deprecated --thread valac optionfiaxh2019-02-201-1/+1
|
* Check for eme tag before adding fallback text for empty-body OMEMO messagesfiaxh2019-02-202-1/+11
|
* Remove Slack message handlingfiaxh2019-02-171-29/+0
|
* Have ChatInteraction MessageListener (read-up-to) run only for non-empty ↵fiaxh2019-02-171-1/+1
| | | | messages
* Add fallback text when a known to be OMEMO-encrypted message failed to decryptThibaut Girka2019-02-171-0/+1
|
* Do not ignore encrypted messages without a body tagThibaut Girka2019-02-172-4/+15
| | | | Fixes #473
* Update TranslationsTranslations2019-02-1468-1052/+2072
|
* Make file read/write asyncfiaxh2019-02-146-17/+16
|
* Fix runtime criticals (and compiler warnings)fiaxh2019-02-136-6/+6
| | | | fixes #520
* Respect EXIF orientation tagfiaxh2019-02-131-4/+12
| | | | fixes #522
* Do not use signal_protocol_internal.hMarvin W2019-02-124-5/+8
|
* Add keyboard shortcuts: CTRL+T (Start Conversation), CTRL+G (Join Channel)fiaxh2019-02-051-0/+2
|
* Move app menu into window, make conversation details dialog directly ↵fiaxh2019-02-0519-306/+566
| | | | accessible, no-CSD option for main window
* Fix compiler error (From using uint8[].copy())fiaxh2019-02-041-2/+2
|
* Improve FileFilter for avatar selectionfiaxh2019-01-301-6/+5
| | | | fixes #512
* Rewrite OMEMO crypt buffer logic to fix #474Marvin W2019-01-161-13/+43
|
* Spelling: Set up accountAllan Nordhøy2019-01-091-1/+1
|
* Fix OMEMO decryption if MUC real_jid is not known (because sender is offline)fiaxh2019-01-092-31/+57
| | | | fixes #490
* Improve ping timeouts, add debug output for XmlErrors and ping timeoutsfiaxh2019-01-023-28/+39
|
* Find libqrencode using cmake/pkg-config logicMarvin W2019-01-023-2/+15
|
* Bump libsignal-protocol-c dependency to 2.3.2Marvin W2019-01-025-13/+16
|
* Update TranslationsTranslations2018-12-3162-1591/+2852
| | | | | | | | | | | | | | | Arabic: ButterflyOfFire Basque: beriain Chinese (Simplified): Sak94664 Dutch: flevop, Nathan Follens Flemish: Nathan Follens French: Sioul Galician: Xosé M German: H A, ssantos Luxembourgish: Dennis Fink Norwegian Bokmål: Allan Nordhøy Romanian: Licaon Kter Spanish: sergio
* Check FileTransfer's mime_type for null (unknown) when handeling itfiaxh2018-12-315-7/+7
| | | | fixes #479
* Fix display name: Check localpart (return) for nullfiaxh2018-12-291-2/+7
|
* ConversationSelector: Display time "Yesterday" after date changefiaxh2018-12-291-1/+1
|
* Improve message markup parsingfiaxh2018-12-291-4/+3
|
* Fix compilation with older versions of valacMarvin W2018-12-282-5/+5
|
* Private MUCs w/o name: Display localparts instead of barejids if name is not ↵fiaxh2018-12-281-3/+3
| | | | known
* display groups w/o name by list of membersDaniel Gultsch2018-12-286-2/+69
| | | | | | | | | | | | | For members-only, non-anonymous groups that do not have a name set we now show an automatically generated name that is generated from the list of members (offline, and online). Only the first name (before the first space) is used to keep the generated name short. The term *private room* is coined as a short hand for members only&non-anon group chats. This commit also uses the offline members list instead of the online member list to generate avatar tiles (also only in members-only, non-anon groups.)