aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/entities/Message.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-07-29Refactor out inner classes, cache trust storeAndreas Straub1-2/+2
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
2015-07-19Overhauled Message taggingAndreas Straub1-9/+10
2015-07-19Tag messages with originating sessionAndreas Straub1-0/+4
2015-07-19Reworked axolotl protocol layerAndreas Straub1-10/+4
2015-07-19CryptoNext persistance layer mockupAndreas Straub1-0/+13
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
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
2015-05-13use zero width white space as message seperatorDaniel Gultsch1-1/+1
2015-05-11avoid using paragraph style breaks by accidentDaniel Gultsch1-1/+3
2015-05-11add a little bit of space between merged messages.Daniel Gultsch1-1/+1
2015-05-10optimized heart render code a bitDaniel Gultsch1-4/+1
2015-05-10added white heart to new rendering as wellDaniel Gultsch1-1/+3
2015-05-10paint single unicode hearts as red and slightly largerDaniel Gultsch1-32/+40
2015-04-13fixed typosiNPUTmice1-1/+1
2015-04-13Bugfix for issue #1121lookshe1-10/+18
2015-03-11Do not Strigprep JIDs from databaseMateusz "maxmati" Nowoty?ski1-2/+2
2015-03-07display geo uris as location. show 'send loction' in share menu if request lo...iNPUTmice1-0/+4
2015-03-01merge messages with related status (unsend, send, send_received)iNPUTmice1-1/+17
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice1-1/+2
2015-02-07trim message bodys on displayDaniel Gultsch1-2/+2
2015-01-25fix mergable() for /me command.Michael1-2/+4
2015-01-20changed message duplicate finderiNPUTmice1-5/+10
2015-01-19don't trim bodiesiNPUTmice1-1/+1
2015-01-11Add XEP-0245 (/me command) supportSam Whited1-14/+33
2015-01-04made checks for valid image extensions case insensitiveDaniel Gultsch1-1/+1
2015-01-02allow cancellation of waiting filesDaniel Gultsch1-0/+4
2014-12-22Add support for XEP-0191 (Blocking command)Sam Whited1-12/+12
2014-12-14refactored the way certain messages are being found within a conversationiNPUTmice1-7/+3
2014-12-13reverse through mam history when loading larger chuncksiNPUTmice1-6/+7
2014-12-10save server id from mam messages. check for dups before adding mamiNPUTmice1-3/+26
2014-12-10added max history age (default 1w). automatically sort newly added mam messagesiNPUTmice1-0/+5
2014-12-01worked around rare npeiNPUTmice1-5/+12
2014-11-18simplified message merge conditioniNPUTmice1-43/+13