aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/parser/MessageParser.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-16fixed workaround that allowed us to expire devicesChristian Schneppe1-1/+1
2017-12-10read marker from mam. only trust true counterpart when mam:2 is being usedChristian Schneppe1-1/+1
2017-12-10MAM: update previously sent messages with server msg id during mam queryChristian Schneppe1-3/+25
2017-12-10MAM: assume true counterpart is safe to extract when using mam:2Christian Schneppe1-2/+2
2017-12-10MessageParser: ignore groupchat messages retrieved from user archiveChristian Schneppe1-0/+4
2017-11-28some bug fixesChristian Schneppe1-4/+4
2017-11-27fix wrong bracketsChristian Schneppe1-2/+2
2017-11-23deduplicate read markers if one with real jid is foundChristian Schneppe1-1/+1
2017-11-22MessageParser: don't refresh view after parsing chat state when combined with...Christian Schneppe1-4/+8
2017-11-22save full jid when sending in muc. check chat markers against 'sender'Christian Schneppe1-2/+3
2017-11-22send and show read markers in private, non-anonymous groupsChristian Schneppe1-1/+25
2017-09-04made avatar cache cleaning more efficent after name changesChristian Schneppe1-7/+10
2017-08-01fetch device ids for muc members w/o known devicesChristian Schneppe1-1/+3
2017-08-01refactored retrieval of default preferencesChristian Schneppe1-9/+4
2017-08-01put settings defaults into resource fileChristian Schneppe1-2/+9
2017-05-09avoid race conditions when downloading files or decrypting pgp messagesChristian Schneppe1-4/+1
2017-04-13use async message loading only when called from UIChristian Schneppe1-2/+2
2017-04-13treat URL as file if URL is in oob or contains keyChristian Schneppe1-1/+1
2017-04-13send urls pointing to pgp encrypted files directly in body+oobChristian Schneppe1-3/+11
2017-04-05parse message that only contain oob tagChristian Schneppe1-4/+7
2017-04-05Fixed deprecated callChristian Schneppe1-1/+6
2017-03-24fix bug while mam catchup implemented in 52a2efe0a87d6422060e78e0ca7df38c2aff...Christian Schneppe1-1/+0
2017-03-23experimental: wait for SM catchup before triggering notificationsChristian Schneppe1-2/+6
2017-03-11send and parse Chat States to and from conferencesChristian Schneppe1-10/+17
2017-03-09add origin-id to outgoing messagesChristian Schneppe1-1/+7
2017-03-09fixed regression that caused stanza-ids not to be savedChristian Schneppe1-2/+2
2017-03-09extract stanza-id from muc reflectionsChristian Schneppe1-16/+18
2017-03-09deduplicate every message with a stanza-id from the serverChristian Schneppe1-3/+3
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-7/+7
2017-02-22Fix a typo in legacyChristian Schneppe1-5/+5
2017-02-22only extract stanza-id from live messages when disco feature is setChristian Schneppe1-2/+2
2017-02-22fixed behaviour in message parser when doing mam catchupChristian Schneppe1-2/+2
2017-02-22bump mam namespaceChristian Schneppe1-4/+5
2017-02-22rethink mam catchup strategiesChristian Schneppe1-2/+5
2017-02-15respond to xep-0184 requests in muc pmsChristian Schneppe1-2/+2
2017-01-29configurable local message retention period.Christian Schneppe1-3/+7
2017-01-25cleaning up crypto targets when conference member is getting removedChristian Schneppe1-0/+9
2017-01-09automatically bookmark private, non-anonymous mucs where inviter is trustedChristian Schneppe1-9/+14
2016-12-25use original message to parse pepChristian Schneppe1-3/+3
2016-12-18don't correct a message if that would create a duplicateChristian Schneppe1-1/+2
2016-11-19reformat codeChristian Schneppe1-609/+609
2016-11-15extract affiliations from unavailable presenceChristian Schneppe1-1/+1
2016-11-07extracting stanza-id where by=accountChristian Schneppe1-2/+14
2016-10-26add error message to failed messages. accessible via context menuChristian Schneppe1-10/+6
2016-10-08fetch new conference configuration on every conf updateChristian Schneppe1-19/+18
2016-10-08respond to chat marker request only when mutual presence subscription existsChristian Schneppe1-1/+1
2016-10-08parse smacks delay from messagesChristian Schneppe1-1/+1
2016-08-27don't automatically download files and avatars when datasaver is onDaniel Gultsch1-1/+1
2016-07-29changed package id inside manifest and projectChristian Schneppe1-23/+23
2016-07-27add trillian to html otr parsing fixes #1963Daniel Gultsch1-1/+1