aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/parser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* made avatar cache cleaning more efficent after name changesChristian Schneppe2017-09-042-8/+13
|
* fixed roster items w/o subscription (request) not being shownChristian Schneppe2017-08-011-10/+8
|
* fetch device ids for muc members w/o known devicesChristian Schneppe2017-08-012-2/+9
|
* check length first in timestamp parserChristian Schneppe2017-08-011-1/+1
|
* refactored retrieval of default preferencesChristian Schneppe2017-08-011-9/+4
|
* put settings defaults into resource fileChristian Schneppe2017-08-011-2/+9
|
* upgrade to signal-protocol-javaChristian Schneppe2017-06-241-4/+4
|
* do not parse delay tag for unavailable presences when it comes form own serverChristian Schneppe2017-06-012-2/+17
|
* add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe2017-05-311-0/+1
|
* parse all delayed tags. use min dateChristian Schneppe2017-05-312-12/+22
|
* avoid race conditions when downloading files or decrypting pgp messagesChristian Schneppe2017-05-091-4/+1
| | | | and waiting for sm catchup
* made nimbuzz work around work with newly created conferences as wellChristian Schneppe2017-04-201-1/+2
|
* recognize muc self presence on nimbuzz.comChristian Schneppe2017-04-161-4/+3
| | | | | | | Apparently nimbuzz.com doesn't include status code 110 in muc self presence It does however include the full real jid in the presence’s item. We can use that as a work around to detect a self presence.
* use async message loading only when called from UIChristian Schneppe2017-04-132-3/+3
|
* 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 ↵Christian Schneppe2017-03-241-1/+0
| | | | 52a2efe0a87d6422060e78e0ca7df38c2affd2f2
* experimental: wait for SM catchup before triggering notificationsChristian Schneppe2017-03-231-2/+6
| | | | | | | wait for a first SM ACK before calculating if we need to trigger any notifications might have to be changed to an XEP-0199 ping later on. for now sending <r/> after resume seems to work outfine
* rework last activity logic to something that should work pretty well …Christian Schneppe2017-03-231-4/+9
| | | | …in Conversations only enviroments
* 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
|
* closing the corresponding conversations after blocking a contactChristian Schneppe2017-03-091-5/+5
|
* 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
|
* fixed multi-session-nick renaming behaviourChristian Schneppe2017-03-091-12/+8
|
* rename the Xmlns class to NamespaceChristian Schneppe2017-03-042-14/+14
|
* 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
|
* fixed typoChristian Schneppe2017-01-251-1/+1
|
* cleaning up crypto targets when conference member is getting removedChristian Schneppe2017-01-251-0/+9
|
* fixed some issues around ibbChristian Schneppe2017-01-251-1/+2
|
* 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
|
* mark conversations as read after receiving blocklist push for that conversationChristian Schneppe2016-11-291-0/+9
|
* reformat codeChristian Schneppe2016-11-194-1227/+1227
|
* extract affiliations from unavailable presenceChristian Schneppe2016-11-153-14/+21
|
* extracting stanza-id where by=accountChristian Schneppe2016-11-071-2/+14
|
* add error message to failed messages. accessible via context menuChristian Schneppe2016-10-262-10/+20
|
* fetch new conference configuration on every conf updateChristian Schneppe2016-10-081-19/+18
|
* respond to chat marker request only when mutual presence subscription existsChristian Schneppe2016-10-081-1/+1
|
* be more careful parsing integers in omemoChristian Schneppe2016-10-081-2/+6
|