aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-09fixed multi-session-nick renaming behaviourChristian Schneppe1-2/+3
2017-03-09renamed enter jid menu item idChristian Schneppe1-5/+5
2017-03-04Keep draft even when correcting previously sent msgChristian Schneppe1-2/+10
2017-03-04fixed messages vanishing after pgp raised error on editing a messageChristian Schneppe1-1/+3
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-3/+3
2017-02-24show resource in bracketsChristian Schneppe1-1/+1
2017-02-22Fix a typo in legacyChristian Schneppe1-2/+2
2017-02-22bump mam namespaceChristian Schneppe1-2/+6
2017-02-22add resource to ContactDetailsChristian Schneppe2-0/+23
2017-02-19add date bubble in chatlistChristian Schneppe1-0/+8
2017-02-10clear avatar cache when system name changesChristian Schneppe1-1/+3
2017-02-10only show and try resend for files which are not uploadedChristian Schneppe1-2/+2
2017-02-09resend failed uploads automatically if filesize smaller than configured AutoA...Christian Schneppe1-0/+16
2017-02-09only show failed uploads if file isn't deletedChristian Schneppe2-1/+5
2017-02-08support aesgcm:// style urlsChristian Schneppe1-2/+7
2017-02-08only store messages up to a length of 1M charsChristian Schneppe1-1/+1
2017-02-08Stop Conversations force closing over sqlite errors due to long messagesChristian Schneppe1-0/+2
2017-02-08show number of failed uploads in chat list in red bubblesChristian Schneppe1-0/+15
2017-02-02don't use jingle, make httpUpload independent from filesizeChristian Schneppe1-0/+2
2017-01-29configurable local message retention period.Christian Schneppe1-0/+14
2017-01-16fixed behaviour with non-default encryption masksChristian Schneppe1-18/+35
2016-12-27deduplicate corrected messagesChristian Schneppe1-5/+8
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-12-18support for jid escapting when displaying localpart onlyChristian Schneppe2-2/+2
2016-11-29better handle the case when same user is joined with multiple nicks in the sa...Christian Schneppe1-6/+25
2016-11-24always force close a connection when disabling from error stateChristian Schneppe1-0/+4
2016-11-24changed design language to match BTBV proposalChristian Schneppe1-2/+2
2016-11-20lower own otr fingerprintChristian Schneppe1-1/+2
2016-11-20use lower case otr fingerprints for comparisonChristian Schneppe2-2/+3
2016-11-19reformat codeChristian Schneppe17-3711/+3722
2016-11-18put omemo fingerprint in own uri (qr code / nfc)Christian Schneppe1-66/+101
2016-11-17work around -1 in next encryptionChristian Schneppe1-10/+10
2016-11-17refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe1-3/+3
2016-11-15extract affiliations from unavailable presenceChristian Schneppe1-1/+1
2016-11-15Stop automagically select default encryptionChristian Schneppe1-32/+1
2016-11-12don't add outcasts or non-members in members-only rooms back to listChristian Schneppe1-1/+4
2016-11-11show button on "xmpp:" urisChristian Schneppe1-0/+7
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-3/+20
2016-10-26write prepped string to db. use display version everywhere elseChristian Schneppe3-8/+4
2016-10-26Remove MERGE_SEPARATORChristian Schneppe1-7/+9
2016-10-13synchronize access to json key storage in account modelChristian Schneppe1-45/+50
2016-10-08fetch new conference configuration on every conf updateChristian Schneppe1-1/+0
2016-10-08respond to chat marker request only when mutual presence subscription existsChristian Schneppe2-3/+3
2016-10-05make error notification dismissableChristian Schneppe1-0/+11
2016-09-23bug fix on sending file messageChristian Schneppe1-807/+808
2016-09-23don't simply ignore null in message body but try to avoid itDaniel Gultsch1-2/+4
2016-09-17use history clear date as minimum date for mamChristian Schneppe1-2/+3
2016-09-17store jid if it was changed during bindChristian Schneppe1-3/+6
2016-09-09download own vcard avatar if none is set. fixes #2008Daniel Gultsch1-1/+1