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
2015-10-29moved db calls made from UI into serial background threadDaniel Gultsch
2015-10-29avoid npe when checking for stream restartDaniel Gultsch
2015-10-29push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch
2015-10-29Merge branch 'master' of github.com:siacs/ConversationsDaniel Gultsch
2015-10-29load avatars in message adapter in background taskDaniel Gultsch
2015-10-29show encryption type in warned/red messagesDaniel Gultsch
2015-10-27Don't synchronize on non-final fieldSam Whited
2015-10-26Merge pull request #1520 from saqura/self_handle_orientationDaniel Gultsch
2015-10-26Reset the margins manually after rotatingsaqura
2015-10-26invalidate menu after backend connection.Daniel Gultsch
2015-10-25Handle some orientation changes manuallysaqura
2015-10-22join muc even if initial conference configuration fetch failedDaniel Gultsch
2015-10-21fixed read conversations showing up as notifications after a restartDaniel Gultsch
2015-10-20open unknown files with wildcard intentDaniel Gultsch
2015-10-20open manage account + certificate chooser when cbe mode is enabledDaniel Gultsch
2015-10-20move chat state reset from background switch to foreground switch to account ...Daniel Gultsch
2015-10-20update last seen in mucs. fixes #1508Daniel Gultsch
2015-10-20add nick to bookmark when entering full jid in join conference dialogDaniel Gultsch
2015-10-20synchronize around the disco objectDaniel Gultsch
2015-10-17disconnet in background threadDaniel Gultsch
2015-10-17only try EXTERNAL auth if client certificate is set for accountDaniel Gultsch
2015-10-17don't retry building broken omemo keysDaniel Gultsch
2015-10-17allow redownloading files from remote hosts. fixes #1504Daniel Gultsch
2015-10-17load axolotl session cache on first device updateDaniel Gultsch
2015-10-17improved error reporting in trust keys activityDaniel Gultsch
2015-10-17introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch
2015-10-16block code when doing unforced disconnectDaniel Gultsch
2015-10-15moved other name parsing into seperate methodDaniel Gultsch
2015-10-15use constants for oids in xmppdomainverifierDaniel Gultsch
2015-10-15more checks for xmppdomainverifier and better wildcard handlingDaniel Gultsch
2015-10-15use own XmppDomainVerifier instead of deprecated StrictHostnameVerifier. fixe...Daniel Gultsch
2015-10-15pulled translations from transifexDaniel Gultsch
2015-10-15changed some source stringsDaniel Gultsch
2015-10-14clear bitmap cache before running out of memoryDaniel Gultsch
2015-10-14make unread status and notifications presistent across restartsDaniel Gultsch
2015-10-14work with muc services that change the message idDaniel Gultsch
2015-10-14pulled translations from transifexDaniel Gultsch
2015-10-14cleaned up some code. log last tagDaniel Gultsch
2015-10-13set cursor to end of jid in edit accountDaniel Gultsch
2015-10-12add config variable to enable x509 verificationDaniel Gultsch
2015-10-12code clean upDaniel Gultsch
2015-10-11enable SASL EXTERNAL (certificate loginDaniel Gultsch
2015-10-11add menu item in account details to renew certificateDaniel Gultsch
2015-10-11make add account from key visibleDaniel Gultsch
2015-10-11Clean upAndreas Straub
2015-10-11Improve InvalidJidException handling in Jid classAndreas Straub
2015-10-11Merge pull request #1461 from akallabeth/captcha_supportDaniel Gultsch
2015-10-11Merge branch 'master' of github.com:siacs/ConversationsDaniel Gultsch
2015-10-11prevent null pointer when trying to display device fingerprints of not existi...Daniel Gultsch
2015-10-11Captcha support.Armin Novak