aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵Christian Schneppe1-4/+1
conversation
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
2018-04-07fix register account checkbox glitchChristian Schneppe1-1/+0
2018-04-07do not highlight users when not participatingChristian Schneppe1-6/+3
2018-04-07return contact and account.getServer() as StringChristian Schneppe1-12/+11
2018-04-03added splash screenChristian Schneppe1-2/+2
2018-04-02migrate to xmpp-addrChristian Schneppe1-102/+102
2018-04-02fixed duplicate file sendingChristian Schneppe1-0/+1
2018-04-01reorder and scroll down after resending a messageChristian Schneppe1-0/+2
2018-04-01fix change password activity for magic created accountsChristian Schneppe1-11/+8
2018-04-01finished 'Set Status Message' dialogChristian Schneppe1-28/+15
2018-04-01delegate mime type from intentChristian Schneppe1-5/+3
2018-04-01removed 'preemptive grant' settingChristian Schneppe1-2/+1
2018-04-01get rid of customizable resourcesChristian Schneppe1-11/+0
2018-04-01don't send messages in callbackChristian Schneppe1-3/+3
2018-03-29redirect on empty conversation listChristian Schneppe1-1/+14
2018-03-12integrate trust manager into conversationsChristian Schneppe1-1/+0
2018-03-08implement multi accounts via expert settingsChristian Schneppe1-0/+4
2018-02-24only explicitly request device list for users not in rosterChristian Schneppe1-1/+5
2018-02-24kill mam query when archiving conversationChristian Schneppe1-0/+1
2018-02-22warn when attempting to write stanza to an unbound streamChristian Schneppe1-1/+1
2018-02-19Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA ↵Christian Schneppe1-3/+3
constant
2018-02-17fix typo in playstore detectionChristian Schneppe1-1/+1
2018-02-10do not cross reference bookmarks and conversationsChristian Schneppe1-5/+8
2018-02-10always persist current nick (in bookmark and database)Christian Schneppe1-7/+16
2018-02-10return to welcome activity after deleting last accountChristian Schneppe1-41/+38
2018-01-29do not explicitly request MAM archive for blocked contactsChristian Schneppe1-42/+43
2018-01-29add snooze button to notificationChristian Schneppe1-0/+12
2018-01-29check if app is installedFromPlayStore and use upcoming playstore site for ↵Christian Schneppe1-0/+18
updates