aboutsummaryrefslogtreecommitdiff
path: root/main/src
Commit message (Expand)AuthorAgeFilesLines
* Use glib log functionsfiaxh2019-03-152-2/+2
* Use regex literals, fixes some compiler warningsfiaxh2019-03-143-3/+3
* Fix topic displaying issuesfiaxh2019-03-142-3/+4
* Add non-CSD alternative for more windowsfiaxh2019-03-145-5/+11
* Make file read/write asyncfiaxh2019-02-141-1/+1
* Fix runtime criticals (and compiler warnings)fiaxh2019-02-134-4/+2
* Respect EXIF orientation tagfiaxh2019-02-131-4/+12
* 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 accessib...fiaxh2019-02-0513-288/+476
* Improve FileFilter for avatar selectionfiaxh2019-01-301-6/+5
* Spelling: Set up accountAllan Nordhøy2019-01-091-1/+1
* Check FileTransfer's mime_type for null (unknown) when handeling itfiaxh2018-12-313-5/+7
* 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-281-3/+3
* Private MUCs w/o name: Display localparts instead of barejids if name is not ...fiaxh2018-12-281-3/+3
* display groups w/o name by list of membersDaniel Gultsch2018-12-284-2/+41
* Detect emoji-only messages and display them largerfiaxh2018-12-272-0/+49
* (Partially) Fix messages being displayed wrongly sorted in ConversationSummar...fiaxh2018-12-272-8/+9
* FileProvider for aesgcm linksfiaxh2018-11-271-1/+2
* Fix muc avatars sometimes not showing split tiles for occupantsfiaxh2018-11-251-1/+1
* Always use Account.hash(equals)_func for HashMap+ArrayListfiaxh2018-11-241-1/+1
* ConversationRow: Update nick_label in case of FileItemsfiaxh2018-11-211-1/+5
* Fix typo in unified window stringMaxime Buquet2018-11-191-1/+1
* Split login jid/password into two steps with checksfiaxh2018-11-164-47/+188
* Merge PR #413 "Improvements to the OMEMO plugin"Marvin W2018-11-101-1/+24
|\
| * Merge branch 'master' into omemo-mucSamuel Hand2018-08-041-3/+3
| |\
| * | More cleanup and database modificationsMarvin W2018-06-261-3/+11
| * | Add trust management utilities to the omemo pluginSamuel Hand2018-06-111-0/+14
* | | Use ContentItems for NotificationEventsfiaxh2018-11-071-4/+20
* | | Use ContentItems in ConversationSelector, Chat/Groupchat(Pm)Row -> Conversati...fiaxh2018-11-046-150/+109
* | | fixup 1e54a44fiaxh2018-11-022-6/+10
* | | Display room name in conversation selector and conversation titlebarcodedust2018-11-024-14/+25
* | | Display bold/italic/monospace message formating, improve message-to-markup pa...fiaxh2018-10-232-35/+58
* | | 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 acc...fiaxh2018-09-152-9/+14
* | | Fix presence subscription notification displayingfiaxh2018-09-121-0/+9
* | | Remove newlines from displayed MUC topicsfiaxh2018-09-121-1/+4
* | | 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
|\ \ \
| * | | 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 conve...bobufa2018-08-132-37/+38
| * | | improve sidebar UIbobufa2018-08-137-94/+171