aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Message.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* improvements for self messagesChristian Schneppe2018-01-271-1/+1
* fixed treatAsDownload() for empty messagesChristian Schneppe2017-12-161-1/+5
* ignore data uri after aesgcm uriChristian Schneppe2017-12-161-6/+12
* make 'markable' attribute persistentChristian Schneppe2017-11-261-5/+11
* use com.android.support:support-emojiChristian Schneppe2017-11-241-3/+2
* deduplicate read markers if one with real jid is foundChristian Schneppe2017-11-231-1/+15
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-221-3/+42
* add more file information to FileParams (apk file app name; vcard contacts name)Christian Schneppe2017-10-131-0/+17
* reworked file params to store audio runtime amoung other thingsChristian Schneppe2017-09-241-0/+3
* set status=received on status messagesChristian Schneppe2017-09-041-0/+1
* added missing break; in Message.javaChristian Schneppe2017-08-131-0/+1
* Read support for 12-byte IVs in addition to 16-byte IVsChristian Schneppe2017-08-131-1/+1
* add more logging to http download connection and reset file params after sett...Christian Schneppe2017-08-131-0/+4
* cache some information generated from body like isEmojiOnly, fileParams, isGe...Christian Schneppe2017-08-131-112/+97
* remove all whitespaces in emoji only messagesChristian Schneppe2017-08-131-1/+1
* display messages that only contain emoji slightly largerChristian Schneppe2017-08-031-4/+6
* update datebubblesChristian Schneppe2017-08-011-8/+11
* code cleanup: made conversation property final in message objectChristian Schneppe2017-04-261-18/+12
* fixed message merge logic. merge only messages with lower statusChristian Schneppe2017-04-131-3/+2
* avoid crash on urls with missing protocolsChristian Schneppe2017-04-131-1/+1
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-131-32/+9
* do not parse bodies with http urls as downloadable in omemo encrypted messagesChristian Schneppe2017-04-051-7/+5
* add date bubble in chatlistChristian Schneppe2017-02-191-0/+8
* only show failed uploads if file isn't deletedChristian Schneppe2017-02-091-0/+4
* support aesgcm:// style urlsChristian Schneppe2017-02-081-2/+7
* only store messages up to a length of 1M charsChristian Schneppe2017-02-081-1/+1
* Stop Conversations force closing over sqlite errors due to long messagesChristian Schneppe2017-02-081-0/+2
* deduplicate corrected messagesChristian Schneppe2016-12-271-5/+8
* changed design language to match BTBV proposalChristian Schneppe2016-11-241-2/+2
* reformat codeChristian Schneppe2016-11-191-2/+3
* refactore trust enum to be FingerprintStatus class with trust and activeChristian Schneppe2016-11-171-3/+3
* show button on "xmpp:" urisChristian Schneppe2016-11-111-0/+7
* add error message to failed messages. accessible via context menuChristian Schneppe2016-10-261-3/+20
* write prepped string to db. use display version everywhere elseChristian Schneppe2016-10-261-2/+2
* Remove MERGE_SEPARATORChristian Schneppe2016-10-261-7/+9
* respond to chat marker request only when mutual presence subscription existsChristian Schneppe2016-10-081-1/+1
* bug fix on sending file messageChristian Schneppe2016-09-231-807/+808
* don't simply ignore null in message body but try to avoid itDaniel Gultsch2016-09-231-2/+4
* add missing importsChristian Schneppe2016-07-291-0/+1
* show identity type for device selectionDaniel Gultsch2016-07-291-2/+2
* changed package id inside manifest and projectChristian Schneppe2016-07-291-0/+831