Skip to content
Snippets Groups Projects
Commit 681d0294 authored by Alexandre Lision's avatar Alexandre Lision
Browse files

* #35474: release 1.2.3.10

parent afff1cc2
Branches
Tags
No related merge requests found
...@@ -32,8 +32,8 @@ as that of the covered work. ...@@ -32,8 +32,8 @@ as that of the covered work.
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.sflphone" package="org.sflphone"
android:versionCode="8" android:versionCode="9"
android:versionName="1.2.3.05" > android:versionName="1.2.3.10" >
<uses-sdk <uses-sdk
android:minSdkVersion="14" android:minSdkVersion="14"
......
...@@ -2,16 +2,15 @@ ...@@ -2,16 +2,15 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:orientation="vertical" android:orientation="vertical" >
android:paddingLeft="8dp"
android:paddingRight="8dp" >
<ListView <ListView
android:id="@id/android:list" android:id="@id/android:list"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_marginLeft="5dp" android:layout_marginLeft="10dp"
android:layout_marginRight="5dp" android:layout_marginRight="10dp"
android:layout_marginTop="10dp"
android:clickable="true" /> android:clickable="true" />
<TextView <TextView
......
...@@ -359,7 +359,7 @@ public class CallActivity extends Activity implements CallInterface, IMFragment. ...@@ -359,7 +359,7 @@ public class CallActivity extends Activity implements CallInterface, IMFragment.
} }
}; };
new Timer().schedule(quit, 2000); new Timer().schedule(quit, 1000);
} }
......
...@@ -3,10 +3,7 @@ package org.sflphone.fragments; ...@@ -3,10 +3,7 @@ package org.sflphone.fragments;
import java.util.HashMap; import java.util.HashMap;
import org.sflphone.R; import org.sflphone.R;
import org.sflphone.account.AccountDetailAdvanced;
import org.sflphone.account.AccountDetailBasic; import org.sflphone.account.AccountDetailBasic;
import org.sflphone.account.AccountDetailSrtp;
import org.sflphone.account.AccountDetailTls;
import org.sflphone.client.SettingsActivity; import org.sflphone.client.SettingsActivity;
import org.sflphone.service.ISipService; import org.sflphone.service.ISipService;
...@@ -22,8 +19,8 @@ import android.view.View; ...@@ -22,8 +19,8 @@ import android.view.View;
import android.view.ViewGroup; import android.view.ViewGroup;
import android.widget.EditText; import android.widget.EditText;
import android.widget.TextView; import android.widget.TextView;
import android.widget.Toast;
import android.widget.TextView.OnEditorActionListener; import android.widget.TextView.OnEditorActionListener;
import android.widget.Toast;
public class AccountCreationFragment extends Fragment { public class AccountCreationFragment extends Fragment {
...@@ -94,7 +91,7 @@ public class AccountCreationFragment extends Fragment { ...@@ -94,7 +91,7 @@ public class AccountCreationFragment extends Fragment {
} }
}); });
// inflatedView.findViewById(R.id.dev_account).setVisibility(View.GONE); // Hide this button in release apk inflatedView.findViewById(R.id.dev_account).setVisibility(View.GONE); // Hide this button in release apk
inflatedView.findViewById(R.id.dev_account).setOnClickListener(new View.OnClickListener() { inflatedView.findViewById(R.id.dev_account).setOnClickListener(new View.OnClickListener() {
@Override @Override
public void onClick(View view) { public void onClick(View view) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment