summaryrefslogtreecommitdiffhomepage
path: root/android/lib
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-08-04 09:44:12 +0200
committerAlbin <albin@mullvad.net>2023-08-04 11:24:45 +0200
commitc27e788a81832e0add9fc4ee2362df97ded96323 (patch)
treeca98ee30478100c96dcbc4deba09803dbf537e8d /android/lib
parenta51f0099cd706e261df1a50212e9edf09f9e8c57 (diff)
downloadmullvadvpn-c27e788a81832e0add9fc4ee2362df97ded96323.tar.xz
mullvadvpn-c27e788a81832e0add9fc4ee2362df97ded96323.zip
Add missing quantities to lint baseline
These missing quantities will instead be investigated in a separately planned task since it also have impact on the desktop apps.
Diffstat (limited to 'android/lib')
-rw-r--r--android/lib/resource/lint-baseline.xml332
1 files changed, 331 insertions, 1 deletions
diff --git a/android/lib/resource/lint-baseline.xml b/android/lib/resource/lint-baseline.xml
index 81140b098e..1fa0b32b28 100644
--- a/android/lib/resource/lint-baseline.xml
+++ b/android/lib/resource/lint-baseline.xml
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<issues format="6" by="lint 8.0.2" type="baseline" client="gradle" dependencies="false" name="AGP (8.0.2)" variant="all" version="8.0.2">
+<issues format="6" by="lint 8.1.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.1.0)" variant="all" version="8.1.0">
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;es&quot; (Spanish) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;days_left&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-es/plurals.xml"
+ line="3"
+ column="5"/>
+ </issue>
<issue
id="MissingQuantity"
@@ -14,6 +25,39 @@
<issue
id="MissingQuantity"
+ message="For locale &quot;it&quot; (Italian) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;days_left&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-it/plurals.xml"
+ line="3"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;pt&quot; (Portuguese) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;days_left&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-pt/plurals.xml"
+ line="3"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;es&quot; (Spanish) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;months_left&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-es/plurals.xml"
+ line="7"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
message="For locale &quot;fr&quot; (French) the following quantity should also be defined: `many` (e.g. &quot;1000000 de jours&quot;)"
errorLine1=" &lt;plurals name=&quot;months_left&quot;>"
errorLine2=" ^">
@@ -25,6 +69,39 @@
<issue
id="MissingQuantity"
+ message="For locale &quot;it&quot; (Italian) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;months_left&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-it/plurals.xml"
+ line="7"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;pt&quot; (Portuguese) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;months_left&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-pt/plurals.xml"
+ line="7"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;es&quot; (Spanish) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;years_left&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-es/plurals.xml"
+ line="11"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
message="For locale &quot;fr&quot; (French) the following quantity should also be defined: `many` (e.g. &quot;1000000 de jours&quot;)"
errorLine1=" &lt;plurals name=&quot;years_left&quot;>"
errorLine2=" ^">
@@ -36,6 +113,39 @@
<issue
id="MissingQuantity"
+ message="For locale &quot;it&quot; (Italian) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;years_left&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-it/plurals.xml"
+ line="11"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;pt&quot; (Portuguese) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;years_left&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-pt/plurals.xml"
+ line="11"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;es&quot; (Spanish) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;days_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-es/plurals.xml"
+ line="15"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
message="For locale &quot;fr&quot; (French) the following quantity should also be defined: `many` (e.g. &quot;1000000 de jours&quot;)"
errorLine1=" &lt;plurals name=&quot;days_ago&quot;>"
errorLine2=" ^">
@@ -47,6 +157,39 @@
<issue
id="MissingQuantity"
+ message="For locale &quot;it&quot; (Italian) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;days_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-it/plurals.xml"
+ line="15"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;pt&quot; (Portuguese) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;days_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-pt/plurals.xml"
+ line="15"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;es&quot; (Spanish) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;minutes_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-es/plurals.xml"
+ line="19"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
message="For locale &quot;fr&quot; (French) the following quantity should also be defined: `many` (e.g. &quot;1000000 de jours&quot;)"
errorLine1=" &lt;plurals name=&quot;minutes_ago&quot;>"
errorLine2=" ^">
@@ -58,6 +201,39 @@
<issue
id="MissingQuantity"
+ message="For locale &quot;it&quot; (Italian) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;minutes_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-it/plurals.xml"
+ line="19"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;pt&quot; (Portuguese) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;minutes_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-pt/plurals.xml"
+ line="19"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;es&quot; (Spanish) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;months_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-es/plurals.xml"
+ line="23"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
message="For locale &quot;fr&quot; (French) the following quantity should also be defined: `many` (e.g. &quot;1000000 de jours&quot;)"
errorLine1=" &lt;plurals name=&quot;months_ago&quot;>"
errorLine2=" ^">
@@ -69,6 +245,39 @@
<issue
id="MissingQuantity"
+ message="For locale &quot;it&quot; (Italian) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;months_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-it/plurals.xml"
+ line="23"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;pt&quot; (Portuguese) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;months_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-pt/plurals.xml"
+ line="23"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;es&quot; (Spanish) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;years_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-es/plurals.xml"
+ line="27"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
message="For locale &quot;fr&quot; (French) the following quantity should also be defined: `many` (e.g. &quot;1000000 de jours&quot;)"
errorLine1=" &lt;plurals name=&quot;years_ago&quot;>"
errorLine2=" ^">
@@ -80,6 +289,39 @@
<issue
id="MissingQuantity"
+ message="For locale &quot;it&quot; (Italian) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;years_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-it/plurals.xml"
+ line="27"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;pt&quot; (Portuguese) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;years_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-pt/plurals.xml"
+ line="27"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;es&quot; (Spanish) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;hours_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-es/plurals.xml"
+ line="31"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
message="For locale &quot;fr&quot; (French) the following quantity should also be defined: `many` (e.g. &quot;1000000 de jours&quot;)"
errorLine1=" &lt;plurals name=&quot;hours_ago&quot;>"
errorLine2=" ^">
@@ -91,6 +333,39 @@
<issue
id="MissingQuantity"
+ message="For locale &quot;it&quot; (Italian) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;hours_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-it/plurals.xml"
+ line="31"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;pt&quot; (Portuguese) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;hours_ago&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-pt/plurals.xml"
+ line="31"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;es&quot; (Spanish) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;account_credit_expires_in_days&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-es/plurals.xml"
+ line="35"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
message="For locale &quot;fr&quot; (French) the following quantity should also be defined: `many` (e.g. &quot;1000000 de jours&quot;)"
errorLine1=" &lt;plurals name=&quot;account_credit_expires_in_days&quot;>"
errorLine2=" ^">
@@ -102,6 +377,39 @@
<issue
id="MissingQuantity"
+ message="For locale &quot;it&quot; (Italian) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;account_credit_expires_in_days&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-it/plurals.xml"
+ line="35"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;pt&quot; (Portuguese) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;account_credit_expires_in_days&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-pt/plurals.xml"
+ line="35"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;es&quot; (Spanish) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;account_credit_expires_in_hours&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-es/plurals.xml"
+ line="39"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
message="For locale &quot;fr&quot; (French) the following quantity should also be defined: `many` (e.g. &quot;1000000 de jours&quot;)"
errorLine1=" &lt;plurals name=&quot;account_credit_expires_in_hours&quot;>"
errorLine2=" ^">
@@ -112,6 +420,28 @@
</issue>
<issue
+ id="MissingQuantity"
+ message="For locale &quot;it&quot; (Italian) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;account_credit_expires_in_hours&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-it/plurals.xml"
+ line="39"
+ column="5"/>
+ </issue>
+
+ <issue
+ id="MissingQuantity"
+ message="For locale &quot;pt&quot; (Portuguese) the following quantity should also be defined: `many`"
+ errorLine1=" &lt;plurals name=&quot;account_credit_expires_in_hours&quot;>"
+ errorLine2=" ^">
+ <location
+ file="src/main/res/values-pt/plurals.xml"
+ line="39"
+ column="5"/>
+ </issue>
+
+ <issue
id="ImpliedQuantity"
message="The quantity `&apos;one&apos;` matches more than one specific number in this locale (0, 1), but the message did not \&#xA;include a formatting argument (such as `%d`). This is usually an internationalization error. See full issue \&#xA;explanation for more."
errorLine1=" &lt;item quantity=&quot;one&quot;>1 jour restant&lt;/item>"