aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Account.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-24make registration uris work with fixed usernamesChristian Schneppe1-0/+2
2020-01-24support registration via pars tokensChristian Schneppe1-0/+4
2019-10-26Bookmarks2: support retractionChristian Schneppe1-20/+36
2019-07-01migrate copy ond write list to synchronized hashset for pending mucsChristian Schneppe1-2/+2
2019-07-01rate limit muc pings / joins. never run two pings at same timeChristian Schneppe1-0/+1
2019-06-20attempt to keep messages waiting until muc is connectedChristian Schneppe1-0/+1
2019-01-27refactored avatar workers into single classChristian Schneppe1-1/+8
2019-01-03archive destoryed mucs when registering that bookmark has been removedChristian Schneppe1-0/+12
2018-11-23make password editable on auth errorChristian Schneppe1-1/+1
2018-11-23refresh contacts when opening StartConversationsActivityChristian Schneppe1-0/+8
2018-10-01introduced error code for server not opening stream after auth or starttlsChristian Schneppe1-193/+194
2018-09-13speed up DNSChristian Schneppe1-4/+1
2018-08-26do grace period calculation only on positive periodsChristian Schneppe1-2/+4
2018-05-26add support for S3 file transfersChristian Schneppe1-1/+1
2018-05-05encode and decode % and # in invite linksChristian Schneppe1-1/+1
2018-04-23get escaped localpart as username. should fixed saslChristian Schneppe1-1/+1
2018-04-12presist http upload availibilityChristian Schneppe1-3/+2
2018-04-07use escaped form of jid where approriateChristian Schneppe1-2/+2
2018-04-07return contact and account.getServer() as StringChristian Schneppe1-5/+5
2018-04-02migrate to xmpp-addrChristian Schneppe1-31/+25
2018-04-01get rid of customizable resourcesChristian Schneppe1-6/+9
2018-02-10do not cross reference bookmarks and conversationsChristian Schneppe1-5/+8
2017-11-20code refactoring to provide shorter account enabled checkChristian Schneppe1-0/+4
2017-08-13correct typoChristian Schneppe1-1/+1
2017-08-13no automatic reconnect on registration failuresChristian Schneppe1-26/+36
2017-08-13create a new axolotl service when the account jid changesChristian Schneppe1-2/+10
2017-08-13prevent users from editing their account jid after successful loginChristian Schneppe1-2/+5
2017-08-13provide extra 'network is unreachable' account stateChristian Schneppe1-1/+4
2017-08-01provide upgrade path for accounts with publish-optionsChristian Schneppe1-0/+1
2017-06-24offer to open website if ibb offers oob redirectChristian Schneppe1-0/+3
2017-05-31rename downgrade attack to downgraded sasl mechanismChristian Schneppe1-1/+1
2017-05-10unified all account state exceptionsChristian Schneppe1-3/+9
2017-05-10display open pgp key id in account details and allow to deleteChristian Schneppe1-1/+5
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