aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2019-07-01rate limit muc pings / joins. never run two pings at same timeChristian Schneppe1-4/+26
2019-07-01attempt to unregister when receiving push for channel no longer joinedChristian Schneppe1-3/+24
2019-07-01implement FCM push for group chatsChristian Schneppe1-7/+13
2019-07-01code cleanup & small fixesChristian Schneppe1-11/+10
2019-06-27catch NPEChristian Schneppe1-15/+22
2019-06-25implement client support for muc pushChristian Schneppe1-0/+35
2019-06-25show taken time for deleted webpreview cacheChristian Schneppe1-1/+2
2019-06-23catch NPEChristian Schneppe1-0/+3
2019-06-22change behavior of unencrypted chats warningChristian Schneppe1-2/+1
2019-06-22performance improvement of message expiryChristian Schneppe1-3/+9
2019-06-21shedule webpreview cache deletionChristian Schneppe1-0/+20
2019-06-20show own account in chatlist/contacts/conferences if you are in multi account...Christian Schneppe1-0/+5
2019-06-20attempt to keep messages waiting until muc is connectedChristian Schneppe1-3/+22
2019-06-18self ping (xep-0410) after receiving invite to mucChristian Schneppe1-2/+22
2019-06-17don’t crash when attempting to publish bookmarks while offlineChristian Schneppe1-1/+2
2019-05-18performance improvementsChristian Schneppe1-14/+18
2019-05-03introduced type private_file_message to handle attachments in PMsChristian Schneppe1-8/+14
2019-04-28added Tor support to channel searchChristian Schneppe1-0/+5
2019-04-26implement channel discoveryChristian Schneppe1-2/+14