aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* speed up DNSChristian Schneppe2018-09-131-2/+2
* hasInternetConnection() will always return true if type=ethernetChristian Schneppe2018-09-131-1/+1
* listen for Android 6 DND eventsChristian Schneppe2018-09-131-12/+36
* properly clear file adding notification if forground service channel is disabledChristian Schneppe2018-09-131-0/+1
* load contacts and start observer after giving permissionsChristian Schneppe2018-09-131-12/+14
* initial work toward api 26+Christian Schneppe2018-09-131-19/+21
* special treatment for presence errors known to be mucsChristian Schneppe2018-08-301-0/+5
* make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe2018-08-281-0/+4
* store bookmarks in pep if conversion xep is runningChristian Schneppe2018-08-261-102/+150
* some changes in UpdaterChristian Schneppe2018-08-031-10/+9
* call onMessageFound outside sync blockChristian Schneppe2018-08-031-14/+2
* call switchTo(Fore|Back)ground() outside synchronized blockChristian Schneppe2018-08-031-57/+88
* do not call listeners while being synchronized on stanza queueChristian Schneppe2018-07-291-6/+18
* integrated locally message deletion from #208Christian Schneppe2018-07-091-0/+10
* handle non participating mucs a bit betterChristian Schneppe2018-07-091-1/+1
* change listener lock strategieChristian Schneppe2018-07-091-38/+28
* support mam:1Christian Schneppe2018-07-091-3/+3
* add missing importChristian Schneppe2018-07-091-0/+1
* use sets instead of list for listenersChristian Schneppe2018-07-091-57/+90
* persist muc avatar and show in bookmarksChristian Schneppe2018-07-091-7/+11
* restart file observer when permisson are grantedChristian Schneppe2018-07-091-1/+10
* reset subject and name on emptyChristian Schneppe2018-07-091-2/+2
* save name instead of subject in bookmarkChristian Schneppe2018-07-091-1/+14
* refined create conference dialogChristian Schneppe2018-07-091-10/+11
* non functional muc edit buttonChristian Schneppe2018-06-291-8/+0
* do not include white listed domains in room listChristian Schneppe2018-06-291-3/+2
* linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe2018-06-291-0/+11
* use room name (if available and != localpart) as group nameChristian Schneppe2018-06-291-17/+2
* WIP: set room avatar and slight redesign of group detailsChristian Schneppe2018-06-291-9/+66
* catch more exceptions in scheduleWakeUpCallChristian Schneppe2018-06-041-0/+2
* add more logging to setIsInForegroundChristian Schneppe2018-06-011-0/+3
* improve active_since implementation (XEP-0319: Last User Interaction in Prese...Christian Schneppe2018-05-261-1/+10
* add support for S3 file transfersChristian Schneppe2018-05-261-2/+2
* prefetch omemo device lists only if muc has omemo enabledChristian Schneppe2018-05-211-2/+3
* migrate to fcm libraryChristian Schneppe2018-05-211-7/+7
* detect yalp store installsChristian Schneppe2018-05-171-1/+1
* changed jid of push serverChristian Schneppe2018-05-171-1/+1
* add null checkChristian Schneppe2018-05-171-4/+4
* do not include body in simple status updates to not trigger fts updateChristian Schneppe2018-05-171-4/+8
* improved logging for node configuration changeChristian Schneppe2018-05-051-0/+1
* organize listeners in listsChristian Schneppe2018-05-031-141/+80
* do not invoke onPushFailed() on timeoutChristian Schneppe2018-05-021-3/+3
* search term parsing + highlightingChristian Schneppe2018-05-021-1/+1
* very much unoptimized search functionalityChristian Schneppe2018-04-301-5/+21
* fixed caps hash generation for empty form valuesChristian Schneppe2018-04-291-12/+13
* catch dead object exceptions when acquiring wake locksChristian Schneppe2018-04-291-7/+3
* include node when requesting disco featuresChristian Schneppe2018-04-271-15/+19
* display avatar in groupsChristian Schneppe2018-04-271-49/+41
* fixed condition to accept lmc if user reference existsChristian Schneppe2018-04-241-7/+1
* load currently open conversation fasterChristian Schneppe2018-04-241-5/+19