aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/entities/Message.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implement message deletionChristian Schneppe2018-11-111-1/+11
| | | | fixed #208
* show cancelled instead of delivery failed if user requested to abort transferChristian Schneppe2018-10-201-1/+1
|
* catch all exceptions on detecting mime typeChristian Schneppe2018-10-011-0/+2
|
* filter sequences of more than 3 ltr-rtlChristian Schneppe2018-05-051-2/+2
|
* hide treatAsDownloadable in search resultsChristian Schneppe2018-05-031-24/+2
|
* added search result context menu + date separatorsChristian Schneppe2018-05-021-10/+1
|
* very much unoptimized search functionalityChristian Schneppe2018-04-301-26/+41
|
* keep track of user object in messagesChristian Schneppe2018-04-241-0/+12
|
* all contacts in roster are 'trusted'Christian Schneppe2018-04-241-1/+1
|
* make error message for 'not encrypted for this device'Christian Schneppe2018-04-231-0/+4
|
* do not enable encryption for bug reportsChristian Schneppe2018-04-031-1/+1
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-15/+14
|
* do not merge bug reportsChristian Schneppe2018-02-261-1/+2
|
* optimized /me behaviorChristian Schneppe2018-01-301-1/+1
| | | | fixes #133
* discover file extension in original filename from pgpChristian Schneppe2018-01-301-32/+5
|
* improvements for self messagesChristian Schneppe2018-01-271-1/+1
| | | | | | * fix omemo in group chats w/o participants * don't create two axolotl messages when messaging self * fix read marker for self messages
* 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 ↵Christian Schneppe2017-08-131-0/+4
| | | | setting expected size
* cache some information generated from body like isEmojiOnly, fileParams, ↵Christian Schneppe2017-08-131-112/+97
| | | | isGeoUri and isXmppUri
* 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
| | | | fixes #104
* 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
| | | | | * untrusted messages have red background * unverified messages have normal background and red lock
* 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
|