aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/entities/Message.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-11introduces JidUtil for Jid creation, fixes duplication of childs while adding...steckbrief1-3/+4
2018-05-06introduces new message state modelsteckbrief1-68/+83
2018-05-05introduces new message state modelsteckbrief1-68/+83
2018-02-16introduces cancel status for file transfers, fixes NPE in file sharing after ...steckbrief1-0/+1
2017-08-05Implements FS#249: Remove code duplication for avatar creationsteckbrief1-1/+2
2017-02-06relates FS#241: Implementation of http download based on okhttpsteckbrief1-2/+0
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief1-140/+30
2016-08-22Basic filetransfer http delete implementation; Exceptions for IqPacketError a...steckbrief1-0/+3
2016-04-19Removed download decision MUST if the message contains jabber:x:oob:oob/urlintroduce_cplus_database_versionsteckbrief1-3/+0
2016-04-19Related to FS#134: Set Message flags according to httpupload hintsteckbrief1-0/+4
2016-04-17DatabaseBackend updated to serve Conversatiosn Database version and Conversat...steckbrief1-0/+10
2016-03-21One more fix in Message.equals() (FS#104)lookshe1-4/+19
2016-03-20FS#104 - Fix Message.equals()lookshe1-18/+14
2016-03-17completely implements FS#161lookshe1-9/+31
2016-03-11Fixes FS#139: Do not merge messages at allsteckbrief1-101/+2
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-5/+5
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-04-13check with lowercase to also match JPEG, JPeg ...lookshe1-1/+1
2015-04-12better and perhaps faster way for checking if a message is downloadablelookshe1-10/+18
2015-04-11no trim of messages or passwordlookshe1-2/+2
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
2014-11-17context menu for muc participants + refactor trueCounterpart to use Jid classiNPUTmice1-5/+20
2014-11-15basic arbitrary file transferiNPUTmice1-6/+19