aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/parser/MessageParser.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* treat URL as file if URL is in oob or contains keyChristian Schneppe2017-04-131-1/+1
* send urls pointing to pgp encrypted files directly in body+oobChristian Schneppe2017-04-131-3/+11
* parse message that only contain oob tagChristian Schneppe2017-04-051-4/+7
* Fixed deprecated callChristian Schneppe2017-04-051-1/+6
* fix bug while mam catchup implemented in 52a2efe0a87d6422060e78e0ca7df38c2aff...Christian Schneppe2017-03-241-1/+0
* experimental: wait for SM catchup before triggering notificationsChristian Schneppe2017-03-231-2/+6
* send and parse Chat States to and from conferencesChristian Schneppe2017-03-111-10/+17
* add origin-id to outgoing messagesChristian Schneppe2017-03-091-1/+7
* fixed regression that caused stanza-ids not to be savedChristian Schneppe2017-03-091-2/+2
* extract stanza-id from muc reflectionsChristian Schneppe2017-03-091-16/+18
* deduplicate every message with a stanza-id from the serverChristian Schneppe2017-03-091-3/+3
* rename the Xmlns class to NamespaceChristian Schneppe2017-03-041-7/+7
* Fix a typo in legacyChristian Schneppe2017-02-221-5/+5
* only extract stanza-id from live messages when disco feature is setChristian Schneppe2017-02-221-2/+2
* fixed behaviour in message parser when doing mam catchupChristian Schneppe2017-02-221-2/+2
* bump mam namespaceChristian Schneppe2017-02-221-4/+5
* rethink mam catchup strategiesChristian Schneppe2017-02-221-2/+5
* respond to xep-0184 requests in muc pmsChristian Schneppe2017-02-151-2/+2
* configurable local message retention period.Christian Schneppe2017-01-291-3/+7
* cleaning up crypto targets when conference member is getting removedChristian Schneppe2017-01-251-0/+9
* automatically bookmark private, non-anonymous mucs where inviter is trustedChristian Schneppe2017-01-091-9/+14
* use original message to parse pepChristian Schneppe2016-12-251-3/+3
* don't correct a message if that would create a duplicateChristian Schneppe2016-12-181-1/+2
* reformat codeChristian Schneppe2016-11-191-609/+609