rebrand: change log, privacy/terms URL

This commit is contained in:
hayzam 2024-02-29 11:21:41 +04:00
parent bc21e23ced
commit 7556cd3c69
4 changed files with 10 additions and 8 deletions

View file

@ -30,7 +30,7 @@ host=
port=443 port=443
[misc] [misc]
log_collection_upload_server_url=http://10.254.248.151:1863/difuse-phone/upload-log log_collection_upload_server_url=https://portal.difuse.io/difuse-phone/upload-log
file_transfer_server_url=https://www.linphone.org:444/lft.php file_transfer_server_url=https://www.linphone.org:444/lft.php
version_check_url_root=https://www.linphone.org/releases version_check_url_root=https://www.linphone.org/releases
max_calls=10 max_calls=10

View file

@ -32,6 +32,7 @@ auto_resize_preview_to_keep_ratio=1
max_conference_size=vga max_conference_size=vga
[misc] [misc]
log_collection_upload_server_url=https://portal.difuse.io/difuse-phone/upload-log
enable_basic_to_client_group_chat_room_migration=0 enable_basic_to_client_group_chat_room_migration=0
enable_simple_group_chat_message_state=0 enable_simple_group_chat_message_state=0
aggregate_imdn=1 aggregate_imdn=1

View file

@ -179,7 +179,8 @@
android:gravity="center" android:gravity="center"
android:paddingTop="10dp" android:paddingTop="10dp"
android:paddingBottom="20dp" android:paddingBottom="20dp"
android:text="@string/about_weblate_translation" /> android:text="@string/about_weblate_translation"
android:visibility="gone" />
<View <View
android:layout_width="match_parent" android:layout_width="match_parent"

View file

@ -14,13 +14,13 @@
<string name="sync_account_name">&appName; contacts</string> <string name="sync_account_name">&appName; contacts</string>
<!-- About screen --> <!-- About screen -->
<string name="about_link" translatable="false">https://linphone.org</string> <string name="about_link" translatable="false">https://difuse.io</string>
<string name="about_privacy_policy_link" translatable="false">https://www.linphone.org/privacy-policy</string> <string name="about_privacy_policy_link" translatable="false">https://difuse.io/legal/difuse-phone/privacy-policy</string>
<string name="about_license_link" translatable="false">https://www.gnu.org/licenses/gpl-3.0.html</string> <string name="about_license_link" translatable="false">https://www.gnu.org/licenses/gpl-3.0.html</string>
<string name="about_version" translatable="false">&appName; Android %s</string> <string name="about_version" translatable="false">&appName; Android %s</string>
<string name="about_liblinphone_sdk_version" translatable="false">&appName; SDK %s</string> <string name="about_liblinphone_sdk_version" translatable="false">&appName; SDK %s</string>
<string name="about_privacy_policy">Visit our privacy policy</string> <string name="about_privacy_policy">Visit our privacy policy</string>
<string name="about_text" translatable="false">GNU General Public License v3.0\n © 20102023 Belledonne Communications</string> <string name="about_text" translatable="false">GNU General Public License v3.0\n © 2024 Iridia Solutions Private Limited</string>
<string name="about_weblate_link" translatable="false">https://weblate.linphone.org/projects/linphone/</string> <string name="about_weblate_link" translatable="false">https://weblate.linphone.org/projects/linphone/</string>
<string name="about_weblate_translation">Help us translate &appName;</string> <string name="about_weblate_translation">Help us translate &appName;</string>
@ -28,7 +28,7 @@
<string name="logs_upload_failure">Failed to upload logs!</string> <string name="logs_upload_failure">Failed to upload logs!</string>
<string name="logs_reset_complete">Logs have been cleared</string> <string name="logs_reset_complete">Logs have been cleared</string>
<string name="logs_url_copied_to_clipboard">Logs URL copied into clipboard</string> <string name="logs_url_copied_to_clipboard">Logs URL copied into clipboard</string>
<string name="about_bugreport_email" translatable="false">linphone-android@belledonne-communications.com</string> <string name="about_bugreport_email" translatable="false">support@difuse.io</string>
<!-- Common --> <!-- Common -->
<string name="phone_number">Phone number</string> <string name="phone_number">Phone number</string>
@ -439,8 +439,8 @@
<string name="assistant_phone_number_info_title">What will my phone number be used for?</string> <string name="assistant_phone_number_info_title">What will my phone number be used for?</string>
<string name="assistant_phone_number_link_info_content">\nYour friends will find you more easily if you link your account to your phone number\n\nYou will see in your address book who is using &appName; and your friends will know that they can reach you on &appName; as well.\n</string> <string name="assistant_phone_number_link_info_content">\nYour friends will find you more easily if you link your account to your phone number\n\nYou will see in your address book who is using &appName; and your friends will know that they can reach you on &appName; as well.\n</string>
<string name="assistant_phone_number_link_info_content_already_account">You can only use your phone number with one &appName; account.\n\nIf you had already linked your number to an other account but you prefer to use this one, simply link it now and your number will automatically be moved to this account.</string> <string name="assistant_phone_number_link_info_content_already_account">You can only use your phone number with one &appName; account.\n\nIf you had already linked your number to an other account but you prefer to use this one, simply link it now and your number will automatically be moved to this account.</string>
<string name="assistant_general_terms_link" translatable="false">https://difuse.io/phone/legal/general-terms</string> <string name="assistant_general_terms_link" translatable="false">https://difuse.io/legal/difuse-phone/general-terms</string>
<string name="assistant_privacy_policy_link" translatable="false">https://difuse.io/phone/legal/privacy-policy</string> <string name="assistant_privacy_policy_link" translatable="false">https://difuse.io/legal/difuse-phone/privacy-policy</string>
<string name="assistant_general_terms">terms of use</string> <string name="assistant_general_terms">terms of use</string>
<string name="assistant_privacy_policy">privacy policy</string> <string name="assistant_privacy_policy">privacy policy</string>
<string name="assistant_read_and_agree_terms">I accept Iridia Solutions\' %1$s and %2$s</string> <string name="assistant_read_and_agree_terms">I accept Iridia Solutions\' %1$s and %2$s</string>