aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/arrays.xml2
-rw-r--r--src/main/res/values/defaults.xml43
2 files changed, 42 insertions, 3 deletions
diff --git a/src/main/res/values/arrays.xml b/src/main/res/values/arrays.xml
index d56b12bae..6c0784aef 100644
--- a/src/main/res/values/arrays.xml
+++ b/src/main/res/values/arrays.xml
@@ -17,7 +17,7 @@
<item>10 MiB</item>
</string-array>
<string-array name="filesizes_values">
- <item>1</item>
+ <item>0</item>
<item>262144</item>
<item>524288</item>
<item>1048576</item>
diff --git a/src/main/res/values/defaults.xml b/src/main/res/values/defaults.xml
index 46f313da9..e191286a1 100644
--- a/src/main/res/values/defaults.xml
+++ b/src/main/res/values/defaults.xml
@@ -3,8 +3,47 @@
<string name="default_resource" translatable="false">Phone</string>
<bool name="portrait_only">true</bool>
<bool name="enter_is_send">false</bool>
- <bool name="notifications_from_strangers">false</bool>
- <bool name="headsup_notifications">true</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="show_notification">true</bool>
+ <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">false</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>
+ <bool name="grant_new_contacts">true</bool>
+ <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>
+ <bool name="autojoin">true</bool>
+ <bool name="indicate_received">true</bool>
+ <bool name="use_tor">false</bool>
+ <bool name="show_connection_options">false</bool>
+ <bool name="last_activity">true</bool>
+ <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="return_to_previous">false</bool>
+ <bool name="use_subject">true</bool>
+ <bool name="display_enter_key">false</bool>
+ <bool name="show_dynamic_tags">false</bool>
+ <integer name="grace_period">144</integer>
+ <bool name="use_larger_font">false</bool>
+ <bool name="presence_colored_names">false</bool>
+ <bool name="use_max_brightness">true</bool>
+ <bool name="auto_rotate">true</bool>
+ <bool name="use_white_background">false</bool>
+ <bool name="send_crashreport">true</bool>
+ <bool name="plain_text_logs">false</bool>
</resources> \ No newline at end of file