aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* preview media before sending them and allow sharing and attaching of ↵Christian Schneppe2018-09-231-5/+0
| | | | multiple files
* removed global notifications switchChristian Schneppe2018-09-131-12/+0
|
* initial work toward api 26+Christian Schneppe2018-09-131-0/+14
| | | | | * introduce notification channels * always use foreground service on 26+
* make QUICK_SHARE_ATTACHMENT_CHOICE configurableChristian Schneppe2018-08-281-0/+5
|
* add a quick action for voice recordingChristian Schneppe2018-08-051-0/+5
| | | | | * is enabled as default * can be disabled in settings
* Added expert setting for direct searchChristian Schneppe2018-06-161-0/+5
|
* made font size selectableChristian Schneppe2018-04-231-5/+7
|
* more theme workingChristian Schneppe2018-04-211-31/+33
|
* introduced tri state omemo setting (off by default, on by default, always)Christian Schneppe2018-04-131-0/+7
|
* replace deprecated action bar with toolbarChristian Schneppe2018-04-111-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
* more dark theme changesChristian Schneppe2018-04-071-1/+1
|
* calculate automatic timeout labels dynamicallyChristian Schneppe2018-04-011-3/+1
|
* introduced setting to not scroll down after sending a messageChristian Schneppe2018-04-011-0/+5
|
* removed 'preemptive grant' settingChristian Schneppe2018-04-011-6/+3
|
* get rid of customizable resourcesChristian Schneppe2018-04-011-7/+0
|
* fixed crash in settingsChristian Schneppe2018-03-211-2/+2
|
* rewrite how preference screens are invokvedChristian Schneppe2018-03-121-0/+16
|
* implement multi accounts via expert settingsChristian Schneppe2018-03-081-0/+5
|
* direct link from settings to huaweis protected appsChristian Schneppe2018-01-291-1/+10
|
* add ability to use system emojis instead of integrated ones via expert settingsChristian Schneppe2017-11-291-0/+5
|
* make unencrypted chat warning configurable via settingsChristian Schneppe2017-11-251-0/+5
|
* bring back quick share (default off)Christian Schneppe2017-11-231-0/+5
|
* Foregroundservice can be deactivated in expert options (default = ↵Christian Schneppe2017-09-171-0/+5
| | | | | | foregroundservice active) Fixes #138
* made DNSEC hostname validation opt-inChristian Schneppe2017-08-011-0/+5
|
* put settings defaults into resource fileChristian Schneppe2017-08-011-35/+35
|
* use DND instead of XA when phone is silentChristian Schneppe2017-08-011-7/+7
|
* Added preference to control Heads-up NotificationsChristian Schneppe2017-06-251-0/+6
|
* show extended connection settings in expert settings for open versionChristian Schneppe2017-04-261-0/+5
|
* make contacts status color configurableChristian Schneppe2017-04-131-0/+5
|
* make image compression configurableChristian Schneppe2017-03-261-4/+4
|
* open version can use tor networks (via settings)Christian Schneppe2017-03-241-0/+9
|
* make auto media rotation in fullscreen configurableChristian Schneppe2017-03-241-0/+5
|
* set default for videocompression correctlyChristian Schneppe2017-03-151-1/+1
|
* do not notify for messages from strangers by defaultChristian Schneppe2017-03-091-0/+6
|
* make video resolution configurableChristian Schneppe2017-03-041-0/+7
|
* changed default setting for enter_is_send on devices with keyboardChristian Schneppe2017-03-041-1/+1
|
* make max brightness in fullscreen configurableChristian Schneppe2017-02-221-0/+5
| | | | fixes #105
* configurable local message retention period.Christian Schneppe2017-01-291-5/+7
|
* delete unused resourcesChristian Schneppe2017-01-251-8/+1
|
* introduced blind trust before verification modeChristian Schneppe2016-11-241-0/+5
| | | | read more about the concept on https://gultsch.de/trust.html
* reformat codeChristian Schneppe2016-11-191-2/+2
|
* set preference switch to enable, disable or do automatic video compressionChristian Schneppe2016-11-191-1/+8
| | | | | | automatic = SDK >= Lollipop & video size >= 10 MB (default) never = never compress videos always = SDK >= Lollipop
* use tablet or phone as default resourceChristian Schneppe2016-10-081-1/+1
|
* simplified code that invokes the export logs serviceChristian Schneppe2016-09-281-1/+1
|
* expert 'setting' to remove omemo identityChristian Schneppe2016-09-281-0/+4
|
* added missing and changed some stringsChristian Schneppe2016-09-241-3/+3
|
* set different auto download filesizes for wifi, mobile, roamingChristian Schneppe2016-09-241-3/+17
| | | | | | | defaults: * wifi = 10 MiB * mobile = 256 KiB * roaming = 1 Byte
* code cleanupChristian Schneppe2016-09-031-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.
* make 'record voice' as default quick actionChristian Schneppe2016-09-021-1/+1
|
* make human readable logs export optional and false as defaultChristian Schneppe2016-08-131-5/+11
|