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