aboutsummaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Move app menu into window, make conversation details dialog directly accessib...fiaxh2019-02-0518-304/+564
* Improve FileFilter for avatar selectionfiaxh2019-01-301-6/+5
* Spelling: Set up accountAllan Nordhøy2019-01-091-1/+1
* Update TranslationsTranslations2018-12-3124-1236/+2397
* 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-282-5/+5
* 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-274-0/+63
* (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-168-67/+506
* Update translationsTranslations2018-11-1424-96/+191
* Update translationsTranslations2018-11-1024-556/+1016
* Use QR-code icon for OMEMO QR-code buttonfiaxh2018-11-102-0/+6
* 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
| |\
| * \ Merge branch 'master' into omemo-trust-uiSamuel Hand2018-07-0723-766/+1028
| |\ \
| * | | 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-048-153/+110
* | | | fixup 1e54a44fiaxh2018-11-022-6/+10
* | | | Display room name in conversation selector and conversation titlebarcodedust2018-11-024-14/+25
* | | | Update translationsTranslations2018-10-2326-1122/+1823
* | | | 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-219-232/+93
* | | | 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
* | | | Update translationsTranslations2018-09-0725-835/+3128
* | | | 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-3132-666/+1225
|\ \ \ \
| * | | | add suggestions/auto-complete for search filtersbobufa2018-08-136-125/+240
| * | | | fix closing sidebar on click outsidebobufa2018-08-131-2/+3
| * | | | add button that scrolls to the bottom of the conversationbobufa2018-08-133-11/+56
| * | | | 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-133-37/+39
| * | | | improve sidebar UIbobufa2018-08-139-107/+311
| * | | | add search filter expressionsbobufa2018-08-131-0/+11