aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Account.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-02don't use jingle, make httpUpload independent from filesizeChristian Schneppe1-0/+2
2016-12-25fixed npe cause by race condition when axolotl service isn't initializedChristian Schneppe1-0/+3
2016-12-18add omemo fingerprints to web links as wellChristian Schneppe1-17/+11
2016-11-24always force close a connection when disabling from error stateChristian Schneppe1-0/+4
2016-11-20lower own otr fingerprintChristian Schneppe1-1/+2
2016-11-19reformat codeChristian Schneppe1-629/+629
2016-11-18put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe1-66/+101
2016-10-13synchronize access to json key storage in account modelChristian Schneppe1-45/+50
2016-10-05make error notification dismissableChristian Schneppe1-0/+11
2016-09-17store jid if it was changed during bindChristian Schneppe1-3/+6
2016-08-26display error status for missing internet permissionDaniel Gultsch1-1/+4
2016-08-26various null pointer checksDaniel Gultsch1-1/+2
2016-08-26add payment required errorDaniel Gultsch1-1/+4
2016-07-29changed package id inside manifest and projectChristian Schneppe1-9/+9
2016-07-25display specific error message when password is too weak on registrationDaniel Gultsch1-3/+6
2016-07-17show error notification in connecting state as wellDaniel Gultsch1-1/+3
2016-07-17add more error states for stream errorsDaniel Gultsch1-1/+7
2016-07-02code cleanupChristian Schneppe1-2/+0
2016-06-14refactored pgp decryptionDaniel Gultsch1-3/+12
2016-06-02make grace period configurableDaniel Gultsch1-3/+2
2016-05-31optimize importsChristian Schneppe1-1/+1
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-13report host-account as account state in UIDaniel Gultsch1-1/+4
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-04Unset all PGP signatures oncefiaxh1-4/+13
2015-12-04add error state for unavailable tor networkDaniel Gultsch1-3/+3
2015-12-04do socks5 connect manuallyDaniel Gultsch1-16/+4
2015-12-04initial tor supportDaniel Gultsch1-4/+46
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