aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/parser (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-27store avatars received over muc presence in contactChristian Schneppe1-0/+8
2018-09-13sync roster after setting pgp idChristian Schneppe1-1/+3
2018-09-13do not parse caps and pgp keys from muc presencesChristian Schneppe1-1/+5
2018-08-30special treatment for presence errors known to be mucsChristian Schneppe1-0/+2
2018-08-26store bookmarks in pep if conversion xep is runningChristian Schneppe1-0/+7
2018-08-03also mark previews unread messages as readChristian Schneppe1-1/+11
2018-07-15display propper toast after room has been destroyedChristian Schneppe1-1/+27
2018-07-09store own affiliation and role to diskChristian Schneppe1-1/+4
2018-07-09support mam:1Christian Schneppe1-4/+3
2018-07-09show snackbar for resource constraint in mucsChristian Schneppe1-0/+2
2018-07-09persist muc avatar and show in bookmarksChristian Schneppe2-4/+7
2018-07-09save name instead of subject in bookmarkChristian Schneppe1-7/+0
2018-06-17use Tor on http upload is account uses onion domainChristian Schneppe1-3/+4
2018-05-26improve active_since implementation (XEP-0319: Last User Interaction in Prese...Christian Schneppe1-0/+3
2018-05-26add support for S3 file transfersChristian Schneppe1-1/+11
2018-05-17do not use end in catchup mam queriesChristian Schneppe1-1/+2
2018-05-17do not include body in simple status updates to not trigger fts updateChristian Schneppe1-3/+3
2018-05-02check if jid was valid before parsing muc status or event msgsChristian Schneppe1-4/+4
2018-05-02do not crash when inner message contains invalid jidChristian Schneppe1-2/+2
2018-05-02return InvalidJid object instead of null if Jid can not be parsedChristian Schneppe4-14/+28
2018-04-30very much unoptimized search functionalityChristian Schneppe1-1/+2
2018-04-29fixed updating of server message id after dedupChristian Schneppe1-2/+6
2018-04-24fixed condition to accept lmc if user reference existsChristian Schneppe1-2/+2
2018-04-24keep track of user object in messagesChristian Schneppe1-1/+3
2018-04-23make error message for 'not encrypted for this device'Christian Schneppe1-1/+9
2018-04-22fixed muc detection for rare cases where muc is hosted on primary domainChristian Schneppe1-1/+1
2018-04-13process receipts only on mam catchupChristian Schneppe1-1/+1
2018-04-13reformatChristian Schneppe1-83/+83
2018-04-13make receipt handling work with out of order receiptsChristian Schneppe1-3/+3
2018-04-12fix OTRChristian Schneppe1-0/+5
2018-04-12figure out fallbacks with omemo source idChristian Schneppe1-3/+26
2018-04-12messages coming from known muc server are treated as muc when creating conver...Christian Schneppe1-6/+2
2018-04-12sync roster to disk after roster pushChristian Schneppe1-4/+3
2018-04-02migrate to xmpp-addrChristian Schneppe4-60/+59
2018-04-01use translated version of subject if availableChristian Schneppe1-1/+1
2018-02-24only explicitly request device list for users not in rosterChristian Schneppe2-2/+12
2018-02-24MAM: look at total count for completness. parse fin correctlyChristian Schneppe1-1/+1
2018-02-19fixed handling of self address messages w/o remoteMsgIdChristian Schneppe1-1/+1
2018-02-10do not cross reference bookmarks and conversationsChristian Schneppe1-2/+1
2018-02-10always persist current nick (in bookmark and database)Christian Schneppe1-0/+1
2018-01-27improvements for self messagesChristian Schneppe1-5/+14
2018-01-27show self messages from other devices as receivedChristian Schneppe1-1/+17
2018-01-27respond to message receipts request when processing carbon copyChristian Schneppe1-2/+0
2018-01-27make chat markers opportunistic in private mucsChristian Schneppe1-1/+1
2018-01-21treat key transport messages differently to not open empty conversationsChristian Schneppe1-2/+25
2018-01-21sent message receipts after mam catchupChristian Schneppe1-20/+46
2018-01-21properly handle key transport messages. use prekeyparsing only when that attr...Christian Schneppe1-11/+15
2017-12-27clear muc avatar after going onlineChristian Schneppe1-1/+3
2017-12-27save muc subject to disk and use crypto targets for offline name generationChristian Schneppe1-1/+3
2017-12-16ChatMarkers: parse own account from true counterpartChristian Schneppe1-4/+5