aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* code cleanupChristian Schneppe2018-04-221-2/+2
|
* only mark visible messages as readChristian Schneppe2018-04-221-13/+20
|
* persist some muc configurationsChristian Schneppe2018-04-131-4/+4
|
* end view if conversation was archivedChristian Schneppe2018-04-131-0/+11
|
* introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe2018-04-131-0/+2
|
* messages coming from known muc server are treated as muc when creating ↵Christian Schneppe2018-04-121-4/+1
| | | | conversation
* write roster only for active accountsChristian Schneppe2018-04-121-1/+1
|
* run roster sync in replacing task managerChristian Schneppe2018-04-121-1/+4
|
* sync roster to disk after roster pushChristian Schneppe2018-04-121-32/+29
|
* removed unecessary loggingChristian Schneppe2018-04-121-1/+0
|
* presist http upload availibilityChristian Schneppe2018-04-121-264/+177
|
* fix register account checkbox glitchChristian Schneppe2018-04-071-1/+0
|
* do not highlight users when not participatingChristian Schneppe2018-04-071-6/+3
|
* return contact and account.getServer() as StringChristian Schneppe2018-04-071-12/+11
|
* added splash screenChristian Schneppe2018-04-031-2/+2
|
* migrate to xmpp-addrChristian Schneppe2018-04-021-102/+102
|
* fixed duplicate file sendingChristian Schneppe2018-04-021-0/+1
|
* reorder and scroll down after resending a messageChristian Schneppe2018-04-011-0/+2
|
* fix change password activity for magic created accountsChristian Schneppe2018-04-011-11/+8
|
* finished 'Set Status Message' dialogChristian Schneppe2018-04-011-28/+15
|
* delegate mime type from intentChristian Schneppe2018-04-011-5/+3
|
* removed 'preemptive grant' settingChristian Schneppe2018-04-011-2/+1
|
* get rid of customizable resourcesChristian Schneppe2018-04-011-11/+0
|
* don't send messages in callbackChristian Schneppe2018-04-011-3/+3
|
* redirect on empty conversation listChristian Schneppe2018-03-291-1/+14
|
* integrate trust manager into conversationsChristian Schneppe2018-03-121-1/+0
|
* implement multi accounts via expert settingsChristian Schneppe2018-03-081-0/+4
|
* only explicitly request device list for users not in rosterChristian Schneppe2018-02-241-1/+5
|
* kill mam query when archiving conversationChristian Schneppe2018-02-241-0/+1
|
* warn when attempting to write stanza to an unbound streamChristian Schneppe2018-02-221-1/+1
|
* Namespace: Add constant for 'jabber:x:data' & Make use of Namespace.DATA ↵Christian Schneppe2018-02-191-3/+3
| | | | constant
* fix typo in playstore detectionChristian Schneppe2018-02-171-1/+1
|