diff --git a/res/raw/notes_of_the_optimistic.mkv b/res/raw/notes_of_the_optimistic.mkv new file mode 100644 index 000000000..a1d923389 Binary files /dev/null and b/res/raw/notes_of_the_optimistic.mkv differ diff --git a/res/values/non_localizable_custom.xml b/res/values/non_localizable_custom.xml index 437890f35..d3931db50 100644 --- a/res/values/non_localizable_custom.xml +++ b/res/values/non_localizable_custom.xml @@ -24,6 +24,10 @@ false false + false + false + false + false false false @@ -31,42 +35,26 @@ true false true - false false - false true - false true - true - - true - - false - false - - false - false - - true - false - - false + true + true + false true false false false - false false false false linphone-android@belledonne-communications.com - false linphone-android-photo-temp linphone-android-photo-%s @@ -82,12 +70,9 @@ false - true true - true - false diff --git a/res/values/non_localizable_strings.xml b/res/values/non_localizable_strings.xml index f3c4727f7..e6dc6c6c7 100644 --- a/res/values/non_localizable_strings.xml +++ b/res/values/non_localizable_strings.xml @@ -201,4 +201,6 @@ pref_use_lime_encryption_key + pref_device_ringtone_key + pref_auto_answer_key diff --git a/res/values/strings.xml b/res/values/strings.xml index 5711011d1..78714766e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -267,6 +267,8 @@ Call + Use device ringtone + Auto answer incoming calls Send RFC2833 DTMFs Send SIP INFO DTMFs Voice mail URI diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index a30a44eb9..12dda11d8 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -151,6 +151,16 @@ + + + + + + + + - - @@ -232,11 +247,6 @@ android:layout="@layout/hidden" android:persistent="false"/> - - 0) { LinphoneManager.getInstance().newOutgoingCall(mAddress); } else { - if (getContext().getResources().getBoolean(R.bool.call_last_log_if_adress_is_empty)) { + if (LinphonePreferences.instance().isBisFeatureEnabled()) { LinphoneCallLog[] logs = LinphoneManager.getLc().getCallLogs(); LinphoneCallLog log = null; for (LinphoneCallLog l : logs) {