aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-23made font size selectableChristian Schneppe1-5/+7
2018-04-21more theme workingChristian Schneppe1-31/+33
2018-04-13introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe1-0/+7
2018-04-11replace deprecated action bar with toolbarChristian Schneppe1-0/+40
* replace deprecated action bar with toolbar * add toolbar support in each activity * remove redundant themes made earlier * add configure action bar method in xmpp activity * remove android namespace from actionmodeoverlay * solve bug of scrolling toolbar
2018-04-07more dark theme changesChristian Schneppe1-1/+1
2018-04-01calculate automatic timeout labels dynamicallyChristian Schneppe1-3/+1
2018-04-01introduced setting to not scroll down after sending a messageChristian Schneppe1-0/+5
2018-04-01removed 'preemptive grant' settingChristian Schneppe1-6/+3
2018-04-01get rid of customizable resourcesChristian Schneppe1-7/+0
2018-03-21fixed crash in settingsChristian Schneppe1-2/+2
2018-03-12rewrite how preference screens are invokvedChristian Schneppe1-0/+16
2018-03-08implement multi accounts via expert settingsChristian Schneppe1-0/+5
2018-01-29direct link from settings to huaweis protected appsChristian Schneppe1-1/+10
2017-11-29add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe1-0/+5
2017-11-25make unencrypted chat warning configurable via settingsChristian Schneppe1-0/+5
2017-11-23bring back quick share (default off)Christian Schneppe1-0/+5
2017-09-17Foregroundservice can be deactivated in expert options (default = ↵Christian Schneppe1-0/+5
foregroundservice active) Fixes #138
2017-08-01made DNSEC hostname validation opt-inChristian Schneppe1-0/+5
2017-08-01put settings defaults into resource fileChristian Schneppe1-35/+35
2017-08-01use DND instead of XA when phone is silentChristian Schneppe1-7/+7
2017-06-25Added preference to control Heads-up NotificationsChristian Schneppe1-0/+6
2017-04-26show extended connection settings in expert settings for open versionChristian Schneppe1-0/+5
2017-04-13make contacts status color configurableChristian Schneppe1-0/+5
2017-03-26make image compression configurableChristian Schneppe1-4/+4
2017-03-24open version can use tor networks (via settings)Christian Schneppe1-0/+9
2017-03-24make auto media rotation in fullscreen configurableChristian Schneppe1-0/+5
2017-03-15set default for videocompression correctlyChristian Schneppe1-1/+1
2017-03-09do not notify for messages from strangers by defaultChristian Schneppe1-0/+6
2017-03-04make video resolution configurableChristian Schneppe1-0/+7
2017-03-04changed default setting for enter_is_send on devices with keyboardChristian Schneppe1-1/+1
2017-02-22make max brightness in fullscreen configurableChristian Schneppe1-0/+5
fixes #105
2017-01-29configurable local message retention period.Christian Schneppe1-5/+7
2017-01-25delete unused resourcesChristian Schneppe1-8/+1
2016-11-24introduced blind trust before verification modeChristian Schneppe1-0/+5
read more about the concept on https://gultsch.de/trust.html
2016-11-19reformat codeChristian Schneppe1-2/+2
2016-11-19set preference switch to enable, disable or do automatic video compressionChristian Schneppe1-1/+8
automatic = SDK >= Lollipop & video size >= 10 MB (default) never = never compress videos always = SDK >= Lollipop
2016-10-08use tablet or phone as default resourceChristian Schneppe1-1/+1
2016-09-28simplified code that invokes the export logs serviceChristian Schneppe1-1/+1
2016-09-28expert 'setting' to remove omemo identityChristian Schneppe1-0/+4
2016-09-24added missing and changed some stringsChristian Schneppe1-3/+3
2016-09-24set different auto download filesizes for wifi, mobile, roamingChristian Schneppe1-3/+17
defaults: * wifi = 10 MiB * mobile = 256 KiB * roaming = 1 Byte
2016-09-03code cleanupChristian Schneppe1-1/+1
Revert "don't set attach video as quick action" This reverts commit befcebb309daba9bb8afa453897debd89ba3f014. Revert "make 'record voice' as default quick action" This reverts commit 3cd7a1124c78da4d44c7d6ccadc4d2e379323486. Revert "keep CPU awake while compressing video" This reverts commit 0a22bd7bfb12a58b4de57490ef43bfe91c334689. Revert "revert 0a22bd7bfb12a58b4de57490ef43bfe91c334689" This reverts commit 7c4ad375806a704b44e6b5134fd25615cec2a71d.
2016-09-02make 'record voice' as default quick actionChristian Schneppe1-1/+1
2016-08-13make human readable logs export optional and false as defaultChristian Schneppe1-5/+11
2016-07-29changed package id inside manifest and projectChristian Schneppe1-4/+4
2016-06-04change default resource to mobileChristian Schneppe1-1/+1
2016-06-04opt-in to send last userinteraction in presenceDaniel Gultsch1-7/+10
2016-06-02make grace period configurableDaniel Gultsch1-18/+27
2016-05-28set some default settingsChristian Schneppe1-7/+1
2016-05-16refactored preference screenChristian Schneppe1-164/+159