aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-01detect server identity and added muc-workaround for slackslack_workaroundDaniel Gultsch3-5/+49
2015-11-01don't close socket on disconnectDaniel Gultsch1-1/+0
2015-10-31indicate cbe in chat message hintDaniel Gultsch2-1/+23
2015-10-31explicitly mark verified omemo keys in UIDaniel Gultsch6-16/+46
2015-10-30fixed session objects not being build on start upDaniel Gultsch2-2/+1
2015-10-29moved db calls made from UI into serial background threadDaniel Gultsch1-5/+21
2015-10-29avoid npe when checking for stream restartDaniel Gultsch1-2/+4
2015-10-29push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch7-5/+47
2015-10-29load avatars in message adapter in background taskDaniel Gultsch2-13/+111
2015-10-28show encryption type in warned/red messagesDaniel Gultsch2-0/+21
2015-10-28Show PGP "please wait" message only when actually decryptingfiaxh1-1/+5
2015-10-28Decrypt PGP messages in backgroundfiaxh9-73/+287
2015-10-26Don't synchronize on non-final fieldSam Whited1-1/+1
2015-10-26Reset the margins manually after rotatingsaqura5-1/+50
2015-10-25invalidate menu after backend connection.Daniel Gultsch1-0/+1
2015-10-22join muc even if initial conference configuration fetch failedDaniel Gultsch2-2/+43
2015-10-21fixed read conversations showing up as notifications after a restartDaniel Gultsch1-5/+4
2015-10-20open unknown files with wildcard intentDaniel Gultsch2-10/+15
2015-10-20open manage account + certificate chooser when cbe mode is enabledDaniel Gultsch2-28/+39
2015-10-19move chat state reset from background switch to foreground switch to account ...Daniel Gultsch1-3/+3
2015-10-19update last seen in mucs. fixes #1508Daniel Gultsch1-1/+5
2015-10-19add nick to bookmark when entering full jid in join conference dialogDaniel Gultsch1-4/+6
2015-10-19synchronize around the disco objectDaniel Gultsch1-44/+53
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 Gultsch6-22/+47
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-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-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 Gultsch4-24/+28
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 Gultsch5-60/+217
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 Novak5-24/+235
2015-10-09initial UI work to allow setting up accounts from certifcatesDaniel Gultsch5-44/+146
2015-10-09do not dismiss editAccountActivity when still trying to register new accountDaniel Gultsch1-1/+3