aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/parser/MessageParser.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief1-1/+6
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief1-1/+1
2016-05-09XmppConnectionService.markMessage moved to MessageUtilsteckbrief1-3/+4
2016-04-19Related to FS#134: Set Message flags according to httpupload hintsteckbrief1-0/+3
2016-04-17DatabaseBackend updated to serve Conversatiosn Database version and Conversat...steckbrief1-1/+3
2016-04-07Fixes FS#197: Decrease verbosity of logging of 'skipping duplicate message'steckbrief1-1/+1
2016-03-30Logging for FS#80 to identify calling methodlookshe1-0/+3
2016-03-17Fixes FS#156 and FS#135 (occured again)lookshe1-4/+10
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification s...steckbrief1-1/+1
2016-01-13Moved all avatar related work to AvatarServicesteckbrief1-4/+5
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief1-1/+1
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new acti...steckbrief1-4/+4
2015-11-06FileBackend splitted into several util classes for separate concerns: AvatarU...steckbrief1-2/+2
2015-10-23Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in values...steckbrief1-1/+6
2015-10-21Access to preferences moved to global utility class ConversationsPlusPreferen...steckbrief1-3/+3
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief1-16/+16
2015-06-04send_received muc messages will mark a conversation a readDaniel Gultsch1-1/+1
2015-06-02avoid unnessary muc mam queries when message count is 0 after subjectDaniel Gultsch1-1/+1
2015-06-02fixed more edge cases in muc message parserDaniel Gultsch1-3/+3
2015-06-02improved compatibility with muc components that change the message idDaniel Gultsch1-2/+3
2015-05-26deduplicate private muc messagesDaniel Gultsch1-1/+3
2015-05-20proper error parsing. some clean upDaniel Gultsch1-41/+49
2015-05-20fixed npe in new message parserDaniel Gultsch1-1/+3
2015-05-20fixed muc mam. added a few security checksDaniel Gultsch1-23/+25
2015-05-20fixed read/unread markersDaniel Gultsch1-10/+9
2015-05-20added mam stuff to new message parserDaniel Gultsch1-7/+26
2015-05-20rewrote parser code. mam id and possible other stuff still missing. also mass...Daniel Gultsch1-473/+192
2015-05-05r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch1-1/+1
2015-04-21fixed direct invitesDaniel Gultsch1-12/+28
2015-04-14changed received and read confirmation setting to one list and put it to sett...lookshe1-1/+1
2015-04-12implementation for downloading only when enabled wlanlookshe1-1/+5
2015-04-12added settings for accepting and downloading fileslookshe1-1/+2
2015-03-21properly set chat states when receiving otr status messagesiNPUTmice1-1/+1
2015-03-21respond to unreadable OTR messages with error message. fixed #1021iNPUTmice1-0/+2
2015-03-19don't update presence for muc messagesiNPUTmice1-5/+2
2015-03-18# add delivery receipts for private muc msgsBrianBlade1-7/+15
2015-03-06fixed npe in message parseriNPUTmice1-4/+4
2015-03-01mark all sent messages up to a marker as displayedDaniel Gultsch1-4/+9
2015-02-21added typing notifications through XEP-0085. fixed #210iNPUTmice1-0/+25
2015-01-26muc tics for consistencyiNPUTmice1-1/+1
2015-01-26don't put ejabberds status code muc messages into an actual conversationiNPUTmice1-0/+1
2015-01-25otr: switch to the otr-state the partner alternate.Michael1-0/+2
2015-01-24MessageParser: fix the regex for otr query messages.Michael1-1/+1
2015-01-24fixed mam to work with muciNPUTmice1-1/+1
2015-01-11do not check image file size over http if accepted file size is 0Daniel Gultsch1-3/+5
2015-01-07more muc optionsDaniel Gultsch1-7/+16
2015-01-07fixed invitesDaniel Gultsch1-37/+24
2015-01-04deal with prosodys muc namespace tagging of messagesDaniel Gultsch1-4/+5
2015-01-02put Conversations into background mode earlierDaniel Gultsch1-5/+3
2014-12-17properly count mam messagesiNPUTmice1-2/+8