Suppress lint warnings about unused categories names
They are actually used from the code.
This commit is contained in:
parent
f7a0063495
commit
5c9e314c9b
@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources
|
||||||
|
xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
|
||||||
<string name="app_name">F-Droid</string>
|
<string name="app_name">F-Droid</string>
|
||||||
|
|
||||||
@ -232,23 +233,23 @@
|
|||||||
<string name="category_All">All</string>
|
<string name="category_All">All</string>
|
||||||
<string name="category_Whats_New">What\'s New</string>
|
<string name="category_Whats_New">What\'s New</string>
|
||||||
<string name="category_Recently_Updated">Recently Updated</string>
|
<string name="category_Recently_Updated">Recently Updated</string>
|
||||||
<string name="category_Connectivity">Connectivity</string>
|
<string tools:ignore="UnusedResources" name="category_Connectivity">Connectivity</string>
|
||||||
<string name="category_Development">Development</string>
|
<string tools:ignore="UnusedResources" name="category_Development">Development</string>
|
||||||
<string name="category_Games">Games</string>
|
<string tools:ignore="UnusedResources" name="category_Games">Games</string>
|
||||||
<string name="category_Graphics">Graphics</string>
|
<string tools:ignore="UnusedResources" name="category_Graphics">Graphics</string>
|
||||||
<string name="category_Internet">Internet</string>
|
<string tools:ignore="UnusedResources" name="category_Internet">Internet</string>
|
||||||
<string name="category_Money">Money</string>
|
<string tools:ignore="UnusedResources" name="category_Money">Money</string>
|
||||||
<string name="category_Multimedia">Multimedia</string>
|
<string tools:ignore="UnusedResources" name="category_Multimedia">Multimedia</string>
|
||||||
<string name="category_Navigation">Navigation</string>
|
<string tools:ignore="UnusedResources" name="category_Navigation">Navigation</string>
|
||||||
<string name="category_Phone_SMS">Phone & SMS</string>
|
<string tools:ignore="UnusedResources" name="category_Phone_SMS">Phone & SMS</string>
|
||||||
<string name="category_Reading">Reading</string>
|
<string tools:ignore="UnusedResources" name="category_Reading">Reading</string>
|
||||||
<string name="category_Science_Education">Science & Education</string>
|
<string tools:ignore="UnusedResources" name="category_Science_Education">Science & Education</string>
|
||||||
<string name="category_Security">Security</string>
|
<string tools:ignore="UnusedResources" name="category_Security">Security</string>
|
||||||
<string name="category_Sports_Health">Sports & Health</string>
|
<string tools:ignore="UnusedResources" name="category_Sports_Health">Sports & Health</string>
|
||||||
<string name="category_System">System</string>
|
<string tools:ignore="UnusedResources" name="category_System">System</string>
|
||||||
<string name="category_Theming">Theming</string>
|
<string tools:ignore="UnusedResources" name="category_Theming">Theming</string>
|
||||||
<string name="category_Time">Time</string>
|
<string tools:ignore="UnusedResources" name="category_Time">Time</string>
|
||||||
<string name="category_Writing">Writing</string>
|
<string tools:ignore="UnusedResources" name="category_Writing">Writing</string>
|
||||||
|
|
||||||
<string name="empty_installed_app_list">No apps installed.\n\nThere are apps on your device, but they are not available from F-Droid. This could be because you need to update your repositories, or the repositories genuinely don\'t have your apps available.</string>
|
<string name="empty_installed_app_list">No apps installed.\n\nThere are apps on your device, but they are not available from F-Droid. This could be because you need to update your repositories, or the repositories genuinely don\'t have your apps available.</string>
|
||||||
<string name="empty_available_app_list">No apps in this category.\n\nTry selecting a different category or updating your repositories to get a fresh list of apps.</string>
|
<string name="empty_available_app_list">No apps in this category.\n\nTry selecting a different category or updating your repositories to get a fresh list of apps.</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user