aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
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 = foregrounds...Christian Schneppe1-3/+13
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
2017-08-01update datebubblesChristian Schneppe1-1/+1
2017-08-01do not keep files in waiting when file size exceeds http upload limit in groupsChristian Schneppe1-0/+3
2017-08-01refactored retrieval of default preferencesChristian Schneppe1-19/+29
2017-08-01put settings defaults into resource fileChristian Schneppe1-23/+23
2017-08-01add publish-options helper classChristian Schneppe1-0/+4
2017-08-01use DND instead of XA when phone is silentChristian Schneppe1-6/+6
2017-06-24upgrade minidns. refactored dns utilsChristian Schneppe1-0/+2
2017-06-11make launching app shortcuts work with disabled accountsChristian Schneppe1-1/+1
2017-06-01fix NPE when bookmark jid is null on creating suggestionsChristian Schneppe1-1/+2
2017-05-31add the 4 most frequently contacted contacts as app shortcutsChristian Schneppe1-4/+12
2017-05-19fall back to jingle only in 1:1Christian Schneppe1-1/+2
2017-05-17use mam reference instead of timestampChristian Schneppe1-6/+11
2017-05-10set catchup flag on mam only when doing thatChristian Schneppe1-2/+2
2017-05-09suggest bookmarked conferences servers in join conference dialogChristian Schneppe1-0/+6
2017-05-09don't load signed prekeys on startupChristian Schneppe1-3/+11
2017-05-09send read marker after reading message in android autoChristian Schneppe1-1/+1
2017-04-26while restoring state deal with conversations that don't have accountsChristian Schneppe1-2/+8
2017-04-26send pgp signature when creating ad hoc conferencesChristian Schneppe1-1/+1
2017-04-21Add Android Auto support to notificationsChristian Schneppe1-0/+4
2017-04-18hide resend button if file is smaller than AutoAcceptFileSize…Christian Schneppe1-2/+1
2017-04-18reused code to retrieve AutoAcceptFileSize for AutoResendChristian Schneppe1-19/+1
2017-04-16show 'try again' button when remote server wasn't found in previously active mucChristian Schneppe1-0/+1
2017-04-13use async message loading only when called from UIChristian Schneppe1-9/+14
2017-04-13Optimized imports from entire projectChristian Schneppe1-6/+1
2017-03-26make image compression configurableChristian Schneppe1-0/+26