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
path: root/src
AgeCommit message (Expand)Author
2017-05-31pulled translations from transifexDaniel Gultsch
2017-05-30do not check if namespace equals prefix for attributesDaniel Gultsch
2017-05-30parse all delayed tags. use min dateDaniel Gultsch
2017-05-30deal with namespace attributes. fixes #2495Daniel Gultsch
2017-05-25rename resource on bind conflictDaniel Gultsch
2017-05-24rename downgrade attack to downgraded sasl mechanismDaniel Gultsch
2017-05-19invoke statusChanged callback after syncronizationDaniel Gultsch
2017-05-19do not turn send button green unless history is caught up. fixes #1232Daniel Gultsch
2017-05-19synchronize on dedicated lock for catchup instead of accountDaniel Gultsch
2017-05-18clean up client cert selection codeDaniel Gultsch
2017-05-13fall back to jingle only in 1:1. fixes #2482Daniel Gultsch
2017-05-13work around for brokens ROMs that expose file uris as notification soundDaniel Gultsch
2017-05-13differentiate starttls failure and sasl failureDaniel Gultsch
2017-05-07use mam reference instead of timestampDaniel Gultsch
2017-05-07synchronize around adding query to query mapDaniel Gultsch
2017-05-06add ability to distrust inactive/trusted keysDaniel Gultsch
2017-05-06pulled translations from transifexDaniel Gultsch
2017-05-06do not synchronize startXmpp() and sendPacket() on the same object as this ca...Daniel Gultsch
2017-05-05reset resource after bind failureDaniel Gultsch
2017-05-05unified all account state exceptionsDaniel Gultsch
2017-05-04set catchup flag on mam only when doing thatDaniel Gultsch
2017-05-04display open pgp key id in account details and allow to delete. fixes #2470Daniel Gultsch
2017-05-04suggest bookmarked conferences servers in join conference dialogDaniel Gultsch
2017-05-04don't load signed prekeys on startupDaniel Gultsch
2017-05-03make jingle implementation send file hash when using ft5Daniel Gultsch
2017-05-02fixed regression from previous commit and brought back 'select text'Daniel Gultsch
2017-04-30unified copy text and share with context menu entriesDaniel Gultsch
2017-04-30send read marker after reading message in android autoDaniel Gultsch
2017-04-30support for jingle ft:5. fixes #2458Daniel Gultsch
2017-04-30avoid race conditions when downloading files or decrypting pgp messages and w...Daniel Gultsch
2017-04-30avoid race condition that lead to double notification soundDaniel Gultsch
2017-04-29close http download connection after downloadDaniel Gultsch
2017-04-29Add messages to Notification for Android Auto on Android M and olderJohannes Morgenroth
2017-04-26code cleanup: made conversation property final in message objectDaniel Gultsch
2017-04-26Update strings.xmlparticipante0
2017-04-25while restoring state deal with conversations that don't have accountsDaniel Gultsch
2017-04-25avoid rare race condition when saving draft messageDaniel Gultsch
2017-04-25fixed click area for pgp key in contact detailsDaniel Gultsch
2017-04-25send pgp signature when creating ad hoc conferencesDaniel Gultsch
2017-04-25limited offline support for pgp group chatsDaniel Gultsch
2017-04-25make sure context is not null before setting content description on send buttonDaniel Gultsch
2017-04-22make sure tag writer thread shuts downDaniel Gultsch
2017-04-21version bump to 1.18.2 + changelog1.18.2Daniel Gultsch
2017-04-21reworked unique id generation for notification intentsDaniel Gultsch
2017-04-20Merge branch 'android-auto-support' of https://github.com/morgenroth/Conversa...Daniel Gultsch
2017-04-20re-add redownload context menu entry for deleted files. fixes #2453Daniel Gultsch
2017-04-20made nimbuzz work around work with newly created conferences as wellDaniel Gultsch
2017-04-17Merge pull request #2445 from SamWhited/send_content_descriptionDaniel Gultsch
2017-04-17Add reply button in wear designJohannes Morgenroth
2017-04-17Add content description to send buttonSam Whited