aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/defaults.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-09-20 17:31:27 +0200
committerChristian Schneppe <christian@pix-art.de>2019-09-20 17:34:00 +0200
commite0989e7a82f65c32d655db266f67fcdc90dba77b (patch)
treeb1b3ca8875f3c00eb1cd1af0b2921349c8166189 /src/main/res/values/defaults.xml
parent639f3c485bac93721db994339e4624b4e12e4f5f (diff)
replace YouTube links with Invidious links
increases privacy and is configurable via preferences
Diffstat (limited to 'src/main/res/values/defaults.xml')
-rw-r--r--src/main/res/values/defaults.xml29
1 files changed, 15 insertions, 14 deletions
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml
index 0892b0c63..137a3541c 100644
--- a/src/main/res/values/defaults.xml
+++ b/src/main/res/values/defaults.xml
@@ -58,26 +58,17 @@
\n\nhttps://github.com/PonnamKarthik/RichLinkPreview\n(Apache License, Version 2.0)
</string>
- <string name="default_resource" translatable="false">Phone</string>
<bool name="portrait_only">true</bool>
<bool name="enter_is_send">false</bool>
<bool name="dnd_on_silent_mode">false</bool>
<bool name="treat_vibrate_as_silent">false</bool>
- <integer name="auto_accept_filesize_wifi">10485760</integer>
- <integer name="auto_accept_filesize_mobile">524288</integer>
- <integer name="auto_accept_filesize_roaming">0</integer>
<bool name="vibrate_on_notification">true</bool>
<bool name="led">true</bool>
- <string name="notification_ringtone">content://settings/system/notification_sound</string>
<bool name="notifications_from_strangers">true</bool>
<bool name="headsup_notifications">true</bool>
<bool name="enable_quiet_hours">false</bool>
<bool name="manually_change_presence">true</bool>
<bool name="away_when_screen_off">false</bool>
- <string name="picture_compression">auto</string>
- <string name="image_compression">mid</string>
- <string name="video_compression">mid</string>
- <integer name="automatic_message_deletion">0</integer>
<bool name="confirm_messages">true</bool>
<bool name="allow_message_correction">true</bool>
<bool name="chat_states">true</bool>
@@ -89,14 +80,13 @@
<bool name="dont_trust_system_cas">false</bool>
<bool name="btbv">true</bool>
<bool name="send_button_status">true</bool>
- <string name="quick_action">recent</string>
<bool name="display_enter_key">false</bool>
<bool name="show_dynamic_tags">false</bool>
- <integer name="grace_period">144</integer>
<bool name="presence_colored_names">false</bool>
<bool name="use_max_brightness">true</bool>
<bool name="auto_rotate">true</bool>
<bool name="send_crashreport">true</bool>
+ <bool name="use_invidious">true</bool>
<bool name="plain_text_logs">false</bool>
<bool name="validate_hostname">false</bool>
<bool name="show_foreground_service">true</bool>
@@ -105,9 +95,6 @@
<bool name="enable_multi_accounts">false</bool>
<bool name="show_qr_code_scan">true</bool>
<bool name="scroll_to_bottom">true</bool>
- <string name="omemo_setting_default">default_off</string>
- <string name="theme">auto</string>
- <string name="default_font_size">small</string>
<bool name="start_searching">false</bool>
<bool name="show_record_voice_btn">true</bool>
<bool name="quick_share_attachment_choice">true</bool>
@@ -119,6 +106,20 @@
<bool name="use_internal_updater">true</bool>
<bool name="show_own_accounts">true</bool>
<bool name="vibrate_in_chat">true</bool>
+ <integer name="auto_accept_filesize_wifi">10485760</integer>
+ <integer name="auto_accept_filesize_mobile">524288</integer>
+ <integer name="auto_accept_filesize_roaming">0</integer>
+ <integer name="automatic_message_deletion">0</integer>
+ <integer name="grace_period">144</integer>
+ <string name="default_resource" translatable="false">Phone</string>
+ <string name="notification_ringtone">content://settings/system/notification_sound</string>
+ <string name="picture_compression">auto</string>
+ <string name="image_compression">mid</string>
+ <string name="video_compression">mid</string>
+ <string name="quick_action">recent</string>
+ <string name="omemo_setting_default">default_off</string>
+ <string name="theme">auto</string>
+ <string name="default_font_size">small</string>
<string-array name="domains">
<item>pix-art.de</item>