Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-30A Quicky user can be a strangerStephen Paul Weber
2021-10-03use PM on direct reply if last message in notifacation stack is PMDaniel Gultsch
2021-09-24fix not recognizing message as download. fixes #4178Daniel Gultsch
2021-03-23disable omemo by default for *.covid.monal.im domainsDaniel Gultsch
2021-03-19migrate to OkHttp instead of HttpUrlConnectionDaniel Gultsch
2021-01-23automated code clean upDaniel Gultsch
2021-01-18Migrate from Android Support Library to AndroidXFerdinand Pöll
2020-11-14keep conversation bold (unread) after responding to a call. fixes #3926Daniel Gultsch
2020-09-01show notification if message failed to deliver. closes #3540Daniel Gultsch
2020-08-31set content description for all avatarsDaniel Gultsch
2020-07-12pulled translations from transifex. re-enabled some linter warningsDaniel Gultsch
2020-07-12use ctrl+arrow up to correct last message. fixes #3806Daniel Gultsch
2020-06-24dismiss notification only if displayed id matches last remote idDaniel Gultsch
2020-06-13rework quicksy domain checksDaniel Gultsch
2020-06-13null check quicksy domainDaniel Gultsch
2020-05-17use Account.getDomain() for direct access to domain jidDaniel Gultsch
2020-05-16allow to pin conversations on top. fixes #3480Daniel Gultsch
2020-05-15switch xmpp-addr to jxmpp-jidDaniel Gultsch
2020-05-03mark missed calls as unread (bold) in overview. fixes #3687Daniel Gultsch
2020-05-01revert commit that attempted to do bare jid matching for LMCDaniel Gultsch
2020-04-28use stanza-id for display markers in group chatsDaniel Gultsch
2020-04-20put jingle messages in MAM and parse call log during catchupDaniel Gultsch
2020-01-18omemo changes: use 12 byte IV, no longer accept auth tag appended to payloadDaniel Gultsch
2019-11-10prevent crash when counterpart in message was nullDaniel Gultsch
2019-10-05LMC: find replacedMessages based on bare JID (#3548)ChaosKid42
2019-09-13parse LMC 1.1Daniel Gultsch
2019-07-20resetToWaiting should include http uploaded filesDaniel Gultsch
2019-06-25implement FCM push for group chatsDaniel Gultsch
2019-05-23synchronize around attributes in toContentValues()Daniel Gultsch
2019-04-27introduced type private_file_message to handle attachments in PMs. fixes #3372Daniel Gultsch
2019-04-26store correcting message in dbDaniel Gultsch
2019-04-26put PM hint above edittext. fixes #3432Daniel Gultsch
2019-02-07hide lock icon in channels; modify muc user contextDaniel Gultsch
2019-01-25refactored avatar workers into single classDaniel Gultsch
2019-01-24scan all files in case some files were previously marked as deleted by accidentDaniel Gultsch
2019-01-12explicitly set type=images for all media with an image mime typeDaniel Gultsch
2019-01-10check if encrypted pgp file get deletedDaniel Gultsch
2019-01-10mark deleted files in database and not query them when querying for mediaDaniel Gultsch
2018-12-02implement self healing omemoDaniel Gultsch
2018-11-26transmit display name (nick) in subscription requests and display them on Qui...Daniel Gultsch
2018-11-21only show not stranger if messages are coming from quicksy domain not quicksy...Daniel Gultsch
2018-11-03quicksy server is not a strangerDaniel Gultsch
2018-10-31show synced contacts in choose contact activityDaniel Gultsch
2018-08-31do not show 'delete contact' for phone contacts. do not treat as strangerDaniel Gultsch
2018-07-22call onMessageFound outside sync blockDaniel Gultsch
2018-06-19fixed some extended muc info handling. match what ejabberd doesDaniel Gultsch
2018-06-18use room name (if available and != localpart) as group nameDaniel Gultsch
2018-06-16do not include read only chats in contact chooser. fixes #3077Daniel Gultsch
2018-05-19do not save draft if message is completly empty and fixed appending shared textDaniel Gultsch
2018-05-09do not load conversations with null jidDaniel Gultsch