diff --git a/README.md b/README.md index c31e54134..073fd0ddf 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ If you have your own push server, replace this file by yours. We no longer use transifex for the translation process, instead we have deployed our own instance of [Weblate](https://weblate.linphone.org/). -Inscriptions are currently disabled but you can [contact us](https://weblate.linphone.org/contact/) to request an access if you want to contribute. +Due to the full app rewrite we can't re-use previous translations, so we'll be very happy if you want to contribute. # CONTRIBUTIONS diff --git a/app/build.gradle b/app/build.gradle index 210798848..d05e6de53 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,7 +89,7 @@ android { defaultConfig { minSdkVersion 23 targetSdkVersion 30 - versionCode 4490 + versionCode 4491 versionName "${project.version}" applicationId getPackageName() } diff --git a/app/src/main/res/layout/settings_account_fragment.xml b/app/src/main/res/layout/settings_account_fragment.xml index 24a1c2e47..00b535338 100644 --- a/app/src/main/res/layout/settings_account_fragment.xml +++ b/app/src/main/res/layout/settings_account_fragment.xml @@ -235,7 +235,8 @@ linphone:title="@{@string/account_settings_apply_prefix_for_calls_title}" linphone:subtitle="@{@string/account_settings_apply_prefix_for_calls_summary}" linphone:listener="@{viewModel.dialPrefixListener}" - linphone:checked="@={viewModel.dialPrefix}"/> + linphone:checked="@={viewModel.dialPrefix}" + android:visibility="gone"/> Paramètres de deboggage Autres paramètres Afficher la notification flottante en dehors de l\'app + Quand un nombre est saisi, applique le préfixe + Plein écran pendant un appel + Cache la barre de status et de navigation + Fichier non trouvé + Applique le préfixe pour les appels sortant et les messages \ No newline at end of file