Commit 09bbbf72 authored by Grigory Fedorov's avatar Grigory Fedorov

Merge tag '1.0.0' into develop

1.0.0
parents 1b0564e6 cac564df
...@@ -8,8 +8,8 @@ android { ...@@ -8,8 +8,8 @@ android {
applicationId "com.xabber.androiddev" applicationId "com.xabber.androiddev"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 22 targetSdkVersion 22
versionCode 171 versionCode 172
versionName '0.10.71' versionName '1.0.0'
} }
compileOptions { compileOptions {
......
...@@ -53,7 +53,6 @@ ...@@ -53,7 +53,6 @@
<EditTextPreference <EditTextPreference
android:key="@string/account_proxy_port_key" android:key="@string/account_proxy_port_key"
android:title="@string/account_proxy_port" android:title="@string/account_proxy_port"
android:inputType="number"
android:singleLine="true" android:singleLine="true"
/> />
<EditTextPreference <EditTextPreference
......
...@@ -66,7 +66,6 @@ ...@@ -66,7 +66,6 @@
android:key="@string/account_port_key" android:key="@string/account_port_key"
android:title="@string/account_port" android:title="@string/account_port"
android:singleLine="true" android:singleLine="true"
android:inputType="number"
android:dependency="@string/account_custom_key" android:dependency="@string/account_custom_key"
/> />
<EditTextPreference <EditTextPreference
...@@ -77,7 +76,6 @@ ...@@ -77,7 +76,6 @@
<com.xabber.android.ui.widget.PriorityPreference <com.xabber.android.ui.widget.PriorityPreference
android:key="@string/account_priority_key" android:key="@string/account_priority_key"
android:title="@string/account_priority" android:title="@string/account_priority"
android:inputType="numberSigned"
android:singleLine="true" android:singleLine="true"
/> />
<CheckBoxPreference <CheckBoxPreference
...@@ -110,7 +108,6 @@ ...@@ -110,7 +108,6 @@
<EditTextPreference <EditTextPreference
android:key="@string/account_proxy_port_key" android:key="@string/account_proxy_port_key"
android:title="@string/account_proxy_port" android:title="@string/account_proxy_port"
android:inputType="number"
android:singleLine="true" android:singleLine="true"
/> />
<EditTextPreference <EditTextPreference
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment