aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/parser/MessageParser.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* save name instead of subject in bookmarkChristian Schneppe2018-07-091-7/+0
* add support for S3 file transfersChristian Schneppe2018-05-261-1/+11
* do not use end in catchup mam queriesChristian Schneppe2018-05-171-1/+2
* do not include body in simple status updates to not trigger fts updateChristian Schneppe2018-05-171-3/+3
* check if jid was valid before parsing muc status or event msgsChristian Schneppe2018-05-021-4/+4
* do not crash when inner message contains invalid jidChristian Schneppe2018-05-021-2/+2
* return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe2018-05-021-8/+17
* very much unoptimized search functionalityChristian Schneppe2018-04-301-1/+2
* fixed updating of server message id after dedupChristian Schneppe2018-04-291-2/+6
* fixed condition to accept lmc if user reference existsChristian Schneppe2018-04-241-2/+2
* keep track of user object in messagesChristian Schneppe2018-04-241-1/+3
* make error message for 'not encrypted for this device'Christian Schneppe2018-04-231-1/+9
* fixed muc detection for rare cases where muc is hosted on primary domainChristian Schneppe2018-04-221-1/+1
* process receipts only on mam catchupChristian Schneppe2018-04-131-1/+1
* reformatChristian Schneppe2018-04-131-83/+83
* make receipt handling work with out of order receiptsChristian Schneppe2018-04-131-3/+3
* fix OTRChristian Schneppe2018-04-121-0/+5
* figure out fallbacks with omemo source idChristian Schneppe2018-04-121-3/+26
* messages coming from known muc server are treated as muc when creating conver...Christian Schneppe2018-04-121-6/+2
* migrate to xmpp-addrChristian Schneppe2018-04-021-41/+41
* use translated version of subject if availableChristian Schneppe2018-04-011-1/+1
* only explicitly request device list for users not in rosterChristian Schneppe2018-02-241-1/+6
* MAM: look at total count for completness. parse fin correctlyChristian Schneppe2018-02-241-1/+1
* fixed handling of self address messages w/o remoteMsgIdChristian Schneppe2018-02-191-1/+1
* improvements for self messagesChristian Schneppe2018-01-271-5/+14
* show self messages from other devices as receivedChristian Schneppe2018-01-271-1/+17
* respond to message receipts request when processing carbon copyChristian Schneppe2018-01-271-2/+0
* treat key transport messages differently to not open empty conversationsChristian Schneppe2018-01-211-2/+25
* sent message receipts after mam catchupChristian Schneppe2018-01-211-20/+46
* properly handle key transport messages. use prekeyparsing only when that attr...Christian Schneppe2018-01-211-11/+15
* save muc subject to disk and use crypto targets for offline name generationChristian Schneppe2017-12-271-1/+3
* ChatMarkers: parse own account from true counterpartChristian Schneppe2017-12-161-4/+5
* save changed server id in replaced messagesChristian Schneppe2017-12-161-1/+4
* fixed workaround that allowed us to expire devicesChristian Schneppe2017-12-161-1/+1
* read marker from mam. only trust true counterpart when mam:2 is being usedChristian Schneppe2017-12-101-1/+1
* MAM: update previously sent messages with server msg id during mam queryChristian Schneppe2017-12-101-3/+25
* MAM: assume true counterpart is safe to extract when using mam:2Christian Schneppe2017-12-101-2/+2
* MessageParser: ignore groupchat messages retrieved from user archiveChristian Schneppe2017-12-101-0/+4
* some bug fixesChristian Schneppe2017-11-281-4/+4
* fix wrong bracketsChristian Schneppe2017-11-271-2/+2
* deduplicate read markers if one with real jid is foundChristian Schneppe2017-11-231-1/+1
* MessageParser: don't refresh view after parsing chat state when combined with...Christian Schneppe2017-11-221-4/+8
* save full jid when sending in muc. check chat markers against 'sender'Christian Schneppe2017-11-221-2/+3
* send and show read markers in private, non-anonymous groupsChristian Schneppe2017-11-221-1/+25
* made avatar cache cleaning more efficent after name changesChristian Schneppe2017-09-041-7/+10
* fetch device ids for muc members w/o known devicesChristian Schneppe2017-08-011-1/+3
* refactored retrieval of default preferencesChristian Schneppe2017-08-011-9/+4
* put settings defaults into resource fileChristian Schneppe2017-08-011-2/+9
* avoid race conditions when downloading files or decrypting pgp messagesChristian Schneppe2017-05-091-4/+1
* use async message loading only when called from UIChristian Schneppe2017-04-131-2/+2