aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger/Config.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-03-26make image compression configurableChristian Schneppe1-2/+0
2017-03-17reduce avatar sizes because of problemsChristian Schneppe1-3/+1
2017-02-22rethink mam catchup strategiesChristian Schneppe1-2/+2
2017-02-08only store messages up to a length of 1M charsChristian Schneppe1-0/+1
2017-01-29configurable local message retention period.Christian Schneppe1-0/+2
2017-01-29change video filename and lower bitrate for smaller filesChristian Schneppe1-0/+2
2017-01-25reworked videocompressionChristian Schneppe1-4/+0
2017-01-14treat omemo keys >= 32 bytes as containing auth tag. add config flag to put ↵Christian Schneppe1-0/+1
auth tag in key
2017-01-09changed some config variablesChristian Schneppe1-3/+3
2017-01-05get rid of unecessary config debug paramater that has been replaced by ↵Christian Schneppe1-2/+0
exepert setting
2017-01-02increase image size to match 4K UHDChristian Schneppe1-1/+1
2016-12-25added omemo padding but disabled by Config.java flagChristian Schneppe1-0/+1
2016-12-25disable removing of broken devices by defaultChristian Schneppe1-0/+1
2016-12-24improve video compression qualityChristian Schneppe1-1/+1
2016-11-24don't use OpenPGP and OTRChristian Schneppe1-1/+1
2016-11-20remove omemo devices from annoucement after 7 days of inactivityChristian Schneppe1-3/+4
2016-11-19reformat codeChristian Schneppe1-1/+1
2016-11-19optimize importsChristian Schneppe1-2/+0
2016-11-11brought restart threshold down to 8 times in 8hChristian Schneppe1-2/+2
2016-11-10always encrypt one to one chats as defaultChristian Schneppe1-1/+1
2016-11-08added missing variablesChristian Schneppe1-0/+3
2016-11-07removed unnecessary push_modeChristian Schneppe1-2/+0
2016-10-26introduced low ping timeout mode after gcm pushChristian Schneppe1-0/+1
2016-10-18optimize PNG filesChristian Schneppe1-1/+1
2016-10-18use build flavor open for unbind app versionChristian Schneppe1-4/+3
2016-10-08increase refresh ui intervallChristian Schneppe1-1/+1
2016-10-08reformat config.javaChristian Schneppe1-121/+119
2016-09-25add actionbar item to report an issue via support conferenceChristian Schneppe1-1/+2
2016-09-17increase video size for compression from 5 to 10 MiBChristian Schneppe1-1/+1
2016-09-07ordered config a bitChristian Schneppe1-3/+5
2016-09-06detect video aspect ratio for compressionChristian Schneppe1-1/+2
2016-08-30make bitrate configurable via config.javaChristian Schneppe1-1/+2
2016-08-28compress videos bigger than 10 MB before sendingChristian Schneppe1-1/+1
2016-08-11close tcp connection after 30s of inactivity when in push_modeDaniel Gultsch1-1/+4
2016-08-09reworked backup serviceChristian Schneppe1-1/+5
* automatically save database encrypted to local storage at 4 am each day * run backup import in new thread
2016-07-29changed package id inside manifest and projectChristian Schneppe1-2/+2
2016-07-02code cleanupChristian Schneppe1-1/+0
2016-06-12parse real jid from muc mam messages. (disabled)Daniel Gultsch1-0/+2
parsing this is dangerous if server doesn't filter properly thus it is disabled in config
2016-06-05log all background stanzas when background logging is enabledDaniel Gultsch1-1/+1
2016-06-02Share link to invite user to start over with Pix-Art MessengerChristian Schneppe1-0/+2
2016-06-02make grace period configurableDaniel Gultsch1-1/+0
2016-06-01change AppUpdate URLChristian Schneppe1-1/+1
2016-05-29Revert "always notify by default in conferences"Daniel Gultsch1-0/+2
This reverts commit e9494af098e6d3dad4f0a5328ae7342664ce853c. Now that new conferences are private by default this setting makes more sense
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 ↵Daniel Gultsch1-1/+1
conversations adapter
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-22don't make OMEMO defaultChristian Schneppe1-1/+3
2016-05-21disable stanza loggingDaniel Gultsch1-1/+1