aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/Config.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* configurable local message retention period. (untested)Daniel Gultsch2017-01-231-0/+2
|
* disable automatic foreground enabler. fixes #2239Daniel Gultsch2017-01-201-1/+1
|
* treat omemo keys >= 32 bytes as containing auth tag. add config flag to put ↵Daniel Gultsch2017-01-091-0/+1
| | | | auth tag in key
* get rid of unecessary config debug paramater that has been replaced by ↵Daniel Gultsch2016-12-301-2/+0
| | | | exepert setting
* added omemo padding but disabled by Config.java flagDaniel Gultsch2016-12-201-0/+1
|
* disable removing of broken devices by defaultDaniel Gultsch2016-12-181-0/+2
|
* default using internal storage to falseDaniel Gultsch2016-12-021-1/+1
|
* Merge branch 'master' of https://github.com/Fenisu/Conversations into ↵Daniel Gultsch2016-12-021-0/+2
|\ | | | | | | Fenisu-master
| * Private files using a boolean flag from Config.java.Ignacio Quezada2016-11-081-0/+2
| |
* | remove omemo devices from annoucement after 7 days of inactivityDaniel Gultsch2016-11-191-1/+4
| |
* | increase restart thresholdDaniel Gultsch2016-11-141-2/+2
| |
* | brought restart threshold down to 8 times in 8hDaniel Gultsch2016-11-081-2/+2
| |
* | add frequent restart detectionDaniel Gultsch2016-11-081-0/+3
| |
* | removed unnecessary push_modeDaniel Gultsch2016-11-021-5/+0
| |
* | introduced low ping timeout mode after gcm pushDaniel Gultsch2016-10-201-0/+1
|/
* close tcp connection after 30s of inactivity when in push_modeDaniel Gultsch2016-08-091-1/+4
|
* don't show 'disable foreground service' button. fixes #1933Daniel Gultsch2016-06-291-1/+1
|
* parse real jid from muc mam messages. (disabled)Daniel Gultsch2016-06-121-0/+2
| | | | | parsing this is dangerous if server doesn't filter properly thus it is disabled in config
* log all background stanzas when background logging is enabledDaniel Gultsch2016-06-051-1/+1
|
* make grace period configurableDaniel Gultsch2016-06-021-1/+0
|
* Revert "always notify by default in conferences"Daniel Gultsch2016-05-291-0/+2
| | | | | | This reverts commit e9494af098e6d3dad4f0a5328ae7342664ce853c. Now that new conferences are private by default this setting makes more sense
* show in ui when text was shortenedDaniel Gultsch2016-05-291-1/+1
|
* limit text size in message adapter to 2k and also limit text size in ↵Daniel Gultsch2016-05-281-1/+1
| | | | conversations adapter
* only rendering first 5k chars of each messageDaniel Gultsch2016-05-281-0/+2
|
* added idle ping in 10min intervalsDaniel Gultsch2016-05-281-0/+1
|
* put bug report jid in config. include package signature in reportDaniel Gultsch2016-05-281-0/+2
|
* disable stanza loggingDaniel Gultsch2016-05-211-1/+1
|
* resetting fetch status error when mutual subscription is reestablishedshow_members_in_conferenceDaniel Gultsch2016-05-191-1/+1
|
* log incoming iq requestsDaniel Gultsch2016-05-151-0/+1
|
* show only username when registering account with magic createDaniel Gultsch2016-05-021-1/+1
|
* don't request disco from selfDaniel Gultsch2016-04-281-2/+0
|
* removed unused config variablesDaniel Gultsch2016-04-271-6/+0
|
* added magic create welcome screenDaniel Gultsch2016-04-191-0/+1
|
* always notify by default in conferencesDaniel Gultsch2016-04-141-2/+0
|
* create Config varibale to show the disable foreground service buttonDaniel Gultsch2016-04-131-0/+1
|
* removed unused config variableDaniel Gultsch2016-03-011-4/+0
|
* changed single_account config into more simple lock_settingsDaniel Gultsch2016-02-271-1/+1
|
* hide add account icons when single_account is set to trueDaniel Gultsch2016-02-241-1/+2
|
* optionally lock conference domains as well and hide known domains in uiDaniel Gultsch2016-02-241-0/+4
|
* made hard coded choice for encryptions more flexible and disable parsingDaniel Gultsch2016-02-241-2/+32
|
* optional mode to close tcp connection when going into backgroundDaniel Gultsch2016-02-141-0/+2
| | | | acts only when push is available. disable all non-push accounts to test properly
* client side support for XEP-0357: Push NotificationsDaniel Gultsch2016-02-121-1/+0
|
* refactored disco cache. avoid making duplicate call. check hashDaniel Gultsch2016-02-031-0/+2
|
* added config variable to allow non-tls connectionsDaniel Gultsch2016-01-221-1/+2
|
* automatically adjust image compression to keep files under 512MiBDaniel Gultsch2016-01-091-0/+1
|
* added Config.java variable to change the default notification behaviour to ↵Daniel Gultsch2016-01-081-0/+2
| | | | always
* timeout service discovery after 20sDaniel Gultsch2015-12-151-0/+1
|
* default force encryption to falseDaniel Gultsch2015-12-141-1/+1
|
* splite PARANOIA_MODE into three different optionsDaniel Gultsch2015-12-141-1/+3
|
* disable sm loggingDaniel Gultsch2015-12-101-5/+1
|