aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/Config.java (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-23configurable local message retention period. (untested)Daniel Gultsch1-0/+2
2017-01-20disable automatic foreground enabler. fixes #2239Daniel Gultsch1-1/+1
2017-01-09treat omemo keys >= 32 bytes as containing auth tag. add config flag to put a...Daniel Gultsch1-0/+1
2016-12-30get rid of unecessary config debug paramater that has been replaced by exeper...Daniel Gultsch1-2/+0
2016-12-20added omemo padding but disabled by Config.java flagDaniel Gultsch1-0/+1
2016-12-18disable removing of broken devices by defaultDaniel Gultsch1-0/+2
2016-12-02default using internal storage to falseDaniel Gultsch1-1/+1
2016-11-19remove omemo devices from annoucement after 7 days of inactivityDaniel Gultsch1-1/+4
2016-11-14increase restart thresholdDaniel Gultsch1-2/+2
2016-11-08brought restart threshold down to 8 times in 8hDaniel Gultsch1-2/+2
2016-11-08add frequent restart detectionDaniel Gultsch1-0/+3
2016-11-08Private files using a boolean flag from Config.java.Ignacio Quezada1-0/+2
2016-11-02removed unnecessary push_modeDaniel Gultsch1-5/+0
2016-10-20introduced low ping timeout mode after gcm pushDaniel Gultsch1-0/+1
2016-08-09close tcp connection after 30s of inactivity when in push_modeDaniel Gultsch1-1/+4
2016-06-29don't show 'disable foreground service' button. fixes #1933Daniel Gultsch1-1/+1
2016-06-12parse real jid from muc mam messages. (disabled)Daniel Gultsch1-0/+2
2016-06-05log all background stanzas when background logging is enabledDaniel Gultsch1-1/+1
2016-06-02make grace period configurableDaniel Gultsch1-1/+0
2016-05-29Revert "always notify by default in conferences"Daniel Gultsch1-0/+2
2016-05-29show in ui when text was shortenedDaniel Gultsch1-1/+1
2016-05-28limit text size in message adapter to 2k and also limit text size in conversa...Daniel Gultsch1-1/+1
2016-05-28only rendering first 5k chars of each messageDaniel Gultsch1-0/+2
2016-05-28added idle ping in 10min intervalsDaniel Gultsch1-0/+1
2016-05-28put bug report jid in config. include package signature in reportDaniel Gultsch1-0/+2
2016-05-21disable stanza loggingDaniel Gultsch1-1/+1
2016-05-19resetting fetch status error when mutual subscription is reestablishedshow_members_in_conferenceDaniel Gultsch1-1/+1
2016-05-15log incoming iq requestsDaniel Gultsch1-0/+1
2016-05-02show only username when registering account with magic createDaniel Gultsch1-1/+1
2016-04-28don't request disco from selfDaniel Gultsch1-2/+0
2016-04-27removed unused config variablesDaniel Gultsch1-6/+0
2016-04-19added magic create welcome screenDaniel Gultsch1-0/+1
2016-04-14always notify by default in conferencesDaniel Gultsch1-2/+0
2016-04-13create Config varibale to show the disable foreground service buttonDaniel Gultsch1-0/+1
2016-03-01removed unused config variableDaniel Gultsch1-4/+0
2016-02-27changed single_account config into more simple lock_settingsDaniel Gultsch1-1/+1
2016-02-24hide add account icons when single_account is set to trueDaniel Gultsch1-1/+2
2016-02-24optionally lock conference domains as well and hide known domains in uiDaniel Gultsch1-0/+4
2016-02-24made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch1-2/+32
2016-02-14optional mode to close tcp connection when going into backgroundDaniel Gultsch1-0/+2
2016-02-12client side support for XEP-0357: Push NotificationsDaniel Gultsch1-1/+0
2016-02-03refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch1-0/+2
2016-01-22added config variable to allow non-tls connectionsDaniel Gultsch1-1/+2
2016-01-09automatically adjust image compression to keep files under 512MiBDaniel Gultsch1-0/+1
2016-01-08added Config.java variable to change the default notification behaviour to al...Daniel Gultsch1-0/+2
2015-12-15timeout service discovery after 20sDaniel Gultsch1-0/+1
2015-12-14default force encryption to falseDaniel Gultsch1-1/+1
2015-12-14splite PARANOIA_MODE into three different optionsDaniel Gultsch1-1/+3
2015-12-10disable sm loggingDaniel Gultsch1-5/+1
2015-12-03enabled previously disabled http uploadDaniel Gultsch1-1/+1