mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 12:39:58 +01:00
use fixed strings where possible to limit lint score bump
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
cd44de757c
commit
34f8bb5ab7
@ -282,11 +282,11 @@ public interface AppPreferences {
|
|||||||
@UnregisterChangeListenerMethod
|
@UnregisterChangeListenerMethod
|
||||||
void unregisterThemeChangeListener(OnPreferenceValueChangedListener<String> listener);
|
void unregisterThemeChangeListener(OnPreferenceValueChangedListener<String> listener);
|
||||||
|
|
||||||
@KeyByResource(R.string.nc_settings_db_cypher_v4_upgrade_key)
|
@KeyByString("db_cypher_v4_upgrade")
|
||||||
@DefaultValue(R.bool.value_true)
|
@DefaultValue(R.bool.value_true)
|
||||||
boolean getIsDbCypherToUpgrade();
|
boolean getIsDbCypherToUpgrade();
|
||||||
|
|
||||||
@KeyByResource(R.string.nc_settings_db_cypher_v4_upgrade_key)
|
@KeyByString("db_cypher_v4_upgrade")
|
||||||
void setIsDbCypherToUpgrade(boolean value);
|
void setIsDbCypherToUpgrade(boolean value);
|
||||||
|
|
||||||
@KeyByResource(R.string.nc_settings_phone_book_integration_key)
|
@KeyByResource(R.string.nc_settings_phone_book_integration_key)
|
||||||
|
@ -533,6 +533,4 @@
|
|||||||
<string name="send_without_notification">Send without notification</string>
|
<string name="send_without_notification">Send without notification</string>
|
||||||
<string name="call_without_notification">Call without notification</string>
|
<string name="call_without_notification">Call without notification</string>
|
||||||
|
|
||||||
<string name="nc_settings_db_cypher_v4_upgrade_key" translatable="false">db_cypher_v4_upgrade</string>
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
DO NOT TOUCH; GENERATED BY DRONE
|
DO NOT TOUCH; GENERATED BY DRONE
|
||||||
<span class="mdl-layout-title">Lint Report: 2 errors and 122 warnings</span>
|
<span class="mdl-layout-title">Lint Report: 2 errors and 123 warnings</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user