| Oussama Ben Abdelbaki | a95fc31 | 2020-09-16 12:38:55 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| Alan Viverette | 01d05de | 2021-06-10 10:42:05 -0400 | [diff] [blame] | 2 | <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("2020-12-30T10:15:30.001Z").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("2020-12-30T10:15:30.001Z").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("2020-12-30T10:15:30.001Z").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("2020-12-30T10:15:30.001Z").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("2020-12-30T10:15:30.001Z").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("2020-12-30T10:15:30.001Z").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("2020-12-30T10:15:20.00Z").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("2020-12-30T10:15:20.00Z").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("2020-12-30T10:15:30.001Z").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("2020-12-30T10:15:30.001Z").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("2020-12-30T10:15:30.001Z").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("2020-12-30T10:15:30.001Z").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 Abdelbaki | a95fc31 | 2020-09-16 12:38:55 -0400 | [diff] [blame] | 179 | |
| 180 | <issue |
| Aurimas Liutikas | e54847d | 2021-05-19 10:58:12 -0700 | [diff] [blame] | 181 | id="MissingQuantity" |
| 182 | message="For locale "fr" (French) the following quantities should also be defined: `many`" |
| 183 | errorLine1=" <plurals name="time_difference_short_days" formatted="false" msgid="8500262093840795448">" |
| 184 | errorLine2=" ^"> |
| Oussama Ben Abdelbaki | a95fc31 | 2020-09-16 12:38:55 -0400 | [diff] [blame] | 185 | <location |
| Aurimas Liutikas | e54847d | 2021-05-19 10:58:12 -0700 | [diff] [blame] | 186 | file="src/main/res/values-fr-rCA/complication_strings.xml" |
| Alan Viverette | 01d05de | 2021-06-10 10:42:05 -0400 | [diff] [blame] | 187 | line="4" |
| Aurimas Liutikas | e54847d | 2021-05-19 10:58:12 -0700 | [diff] [blame] | 188 | column="5"/> |
| Oussama Ben Abdelbaki | a95fc31 | 2020-09-16 12:38:55 -0400 | [diff] [blame] | 189 | </issue> |
| 190 | |
| Alan Viverette | 3a73f14 | 2021-04-22 13:03:13 -0400 | [diff] [blame] | 191 | <issue |
| Aurimas Liutikas | e54847d | 2021-05-19 10:58:12 -0700 | [diff] [blame] | 192 | id="MissingQuantity" |
| 193 | message="For locale "fr" (French) the following quantities should also be defined: `many`" |
| 194 | errorLine1=" <plurals name="time_difference_short_days" formatted="false" msgid="8500262093840795448">" |
| 195 | errorLine2=" ^"> |
| Alan Viverette | 3a73f14 | 2021-04-22 13:03:13 -0400 | [diff] [blame] | 196 | <location |
| Aurimas Liutikas | e54847d | 2021-05-19 10:58:12 -0700 | [diff] [blame] | 197 | file="src/main/res/values-fr/complication_strings.xml" |
| 198 | line="4" |
| 199 | column="5"/> |
| Alan Viverette | 3a73f14 | 2021-04-22 13:03:13 -0400 | [diff] [blame] | 200 | </issue> |
| 201 | |
| 202 | <issue |
| Aurimas Liutikas | e54847d | 2021-05-19 10:58:12 -0700 | [diff] [blame] | 203 | id="MissingQuantity" |
| 204 | message="For locale "fr" (French) the following quantities should also be defined: `many`" |
| 205 | errorLine1=" <plurals name="time_difference_short_hours" formatted="false" msgid="3258361256003469346">" |
| 206 | errorLine2=" ^"> |
| Alan Viverette | 3a73f14 | 2021-04-22 13:03:13 -0400 | [diff] [blame] | 207 | <location |
| Aurimas Liutikas | e54847d | 2021-05-19 10:58:12 -0700 | [diff] [blame] | 208 | 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 "fr" (French) the following quantities should also be defined: `many`" |
| 216 | errorLine1=" <plurals name="time_difference_short_hours" formatted="false" msgid="3258361256003469346">" |
| 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 "fr" (French) the following quantities should also be defined: `many`" |
| 227 | errorLine1=" <plurals name="time_difference_short_minutes" formatted="false" msgid="3812930575997556650">" |
| 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 "fr" (French) the following quantities should also be defined: `many`" |
| 238 | errorLine1=" <plurals name="time_difference_short_minutes" formatted="false" msgid="3812930575997556650">" |
| 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 "fr" (French) the following quantities should also be defined: `many`" |
| 249 | errorLine1=" <plurals name="time_difference_words_days" formatted="false" msgid="345557497041553025">" |
| 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 "fr" (French) the following quantities should also be defined: `many`" |
| 260 | errorLine1=" <plurals name="time_difference_words_days" formatted="false" msgid="345557497041553025">" |
| 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 "fr" (French) the following quantities should also be defined: `many`" |
| 271 | errorLine1=" <plurals name="time_difference_words_hours" formatted="false" msgid="2990178439049007198">" |
| 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 "fr" (French) the following quantities should also be defined: `many`" |
| 282 | errorLine1=" <plurals name="time_difference_words_hours" formatted="false" msgid="2990178439049007198">" |
| 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 "fr" (French) the following quantities should also be defined: `many`" |
| 293 | errorLine1=" <plurals name="time_difference_words_minutes" formatted="false" msgid="9081188175463984403">" |
| 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 "fr" (French) the following quantities should also be defined: `many`" |
| 304 | errorLine1=" <plurals name="time_difference_words_minutes" formatted="false" msgid="9081188175463984403">" |
| 305 | errorLine2=" ^"> |
| 306 | <location |
| 307 | file="src/main/res/values-fr/complication_strings.xml" |
| 308 | line="26" |
| 309 | column="5"/> |
| Alan Viverette | 3a73f14 | 2021-04-22 13:03:13 -0400 | [diff] [blame] | 310 | </issue> |
| 311 | |
| Oussama Ben Abdelbaki | a95fc31 | 2020-09-16 12:38:55 -0400 | [diff] [blame] | 312 | </issues> |