aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Message.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-24keep track of user object in messagesChristian Schneppe1-0/+12
2018-04-24all contacts in roster are 'trusted'Christian Schneppe1-1/+1
2018-04-23make error message for 'not encrypted for this device'Christian Schneppe1-0/+4
2018-04-03do not enable encryption for bug reportsChristian Schneppe1-1/+1
2018-04-02migrate to xmpp-addrChristian Schneppe1-15/+14
2018-02-26do not merge bug reportsChristian Schneppe1-1/+2
2018-01-30optimized /me behaviorChristian Schneppe1-1/+1
2018-01-30discover file extension in original filename from pgpChristian Schneppe1-32/+5
2018-01-27improvements for self messagesChristian Schneppe1-1/+1
2017-12-16fixed treatAsDownload() for empty messagesChristian Schneppe1-1/+5
2017-12-16ignore data uri after aesgcm uriChristian Schneppe1-6/+12
2017-11-26make 'markable' attribute persistentChristian Schneppe1-5/+11
2017-11-24use com.android.support:support-emojiChristian Schneppe1-3/+2
2017-11-23deduplicate read markers if one with real jid is foundChristian Schneppe1-1/+15
2017-11-22send and show read markers in private, non-anonymous groupsChristian Schneppe1-3/+42
2017-10-13add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe1-0/+17
2017-09-24reworked file params to store audio runtime amoung other thingsChristian Schneppe1-0/+3
2017-09-04set status=received on status messagesChristian Schneppe1-0/+1
2017-08-13added missing break; in Message.javaChristian Schneppe1-0/+1
2017-08-13Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe1-1/+1
2017-08-13add more logging to http download connection and reset file params after sett...Christian Schneppe1-0/+4
2017-08-13cache some information generated from body like isEmojiOnly, fileParams, isGe...Christian Schneppe1-112/+97
2017-08-13remove all whitespaces in emoji only messagesChristian Schneppe1-1/+1
2017-08-03display messages that only contain emoji slightly largerChristian Schneppe1-4/+6
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