Removed references to Huawei in strings

This commit is contained in:
Sylvain Berfini 2019-01-14 17:30:05 +01:00
parent 7dc5050142
commit 82f92e2768
3 changed files with 6 additions and 6 deletions

View file

@ -31,8 +31,8 @@ Group changes to describe their impact on the project, as follows:
- Reply to received chat message in notification.
- Answer or hangup calls in notification.
- Option to automatically download incoming files, either always, never or depending on their sizes. This adds the feature of having images received by file transfer in notifications.
- Call recording
- Get remote provisioning URL from QR code scan
- Call recording.
- Get remote provisioning URL from QR code scan.
## [4.0.1] - 2018-06-26

View file

@ -464,8 +464,8 @@
<string name="pref_media_encryption">Media encryption</string>
<string name="pref_push_notification">Enable push notifications</string>
<string name="pref_ipv6_title">Allow IPv6</string>
<string name="pref_huawei_protected_settings_title">Huawei protected apps settings</string>
<string name="pref_huawei_protected_settings_desc">This app must be enabled in order to receive push notifications</string>
<string name="pref_protected_settings_title">Battery protected apps settings</string>
<string name="pref_protected_settings_desc">This app must be enabled in order to receive push notifications</string>
<!-- Advanced settings -->
<string name="pref_advanced_title">Advanced</string>

View file

@ -351,8 +351,8 @@
<Preference
android:key="@string/pref_device_power_saver_settings_key"
android:persistent="false"
android:summary="@string/pref_huawei_protected_settings_desc"
android:title="@string/pref_huawei_protected_settings_title" />
android:summary="@string/pref_protected_settings_desc"
android:title="@string/pref_protected_settings_title" />
<CheckBoxPreference
android:key="@string/pref_ipv6_key"