Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | resend presence to muc avatar update | Christian Schneppe | 2019-01-25 | 1 | -0/+1 |
| | |||||
* | synchronize around notification update from corrected messages | Christian Schneppe | 2019-01-25 | 1 | -1/+1 |
| | |||||
* | deduplicate disco response | Christian Schneppe | 2018-12-27 | 1 | -2/+2 |
| | | | | fixes #283 | ||||
* | synchronize join/leaves with bookmarks | Christian Schneppe | 2018-12-15 | 1 | -1/+1 |
| | |||||
* | bring back previews unread messages as read in groups | Christian Schneppe | 2018-12-14 | 1 | -0/+15 |
| | |||||
* | do not process PEP bookmarks if conversion feature n/a | Christian Schneppe | 2018-12-14 | 1 | -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 omemo | Christian Schneppe | 2018-12-04 | 1 | -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 requests | Christian Schneppe | 2018-11-30 | 1 | -3/+3 |
| | |||||
* | added interface to edit nick | Christian Schneppe | 2018-11-23 | 1 | -22/+37 |
| | |||||
* | show snackbar for remote server timeout in mucs | Christian Schneppe | 2018-10-20 | 1 | -0/+2 |
| | |||||
* | refresh ui after device list update only if list has changed | Christian Schneppe | 2018-10-04 | 1 | -1/+0 |
| | |||||
* | store avatars received over muc presence in contact | Christian Schneppe | 2018-09-27 | 1 | -0/+8 |
| | |||||
* | sync roster after setting pgp id | Christian Schneppe | 2018-09-13 | 1 | -1/+3 |
| | |||||
* | do not parse caps and pgp keys from muc presences | Christian Schneppe | 2018-09-13 | 1 | -1/+5 |
| | |||||
* | special treatment for presence errors known to be mucs | Christian Schneppe | 2018-08-30 | 1 | -0/+2 |
| | |||||
* | store bookmarks in pep if conversion xep is running | Christian Schneppe | 2018-08-26 | 1 | -0/+7 |
| | |||||
* | also mark previews unread messages as read | Christian Schneppe | 2018-08-03 | 1 | -1/+11 |
| | |||||
* | display propper toast after room has been destroyed | Christian Schneppe | 2018-07-15 | 1 | -1/+27 |
| | |||||
* | store own affiliation and role to disk | Christian Schneppe | 2018-07-09 | 1 | -1/+4 |
| | |||||
* | support mam:1 | Christian Schneppe | 2018-07-09 | 1 | -4/+3 |
| | |||||
* | show snackbar for resource constraint in mucs | Christian Schneppe | 2018-07-09 | 1 | -0/+2 |
| | |||||
* | persist muc avatar and show in bookmarks | Christian Schneppe | 2018-07-09 | 2 | -4/+7 |
| | |||||
* | save name instead of subject in bookmark | Christian Schneppe | 2018-07-09 | 1 | -7/+0 |
| | |||||
* | use Tor on http upload is account uses onion domain | Christian Schneppe | 2018-06-17 | 1 | -3/+4 |
| | |||||
* | improve active_since implementation (XEP-0319: Last User Interaction in ↵ | Christian Schneppe | 2018-05-26 | 1 | -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 transfers | Christian Schneppe | 2018-05-26 | 1 | -1/+11 |
| | |||||
* | do not use end in catchup mam queries | Christian Schneppe | 2018-05-17 | 1 | -1/+2 |
| | |||||
* | do not include body in simple status updates to not trigger fts update | Christian Schneppe | 2018-05-17 | 1 | -3/+3 |
| | |||||
* | check if jid was valid before parsing muc status or event msgs | Christian Schneppe | 2018-05-02 | 1 | -4/+4 |
| | |||||
* | do not crash when inner message contains invalid jid | Christian Schneppe | 2018-05-02 | 1 | -2/+2 |
| | |||||
* | return InvalidJid object instead of null if Jid can not be parsed | Christian Schneppe | 2018-05-02 | 4 | -14/+28 |
| | |||||
* | very much unoptimized search functionality | Christian Schneppe | 2018-04-30 | 1 | -1/+2 |
| | |||||
* | fixed updating of server message id after dedup | Christian Schneppe | 2018-04-29 | 1 | -2/+6 |
| | |||||
* | fixed condition to accept lmc if user reference exists | Christian Schneppe | 2018-04-24 | 1 | -2/+2 |
| | |||||
* | keep track of user object in messages | Christian Schneppe | 2018-04-24 | 1 | -1/+3 |
| | |||||
* | make error message for 'not encrypted for this device' | Christian Schneppe | 2018-04-23 | 1 | -1/+9 |
| | |||||
* | fixed muc detection for rare cases where muc is hosted on primary domain | Christian Schneppe | 2018-04-22 | 1 | -1/+1 |
| | |||||
* | process receipts only on mam catchup | Christian Schneppe | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | reformat | Christian Schneppe | 2018-04-13 | 1 | -83/+83 |
| | |||||
* | make receipt handling work with out of order receipts | Christian Schneppe | 2018-04-13 | 1 | -3/+3 |
| | |||||
* | fix OTR | Christian Schneppe | 2018-04-12 | 1 | -0/+5 |
| | |||||
* | figure out fallbacks with omemo source id | Christian Schneppe | 2018-04-12 | 1 | -3/+26 |
| | |||||
* | messages coming from known muc server are treated as muc when creating ↵ | Christian Schneppe | 2018-04-12 | 1 | -6/+2 |
| | | | | conversation | ||||
* | sync roster to disk after roster push | Christian Schneppe | 2018-04-12 | 1 | -4/+3 |
| | |||||
* | migrate to xmpp-addr | Christian Schneppe | 2018-04-02 | 4 | -60/+59 |
| | |||||
* | use translated version of subject if available | Christian Schneppe | 2018-04-01 | 1 | -1/+1 |
| | |||||
* | only explicitly request device list for users not in roster | Christian Schneppe | 2018-02-24 | 2 | -2/+12 |
| | |||||
* | MAM: look at total count for completness. parse fin correctly | Christian Schneppe | 2018-02-24 | 1 | -1/+1 |
| | |||||
* | fixed handling of self address messages w/o remoteMsgId | Christian Schneppe | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | do not cross reference bookmarks and conversations | Christian Schneppe | 2018-02-10 | 1 | -2/+1 |
| |