aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-03call switchTo(Fore|Back)ground() outside synchronized blockChristian Schneppe1-57/+88
2018-07-29do not call listeners while being synchronized on stanza queueChristian Schneppe1-6/+18
2018-07-09integrated locally message deletion from #208Christian Schneppe1-0/+10
2018-07-09handle non participating mucs a bit betterChristian Schneppe1-1/+1
2018-07-09change listener lock strategieChristian Schneppe1-38/+28
2018-07-09support mam:1Christian Schneppe1-3/+3
2018-07-09add missing importChristian Schneppe1-0/+1
2018-07-09use sets instead of list for listenersChristian Schneppe1-57/+90
2018-07-09persist muc avatar and show in bookmarksChristian Schneppe1-7/+11
2018-07-09restart file observer when permisson are grantedChristian Schneppe1-1/+10
2018-07-09reset subject and name on emptyChristian Schneppe1-2/+2
2018-07-09save name instead of subject in bookmarkChristian Schneppe1-1/+14
2018-07-09refined create conference dialogChristian Schneppe1-10/+11
2018-06-29non functional muc edit buttonChristian Schneppe1-8/+0
2018-06-29do not include white listed domains in room listChristian Schneppe1-3/+2
2018-06-29linkify subject + open xmpp directly w/o going through start conv activityChristian Schneppe1-0/+11
2018-06-29use room name (if available and != localpart) as group nameChristian Schneppe1-17/+2
2018-06-29WIP: set room avatar and slight redesign of group detailsChristian Schneppe1-9/+66
2018-06-04catch more exceptions in scheduleWakeUpCallChristian Schneppe1-0/+2
2018-06-01add more logging to setIsInForegroundChristian Schneppe1-0/+3
2018-05-26improve active_since implementation (XEP-0319: Last User Interaction in Prese...Christian Schneppe1-1/+10
2018-05-26add support for S3 file transfersChristian Schneppe1-2/+2
2018-05-21prefetch omemo device lists only if muc has omemo enabledChristian Schneppe1-2/+3
2018-05-21migrate to fcm libraryChristian Schneppe1-7/+7
2018-05-17detect yalp store installsChristian Schneppe1-1/+1
2018-05-17changed jid of push serverChristian Schneppe1-1/+1
2018-05-17add null checkChristian Schneppe1-4/+4
2018-05-17do not include body in simple status updates to not trigger fts updateChristian Schneppe1-4/+8
2018-05-05improved logging for node configuration changeChristian Schneppe1-0/+1
2018-05-03organize listeners in listsChristian Schneppe1-141/+80
2018-05-02do not invoke onPushFailed() on timeoutChristian Schneppe1-3/+3
2018-05-02search term parsing + highlightingChristian Schneppe1-1/+1
2018-04-30very much unoptimized search functionalityChristian Schneppe1-5/+21
2018-04-29fixed caps hash generation for empty form valuesChristian Schneppe1-12/+13
2018-04-29catch dead object exceptions when acquiring wake locksChristian Schneppe1-7/+3
2018-04-27include node when requesting disco featuresChristian Schneppe1-15/+19
2018-04-27display avatar in groupsChristian Schneppe1-49/+41
2018-04-24fixed condition to accept lmc if user reference existsChristian Schneppe1-7/+1
2018-04-24load currently open conversation fasterChristian Schneppe1-5/+19
2018-04-22code cleanupChristian Schneppe1-2/+2
2018-04-22only mark visible messages as readChristian Schneppe1-13/+20
2018-04-13persist some muc configurationsChristian Schneppe1-4/+4
2018-04-13end view if conversation was archivedChristian Schneppe1-0/+11
2018-04-13introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe1-0/+2
2018-04-12messages coming from known muc server are treated as muc when creating conver...Christian Schneppe1-4/+1
2018-04-12write roster only for active accountsChristian Schneppe1-1/+1
2018-04-12run roster sync in replacing task managerChristian Schneppe1-1/+4
2018-04-12sync roster to disk after roster pushChristian Schneppe1-32/+29
2018-04-12removed unecessary loggingChristian Schneppe1-1/+0
2018-04-12presist http upload availibilityChristian Schneppe1-264/+177