aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities/Account.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-23fixed npe cause by race condition when axolotl service isn't initializedDaniel Gultsch1-0/+3
2016-12-03add omemo fingerprints to web links as wellDaniel Gultsch1-17/+11
2016-11-24always force close a connection when disabling from error stateDaniel Gultsch1-0/+4
2016-11-18lower own otr fingerprintDaniel Gultsch1-1/+2
2016-11-17put omemo fingerprint in own uri (qr code / nfc)Daniel Gultsch1-4/+39
2016-10-13synchronize access to json key storage in account modelDaniel Gultsch1-42/+47
2016-10-04make error notification dismissable. fixes #1815Daniel Gultsch1-0/+11
2016-09-14store jid if it was changed during bindDaniel Gultsch1-2/+4
2016-08-20various null pointer checksDaniel Gultsch1-1/+2
2016-08-19display error status for missing internet permissionDaniel Gultsch1-1/+4
2016-08-16add payment required errorDaniel Gultsch1-1/+4
2016-07-25display specific error message when password is too weak on registrationDaniel Gultsch1-3/+6
2016-07-14show error notification in connecting state as wellDaniel Gultsch1-1/+3
2016-07-14add more error states for stream errorsDaniel Gultsch1-1/+7
2016-06-13refactored pgp decryptionDaniel Gultsch1-3/+11
2016-06-02make grace period configurableDaniel Gultsch1-3/+2
2016-05-24show regitration failed try again later in UIDaniel Gultsch1-1/+4
2016-05-15escape HTML in OTR messages if other client is PidginDaniel Gultsch1-1/+1
2016-05-13show presence of other resources as templateDaniel Gultsch1-0/+4
2016-05-10report host-account as account state in UIDaniel Gultsch1-1/+4
2016-05-05report bind failure as account stateDaniel Gultsch1-1/+4
2016-05-05republish pgp signature when changing statusDaniel Gultsch1-2/+2
2016-04-26prevent user from accidentally changing password after using magic createDaniel Gultsch1-0/+1
2016-04-22expert setting to manually change presenceDaniel Gultsch1-4/+31
2016-03-31add methods to check max file size for http uploadDaniel Gultsch1-1/+5
2016-02-03refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch1-0/+3
2016-01-16made constructor private in Account entityDaniel Gultsch1-5/+1
2016-01-04only report error after third unsuccesful attempt to connectDaniel Gultsch1-1/+1
2015-12-02Unset all PGP signatures oncefiaxh1-4/+13
2015-12-01add error state for unavailable tor networkDaniel Gultsch1-3/+3
2015-12-01do socks5 connect manuallyDaniel Gultsch1-16/+4
2015-12-01initial tor supportDaniel Gultsch1-4/+46
2015-11-26detect server identity and added muc-workaround for slackDaniel Gultsch1-0/+8
2015-11-09Use OpenPGP-API 9.0fiaxh1-2/+36
2015-10-29push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch1-3/+16
2015-10-28Decrypt PGP messages in backgroundfiaxh1-0/+7
2015-10-16introduced code to verify omemo device keys with x509 certificates.Daniel Gultsch1-0/+3
2015-10-09initial UI work to allow setting up accounts from certifcatesDaniel Gultsch1-6/+10
2015-09-01added special error state for dns timeoutDaniel Gultsch1-1/+4
2015-07-19Reworked axolotl protocol layerAndreas Straub1-0/+7
2015-07-19CryptoNext persistance layer mockupAndreas Straub1-0/+4
2015-06-29show attach button in conferences when http upload is availableDaniel Gultsch1-0/+4
2015-05-26renamed OtrEngine to OtrServiceDaniel Gultsch1-8/+8
2015-04-09don't resume old session when changing resourceiNPUTmice1-4/+10
2015-02-26initilize keys with jsonobject value on parse erroriNPUTmice1-1/+1
2014-12-25Add ability to change password on serverSam Whited1-28/+17
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-5/+25
2014-12-20get rid of special self presence object and incorporate that into rosteriNPUTmice1-18/+2
2014-12-03fixed another npe in hasBookmarkiNPUTmice1-2/+3
2014-11-16parse otr-fingerprint in qr codes and nfc. include otr fingerprint in shareab...iNPUTmice1-21/+24