diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b1904f9ca..89cb2dcd2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionCode="3120" android:installLocation="auto"> diff --git a/ant.properties b/ant.properties index 850216300..62c331092 100644 --- a/ant.properties +++ b/ant.properties @@ -1,4 +1,4 @@ source.dir=src:submodules/linphone/mediastreamer2/java/src:submodules/linphone/java/j2se:submodules/linphone/java/common:submodules/linphone/java/impl:submodules/linphone/coreapi/help/java key.store=bc-android.keystore key.alias=nw8000 -version.name=2.5.0 +version.name=3.1.2 diff --git a/doc/CustomsParameters.txt b/doc/CustomsParameters.txt new file mode 100644 index 000000000..dc39dbba5 --- /dev/null +++ b/doc/CustomsParameters.txt @@ -0,0 +1,72 @@ + ********************************** + * LINPHONE customs parameters * + ********************************** + +In res/values/non_localizable_custom.xml (filled with linphone default options): + +1. Global + + * Set the default domain used by the application: + sip.linphone.orghttps://sip3.linphone.org:444/inapp.php + + * In CreateAccount, allow username instead of phone number for creating a new account + true + + * Hide buttons in assistant menu + false + false + false + + +3. Inapp + + * Enabled inapp purchase + true + + * Days before end of trial period that launch daily notification to remind user to buy an account + 5 + + * Time between two inapp notifications in seconds + 86400 + + * Hide username field in purchase view (automatically get from default account) + true + + +In res/raw/linphonerc_factory sections: + + [in-app-purchase] + * Server xmlrpc url for inapp + server_url=https://sip3.linphone.org:444/inapp.php + + * Item ids from the google play store + purchasable_items_ids=test_account_subscription + + [app] + + * Numbers of digits to enter for validation/recover account + activation_code_length=4 + + + [assistant] + + * Set the default domain used for account creation : + domain=sip.linphone.org + + * Set the default password length (min-max) : + password_max_length=-1 + password_min_length=1 + + * Set the default username length (min-max) : + username_length=-1 + username_max_length=64 + username_min_length=1 + username_regex=^[a-z0-9_.\-]*$ + + * Server xmlrpc url for accounts + xmlrpc_url=https://sip3.linphone.org:444/inapp.php diff --git a/res/drawable-xhdpi/info.png b/res/drawable-xhdpi/info.png new file mode 100644 index 000000000..22ba01c96 Binary files /dev/null and b/res/drawable-xhdpi/info.png differ diff --git a/res/layout-sw533dp-land/assistant_account_creation.xml b/res/layout-sw533dp-land/assistant_account_creation.xml index 06a1061c2..14127030f 100644 --- a/res/layout-sw533dp-land/assistant_account_creation.xml +++ b/res/layout-sw533dp-land/assistant_account_creation.xml @@ -25,11 +25,12 @@ android:layout_width="wrap_content" android:layout_height="wrap_content"/> + + android:orientation="vertical"> - + android:layout_height="wrap_content"> - + - + + + + + android:layout_marginTop="5dp" + android:layout_weight="1" + android:layout_height="wrap_content"> + +