aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (unfollow)
Commit message (Collapse)AuthorFilesLines
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
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
loaded
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
create avatar in background thread
2017-12-16fixup for pep omemo notification dedupChristian Schneppe1-1/+1
2017-12-16support error messages in quick edit dialogChristian Schneppe1-1/+5
2017-11-25make unencrypted chat warning configurable via settingsChristian Schneppe1-0/+4
2017-11-22save full jid when sending in muc. check chat markers against 'sender'Christian Schneppe1-2/+7
2017-11-22send and show read markers in private, non-anonymous groupsChristian Schneppe1-2/+3
2017-11-21excute db read and writes on different threadsChristian Schneppe1-22/+14
2017-11-21trying to catch various dead system exception when scheduling new alarms and ↵Christian Schneppe1-33/+55
such
2017-11-20code refactoring to provide shorter account enabled checkChristian Schneppe1-8/+7
2017-10-29Resync has_enabled_account setting after delete and on startChristian Schneppe1-4/+7
2017-10-06correct hasEnabledAccountsChristian Schneppe1-0/+9
2017-10-06EventReceiver: use setting to store enabled accountsChristian Schneppe1-0/+6
2017-09-24execute video compression on seperate threadChristian Schneppe1-2/+7
2017-09-24give exec resolver a lower priority over reflectionChristian Schneppe1-8/+8
2017-09-19don't change video compression quality for files longer than 8 secondsChristian Schneppe1-2/+2
2017-09-19Don't leave conferences before joinChristian Schneppe1-1/+4
2017-09-18show permanent notification while transcoding videoChristian Schneppe1-113/+22
2017-09-18made video thumbnail available during uploadChristian Schneppe1-0/+1
2017-09-17Foregroundservice can be deactivated in expert options (default = ↵Christian Schneppe1-3/+13
foregroundservice active) Fixes #138
2017-09-17additional null checks around 'read by' intentChristian Schneppe1-2/+7
2017-08-13no automatic reconnect on registration failuresChristian Schneppe1-2/+2
2017-08-13prevent users from editing their account jid after successful loginChristian Schneppe1-0/+3
2017-08-13send unavailable presence before joinChristian Schneppe1-7/+3
2017-08-13do not crash on some very rare loggingChristian Schneppe1-1/+5
2017-08-13some code cleanup and avoid scheduling reconnect task for negative intervalChristian Schneppe1-27/+31
2017-08-01change access model of omemo pep nodes after every publishChristian Schneppe1-3/+3
2017-08-01fetch device ids for muc members w/o known devicesChristian Schneppe1-1/+5
2017-08-01made DNSEC hostname validation opt-inChristian Schneppe1-1/+1