diff --git a/res/values/custom.xml b/res/values/custom.xml index 556f22357..439d2b3c4 100644 --- a/res/values/custom.xml +++ b/res/values/custom.xml @@ -13,6 +13,5 @@ Linphone %s SIP (rfc 3261) compatible phone under GNU Public License V2\n http://www.linphone.org\n\nInstructions\nhttp://www.linphone.org/m/help\n\n© 2011 Belledonne Communications - @string/tunnel_mode_entry_value_disabled \ No newline at end of file diff --git a/res/values/non_localizable_custom.xml b/res/values/non_localizable_custom.xml index b798240b9..a46f22ef7 100644 --- a/res/values/non_localizable_custom.xml +++ b/res/values/non_localizable_custom.xml @@ -6,7 +6,6 @@ sip.linphone.org - stun.linphone.org https://www.linphone.org/wizard.php https://www.linphone.org:444/upload.php @@ -45,9 +44,6 @@ false false - 7078 - 9078 - linphone-android@belledonne-communications.com diff --git a/res/values/non_localizable_defaults.xml b/res/values/non_localizable_defaults.xml new file mode 100644 index 000000000..142149174 --- /dev/null +++ b/res/values/non_localizable_defaults.xml @@ -0,0 +1,56 @@ + + + + + 443 + @string/tunnel_mode_entry_value_disabled + + false + + true + true + true + true + true + true + true + true + false + false + true + true + + + true + true + true + true + true + + true + false + false + false + + + false + stun.linphone.org + false + false + @string/pref_transport_udp_key + 7078 + 9078 + @string/pref_media_encryption_key_none + false + false + + + false + false + false + 30 + 0 + + false + + \ No newline at end of file diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 0888a331d..e44a126dd 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -19,12 +19,13 @@ + android:key="@string/pref_tunnel_host_key" + android:defaultValue="@string/pref_tunnel_host_default"/> + android:defaultValue="@string/pref_tunnel_port_default"/> @@ -48,7 +49,7 @@ @@ -62,66 +63,66 @@ @@ -136,14 +137,14 @@ @@ -151,7 +152,7 @@ @@ -159,7 +160,7 @@ @@ -172,22 +173,22 @@ + android:defaultValue="@bool/pref_video_codec_vp8_default"/> + android:defaultValue="@bool/pref_video_codec_h264_default"/> + android:defaultValue="@bool/pref_video_codec_mpeg4_default"/> @@ -212,7 +213,8 @@ + android:title="@string/pref_wifi_only" + android:defaultValue="@bool/pref_wifi_only_default"/> + android:defaultValue="@bool/pref_ice_enabled_default"/> + android:title="@string/pref_transport_use_standard_ports" + android:defaultValue="@bool/pref_transport_use_standard_ports_default"/> + android:defaultValue="@string/pref_transport_default" /> + android:defaultValue="@string/pref_media_encryption_default" /> + android:defaultValue="@bool/pref_push_notification_default"/> + android:defaultValue="@bool/pref_ipv6_default" /> @@ -270,22 +273,22 @@ + android:defaultValue="@bool/pref_debug_default"/> + android:defaultValue="@bool/pref_autostart_default"/> @@ -321,7 +324,7 @@ android:key="@string/pref_auto_accept_friends_key" android:title="@string/pref_auto_accept_friends_title" android:summary="@string/pref_auto_accept_friends_desc" - android:defaultValue="false"/> + android:defaultValue="@bool/pref_auto_accept_friends_default"/>