aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Message.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-01update datebubblesChristian Schneppe1-8/+11
2017-04-26code cleanup: made conversation property final in message objectChristian Schneppe1-18/+12
2017-04-13fixed message merge logic. merge only messages with lower statusChristian Schneppe1-3/+2
2017-04-13avoid crash on urls with missing protocolsChristian Schneppe1-1/+1
2017-04-13treat URL as file if URL is in oob or contains keyChristian Schneppe1-32/+9
2017-04-05do not parse bodies with http urls as downloadable in omemo encrypted messagesChristian Schneppe1-7/+5
2017-02-19add date bubble in chatlistChristian Schneppe1-0/+8
2017-02-09only show failed uploads if file isn't deletedChristian Schneppe1-0/+4
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
2016-12-27deduplicate corrected messagesChristian Schneppe1-5/+8
2016-11-24changed design language to match BTBV proposalChristian Schneppe1-2/+2
2016-11-19reformat codeChristian Schneppe1-2/+3
2016-11-17refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe1-3/+3
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 Schneppe1-2/+2
2016-10-26Remove MERGE_SEPARATORChristian Schneppe1-7/+9
2016-10-08respond to chat marker request only when mutual presence subscription existsChristian Schneppe1-1/+1
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-07-29add missing importsChristian Schneppe1-0/+1
2016-07-29show identity type for device selectionDaniel Gultsch1-2/+2
2016-07-29changed package id inside manifest and projectChristian Schneppe1-8/+8
2016-07-14don't take stanza-id into account when deduping muc pmsDaniel Gultsch1-1/+1
2016-06-19delay notification until after pgp decryptionDaniel Gultsch1-1/+1
2016-05-31optimize importsChristian Schneppe1-1/+0
2016-05-30use whitespace as message seperatorDaniel Gultsch1-1/+1
2016-05-29don't merge messages over the char limitDaniel Gultsch1-0/+1
2016-05-28use EOT as message seperatorDaniel Gultsch1-1/+1
2016-05-19don't NPE on rare race condition while fetching MAMDaniel Gultsch1-0/+9
2016-05-13always show download button when link is encryptedDaniel Gultsch1-5/+1
2016-05-10always show download button when link is encryptedDaniel Gultsch1-5/+1
2016-03-31save otr fingerprint in messageDaniel Gultsch1-2/+2
2016-03-04mark oob messages and always display download buttonDaniel Gultsch1-3/+15
2016-03-04add a few more know file extensionsDaniel Gultsch1-3/+3
2016-02-23Retry decryption from message menufiaxh1-0/+1
2016-02-17only offer message correction for the very last messageDaniel Gultsch1-0/+15
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch1-5/+33
2016-02-04prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch1-0/+8
2016-01-29try to make in-valid-session detection work for pgpDaniel Gultsch1-3/+10
2016-01-05Correct uuid check according to RFC 4122fiaxh1-1/+1
2015-12-04rely on message id if message id is uuid and pgp encryption was used to dedup...Daniel Gultsch1-1/+3
2015-12-04rely on message id if message id is uuid and pgp encryption was used to dedup...Daniel Gultsch1-1/+3
2015-12-04Show status message when contact requests presenceSam Whited1-1/+1
2015-12-02Show status message when contact requests presenceSam Whited1-1/+1
2015-11-25pgp fixes and revert configuration changesDaniel Gultsch1-1/+1
2015-10-31explicitly mark verified omemo keys in UIDaniel Gultsch1-2/+2
2015-10-14make unread status and notifications presistent across restartsDaniel Gultsch1-7/+9