aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/services/XmppConnectionService.java (unfollow)
Commit message (Expand)AuthorFilesLines
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
2017-03-23rework last activity logic to something that should work pretty well …Christian Schneppe1-2/+2
2017-03-14update shortcutbadger asyncChristian Schneppe1-9/+20
2017-03-14don't open conversation when opening contact detailsChristian Schneppe1-0/+55
2017-03-11rename media directoriesChristian Schneppe1-0/+1
2017-03-11send and parse Chat States to and from conferencesChristian Schneppe1-1/+5
2017-03-09set last clear date to time of last messageChristian Schneppe1-1/+7
2017-03-09closing the corresponding conversations after blocking a contactChristian Schneppe1-1/+31
2017-03-09extract stanza-id from muc reflectionsChristian Schneppe1-1/+4
2017-03-05change bitrate with video quality settings tooChristian Schneppe1-2/+15
2017-03-04make video resolution configurableChristian Schneppe1-1/+14
2017-03-04rename the Xmlns class to NamespaceChristian Schneppe1-7/+6
2017-03-04make x509 verification node world readableChristian Schneppe1-11/+38
2017-02-22send 'online' presences also while typing a messageChristian Schneppe1-1/+1
2017-02-22Fix a typo in legacyChristian Schneppe1-3/+3
2017-02-22migrate domain and host exemption into seperate classChristian Schneppe1-3/+4
2017-02-22npe checksChristian Schneppe1-1/+4
2017-02-22bump mam namespaceChristian Schneppe1-2/+3
2017-02-22rethink mam catchup strategiesChristian Schneppe1-7/+12
2017-02-15don't delete chats after restart / reconnectChristian Schneppe1-0/+1
2017-02-14fixed adhoc conference creation behaviour. properly show errorsChristian Schneppe1-3/+6
2017-02-12don't compress videos if they are in our files directoryChristian Schneppe1-3/+7
2017-02-10clear avatar cache when system name changesChristian Schneppe1-4/+6
2017-02-09also try to resend failed uploads while sending pingChristian Schneppe1-0/+7
2017-02-09resend failed uploads automatically if filesize smaller than configured AutoA...Christian Schneppe1-0/+33
2017-02-08support aesgcm:// style urlsChristian Schneppe1-0/+6
2017-02-08fixed scrolling and async loading of message of new conversation startChristian Schneppe1-13/+25