aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities/Message.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* try to fix idn stuffidn_fixesDaniel Gultsch2016-10-201-2/+2
|
* respond to chat marker request only when mutual presence subscription existsDaniel Gultsch2016-10-071-1/+1
|
* don't simply ignore null in message body but try to avoid itDaniel Gultsch2016-09-181-1/+4
|
* show identity type for device selectionDaniel Gultsch2016-07-281-3/+3
|
* don't take stanza-id into account when deduping muc pmsDaniel Gultsch2016-07-141-1/+1
|
* delay notification until after pgp decryptionDaniel Gultsch2016-06-151-1/+1
|
* use whitespace as message seperatorDaniel Gultsch2016-05-301-1/+1
|
* don't merge messages over the char limitDaniel Gultsch2016-05-291-0/+1
|
* use EOT as message seperatorDaniel Gultsch2016-05-281-1/+1
|
* don't NPE on rare race condition while fetching MAMDaniel Gultsch2016-05-191-0/+9
|
* always show download button when link is encryptedDaniel Gultsch2016-05-101-5/+1
| | | | dont check for known mime type
* save otr fingerprint in messageDaniel Gultsch2016-03-311-2/+2
|
* mark oob messages and always display download buttonDaniel Gultsch2016-03-041-3/+15
|
* add a few more know file extensionsDaniel Gultsch2016-03-041-3/+3
|
* Retry decryption from message menufiaxh2016-02-231-0/+1
|
* only offer message correction for the very last messageDaniel Gultsch2016-02-171-0/+15
|
* basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch2016-02-151-5/+33
|
* prevent previoulsly cleared messages from reloading. fixes #1110Daniel Gultsch2016-02-041-0/+8
|
* try to make in-valid-session detection work for pgpDaniel Gultsch2016-01-291-3/+10
|
* Correct uuid check according to RFC 4122fiaxh2016-01-051-1/+1
|
* rely on message id if message id is uuid and pgp encryption was used to ↵Daniel Gultsch2015-12-041-1/+3
| | | | deduplicate messages. fixes #1357
* Show status message when contact requests presenceSam Whited2015-12-021-1/+1
| | | | Remove presence when conversation closed
* pgp fixes and revert configuration changesDaniel Gultsch2015-11-251-1/+1
|
* explicitly mark verified omemo keys in UIDaniel Gultsch2015-10-311-2/+2
|
* make unread status and notifications presistent across restartsDaniel Gultsch2015-10-141-7/+9
|
* Issues with URLs with multiple dots in file. fixes #1373Daniel Gultsch2015-09-041-7/+15
|
* Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub2015-08-011-2/+2
|
* improved 'next encryption' selectionDaniel Gultsch2015-07-311-1/+1
|
* Fix session logic: enforce same type of encryptionAndreas Straub2015-07-301-0/+31
|
* Tag carbon messages in parser, adapt session logicAndreas Straub2015-07-291-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".
* Refactor out inner classes, cache trust storeAndreas Straub2015-07-291-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.
* removed recursion in message.getMerged*()Daniel Gultsch2015-07-281-13/+19
|
* Don't merge messages with different trust statusesAndreas Straub2015-07-191-1/+7
|
* Show trust status of messages' originating sessionAndreas Straub2015-07-191-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
* Overhauled Message taggingAndreas Straub2015-07-191-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.
* Tag messages with originating sessionAndreas Straub2015-07-191-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.
* Reworked axolotl protocol layerAndreas Straub2015-07-191-10/+4
| | | | Numerous fixes
* CryptoNext persistance layer mockupAndreas Straub2015-07-191-0/+13
| | | | | Initial sketch of the peripheral storage infrastructure for the new axolotl-based encryption scheme.
* account for downloaded http files in dup checkerDaniel Gultsch2015-07-181-8/+18
|
* renamed downloadable to transferableDaniel Gultsch2015-07-101-12/+12
|
* refactored sendMessage and merged with resendMessageDaniel Gultsch2015-07-051-0/+20
|
* also offer http download for some 'well known extensions'Daniel Gultsch2015-07-021-1/+2
|
* refactored message context menuDaniel Gultsch2015-07-021-1/+1
|
* changed mime type handlingDaniel Gultsch2015-07-011-29/+56
|
* made httpconnection (download) ready all kind of filesfeature/http_uploadDaniel Gultsch2015-06-301-53/+55
|
* refactored bodyContainsDownloadable to be more flexibleDaniel Gultsch2015-06-301-33/+35
|
* initial http upload supportDaniel Gultsch2015-06-291-0/+8
| | | | be careful: little error handling and no encryption
* changed paragraph dividerDaniel Gultsch2015-06-101-1/+1
|
* added mam stuff to new message parserDaniel Gultsch2015-05-201-1/+1
|
* made white space check in bodyContainsDownloadable less aggresiveDaniel Gultsch2015-05-161-1/+1
|