new linphone core with fixed displayname + fixed eraly media

This commit is contained in:
Jehan Monnier 2010-05-27 12:34:56 +02:00
parent cb77e6cb17
commit 5eb58f95f1
5 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.linphone"
android:versionName="1.09" android:versionCode="109">
android:versionName="1.0.10" android:versionCode="1010">
<uses-sdk android:minSdkVersion="3" />
<application android:label="@string/app_name" android:debuggable = "true" android:icon="@drawable/logo_linphone_57x57">

Binary file not shown.

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="pref_debug">Debug</string>
<string name="about_text">Linphone %s SIP (rfc 3261) Compatible Internet phone \n http://www.linphone.org</string>
<string name="about_text">Linphone %s SIP (rfc 3261) compatible phone under GNU Public License V2\n http://www.linphone.org\n© 2010 Belledonne Communications</string>
<string name="menu_about">About</string>
<string name="pref_audio">Audio</string>
<string name="menu_exit">Exit</string>

View file

@ -431,6 +431,7 @@ public class DialerActivity extends Activity implements LinphoneCoreListener {
,String.format(getString(R.string.call_error),lc.getRemoteAddress())
, Toast.LENGTH_LONG);
toast.show();
exitCallMode();
} else if (state == GeneralState.GSTATE_CALL_END) {
exitCallMode();
}

@ -1 +1 @@
Subproject commit 936920203a4fa75c798ba142a8bd7407497deea5
Subproject commit 7609ab2a4a4b9c8a7ddf3ac0acf9e43dc23c2046