aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-16when setting moderated also set non standard field to not make users particip...Christian Schneppe1-3/+7
2020-02-16some changes to XmppConnectionServiceChristian Schneppe1-20/+19
2020-02-11make colored muc names configurableChristian Schneppe1-0/+4
2020-02-09integrate alternative codec for voice recorder via attachment settingsChristian Schneppe1-0/+4
2020-02-01add ability to reply on private messages in notificationsChristian Schneppe1-2/+12
2020-01-31fix sending uncompressed filesChristian Schneppe1-10/+5
2020-01-31evict cached previews when file gets deletedChristian Schneppe1-0/+9
2020-01-24omemo changes: use 12 byte IV, no longer accept auth tag appended to payloadChristian Schneppe1-2/+2
2020-01-24try to heal Huawei's energy saving methodsChristian Schneppe1-0/+4
2020-01-02don't create conversation while watching ContactDetailsChristian Schneppe1-16/+0
2020-01-02startup performance improvementsChristian Schneppe1-24/+31
2019-12-08only show message deleted if LMC is activatedChristian Schneppe1-1/+2
2019-12-08use current time on resend messageChristian Schneppe1-0/+3
2019-11-16add possibility to block muc user from mucChristian Schneppe1-0/+20
2019-11-15fix duplicate accounts in EnterJidDialogChristian Schneppe1-1/+1
2019-11-15rework no write access hint in moderated public mucsChristian Schneppe1-0/+4
2019-11-04rework message deletionChristian Schneppe1-2/+2
2019-11-03optionally search local muc rooms instead of jabber.networkChristian Schneppe1-6/+7
2019-10-26attempt to fix some rare crashesChristian Schneppe1-2/+6
2019-10-26don’t mark pgp encrypted files received from dino as deletedChristian Schneppe1-0/+7
2019-10-26fix some issuesChristian Schneppe1-0/+6
2019-10-26properly guard bookmarks2 deletionChristian Schneppe1-1/+1
2019-10-26set autojoin=true after following inviteChristian Schneppe1-117/+127
2019-10-26update ui after bookmark changeChristian Schneppe1-0/+10
2019-10-26bookmarks2. introduce #compat namespaceChristian Schneppe1-2/+2
2019-10-26leave/join on bookmark modifactionsChristian Schneppe1-19/+33
2019-10-26Bookmarks2: support retractionChristian Schneppe1-8/+8
2019-10-26support for delete bookmarks2Christian Schneppe1-7/+27
2019-10-26WIP Bookmarks 2 supportChristian Schneppe1-60/+76
2019-10-02Use a more meaningful name for old statusChristian Schneppe1-3/+3
2019-09-29account deletion: only attempt to delete omemo id when connectedChristian Schneppe1-6/+9
2019-09-29delete omemo keys when deleting accountChristian Schneppe1-1/+2
2019-09-20improved logging for messages waiting for joinChristian Schneppe1-8/+23
2019-09-20migrate to AndroidXChristian Schneppe1-4/+4
2019-09-19fixed direct invites after adhocChristian Schneppe1-3/+4
2019-09-19fixed some minor NPEChristian Schneppe1-1/+6
2019-09-19clear notifications when deleting accountChristian Schneppe1-1/+2
2019-09-13keep track of previously edited idsChristian Schneppe1-2/+6
2019-09-09add 1080p as video resolution and set default to 720pChristian Schneppe1-4/+8
2019-09-07improve webpreviews during offline timesChristian Schneppe1-0/+1
2019-09-07send multiple downloads and uploads into queueChristian Schneppe1-0/+2
2019-09-03fix some crashesChristian Schneppe1-33/+41
2019-08-31include pgp sig and status in presence to non anon mucChristian Schneppe1-14/+2
2019-08-31do not put default nick into bookmark if none has been set beforeChristian Schneppe1-5/+12
2019-08-31make config flag for leave before joinChristian Schneppe1-2/+4
2019-08-31make short vibrate in open chat configurable and respect phone silent modeChristian Schneppe1-3/+6
2019-07-17handle blocking and unblocking of full jidsChristian Schneppe1-9/+7
2019-07-03disable muc push on archive instead of leaveChristian Schneppe1-4/+4
2019-07-03correct webpreview cache pathsChristian Schneppe1-4/+3
2019-07-01migrate copy ond write list to synchronized hashset for pending mucsChristian Schneppe1-13/+38