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