aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-17disconnet in background threadDaniel Gultsch1-1/+7
2015-10-17only try EXTERNAL auth if client certificate is set for accountDaniel Gultsch1-1/+1
2015-10-17don't retry building broken omemo keysDaniel Gultsch1-4/+15
2015-10-17allow redownloading files from remote hosts. fixes #1504Daniel Gultsch2-3/+13
2015-10-17load axolotl session cache on first device updateDaniel Gultsch1-2/+6
2015-10-17improved error reporting in trust keys activityDaniel Gultsch7-22/+49
2015-10-16introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch8-65/+190
2015-10-16block code when doing unforced disconnectDaniel Gultsch2-223/+220
2015-10-15moved other name parsing into seperate methodDaniel Gultsch1-40/+45
2015-10-15use constants for oids in xmppdomainverifierDaniel Gultsch1-2/+5
2015-10-15more checks for xmppdomainverifier and better wildcard handlingDaniel Gultsch1-4/+10
2015-10-15use own XmppDomainVerifier instead of deprecated StrictHostnameVerifier. fixe...Daniel Gultsch2-2/+116
2015-10-14pulled translations from transifexDaniel Gultsch26-26/+61
2015-10-14changed some source stringsDaniel Gultsch1-2/+2
2015-10-14clear bitmap cache before running out of memoryDaniel Gultsch1-0/+9
2015-10-14make unread status and notifications presistent across restartsDaniel Gultsch6-34/+74
2015-10-14work with muc services that change the message idDaniel Gultsch2-1/+3
2015-10-13pulled translations from transifexDaniel Gultsch7-453/+913
2015-10-13cleaned up some code. log last tagDaniel Gultsch1-8/+14
2015-10-13set cursor to end of jid in edit accountDaniel Gultsch1-2/+3
2015-10-12add config variable to enable x509 verificationDaniel Gultsch6-27/+31
2015-10-12code clean upDaniel Gultsch11-47/+19
2015-10-11enable SASL EXTERNAL (certificate logincbeDaniel Gultsch2-3/+90
2015-10-11add menu item in account details to renew certificateDaniel Gultsch7-61/+228
2015-10-11make add account from key visibleDaniel Gultsch1-1/+1
2015-10-11Clean upAndreas Straub2-13/+5
2015-10-11Improve InvalidJidException handling in Jid classAndreas Straub1-2/+2
2015-10-11prevent null pointer when trying to display device fingerprints of not existi...Daniel Gultsch1-0/+3
2015-10-11Captcha support.Armin Novak6-24/+238
2015-10-10Fixed a typo in string.xmlSafwat Halaby1-1/+1
2015-10-09initial UI work to allow setting up accounts from certifcatesDaniel Gultsch7-44/+155
2015-10-09do not dismiss editAccountActivity when still trying to register new accountDaniel Gultsch1-1/+3
2015-10-08catch exception when unregistering receivers that have not been registered be...Daniel Gultsch1-3/+11
2015-10-08removed oob element from file messagesDaniel Gultsch1-1/+0
2015-10-08introduced expert options to set status to away and xa if screen is off or if...Daniel Gultsch7-28/+122
2015-10-07add xhtml image tag to unencrypted image urls. add oob tag to all files that ...Daniel Gultsch1-2/+18
2015-10-06do mam query after joinDaniel Gultsch1-1/+3
2015-10-06Use MAM for MUC initial history retrievalsaqura2-28/+66
2015-10-06Properly check for MUC MAM supportsaqura1-6/+8
2015-10-06Show whether MAM is supported in MUCssaqura3-2/+47
2015-10-06changed store path for filesDaniel Gultsch1-20/+10
2015-10-06clean up log exporting service. properly end service after exportingDaniel Gultsch1-102/+106
2015-10-06clear notification and activate grace period when receiving chat marker from ...Daniel Gultsch1-1/+5
2015-10-05pulled translations from transifexDaniel Gultsch6-132/+153
2015-10-02try to catch plattform bugs1.6.11Daniel Gultsch1-1/+6
2015-10-02properly recycle bitmapsDaniel Gultsch1-4/+16
2015-10-01don't put conference joins into pending on initial bindDaniel Gultsch1-11/+14
2015-10-01reset muc options immediately befor joinDaniel Gultsch1-3/+2
2015-09-30request stanza count after every ibb data stanza to not fill our own stanza q...Daniel Gultsch2-6/+9
2015-09-29only invoke MTM in interactive mode after direct user inputDaniel Gultsch2-11/+26