aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/parser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* double check that muc message is ours if true jid is knownChristian Schneppe2019-03-061-2/+7
|
* show file too large instead of generic delivery failedChristian Schneppe2019-02-211-5/+29
|
* show different room settings for channels and groupsChristian Schneppe2019-02-071-1/+1
|
* provide the same fab submenu for both tabs. rename tab to bookmarkChristian Schneppe2019-02-071-1/+1
|
* resend presence to muc avatar updateChristian Schneppe2019-01-251-0/+1
|
* synchronize around notification update from corrected messagesChristian Schneppe2019-01-251-1/+1
|
* deduplicate disco responseChristian Schneppe2018-12-271-2/+2
| | | | fixes #283
* synchronize join/leaves with bookmarksChristian Schneppe2018-12-151-1/+1
|
* bring back previews unread messages as read in groupsChristian Schneppe2018-12-141-0/+15
|
* do not process PEP bookmarks if conversion feature n/aChristian Schneppe2018-12-141-3/+5
| | | | | | | | If conversion feature is not available we will never write to PEP therefor it is not advisable to process PEP events; otherwise the changes we do might not land in PEP. simply ignoring PEP is probably better than dynamically removing + notify
* implement self healing omemoChristian Schneppe2018-12-041-4/+16
| | | | | | after receiving a SignalMessage that can’t be decrypted because of broken sessions Conversations will attempt to grab a new pre key bundle and send a new PreKeySignalMessage wrapped in a key transport message.
* transmit display name (nick) in subscription requestsChristian Schneppe2018-11-301-3/+3
|
* added interface to edit nickChristian Schneppe2018-11-231-22/+37
|
* show snackbar for remote server timeout in mucsChristian Schneppe2018-10-201-0/+2
|
* refresh ui after device list update only if list has changedChristian Schneppe2018-10-041-1/+0
|
* store avatars received over muc presence in contactChristian Schneppe2018-09-271-0/+8
|
* sync roster after setting pgp idChristian Schneppe2018-09-131-1/+3
|
* do not parse caps and pgp keys from muc presencesChristian Schneppe2018-09-131-1/+5
|
* special treatment for presence errors known to be mucsChristian Schneppe2018-08-301-0/+2
|
* store bookmarks in pep if conversion xep is runningChristian Schneppe2018-08-261-0/+7
|
* also mark previews unread messages as readChristian Schneppe2018-08-031-1/+11
|
* display propper toast after room has been destroyedChristian Schneppe2018-07-151-1/+27
|
* store own affiliation and role to diskChristian Schneppe2018-07-091-1/+4
|
* support mam:1Christian Schneppe2018-07-091-4/+3
|
* show snackbar for resource constraint in mucsChristian Schneppe2018-07-091-0/+2
|
* persist muc avatar and show in bookmarksChristian Schneppe2018-07-092-4/+7
|
* save name instead of subject in bookmarkChristian Schneppe2018-07-091-7/+0
|
* use Tor on http upload is account uses onion domainChristian Schneppe2018-06-171-3/+4
|
* improve active_since implementation (XEP-0319: Last User Interaction in ↵Christian Schneppe2018-05-261-0/+3
| | | | | | | Presence) * set contact to inactive if it becomes offline * send idle also in case app started in background
* 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-024-14/+28
|
* 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 ↵Christian Schneppe2018-04-121-6/+2
| | | | conversation
* sync roster to disk after roster pushChristian Schneppe2018-04-121-4/+3
|
* migrate to xmpp-addrChristian Schneppe2018-04-024-60/+59
|
* use translated version of subject if availableChristian Schneppe2018-04-011-1/+1
|