aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-31add activity to define some important privacy settings on first startChristian Schneppe1-4/+10
2019-03-06try to catch some NPEChristian Schneppe1-1/+6
2019-02-21Deduplicate presencesChristian Schneppe1-3/+0
2019-02-18fix some more NPEsChristian Schneppe1-1/+1
2019-02-18after switching from forced foreground to foreground notification needs updateChristian Schneppe1-2/+9
2019-02-09use the term channel in destroy dialog and some other stringsChristian Schneppe1-23/+17
2019-02-08hide lock icon in channels; modify muc user contextChristian Schneppe1-6/+7
2019-02-07show different room settings for channels and groupsChristian Schneppe1-0/+5
2019-02-07provide the same fab submenu for both tabs. rename tab to bookmarkChristian Schneppe1-4/+29
2019-02-04remove warning messages for kick after ban failing. on modern servers ban is ...Christian Schneppe1-16/+4
2019-02-04schedule another ping 30s after connectivity_changeChristian Schneppe1-3/+29
2019-01-27scan all files in case some files were previously marked as deleted by accidentChristian Schneppe1-9/+21
2019-01-26fix crash while onTaskRemovedChristian Schneppe1-7/+9
2019-01-25resend presence to muc avatar updateChristian Schneppe1-49/+72
2019-01-25provide Set as Profile intentChristian Schneppe1-2/+18
2019-01-25explicitly start service (instead of just bind) service from contact chooserChristian Schneppe1-0/+1
2019-01-25stop file watching when service has been destroyedChristian Schneppe1-2/+12
2019-01-25maintain order of conversations in share with dialogChristian Schneppe1-3/+27
2019-01-25mark deleted files in database and not query them when querying for mediaChristian Schneppe1-34/+31
2019-01-24remove deprecated instanceIdServiceChristian Schneppe1-1/+1
2019-01-03introduced 'original' as video and image quality and do not ignorer errorChristian Schneppe1-0/+8
2019-01-03rename functions and variables for room destructionChristian Schneppe1-12/+11
2019-01-03archive destoryed mucs when registering that bookmark has been removedChristian Schneppe1-2/+13
2018-12-15synchronize join/leaves with bookmarksChristian Schneppe1-7/+29
2018-12-14fixed dead lock when sending pgp messages from quick replyChristian Schneppe1-2/+0
2018-12-14show warning snackbar before joining anon-non-private roomChristian Schneppe1-0/+5
2018-12-14check mam preference for mam:2 namespace and purge offline only if setChristian Schneppe1-1/+1
2018-11-30fixed cache cleaning of muc avatarsChristian Schneppe1-1/+4
2018-11-30set access model to open when publishing avatarChristian Schneppe1-21/+62
2018-11-30run expireOldMessages in background taskChristian Schneppe1-4/+9
2018-11-23catch a few run time exceptions related to androids life cycle mgmtChristian Schneppe1-8/+11
2018-11-23provide option to reject subscription request when long pressing 'allow'Christian Schneppe1-5/+7
2018-11-23use startForegroundService compat from push message receiverChristian Schneppe1-1/+10
2018-11-23use display name to generate own avatarChristian Schneppe1-0/+1
2018-11-23do not update foreground notification on error if it wasn’t enabledChristian Schneppe1-0/+4
2018-11-23fixed race condition that prevented bookmark nick to be usedChristian Schneppe1-4/+6
2018-11-23added interface to edit nickChristian Schneppe1-10/+21
2018-11-23add suggested contacts to roster on first messageChristian Schneppe1-0/+7
2018-11-23always do contact sync in backgroundChristian Schneppe1-1/+1
2018-11-23suggest sync on loginChristian Schneppe1-0/+1
2018-11-23use inContactList() instead inRoster() in the proper placesChristian Schneppe1-1/+1
2018-11-23added count down latch to await account connect before going into publish pro...Christian Schneppe1-0/+3
2018-11-23refresh contacts when opening StartConversationsActivityChristian Schneppe1-0/+4
2018-11-23basic phone number syncChristian Schneppe1-7/+3
2018-11-23refactored phone contact loading in preperation for syncChristian Schneppe1-38/+30
2018-11-15refactored some ManageAccount, WelcomeActivity and a few other thingsChristian Schneppe1-12/+0
2018-11-11try to fix failing backups in multiaccount modeChristian Schneppe1-1/+1
2018-10-24try to catch a NPE on iterator.removeChristian Schneppe1-3/+7
2018-10-20fixed cache cleaning cleaning all confercenes instead of where contact isChristian Schneppe1-2/+1
2018-10-20catch exception if Conscrypt could not be initialized and use tls 1.2Christian Schneppe1-1/+5