diff --git a/res/drawable-land-xhdpi/splashscreen.png b/res/drawable-land-xhdpi/splashscreen.png new file mode 100644 index 000000000..6ef7aa0c1 Binary files /dev/null and b/res/drawable-land-xhdpi/splashscreen.png differ diff --git a/res/drawable-xhdpi/splashscreen.png b/res/drawable-xhdpi/splashscreen.png new file mode 100644 index 000000000..168900c1c Binary files /dev/null and b/res/drawable-xhdpi/splashscreen.png differ diff --git a/res/drawable-xlarge-land-xhdpi/splashscreen.png b/res/drawable-xlarge-land-xhdpi/splashscreen.png new file mode 100644 index 000000000..6ef7aa0c1 Binary files /dev/null and b/res/drawable-xlarge-land-xhdpi/splashscreen.png differ diff --git a/res/drawable-xlarge-xhdpi/splashscreen.png b/res/drawable-xlarge-xhdpi/splashscreen.png new file mode 100644 index 000000000..168900c1c Binary files /dev/null and b/res/drawable-xlarge-xhdpi/splashscreen.png differ diff --git a/res/drawable/splashscreen.png b/res/drawable/splashscreen.png deleted file mode 100644 index 4018be680..000000000 Binary files a/res/drawable/splashscreen.png and /dev/null differ diff --git a/res/layout-small/setup_generic_login.xml b/res/layout-small/setup_generic_login.xml new file mode 100644 index 000000000..42abbe140 --- /dev/null +++ b/res/layout-small/setup_generic_login.xml @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-small/setup_linphone_login.xml b/res/layout-small/setup_linphone_login.xml new file mode 100644 index 000000000..c82f33dc4 --- /dev/null +++ b/res/layout-small/setup_linphone_login.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-small/setup_wizard.xml b/res/layout-small/setup_wizard.xml new file mode 100644 index 000000000..af87e3974 --- /dev/null +++ b/res/layout-small/setup_wizard.xml @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout-small/setup_wizard_confirm.xml b/res/layout-small/setup_wizard_confirm.xml new file mode 100644 index 000000000..cd76d7a35 --- /dev/null +++ b/res/layout-small/setup_wizard_confirm.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/layout/setup_wizard_confirm.xml b/res/layout/setup_wizard_confirm.xml index 757cf1d9a..c48c30967 100644 --- a/res/layout/setup_wizard_confirm.xml +++ b/res/layout/setup_wizard_confirm.xml @@ -19,7 +19,7 @@ android:textColor="@android:color/black" /> diff --git a/src/org/linphone/LinphoneManager.java b/src/org/linphone/LinphoneManager.java index 970da3872..14188b59c 100644 --- a/src/org/linphone/LinphoneManager.java +++ b/src/org/linphone/LinphoneManager.java @@ -720,7 +720,6 @@ public final class LinphoneManager implements LinphoneCoreListener { enableDisableAudioCodec("SILK", 12000, 1, R.string.pref_codec_silk12_key); enableDisableAudioCodec("SILK", 8000, 1, R.string.pref_codec_silk8_key); - // Configure video codecs for (PayloadType videoCodec : mLc.getVideoCodecs()) { enableDisableVideoCodecs(videoCodec);