blob: ea1f0bf8d15d42c06fec0ca0f4795171db569a0c [file] [log] [blame]
Oussama Ben Abdelbakia95fc312020-09-16 12:38:55 -04001<?xml version="1.0" encoding="UTF-8"?>
Alan Viverette01d05de2021-06-10 10:42:05 -04002<issues format="6" by="lint 7.1.0-alpha02" type="baseline" client="cli" name="Lint" variant="all" version="7.1.0-alpha02">
3
4 <issue
5 id="NewApi"
6 message="Call requires API level 30 (current min is 25): `retrievePreviewComplicationData`"
7 errorLine1=" providerInfoRetriever.retrievePreviewComplicationData(component, type)!!"
8 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
9 <location
10 file="src/test/java/androidx/wear/complications/ProviderInfoRetrieverTest.kt"
11 line="86"
12 column="39"/>
13 </issue>
14
15 <issue
16 id="NewApi"
17 message="Call requires API level 30 (current min is 25): `retrievePreviewComplicationData`"
18 errorLine1=" assertThat(providerInfoRetriever.retrievePreviewComplicationData(component, type))"
19 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
20 <location
21 file="src/test/java/androidx/wear/complications/ProviderInfoRetrieverTest.kt"
22 line="114"
23 column="46"/>
24 </issue>
25
26 <issue
27 id="NewApi"
28 message="Call requires API level 30 (current min is 25): `retrievePreviewComplicationData`"
29 errorLine1=" assertThat(providerInfoRetriever.retrievePreviewComplicationData(component, type))"
30 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
31 <location
32 file="src/test/java/androidx/wear/complications/ProviderInfoRetrieverTest.kt"
33 line="127"
34 column="46"/>
35 </issue>
36
37 <issue
38 id="NewApi"
39 message="Call requires API level 30 (current min is 25): `retrievePreviewComplicationData`"
40 errorLine1=" assertThat(providerInfoRetriever.retrievePreviewComplicationData(component, type))"
41 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
42 <location
43 file="src/test/java/androidx/wear/complications/ProviderInfoRetrieverTest.kt"
44 line="147"
45 column="46"/>
46 </issue>
47
48 <issue
49 id="NewApi"
50 message="Call requires API level 26 (current min is 25): `java.time.Instant#parse`"
51 errorLine1=" val referenceMillis = Instant.parse(&quot;2020-12-30T10:15:30.001Z&quot;).toEpochMilli()"
52 errorLine2=" ~~~~~">
53 <location
54 file="src/test/java/androidx/wear/complications/data/TextTest.kt"
55 line="52"
56 column="39"/>
57 </issue>
58
59 <issue
60 id="NewApi"
61 message="Call requires API level 26 (current min is 25): `java.time.Instant#toEpochMilli`"
62 errorLine1=" val referenceMillis = Instant.parse(&quot;2020-12-30T10:15:30.001Z&quot;).toEpochMilli()"
63 errorLine2=" ~~~~~~~~~~~~">
64 <location
65 file="src/test/java/androidx/wear/complications/data/TextTest.kt"
66 line="52"
67 column="73"/>
68 </issue>
69
70 <issue
71 id="NewApi"
72 message="Call requires API level 26 (current min is 25): `java.time.Instant#parse`"
73 errorLine1=" val referenceMillis = Instant.parse(&quot;2020-12-30T10:15:30.001Z&quot;).toEpochMilli()"
74 errorLine2=" ~~~~~">
75 <location
76 file="src/test/java/androidx/wear/complications/data/TextTest.kt"
77 line="81"
78 column="39"/>
79 </issue>
80
81 <issue
82 id="NewApi"
83 message="Call requires API level 26 (current min is 25): `java.time.Instant#toEpochMilli`"
84 errorLine1=" val referenceMillis = Instant.parse(&quot;2020-12-30T10:15:30.001Z&quot;).toEpochMilli()"
85 errorLine2=" ~~~~~~~~~~~~">
86 <location
87 file="src/test/java/androidx/wear/complications/data/TextTest.kt"
88 line="81"
89 column="73"/>
90 </issue>
91
92 <issue
93 id="NewApi"
94 message="Call requires API level 26 (current min is 25): `java.time.Instant#parse`"
95 errorLine1=" val startPointMillis = Instant.parse(&quot;2020-12-30T10:15:30.001Z&quot;).toEpochMilli()"
96 errorLine2=" ~~~~~">
97 <location
98 file="src/test/java/androidx/wear/complications/data/TextTest.kt"
99 line="145"
100 column="40"/>
101 </issue>
102
103 <issue
104 id="NewApi"
105 message="Call requires API level 26 (current min is 25): `java.time.Instant#toEpochMilli`"
106 errorLine1=" val startPointMillis = Instant.parse(&quot;2020-12-30T10:15:30.001Z&quot;).toEpochMilli()"
107 errorLine2=" ~~~~~~~~~~~~">
108 <location
109 file="src/test/java/androidx/wear/complications/data/TextTest.kt"
110 line="145"
111 column="74"/>
112 </issue>
113
114 <issue
115 id="NewApi"
116 message="Call requires API level 26 (current min is 25): `java.time.Instant#parse`"
117 errorLine1=" val dateTimeMillis = Instant.parse(&quot;2020-12-30T10:15:20.00Z&quot;).toEpochMilli()"
118 errorLine2=" ~~~~~">
119 <location
120 file="src/test/java/androidx/wear/complications/data/TextTest.kt"
121 line="171"
122 column="38"/>
123 </issue>
124
125 <issue
126 id="NewApi"
127 message="Call requires API level 26 (current min is 25): `java.time.Instant#toEpochMilli`"
128 errorLine1=" val dateTimeMillis = Instant.parse(&quot;2020-12-30T10:15:20.00Z&quot;).toEpochMilli()"
129 errorLine2=" ~~~~~~~~~~~~">
130 <location
131 file="src/test/java/androidx/wear/complications/data/TextTest.kt"
132 line="171"
133 column="71"/>
134 </issue>
135
136 <issue
137 id="NewApi"
138 message="Call requires API level 26 (current min is 25): `java.time.Instant#parse`"
139 errorLine1=" val referenceMillis = Instant.parse(&quot;2020-12-30T10:15:30.001Z&quot;).toEpochMilli()"
140 errorLine2=" ~~~~~">
141 <location
142 file="src/test/java/androidx/wear/complications/data/TextTest.kt"
143 line="194"
144 column="39"/>
145 </issue>
146
147 <issue
148 id="NewApi"
149 message="Call requires API level 26 (current min is 25): `java.time.Instant#toEpochMilli`"
150 errorLine1=" val referenceMillis = Instant.parse(&quot;2020-12-30T10:15:30.001Z&quot;).toEpochMilli()"
151 errorLine2=" ~~~~~~~~~~~~">
152 <location
153 file="src/test/java/androidx/wear/complications/data/TextTest.kt"
154 line="194"
155 column="73"/>
156 </issue>
157
158 <issue
159 id="NewApi"
160 message="Call requires API level 26 (current min is 25): `java.time.Instant#parse`"
161 errorLine1=" val referenceMillis = Instant.parse(&quot;2020-12-30T10:15:30.001Z&quot;).toEpochMilli()"
162 errorLine2=" ~~~~~">
163 <location
164 file="src/test/java/androidx/wear/complications/data/TextTest.kt"
165 line="207"
166 column="39"/>
167 </issue>
168
169 <issue
170 id="NewApi"
171 message="Call requires API level 26 (current min is 25): `java.time.Instant#toEpochMilli`"
172 errorLine1=" val referenceMillis = Instant.parse(&quot;2020-12-30T10:15:30.001Z&quot;).toEpochMilli()"
173 errorLine2=" ~~~~~~~~~~~~">
174 <location
175 file="src/test/java/androidx/wear/complications/data/TextTest.kt"
176 line="207"
177 column="73"/>
178 </issue>
Oussama Ben Abdelbakia95fc312020-09-16 12:38:55 -0400179
180 <issue
Aurimas Liutikase54847d2021-05-19 10:58:12 -0700181 id="MissingQuantity"
182 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
183 errorLine1=" &lt;plurals name=&quot;time_difference_short_days&quot; formatted=&quot;false&quot; msgid=&quot;8500262093840795448&quot;>"
184 errorLine2=" ^">
Oussama Ben Abdelbakia95fc312020-09-16 12:38:55 -0400185 <location
Aurimas Liutikase54847d2021-05-19 10:58:12 -0700186 file="src/main/res/values-fr-rCA/complication_strings.xml"
Alan Viverette01d05de2021-06-10 10:42:05 -0400187 line="4"
Aurimas Liutikase54847d2021-05-19 10:58:12 -0700188 column="5"/>
Oussama Ben Abdelbakia95fc312020-09-16 12:38:55 -0400189 </issue>
190
Alan Viverette3a73f142021-04-22 13:03:13 -0400191 <issue
Aurimas Liutikase54847d2021-05-19 10:58:12 -0700192 id="MissingQuantity"
193 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
194 errorLine1=" &lt;plurals name=&quot;time_difference_short_days&quot; formatted=&quot;false&quot; msgid=&quot;8500262093840795448&quot;>"
195 errorLine2=" ^">
Alan Viverette3a73f142021-04-22 13:03:13 -0400196 <location
Aurimas Liutikase54847d2021-05-19 10:58:12 -0700197 file="src/main/res/values-fr/complication_strings.xml"
198 line="4"
199 column="5"/>
Alan Viverette3a73f142021-04-22 13:03:13 -0400200 </issue>
201
202 <issue
Aurimas Liutikase54847d2021-05-19 10:58:12 -0700203 id="MissingQuantity"
204 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
205 errorLine1=" &lt;plurals name=&quot;time_difference_short_hours&quot; formatted=&quot;false&quot; msgid=&quot;3258361256003469346&quot;>"
206 errorLine2=" ^">
Alan Viverette3a73f142021-04-22 13:03:13 -0400207 <location
Aurimas Liutikase54847d2021-05-19 10:58:12 -0700208 file="src/main/res/values-fr-rCA/complication_strings.xml"
209 line="8"
210 column="5"/>
211 </issue>
212
213 <issue
214 id="MissingQuantity"
215 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
216 errorLine1=" &lt;plurals name=&quot;time_difference_short_hours&quot; formatted=&quot;false&quot; msgid=&quot;3258361256003469346&quot;>"
217 errorLine2=" ^">
218 <location
219 file="src/main/res/values-fr/complication_strings.xml"
220 line="8"
221 column="5"/>
222 </issue>
223
224 <issue
225 id="MissingQuantity"
226 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
227 errorLine1=" &lt;plurals name=&quot;time_difference_short_minutes&quot; formatted=&quot;false&quot; msgid=&quot;3812930575997556650&quot;>"
228 errorLine2=" ^">
229 <location
230 file="src/main/res/values-fr-rCA/complication_strings.xml"
231 line="12"
232 column="5"/>
233 </issue>
234
235 <issue
236 id="MissingQuantity"
237 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
238 errorLine1=" &lt;plurals name=&quot;time_difference_short_minutes&quot; formatted=&quot;false&quot; msgid=&quot;3812930575997556650&quot;>"
239 errorLine2=" ^">
240 <location
241 file="src/main/res/values-fr/complication_strings.xml"
242 line="12"
243 column="5"/>
244 </issue>
245
246 <issue
247 id="MissingQuantity"
248 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
249 errorLine1=" &lt;plurals name=&quot;time_difference_words_days&quot; formatted=&quot;false&quot; msgid=&quot;345557497041553025&quot;>"
250 errorLine2=" ^">
251 <location
252 file="src/main/res/values-fr-rCA/complication_strings.xml"
253 line="18"
254 column="5"/>
255 </issue>
256
257 <issue
258 id="MissingQuantity"
259 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
260 errorLine1=" &lt;plurals name=&quot;time_difference_words_days&quot; formatted=&quot;false&quot; msgid=&quot;345557497041553025&quot;>"
261 errorLine2=" ^">
262 <location
263 file="src/main/res/values-fr/complication_strings.xml"
264 line="18"
265 column="5"/>
266 </issue>
267
268 <issue
269 id="MissingQuantity"
270 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
271 errorLine1=" &lt;plurals name=&quot;time_difference_words_hours&quot; formatted=&quot;false&quot; msgid=&quot;2990178439049007198&quot;>"
272 errorLine2=" ^">
273 <location
274 file="src/main/res/values-fr-rCA/complication_strings.xml"
275 line="22"
276 column="5"/>
277 </issue>
278
279 <issue
280 id="MissingQuantity"
281 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
282 errorLine1=" &lt;plurals name=&quot;time_difference_words_hours&quot; formatted=&quot;false&quot; msgid=&quot;2990178439049007198&quot;>"
283 errorLine2=" ^">
284 <location
285 file="src/main/res/values-fr/complication_strings.xml"
286 line="22"
287 column="5"/>
288 </issue>
289
290 <issue
291 id="MissingQuantity"
292 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
293 errorLine1=" &lt;plurals name=&quot;time_difference_words_minutes&quot; formatted=&quot;false&quot; msgid=&quot;9081188175463984403&quot;>"
294 errorLine2=" ^">
295 <location
296 file="src/main/res/values-fr-rCA/complication_strings.xml"
297 line="26"
298 column="5"/>
299 </issue>
300
301 <issue
302 id="MissingQuantity"
303 message="For locale &quot;fr&quot; (French) the following quantities should also be defined: `many`"
304 errorLine1=" &lt;plurals name=&quot;time_difference_words_minutes&quot; formatted=&quot;false&quot; msgid=&quot;9081188175463984403&quot;>"
305 errorLine2=" ^">
306 <location
307 file="src/main/res/values-fr/complication_strings.xml"
308 line="26"
309 column="5"/>
Alan Viverette3a73f142021-04-22 13:03:13 -0400310 </issue>
311
Oussama Ben Abdelbakia95fc312020-09-16 12:38:55 -0400312</issues>