aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities/Message.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-12small bugfixeslookshe1-0/+3
2016-03-12removed duplicated sourcelookshe1-8/+5
2016-03-12Added method to get body from message if hasMeCommand and harmonized ↵lookshe1-9/+22
extraction of fileextension (FS#38)
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-24Reviewed commit for FS#34 after mergesteckbrief1-1/+1
2016-02-23Retry decryption from message menufiaxh1-0/+1
2016-02-23Removed useless 'button-message' to load more messages. Implementation ↵steckbrief1-8/+0
already done with a more convenient method
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-12Imports organizedsteckbrief1-1/+0
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-1/+1
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 ↵Daniel Gultsch1-1/+3
deduplicate messages. fixes #1357
2015-12-02Show status message when contact requests presenceSam Whited1-1/+1
Remove presence when conversation closed
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
2015-09-04Issues with URLs with multiple dots in file. fixes #1373Daniel Gultsch1-7/+15
2015-08-16Fixes FS#37 - Remove special treatment of unicode heartslookshe1-19/+13
Fixes FS#34 - review all calls for String.trim()
2015-08-12Fixes FS#38 - Issues with URLs with multiple dots in file namelookshe1-7/+18
2015-08-12Fixes FS#33 - Get back the commentlookshe1-0/+5
2015-08-11Merge tag '1.5.2' into trz/rebaselookshe1-130/+209
2015-08-01Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub1-2/+2
2015-07-31improved 'next encryption' selectionDaniel Gultsch1-1/+1
2015-07-30Fix session logic: enforce same type of encryptionAndreas Straub1-0/+31
2015-07-29Tag carbon messages in parser, adapt session logicAndreas Straub1-3/+21
Messages sent from another device of the own account are now explicitly tagged as carboned message. The session detection logic now uses this tag to find "session borders".
2015-07-29Refactor out inner classes, cache trust storeAndreas Straub1-2/+2
Moves SQLiteAxolotlStore and XmppAxolotlSession into proper classes. IdentityKeys trust statuses are now cached in an LruCache to prevent hammering the database when rendering the UI.
2015-07-28removed recursion in message.getMerged*()Daniel Gultsch1-13/+19
2015-07-19Don't merge messages with different trust statusesAndreas Straub1-1/+7
2015-07-19Show trust status of messages' originating sessionAndreas Straub1-0/+4
Shade lock icon red if message was received in a session that has not been marked trusted by the user or fingerprint is unknown
2015-07-19Overhauled Message taggingAndreas Straub1-9/+10
Messages are now tagged with the IdentityKey fingerprint of the originating session. IdentityKeys have one of three trust states: undecided (default), trusted, and untrusted/not yet trusted.
2015-07-19Tag messages with originating sessionAndreas Straub1-0/+4
This can be used later in order to display trust status of messages, as well as for potential resending of messages in case of preKey conflicts.
2015-07-19Reworked axolotl protocol layerAndreas Straub1-10/+4
Numerous fixes
2015-07-19CryptoNext persistance layer mockupAndreas Straub1-0/+13
Initial sketch of the peripheral storage infrastructure for the new axolotl-based encryption scheme.
2015-07-18account for downloaded http files in dup checkerDaniel Gultsch1-8/+18
2015-07-10renamed downloadable to transferableDaniel Gultsch1-12/+12
2015-07-05refactored sendMessage and merged with resendMessageDaniel Gultsch1-0/+20
2015-07-02also offer http download for some 'well known extensions'Daniel Gultsch1-1/+2
2015-07-02refactored message context menuDaniel Gultsch1-1/+1
2015-07-01changed mime type handlingDaniel Gultsch1-29/+56
2015-06-30made httpconnection (download) ready all kind of filesDaniel Gultsch1-53/+55
2015-06-30refactored bodyContainsDownloadable to be more flexibleDaniel Gultsch1-33/+35
2015-06-29initial http upload supportDaniel Gultsch1-0/+8
be careful: little error handling and no encryption
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-587/+0
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
2015-06-10changed paragraph dividerDaniel Gultsch1-1/+1
2015-05-20added mam stuff to new message parserDaniel Gultsch1-1/+1
2015-05-16made white space check in bodyContainsDownloadable less aggresiveDaniel Gultsch1-1/+1