new linphone core with fixed displayname + fixed eraly media
This commit is contained in:
parent
cb77e6cb17
commit
5eb58f95f1
5 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.linphone"
|
package="org.linphone"
|
||||||
android:versionName="1.09" android:versionCode="109">
|
android:versionName="1.0.10" android:versionCode="1010">
|
||||||
<uses-sdk android:minSdkVersion="3" />
|
<uses-sdk android:minSdkVersion="3" />
|
||||||
<application android:label="@string/app_name" android:debuggable = "true" android:icon="@drawable/logo_linphone_57x57">
|
<application android:label="@string/app_name" android:debuggable = "true" android:icon="@drawable/logo_linphone_57x57">
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="pref_debug">Debug</string>
|
<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="menu_about">About</string>
|
||||||
<string name="pref_audio">Audio</string>
|
<string name="pref_audio">Audio</string>
|
||||||
<string name="menu_exit">Exit</string>
|
<string name="menu_exit">Exit</string>
|
||||||
|
|
|
@ -431,6 +431,7 @@ public class DialerActivity extends Activity implements LinphoneCoreListener {
|
||||||
,String.format(getString(R.string.call_error),lc.getRemoteAddress())
|
,String.format(getString(R.string.call_error),lc.getRemoteAddress())
|
||||||
, Toast.LENGTH_LONG);
|
, Toast.LENGTH_LONG);
|
||||||
toast.show();
|
toast.show();
|
||||||
|
exitCallMode();
|
||||||
} else if (state == GeneralState.GSTATE_CALL_END) {
|
} else if (state == GeneralState.GSTATE_CALL_END) {
|
||||||
exitCallMode();
|
exitCallMode();
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 936920203a4fa75c798ba142a8bd7407497deea5
|
Subproject commit 7609ab2a4a4b9c8a7ddf3ac0acf9e43dc23c2046
|
Loading…
Reference in a new issue