linphone-android/res/values/non_localizable_custom.xml
2012-09-26 14:24:59 +02:00

44 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Push notification settings -->
<bool name="enable_push_id">true</bool>
<string name="push_sender_id">175894229314</string> <!-- Test API -->
<!--<string name="push_sender_id">622464153529</string>-->
<string name="default_domain">sip.linphone.org</string>
<string name="default_stun">stun.linphone.org</string>
<string name="wizard_url">https://www.linphone.org/wizard.php</string>
<string name="upload_url">https://www.linphone.org:444/upload.php</string>
<!-- Interface settings -->
<bool name="use_simple_history">true</bool>
<bool name="replace_settings_by_about">false</bool>
<bool name="replace_chat_by_about">false</bool>
<bool name="display_about_in_settings">true</bool>
<bool name="hide_camera_settings">false</bool>
<bool name="hide_wizard">false</bool>
<bool name="hide_accounts">false</bool>
<bool name="useFirstLoginActivity">true</bool>
<bool name="disable_animations">false</bool>
<bool name="show_statusbar_only_on_dialer">true</bool>
<bool name="lock_statusbar">false</bool>
<bool name="emoticons_in_messages">true</bool>
<bool name="only_display_username_if_unknown">true</bool>
<bool name="display_messages_time_and_status">true</bool> <!-- Used to show the time of each message arrival -->
<bool name="display_time_aside">false</bool> <!-- if display_messages_time = true, display time on the side of the message instead of below -->
<bool name="display_call_stats">true</bool>
<!-- Behavior Settings -->
<bool name="allow_chat_multiline">false</bool>
<bool name="call_last_log_if_adress_is_empty">true</bool>
<bool name="allow_ringing_while_early_media">true</bool>
<bool name="allow_transfers">true</bool>
<bool name="allow_edit_in_dialer">true</bool>
<bool name="forbid_self_call">false</bool>
<string name="about_bugreport_email">linphone-android@belledonne-communications.com</string>
</resources>