mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00: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
|
||||
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)
|
||||
boolean getIsDbCypherToUpgrade();
|
||||
|
||||
@KeyByResource(R.string.nc_settings_db_cypher_v4_upgrade_key)
|
||||
@KeyByString("db_cypher_v4_upgrade")
|
||||
void setIsDbCypherToUpgrade(boolean value);
|
||||
|
||||
@KeyByResource(R.string.nc_settings_phone_book_integration_key)
|
||||
|
@ -533,6 +533,4 @@
|
||||
<string name="send_without_notification">Send 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>
|
||||
|
@ -1,2 +1,2 @@
|
||||
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