aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
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 cons...Christian Schneppe1-3/+3
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 up...Christian Schneppe1-0/+18
2018-01-27delegate uri permission to service when processing filesChristian Schneppe1-0/+6
2018-01-27make chat markers opportunistic in private mucsChristian Schneppe1-3/+7
2018-01-27Show toast after destroying group chatChristian Schneppe1-5/+6
2018-01-26add possibility to destroy group chatChristian Schneppe1-6/+38
2018-01-21permanently cache last resolver resultChristian Schneppe1-5/+0
2018-01-21postpone notification actions (mark as read, reply) until after messages are ...Christian Schneppe1-20/+52
2018-01-21disable offline messages. postpone prekey handling until after mam catchupChristian Schneppe1-0/+9
2018-01-17setting room subject also sets room nameChristian Schneppe1-1/+2
2017-12-23use JPEG as file format for avatar and compress to <9400 chars andChristian Schneppe1-22/+15
2017-12-16fixup for pep omemo notification dedupChristian Schneppe1-1/+1