lint-baseline.xml (94711B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <issues format="6" by="lint 8.13.0" type="baseline" client="gradle" dependencies="false" name="AGP (8.13.0)" variant="all" version="8.13.0"> 3 4 <issue 5 id="AppBundleLocaleChanges" 6 message="Found dynamic locale changes, but did not find corresponding Play Core library calls for downloading languages and splitting by language is not disabled in the `bundle` configuration" 7 errorLine1=" configuration.setLocale(locale)" 8 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 9 <location 10 file="src/main/java/org/mozilla/focus/locale/screen/LanguageMiddleware.kt" 11 line="86" 12 column="13"/> 13 </issue> 14 15 <issue 16 id="ButtonStyleXmlDetector" 17 message="All buttons must have a style, try using NeutralButton or similar." 18 errorLine1=" <Button" 19 errorLine2=" ~~~~~~"> 20 <location 21 file="src/main/res/layout/fragment_crash_reporter.xml" 22 line="70" 23 column="6"/> 24 </issue> 25 26 <issue 27 id="ButtonStyleXmlDetector" 28 message="All buttons must have a style, try using NeutralButton or similar." 29 errorLine1=" <Button" 30 errorLine2=" ~~~~~~"> 31 <location 32 file="src/main/res/layout/fragment_exceptions_domains.xml" 33 line="30" 34 column="6"/> 35 </issue> 36 37 <issue 38 id="ButtonStyleXmlDetector" 39 message="All buttons must have a style, try using NeutralButton or similar." 40 errorLine1=" <Button" 41 errorLine2=" ~~~~~~"> 42 <location 43 file="src/main/res/layout/fragment_search_suggestions.xml" 44 line="108" 45 column="10"/> 46 </issue> 47 48 <issue 49 id="VectorRaster" 50 message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more" 51 errorLine1=" android:width="640dp"" 52 errorLine2=" ~~~~~"> 53 <location 54 file="src/main/res/drawable-land-night/home_background.xml" 55 line="8" 56 column="20"/> 57 </issue> 58 59 <issue 60 id="VectorRaster" 61 message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more" 62 errorLine1=" android:width="640dp"" 63 errorLine2=" ~~~~~"> 64 <location 65 file="src/main/res/drawable-land/home_background.xml" 66 line="8" 67 column="20"/> 68 </issue> 69 70 <issue 71 id="VectorRaster" 72 message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more" 73 errorLine1=" android:width="360dp"" 74 errorLine2=" ~~~~~"> 75 <location 76 file="src/main/res/drawable-night/home_background.xml" 77 line="8" 78 column="20"/> 79 </issue> 80 81 <issue 82 id="VectorRaster" 83 message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more" 84 errorLine1=" android:width="360dp"" 85 errorLine2=" ~~~~~"> 86 <location 87 file="src/main/res/drawable/home_background.xml" 88 line="8" 89 column="20"/> 90 </issue> 91 92 <issue 93 id="VectorRaster" 94 message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more" 95 errorLine1=" android:width="300dp"" 96 errorLine2=" ~~~~~"> 97 <location 98 file="src/main/res/drawable/ic_error_session_crashed.xml" 99 line="7" 100 column="20"/> 101 </issue> 102 103 <issue 104 id="VectorRaster" 105 message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more" 106 errorLine1=" android:width="384dp"" 107 errorLine2=" ~~~~~"> 108 <location 109 file="src/main/res/drawable/wordmark2.xml" 110 line="7" 111 column="20"/> 112 </issue> 113 114 <issue 115 id="DataExtractionRules" 116 message="The attribute `android:allowBackup` is deprecated from Android 12 and higher and may be removed in future versions. Consider adding the attribute `android:dataExtractionRules` specifying an `@xml` resource which configures cloud backups and device transfers on Android 12 and higher." 117 errorLine1=" android:allowBackup="false"" 118 errorLine2=" ~~~~~"> 119 <location 120 file="src/main/AndroidManifest.xml" 121 line="64" 122 column="30"/> 123 </issue> 124 125 <issue 126 id="MozMultipleConstraintLayouts" 127 message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing." 128 errorLine1=" <androidx.constraintlayout.widget.ConstraintLayout" 129 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 130 <location 131 file="src/main/res/layout/dialog_add_to_homescreen2.xml" 132 line="73" 133 column="6"/> 134 </issue> 135 136 <issue 137 id="MozMultipleConstraintLayouts" 138 message="Flatten the view hierarchy by using one `ConstraintLayout`, if possible. If the alternative is several nested `ViewGroup`, it may not help performance and this may be worth suppressing." 139 errorLine1=" <androidx.constraintlayout.widget.ConstraintLayout" 140 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 141 <location 142 file="src/main/res/layout/fragment_search_suggestions.xml" 143 line="89" 144 column="6"/> 145 </issue> 146 147 <issue 148 id="NotifyDataSetChanged" 149 message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort." 150 errorLine1=" notifyDataSetChanged()" 151 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> 152 <location 153 file="src/main/java/org/mozilla/focus/autocomplete/AutocompleteListFragment.kt" 154 line="213" 155 column="17"/> 156 </issue> 157 158 <issue 159 id="NotifyDataSetChanged" 160 message="It will always be more efficient to use more specific change events if you can. Rely on `notifyDataSetChanged` as a last resort." 161 errorLine1=" notifyDataSetChanged()" 162 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> 163 <location 164 file="src/main/java/org/mozilla/focus/exceptions/ExceptionsListFragment.kt" 165 line="218" 166 column="21"/> 167 </issue> 168 169 <issue 170 id="Overdraw" 171 message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)" 172 errorLine1=" android:background="@color/settings_background"" 173 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 174 <location 175 file="src/main/res/layout/activity_main.xml" 176 line="9" 177 column="5"/> 178 </issue> 179 180 <issue 181 id="Overdraw" 182 message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)" 183 errorLine1=" android:background="@color/settings_background"" 184 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 185 <location 186 file="src/main/res/layout/fragment_autocomplete_add_domain.xml" 187 line="10" 188 column="5"/> 189 </issue> 190 191 <issue 192 id="Overdraw" 193 message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)" 194 errorLine1=" android:background="@color/settings_background"" 195 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 196 <location 197 file="src/main/res/layout/fragment_autocomplete_customdomains.xml" 198 line="10" 199 column="5"/> 200 </issue> 201 202 <issue 203 id="Overdraw" 204 message="Possible overdraw: Root element paints background `@color/photonGrey10` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)" 205 errorLine1=" android:background="@color/photonGrey10">" 206 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 207 <location 208 file="src/main/res/layout/fragment_crash_reporter.xml" 209 line="12" 210 column="5"/> 211 </issue> 212 213 <issue 214 id="Overdraw" 215 message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)" 216 errorLine1=" android:background="@color/settings_background"" 217 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 218 <location 219 file="src/main/res/layout/fragment_exceptions_domains.xml" 220 line="10" 221 column="5"/> 222 </issue> 223 224 <issue 225 id="Overdraw" 226 message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)" 227 errorLine1=" android:background="@color/settings_background" />" 228 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 229 <location 230 file="src/main/res/layout/fragment_settings.xml" 231 line="11" 232 column="5"/> 233 </issue> 234 235 <issue 236 id="Overdraw" 237 message="Possible overdraw: Root element paints background `?selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)" 238 errorLine1=" android:background="?selectableItemBackground"" 239 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 240 <location 241 file="src/main/res/layout/item_add_custom_domain.xml" 242 line="14" 243 column="5"/> 244 </issue> 245 246 <issue 247 id="Overdraw" 248 message="Possible overdraw: Root element paints background `?android:attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)" 249 errorLine1=" android:background="?android:attr/selectableItemBackground"" 250 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 251 <location 252 file="src/main/res/layout/search_engine_checkbox_button.xml" 253 line="12" 254 column="5"/> 255 </issue> 256 257 <issue 258 id="Overdraw" 259 message="Possible overdraw: Root element paints background `?android:attr/selectableItemBackground` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)" 260 errorLine1=" android:background="?android:attr/selectableItemBackground"" 261 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 262 <location 263 file="src/main/res/layout/search_engine_radio_button.xml" 264 line="10" 265 column="5"/> 266 </issue> 267 268 <issue 269 id="Overdraw" 270 message="Possible overdraw: Root element paints background `@color/settings_background` with a theme that also paints a background (inferred theme is `@style/Theme.App.Starting`)" 271 errorLine1=" android:background="@color/settings_background"/>" 272 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 273 <location 274 file="src/main/res/layout/toolbar.xml" 275 line="9" 276 column="5"/> 277 </issue> 278 279 <issue 280 id="UnusedResources" 281 message="The resource `R.layout.activity_info` appears to be unused" 282 errorLine1="<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"" 283 errorLine2="^"> 284 <location 285 file="src/main/res/layout/activity_info.xml" 286 line="5" 287 column="1"/> 288 </issue> 289 290 <issue 291 id="UnusedResources" 292 message="The resource `R.string.useragent_appname` appears to be unused" 293 errorLine1=" <string name="useragent_appname" translatable="false">Focus</string>" 294 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> 295 <location 296 file="src/main/res/values/app.xml" 297 line="9" 298 column="13"/> 299 </issue> 300 301 <issue 302 id="UnusedResources" 303 message="The resource `R.color.background` appears to be unused" 304 errorLine1=" <color name="background">@color/colorPrimary</color>" 305 errorLine2=" ~~~~~~~~~~~~~~~~~"> 306 <location 307 file="src/main/res/values/colors.xml" 308 line="16" 309 column="12"/> 310 </issue> 311 312 <issue 313 id="UnusedResources" 314 message="The resource `R.color.colorTextInactive` appears to be unused" 315 errorLine1=" <color name="colorTextInactive">#80FFFFFF</color>" 316 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> 317 <location 318 file="src/main/res/values/colors.xml" 319 line="19" 320 column="12"/> 321 </issue> 322 323 <issue 324 id="UnusedResources" 325 message="The resource `R.color.statusBarBackground` appears to be unused" 326 errorLine1=" <color name="statusBarBackground">@color/background</color>" 327 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> 328 <location 329 file="src/main/res/values/colors.xml" 330 line="21" 331 column="12"/> 332 </issue> 333 334 <issue 335 id="UnusedResources" 336 message="The resource `R.color.colorCursor` appears to be unused" 337 errorLine1=" <color name="colorCursor">#ccffffff</color>" 338 errorLine2=" ~~~~~~~~~~~~~~~~~~"> 339 <location 340 file="src/main/res/values/colors.xml" 341 line="23" 342 column="12"/> 343 </issue> 344 345 <issue 346 id="UnusedResources" 347 message="The resource `R.color.accent` appears to be unused" 348 errorLine1=" <color name="accent">@color/photonPink70</color>" 349 errorLine2=" ~~~~~~~~~~~~~"> 350 <location 351 file="src/main/res/values/colors.xml" 352 line="30" 353 column="12"/> 354 </issue> 355 356 <issue 357 id="UnusedResources" 358 message="The resource `R.color.homeGradient1` appears to be unused" 359 errorLine1=" <color name="homeGradient1">#D3D4FA</color>" 360 errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> 361 <location 362 file="src/main/res/values/colors.xml" 363 line="38" 364 column="12"/> 365 </issue> 366 367 <issue 368 id="UnusedResources" 369 message="The resource `R.color.homeGradient2` appears to be unused" 370 errorLine1=" <color name="homeGradient2">#D7D6F9</color>" 371 errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> 372 <location 373 file="src/main/res/values/colors.xml" 374 line="39" 375 column="12"/> 376 </issue> 377 378 <issue 379 id="UnusedResources" 380 message="The resource `R.color.homeGradient3` appears to be unused" 381 errorLine1=" <color name="homeGradient3">#ECEAFA</color>" 382 errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> 383 <location 384 file="src/main/res/values/colors.xml" 385 line="40" 386 column="12"/> 387 </issue> 388 389 <issue 390 id="UnusedResources" 391 message="The resource `R.color.homeGradient4` appears to be unused" 392 errorLine1=" <color name="homeGradient4">#F5F4FE</color>" 393 errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> 394 <location 395 file="src/main/res/values/colors.xml" 396 line="41" 397 column="12"/> 398 </issue> 399 400 <issue 401 id="UnusedResources" 402 message="The resource `R.color.homeGradient5` appears to be unused" 403 errorLine1=" <color name="homeGradient5">#D9D3F5</color>" 404 errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> 405 <location 406 file="src/main/res/values/colors.xml" 407 line="42" 408 column="12"/> 409 </issue> 410 411 <issue 412 id="UnusedResources" 413 message="The resource `R.color.homeGradient6` appears to be unused" 414 errorLine1=" <color name="homeGradient6">#D6C9EB</color>" 415 errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> 416 <location 417 file="src/main/res/values/colors.xml" 418 line="43" 419 column="12"/> 420 </issue> 421 422 <issue 423 id="UnusedResources" 424 message="The resource `R.color.colorProgressGradientCenter` appears to be unused" 425 errorLine1=" <color name="colorProgressGradientCenter">#FFFF1AD9</color>" 426 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 427 <location 428 file="src/main/res/values/colors.xml" 429 line="47" 430 column="12"/> 431 </issue> 432 433 <issue 434 id="UnusedResources" 435 message="The resource `R.color.colorErasePressed` appears to be unused" 436 errorLine1=" <color name="colorErasePressed">@color/photonMagenta80</color>" 437 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> 438 <location 439 file="src/main/res/values/colors.xml" 440 line="51" 441 column="12"/> 442 </issue> 443 444 <issue 445 id="UnusedResources" 446 message="The resource `R.color.colorDotHighlight` appears to be unused" 447 errorLine1=" <color name="colorDotHighlight">@color/photonBlue40</color>" 448 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> 449 <location 450 file="src/main/res/values/colors.xml" 451 line="53" 452 column="12"/> 453 </issue> 454 455 <issue 456 id="UnusedResources" 457 message="The resource `R.color.toolbar_color` appears to be unused" 458 errorLine1=" <color name="toolbar_color">@color/colorPrimary</color>" 459 errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> 460 <location 461 file="src/main/res/values/colors.xml" 462 line="57" 463 column="12"/> 464 </issue> 465 466 <issue 467 id="UnusedResources" 468 message="The resource `R.color.colorPoweredBy` appears to be unused" 469 errorLine1=" <color name="colorPoweredBy">@color/photonLightGrey05</color>" 470 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> 471 <location 472 file="src/main/res/values/colors.xml" 473 line="60" 474 column="12"/> 475 </issue> 476 477 <issue 478 id="UnusedResources" 479 message="The resource `R.color.searchSuggestionsBackground` appears to be unused" 480 errorLine1=" <color name="searchSuggestionsBackground">@color/photonLightGrey05</color>" 481 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 482 <location 483 file="src/main/res/values/colors.xml" 484 line="69" 485 column="12"/> 486 </issue> 487 488 <issue 489 id="UnusedResources" 490 message="The resource `R.color.searchHintTextColor` appears to be unused" 491 errorLine1=" <color name="searchHintTextColor">#ffffffff</color>" 492 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> 493 <location 494 file="src/main/res/values/colors.xml" 495 line="76" 496 column="12"/> 497 </issue> 498 499 <issue 500 id="UnusedResources" 501 message="The resource `R.color.searchHintBackgroundColor` appears to be unused" 502 errorLine1=" <color name="searchHintBackgroundColor">@color/photonLightGrey05</color>" 503 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 504 <location 505 file="src/main/res/values/colors.xml" 506 line="77" 507 column="12"/> 508 </issue> 509 510 <issue 511 id="UnusedResources" 512 message="The resource `R.color.urlBarInactiveBackgroundColor` appears to be unused" 513 errorLine1=" <color name="urlBarInactiveBackgroundColor">#480f1126</color>" 514 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 515 <location 516 file="src/main/res/values/colors.xml" 517 line="78" 518 column="12"/> 519 </issue> 520 521 <issue 522 id="UnusedResources" 523 message="The resource `R.color.onboarding_indicator_default` appears to be unused" 524 errorLine1=" <color name="onboarding_indicator_default">#7FFFFFFF</color>" 525 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 526 <location 527 file="src/main/res/values/colors.xml" 528 line="82" 529 column="12"/> 530 </issue> 531 532 <issue 533 id="UnusedResources" 534 message="The resource `R.color.onboarding_indicator_selected` appears to be unused" 535 errorLine1=" <color name="onboarding_indicator_selected">#FFFFFFFF</color>" 536 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 537 <location 538 file="src/main/res/values/colors.xml" 539 line="83" 540 column="12"/> 541 </issue> 542 543 <issue 544 id="UnusedResources" 545 message="The resource `R.color.onboardingCloseButtonColor` appears to be unused" 546 errorLine1=" <color name="onboardingCloseButtonColor">#F2F2F7</color>" 547 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 548 <location 549 file="src/main/res/values/colors.xml" 550 line="86" 551 column="12"/> 552 </issue> 553 554 <issue 555 id="UnusedResources" 556 message="The resource `R.color.doorhanger_link` appears to be unused" 557 errorLine1=" <color name="doorhanger_link">#FF2AA1FE</color>" 558 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> 559 <location 560 file="src/main/res/values/colors.xml" 561 line="98" 562 column="12"/> 563 </issue> 564 565 <issue 566 id="UnusedResources" 567 message="The resource `R.color.preference_row_selected` appears to be unused" 568 errorLine1=" <color name="preference_row_selected">#353852</color>" 569 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 570 <location 571 file="src/main/res/values/colors.xml" 572 line="109" 573 column="12"/> 574 </issue> 575 576 <issue 577 id="UnusedResources" 578 message="The resource `R.color.trackingProtectionSheetBackground` appears to be unused" 579 errorLine1=" <color name="trackingProtectionSheetBackground">@color/background</color>" 580 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 581 <location 582 file="src/main/res/values/colors.xml" 583 line="112" 584 column="12"/> 585 </issue> 586 587 <issue 588 id="UnusedResources" 589 message="The resource `R.color.onboarding_text` appears to be unused" 590 errorLine1=" <color name="onboarding_text">@color/photonDarkGrey05</color>" 591 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> 592 <location 593 file="src/main/res/values/colors.xml" 594 line="117" 595 column="12"/> 596 </issue> 597 598 <issue 599 id="UnusedResources" 600 message="The resource `R.color.onboarding_title` appears to be unused" 601 errorLine1=" <color name="onboarding_title">@color/photonLightGrey05</color>" 602 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> 603 <location 604 file="src/main/res/values/colors.xml" 605 line="118" 606 column="12"/> 607 </issue> 608 609 <issue 610 id="UnusedResources" 611 message="The resource `R.color.mozac_ui_icons_fill` appears to be unused" 612 errorLine1=" <color name="mozac_ui_icons_fill">@color/primaryText</color>" 613 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> 614 <location 615 file="src/main/res/values/colors.xml" 616 line="124" 617 column="12"/> 618 </issue> 619 620 <issue 621 id="UnusedResources" 622 message="The resource `R.color.mozac_additional_note_background` appears to be unused" 623 errorLine1=" <color name="mozac_additional_note_background">@color/colorPrimary</color>" 624 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 625 <location 626 file="src/main/res/values/colors.xml" 627 line="125" 628 column="12"/> 629 </issue> 630 631 <issue 632 id="UnusedResources" 633 message="The resource `R.color.mozac_additional_note_text_color` appears to be unused" 634 errorLine1=" <color name="mozac_additional_note_text_color">@color/secondaryText</color>" 635 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 636 <location 637 file="src/main/res/values/colors.xml" 638 line="126" 639 column="12"/> 640 </issue> 641 642 <issue 643 id="UnusedResources" 644 message="The resource `R.color.cfr_triangle_color` appears to be unused" 645 errorLine1=" <color name="cfr_triangle_color">#FFFFFF</color>" 646 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> 647 <location 648 file="src/main/res/values/colors.xml" 649 line="132" 650 column="12"/> 651 </issue> 652 653 <issue 654 id="UnusedResources" 655 message="The resource `R.integer.progress_shift_duration` appears to be unused" 656 errorLine1=" <integer name="progress_shift_duration">500</integer>" 657 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 658 <location 659 file="src/main/res/values/configuration.xml" 660 line="13" 661 column="14"/> 662 </issue> 663 664 <issue 665 id="UnusedResources" 666 message="The resource `R.layout.custom_tab_menu_item` appears to be unused" 667 errorLine1="<TextView style="@android:style/TextAppearance.Material.Menu"" 668 errorLine2="^"> 669 <location 670 file="src/main/res/layout/custom_tab_menu_item.xml" 671 line="9" 672 column="1"/> 673 </issue> 674 675 <issue 676 id="UnusedResources" 677 message="The resource `R.dimen.menu_elevation` appears to be unused" 678 errorLine1=" <dimen name="menu_elevation">8dp</dimen>" 679 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> 680 <location 681 file="src/main/res/values/dimens.xml" 682 line="6" 683 column="12"/> 684 </issue> 685 686 <issue 687 id="UnusedResources" 688 message="The resource `R.dimen.customtabs_toolbar_icon_size` appears to be unused" 689 errorLine1=" <dimen name="customtabs_toolbar_icon_size">24dp</dimen>" 690 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 691 <location 692 file="src/main/res/values/dimens.xml" 693 line="16" 694 column="12"/> 695 </issue> 696 697 <issue 698 id="UnusedResources" 699 message="The resource `R.dimen.design_navigation_padding_top_default` appears to be unused" 700 errorLine1=" <dimen name="design_navigation_padding_top_default" tools:override="true">0dp</dimen>" 701 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 702 <location 703 file="src/main/res/values/dimens.xml" 704 line="19" 705 column="12"/> 706 </issue> 707 708 <issue 709 id="UnusedResources" 710 message="The resource `R.dimen.design_navigation_separator_vertical_padding` appears to be unused" 711 errorLine1=" <dimen name="design_navigation_separator_vertical_padding" tools:override="true">0dp</dimen>" 712 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 713 <location 714 file="src/main/res/values/dimens.xml" 715 line="20" 716 column="12"/> 717 </issue> 718 719 <issue 720 id="UnusedResources" 721 message="The resource `R.dimen.design_navigation_padding_bottom` appears to be unused" 722 errorLine1=" <dimen name="design_navigation_padding_bottom" tools:override="true">0dp</dimen>" 723 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 724 <location 725 file="src/main/res/values/dimens.xml" 726 line="21" 727 column="12"/> 728 </issue> 729 730 <issue 731 id="UnusedResources" 732 message="The resource `R.dimen.firstrun_card_width` appears to be unused" 733 errorLine1=" <dimen name="firstrun_card_width">300dp</dimen>" 734 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> 735 <location 736 file="src/main/res/values/dimens.xml" 737 line="23" 738 column="12"/> 739 </issue> 740 741 <issue 742 id="UnusedResources" 743 message="The resource `R.dimen.firstrun_card_height` appears to be unused" 744 errorLine1=" <dimen name="firstrun_card_height">460dp</dimen>" 745 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 746 <location 747 file="src/main/res/values/dimens.xml" 748 line="24" 749 column="12"/> 750 </issue> 751 752 <issue 753 id="UnusedResources" 754 message="The resource `R.dimen.fingerprint_icon_size` appears to be unused" 755 errorLine1=" <dimen name="fingerprint_icon_size">64dp</dimen>" 756 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 757 <location 758 file="src/main/res/values/dimens.xml" 759 line="26" 760 column="12"/> 761 </issue> 762 763 <issue 764 id="UnusedResources" 765 message="The resource `R.dimen.fingerprint_status_layout_margin_vertical` appears to be unused" 766 errorLine1=" <dimen name="fingerprint_status_layout_margin_vertical">48dp</dimen>" 767 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 768 <location 769 file="src/main/res/values/dimens.xml" 770 line="27" 771 column="12"/> 772 </issue> 773 774 <issue 775 id="UnusedResources" 776 message="The resource `R.dimen.tabs_button_text_size` appears to be unused" 777 errorLine1=" <dimen name="tabs_button_text_size">12dp</dimen>" 778 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 779 <location 780 file="src/main/res/values/dimens.xml" 781 line="29" 782 column="12"/> 783 </issue> 784 785 <issue 786 id="UnusedResources" 787 message="The resource `R.dimen.dialogHorizontalPadding` appears to be unused" 788 errorLine1=" <dimen name="dialogHorizontalPadding">24dp</dimen>" 789 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 790 <location 791 file="src/main/res/values/dimens.xml" 792 line="33" 793 column="12"/> 794 </issue> 795 796 <issue 797 id="UnusedResources" 798 message="The resource `R.dimen.doorhanger_width` appears to be unused" 799 errorLine1=" <dimen name="doorhanger_width">300dp</dimen>" 800 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> 801 <location 802 file="src/main/res/values/dimens.xml" 803 line="47" 804 column="12"/> 805 </issue> 806 807 <issue 808 id="UnusedResources" 809 message="The resource `R.dimen.doorhanger_input_width` appears to be unused" 810 errorLine1=" <dimen name="doorhanger_input_width">250dp</dimen>" 811 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 812 <location 813 file="src/main/res/values/dimens.xml" 814 line="48" 815 column="12"/> 816 </issue> 817 818 <issue 819 id="UnusedResources" 820 message="The resource `R.dimen.doorhanger_offsetX` appears to be unused" 821 errorLine1=" <dimen name="doorhanger_offsetX">12dp</dimen>" 822 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> 823 <location 824 file="src/main/res/values/dimens.xml" 825 line="49" 826 column="12"/> 827 </issue> 828 829 <issue 830 id="UnusedResources" 831 message="The resource `R.dimen.doorhanger_offsetY` appears to be unused" 832 errorLine1=" <dimen name="doorhanger_offsetY">67dp</dimen>" 833 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> 834 <location 835 file="src/main/res/values/dimens.xml" 836 line="50" 837 column="12"/> 838 </issue> 839 840 <issue 841 id="UnusedResources" 842 message="The resource `R.dimen.doorhanger_drawable_padding` appears to be unused" 843 errorLine1=" <dimen name="doorhanger_drawable_padding">5dp</dimen>" 844 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 845 <location 846 file="src/main/res/values/dimens.xml" 847 line="51" 848 column="12"/> 849 </issue> 850 851 <issue 852 id="UnusedResources" 853 message="The resource `R.dimen.doorhanger_subsection_padding` appears to be unused" 854 errorLine1=" <dimen name="doorhanger_subsection_padding">8dp</dimen>" 855 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 856 <location 857 file="src/main/res/values/dimens.xml" 858 line="52" 859 column="12"/> 860 </issue> 861 862 <issue 863 id="UnusedResources" 864 message="The resource `R.dimen.doorhanger_section_padding_small` appears to be unused" 865 errorLine1=" <dimen name="doorhanger_section_padding_small">10dp</dimen>" 866 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 867 <location 868 file="src/main/res/values/dimens.xml" 869 line="53" 870 column="12"/> 871 </issue> 872 873 <issue 874 id="UnusedResources" 875 message="The resource `R.dimen.doorhanger_section_padding_medium` appears to be unused" 876 errorLine1=" <dimen name="doorhanger_section_padding_medium">20dp</dimen>" 877 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 878 <location 879 file="src/main/res/values/dimens.xml" 880 line="54" 881 column="12"/> 882 </issue> 883 884 <issue 885 id="UnusedResources" 886 message="The resource `R.dimen.doorhanger_section_padding_large` appears to be unused" 887 errorLine1=" <dimen name="doorhanger_section_padding_large">30dp</dimen>" 888 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 889 <location 890 file="src/main/res/values/dimens.xml" 891 line="55" 892 column="12"/> 893 </issue> 894 895 <issue 896 id="UnusedResources" 897 message="The resource `R.dimen.doorhanger_icon_size` appears to be unused" 898 errorLine1=" <dimen name="doorhanger_icon_size">60dp</dimen>" 899 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 900 <location 901 file="src/main/res/values/dimens.xml" 902 line="56" 903 column="12"/> 904 </issue> 905 906 <issue 907 id="UnusedResources" 908 message="The resource `R.dimen.doorhanger_rounded_corner_radius` appears to be unused" 909 errorLine1=" <dimen name="doorhanger_rounded_corner_radius">4dp</dimen>" 910 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 911 <location 912 file="src/main/res/values/dimens.xml" 913 line="57" 914 column="12"/> 915 </issue> 916 917 <issue 918 id="UnusedResources" 919 message="The resource `R.dimen.doorhanger_small_icon` appears to be unused" 920 errorLine1=" <dimen name="doorhanger_small_icon">16dp</dimen>" 921 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 922 <location 923 file="src/main/res/values/dimens.xml" 924 line="58" 925 column="12"/> 926 </issue> 927 928 <issue 929 id="UnusedResources" 930 message="The resource `R.dimen.browser_menu_height` appears to be unused" 931 errorLine1=" <dimen name="browser_menu_height">280dp</dimen>" 932 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> 933 <location 934 file="src/main/res/values/dimens.xml" 935 line="60" 936 column="12"/> 937 </issue> 938 939 <issue 940 id="UnusedResources" 941 message="The resource `R.dimen.menu_blocking_switch_container_height` appears to be unused" 942 errorLine1=" <dimen name="menu_blocking_switch_container_height">88dp</dimen>" 943 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 944 <location 945 file="src/main/res/values/dimens.xml" 946 line="62" 947 column="12"/> 948 </issue> 949 950 <issue 951 id="UnusedResources" 952 message="The resource `R.dimen.menu_blocking_switch_height` appears to be unused" 953 errorLine1=" <dimen name="menu_blocking_switch_height">20dp</dimen>" 954 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 955 <location 956 file="src/main/res/values/dimens.xml" 957 line="63" 958 column="12"/> 959 </issue> 960 961 <issue 962 id="UnusedResources" 963 message="The resource `R.dimen.menu_blocking_switch_width` appears to be unused" 964 errorLine1=" <dimen name="menu_blocking_switch_width">46dp</dimen>" 965 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 966 <location 967 file="src/main/res/values/dimens.xml" 968 line="64" 969 column="12"/> 970 </issue> 971 972 <issue 973 id="UnusedResources" 974 message="The resource `R.dimen.menu_blocking_switch_margin` appears to be unused" 975 errorLine1=" <dimen name="menu_blocking_switch_margin">12dp</dimen>" 976 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 977 <location 978 file="src/main/res/values/dimens.xml" 979 line="65" 980 column="12"/> 981 </issue> 982 983 <issue 984 id="UnusedResources" 985 message="The resource `R.dimen.search_suggestions_padding_start` appears to be unused" 986 errorLine1=" <dimen name="search_suggestions_padding_start">56dp</dimen>" 987 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 988 <location 989 file="src/main/res/values/dimens.xml" 990 line="67" 991 column="12"/> 992 </issue> 993 994 <issue 995 id="UnusedResources" 996 message="The resource `R.dimen.search_suggestions_padding_with_icon` appears to be unused" 997 errorLine1=" <dimen name="search_suggestions_padding_with_icon">16dp</dimen>" 998 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 999 <location 1000 file="src/main/res/values/dimens.xml" 1001 line="68" 1002 column="12"/> 1003 </issue> 1004 1005 <issue 1006 id="UnusedResources" 1007 message="The resource `R.xml.experiments_settings` appears to be unused" 1008 errorLine1="<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">" 1009 errorLine2="^"> 1010 <location 1011 file="src/main/res/xml/experiments_settings.xml" 1012 line="6" 1013 column="1"/> 1014 </issue> 1015 1016 <issue 1017 id="UnusedResources" 1018 message="The resource `R.layout.focus_preference_left_checkbox` appears to be unused" 1019 errorLine1="<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"" 1020 errorLine2="^"> 1021 <location 1022 file="src/main/res/layout/focus_preference_left_checkbox.xml" 1023 line="4" 1024 column="1"/> 1025 </issue> 1026 1027 <issue 1028 id="UnusedResources" 1029 message="The resource `R.layout.fragment_about_libraries` appears to be unused" 1030 errorLine1="<LinearLayout" 1031 errorLine2="^"> 1032 <location 1033 file="src/main/res/layout/fragment_about_libraries.xml" 1034 line="6" 1035 column="1"/> 1036 </issue> 1037 1038 <issue 1039 id="UnusedResources" 1040 message="The resource `R.layout.fragment_info` appears to be unused" 1041 errorLine1="<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"" 1042 errorLine2="^"> 1043 <location 1044 file="src/main/res/layout/fragment_info.xml" 1045 line="5" 1046 column="1"/> 1047 </issue> 1048 1049 <issue 1050 id="UnusedResources" 1051 message="The resource `R.mipmap.ic_launcher_round` appears to be unused"> 1052 <location 1053 file="src/main/res/mipmap-hdpi/ic_launcher_round.png"/> 1054 </issue> 1055 1056 <issue 1057 id="UnusedResources" 1058 message="The resource `R.layout.menu_item` appears to be unused" 1059 errorLine1="<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"" 1060 errorLine2="^"> 1061 <location 1062 file="src/main/res/layout/menu_item.xml" 1063 line="5" 1064 column="1"/> 1065 </issue> 1066 1067 <issue 1068 id="UnusedResources" 1069 message="The resource `R.layout.menu_navigation` appears to be unused" 1070 errorLine1="<LinearLayout" 1071 errorLine2="^"> 1072 <location 1073 file="src/main/res/layout/menu_navigation.xml" 1074 line="6" 1075 column="1"/> 1076 </issue> 1077 1078 <issue 1079 id="UnusedResources" 1080 message="The resource `R.string.pref_key_privacy_block_cryptomining` appears to be unused" 1081 errorLine1=" <string name="pref_key_privacy_block_cryptomining" translatable="false"><xliff:g id="preference_key">pref_privacy_block_cryptomining</xliff:g></string>" 1082 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1083 <location 1084 file="src/main/res/values/preference_keys.xml" 1085 line="19" 1086 column="13"/> 1087 </issue> 1088 1089 <issue 1090 id="UnusedResources" 1091 message="The resource `R.string.pref_key_privacy_block_fingerprinting` appears to be unused" 1092 errorLine1=" <string name="pref_key_privacy_block_fingerprinting" translatable="false"><xliff:g id="preference_key">pref_privacy_block_fingerprinting</xliff:g></string>" 1093 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1094 <location 1095 file="src/main/res/values/preference_keys.xml" 1096 line="20" 1097 column="13"/> 1098 </issue> 1099 1100 <issue 1101 id="UnusedResources" 1102 message="The resource `R.string.pref_key_privacy_ever_changed_etp` appears to be unused" 1103 errorLine1=" <string name="pref_key_privacy_ever_changed_etp" translatable="false"><xliff:g id="preference_key">pref_key_privacy_ever_changed_etp</xliff:g></string>" 1104 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1105 <location 1106 file="src/main/res/values/preference_keys.xml" 1107 line="23" 1108 column="13"/> 1109 </issue> 1110 1111 <issue 1112 id="UnusedResources" 1113 message="The resource `R.string.pref_key_performance_block_images` appears to be unused" 1114 errorLine1=" <string name="pref_key_performance_block_images" translatable="false"><xliff:g id="preference_key">pref_performance_block_images</xliff:g></string>" 1115 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1116 <location 1117 file="src/main/res/values/preference_keys.xml" 1118 line="30" 1119 column="13"/> 1120 </issue> 1121 1122 <issue 1123 id="UnusedResources" 1124 message="The resource `R.string.pref_key_learn_about_daily_usage_ping` appears to be unused" 1125 errorLine1=" <string name="pref_key_learn_about_daily_usage_ping" translatable="false"><xliff:g id="preference_key">pref_key_learn_about_daily_usage_ping</xliff:g></string>" 1126 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1127 <location 1128 file="src/main/res/values/preference_keys.xml" 1129 line="38" 1130 column="13"/> 1131 </issue> 1132 1133 <issue 1134 id="UnusedResources" 1135 message="The resource `R.string.pref_key_category_safe_browsing` appears to be unused" 1136 errorLine1=" <string name="pref_key_category_safe_browsing" translatable="false"><xliff:g id="preference_key">safe_browsing_category</xliff:g></string>" 1137 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1138 <location 1139 file="src/main/res/values/preference_keys.xml" 1140 line="71" 1141 column="13"/> 1142 </issue> 1143 1144 <issue 1145 id="UnusedResources" 1146 message="The resource `R.string.new_onboarding_enabled` appears to be unused" 1147 errorLine1=" <string name="new_onboarding_enabled" translatable="false"><xliff:g id="preference_key">new_onboarding_enabled</xliff:g></string>" 1148 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1149 <location 1150 file="src/main/res/values/preference_keys.xml" 1151 line="111" 1152 column="13"/> 1153 </issue> 1154 1155 <issue 1156 id="UnusedResources" 1157 message="The resource `R.string.action_ok` appears to be unused" 1158 errorLine1=" <string name="action_ok">OK</string>" 1159 errorLine2=" ~~~~~~~~~~~~~~~~"> 1160 <location 1161 file="src/main/res/values/strings.xml" 1162 line="13" 1163 column="13"/> 1164 </issue> 1165 1166 <issue 1167 id="UnusedResources" 1168 message="The resource `R.string.teaser` appears to be unused" 1169 errorLine1=" <string name="teaser">Automatic private browsing.\nBrowse. Erase. Repeat.</string>" 1170 errorLine2=" ~~~~~~~~~~~~~"> 1171 <location 1172 file="src/main/res/values/strings.xml" 1173 line="20" 1174 column="13"/> 1175 </issue> 1176 1177 <issue 1178 id="UnusedResources" 1179 message="The resource `R.string.feedback_erase` appears to be unused" 1180 errorLine1=" <string name="feedback_erase">Your browsing history has been erased.</string>" 1181 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~"> 1182 <location 1183 file="src/main/res/values/strings.xml" 1184 line="23" 1185 column="13"/> 1186 </issue> 1187 1188 <issue 1189 id="UnusedResources" 1190 message="The resource `R.string.search_hint` appears to be unused" 1191 errorLine1=" <string name="search_hint">Search for %1$s</string>" 1192 errorLine2=" ~~~~~~~~~~~~~~~~~~"> 1193 <location 1194 file="src/main/res/values/strings.xml" 1195 line="31" 1196 column="13"/> 1197 </issue> 1198 1199 <issue 1200 id="UnusedResources" 1201 message="The resource `R.string.menu_report_site_issue` appears to be unused" 1202 errorLine1=" <string name="menu_report_site_issue">Report Site Issue</string>" 1203 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1204 <location 1205 file="src/main/res/values/strings.xml" 1206 line="37" 1207 column="13"/> 1208 </issue> 1209 1210 <issue 1211 id="UnusedResources" 1212 message="The resource `R.string.menu_trackers_blocked_title` appears to be unused" 1213 errorLine1=" <string name="menu_trackers_blocked_title">Trackers blocked</string>" 1214 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1215 <location 1216 file="src/main/res/values/strings.xml" 1217 line="70" 1218 column="13"/> 1219 </issue> 1220 1221 <issue 1222 id="UnusedResources" 1223 message="The resource `R.string.menu_trackers_blocked_subtitle` appears to be unused" 1224 errorLine1=" <string name="menu_trackers_blocked_subtitle">Turning this off may fix some site problems</string>" 1225 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1226 <location 1227 file="src/main/res/values/strings.xml" 1228 line="74" 1229 column="13"/> 1230 </issue> 1231 1232 <issue 1233 id="UnusedResources" 1234 message="The resource `R.string.menu_content_blocking` appears to be unused" 1235 errorLine1=" <string name="menu_content_blocking">Content Blocking</string>" 1236 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1237 <location 1238 file="src/main/res/values/strings.xml" 1239 line="77" 1240 column="13"/> 1241 </issue> 1242 1243 <issue 1244 id="UnusedResources" 1245 message="The resource `R.string.menu_content_blocking_subtitle` appears to be unused" 1246 errorLine1=" <string name="menu_content_blocking_subtitle">Turn off to fix some sites</string>" 1247 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1248 <location 1249 file="src/main/res/values/strings.xml" 1250 line="79" 1251 column="13"/> 1252 </issue> 1253 1254 <issue 1255 id="UnusedResources" 1256 message="The resource `R.string.shortcut_erase_and_open_long_label` appears to be unused" 1257 errorLine1=" <string name="shortcut_erase_and_open_long_label">Erase and open %1$s</string>" 1258 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1259 <location 1260 file="src/main/res/values/strings.xml" 1261 line="123" 1262 column="13"/> 1263 </issue> 1264 1265 <issue 1266 id="UnusedResources" 1267 message="The resource `R.string.text_selection_search_action_klar` appears to be unused" 1268 errorLine1=" <string name="text_selection_search_action_klar" tools:ignore="BrandUsage">Search in Klar</string>" 1269 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1270 <location 1271 file="src/main/res/values/strings.xml" 1272 line="132" 1273 column="13"/> 1274 </issue> 1275 1276 <issue 1277 id="UnusedResources" 1278 message="The resource `R.string.text_selection_search_action_focus_beta` appears to be unused" 1279 errorLine1=" <string name="text_selection_search_action_focus_beta" tools:ignore="BrandUsage">Search in Focus Beta</string>" 1280 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1281 <location 1282 file="src/main/res/values/strings.xml" 1283 line="136" 1284 column="13"/> 1285 </issue> 1286 1287 <issue 1288 id="UnusedResources" 1289 message="The resource `R.string.text_selection_search_action_focus_nightly` appears to be unused" 1290 errorLine1=" <string name="text_selection_search_action_focus_nightly" tools:ignore="BrandUsage">Search in Focus Nightly</string>" 1291 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1292 <location 1293 file="src/main/res/values/strings.xml" 1294 line="140" 1295 column="13"/> 1296 </issue> 1297 1298 <issue 1299 id="UnusedResources" 1300 message="The resource `R.string.preference_category_data_collection_use` appears to be unused" 1301 errorLine1=" <string name="preference_category_data_collection_use">Data Collection &amp; Use</string>" 1302 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1303 <location 1304 file="src/main/res/values/strings.xml" 1305 line="189" 1306 column="13"/> 1307 </issue> 1308 1309 <issue 1310 id="UnusedResources" 1311 message="The resource `R.string.preference_search_engine_default` appears to be unused" 1312 errorLine1=" <string name="preference_search_engine_default">Default</string>" 1313 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1314 <location 1315 file="src/main/res/values/strings.xml" 1316 line="200" 1317 column="13"/> 1318 </issue> 1319 1320 <issue 1321 id="UnusedResources" 1322 message="The resource `R.string.preference_category_autocomplete_manage_sites` appears to be unused" 1323 errorLine1=" <string name="preference_category_autocomplete_manage_sites">Manage sites</string>" 1324 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1325 <location 1326 file="src/main/res/values/strings.xml" 1327 line="229" 1328 column="13"/> 1329 </issue> 1330 1331 <issue 1332 id="UnusedResources" 1333 message="The resource `R.string.preference_autocomplete_explanation_text` appears to be unused" 1334 errorLine1=" <string name="preference_autocomplete_explanation_text">Your autocomplete list:</string>" 1335 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1336 <location 1337 file="src/main/res/values/strings.xml" 1338 line="238" 1339 column="13"/> 1340 </issue> 1341 1342 <issue 1343 id="UnusedResources" 1344 message="The resource `R.string.preference_autocomplete_action_add2` appears to be unused" 1345 errorLine1=" <string name="preference_autocomplete_action_add2">Add URL</string>" 1346 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1347 <location 1348 file="src/main/res/values/strings.xml" 1349 line="241" 1350 column="13"/> 1351 </issue> 1352 1353 <issue 1354 id="UnusedResources" 1355 message="The resource `R.string.custom_autocomplete_quick_add` appears to be unused" 1356 errorLine1=" <string name="custom_autocomplete_quick_add">Add custom URL</string>" 1357 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1358 <location 1359 file="src/main/res/values/strings.xml" 1360 line="247" 1361 column="13"/> 1362 </issue> 1363 1364 <issue 1365 id="UnusedResources" 1366 message="The resource `R.string.add_custom_autocomplete_label` appears to be unused" 1367 errorLine1=" <string name="add_custom_autocomplete_label">Add link to autocomplete</string>" 1368 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1369 <location 1370 file="src/main/res/values/strings.xml" 1371 line="250" 1372 column="13"/> 1373 </issue> 1374 1375 <issue 1376 id="UnusedResources" 1377 message="The resource `R.string.preference_autocomplete_custom_summary` appears to be unused" 1378 errorLine1=" <string name="preference_autocomplete_custom_summary">Add and manage custom autocomplete URLs.</string>" 1379 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1380 <location 1381 file="src/main/res/values/strings.xml" 1382 line="265" 1383 column="13"/> 1384 </issue> 1385 1386 <issue 1387 id="UnusedResources" 1388 message="The resource `R.string.preference_autocomplete_add_example` appears to be unused" 1389 errorLine1=" <string name="preference_autocomplete_add_example">Example: example.com</string>" 1390 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1391 <location 1392 file="src/main/res/values/strings.xml" 1393 line="277" 1394 column="13"/> 1395 </issue> 1396 1397 <issue 1398 id="UnusedResources" 1399 message="The resource `R.string.preference_category_privacy` appears to be unused" 1400 errorLine1=" <string name="preference_category_privacy">Privacy</string>" 1401 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1402 <location 1403 file="src/main/res/values/strings.xml" 1404 line="296" 1405 column="13"/> 1406 </issue> 1407 1408 <issue 1409 id="UnusedResources" 1410 message="The resource `R.string.preference_category_performance` appears to be unused" 1411 errorLine1=" <string name="preference_category_performance">Performance</string>" 1412 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1413 <location 1414 file="src/main/res/values/strings.xml" 1415 line="334" 1416 column="13"/> 1417 </issue> 1418 1419 <issue 1420 id="UnusedResources" 1421 message="The resource `R.string.preference_daily_usage_ping_learn_more` appears to be unused" 1422 errorLine1=" <string name="preference_daily_usage_ping_learn_more">Learn more</string>" 1423 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1424 <location 1425 file="src/main/res/values/strings.xml" 1426 line="361" 1427 column="13"/> 1428 </issue> 1429 1430 <issue 1431 id="UnusedResources" 1432 message="The resource `R.string.preference_search_installed_search_engines` appears to be unused" 1433 errorLine1=" <string name="preference_search_installed_search_engines">Installed search engines</string>" 1434 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1435 <location 1436 file="src/main/res/values/strings.xml" 1437 line="382" 1438 column="13"/> 1439 </issue> 1440 1441 <issue 1442 id="UnusedResources" 1443 message="The resource `R.string.preference_search_add2` appears to be unused" 1444 errorLine1=" <string name="preference_search_add2">+ Add another search engine</string>" 1445 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1446 <location 1447 file="src/main/res/values/strings.xml" 1448 line="392" 1449 column="13"/> 1450 </issue> 1451 1452 <issue 1453 id="UnusedResources" 1454 message="The resource `R.string.content_description_clear_input` appears to be unused" 1455 errorLine1=" <string name="content_description_clear_input">Clear input</string>" 1456 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1457 <location 1458 file="src/main/res/values/strings.xml" 1459 line="420" 1460 column="13"/> 1461 </issue> 1462 1463 <issue 1464 id="UnusedResources" 1465 message="The resource `R.string.content_description_tab_counter` appears to be unused" 1466 errorLine1=" <string name="content_description_tab_counter">Tabs open: %1$s</string>" 1467 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1468 <location 1469 file="src/main/res/values/strings.xml" 1470 line="434" 1471 column="13"/> 1472 </issue> 1473 1474 <issue 1475 id="UnusedResources" 1476 message="The resource `R.string.content_description_lock` appears to be unused" 1477 errorLine1=" <string name="content_description_lock">Secure connection</string>" 1478 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1479 <location 1480 file="src/main/res/values/strings.xml" 1481 line="438" 1482 column="13"/> 1483 </issue> 1484 1485 <issue 1486 id="UnusedResources" 1487 message="The resource `R.string.accessibility_announcement_loading` appears to be unused" 1488 errorLine1=" <string name="accessibility_announcement_loading">Loading</string>" 1489 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1490 <location 1491 file="src/main/res/values/strings.xml" 1492 line="442" 1493 column="13"/> 1494 </issue> 1495 1496 <issue 1497 id="UnusedResources" 1498 message="The resource `R.string.accessibility_announcement_loading_finished` appears to be unused" 1499 errorLine1=" <string name="accessibility_announcement_loading_finished">Website loaded</string>" 1500 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1501 <location 1502 file="src/main/res/values/strings.xml" 1503 line="446" 1504 column="13"/> 1505 </issue> 1506 1507 <issue 1508 id="UnusedResources" 1509 message="The resource `R.string.content_description_menu` appears to be unused" 1510 errorLine1=" <string name="content_description_menu">More options</string>" 1511 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1512 <location 1513 file="src/main/res/values/strings.xml" 1514 line="449" 1515 column="13"/> 1516 </issue> 1517 1518 <issue 1519 id="UnusedResources" 1520 message="The resource `R.string.indicator_content_description_menu` appears to be unused" 1521 errorLine1=" <string name="indicator_content_description_menu">More options button</string>" 1522 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1523 <location 1524 file="src/main/res/values/strings.xml" 1525 line="453" 1526 column="13"/> 1527 </issue> 1528 1529 <issue 1530 id="UnusedResources" 1531 message="The resource `R.string.content_description_customtab_exit` appears to be unused" 1532 errorLine1=" <string name="content_description_customtab_exit">Return to previous app</string>" 1533 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1534 <location 1535 file="src/main/res/values/strings.xml" 1536 line="468" 1537 column="13"/> 1538 </issue> 1539 1540 <issue 1541 id="UnusedResources" 1542 message="The resource `R.string.content_description_trackers_blocked` appears to be unused" 1543 errorLine1=" <string name="content_description_trackers_blocked">Number of trackers blocked</string>" 1544 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1545 <location 1546 file="src/main/res/values/strings.xml" 1547 line="472" 1548 column="13"/> 1549 </issue> 1550 1551 <issue 1552 id="UnusedResources" 1553 message="The resource `R.string.content_description_blocking_switch` appears to be unused" 1554 errorLine1=" <string name="content_description_blocking_switch">Block trackers</string>" 1555 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1556 <location 1557 file="src/main/res/values/strings.xml" 1558 line="476" 1559 column="13"/> 1560 </issue> 1561 1562 <issue 1563 id="UnusedResources" 1564 message="The resource `R.string.your_rights` appears to be unused" 1565 errorLine1=" <string name="your_rights">Your Rights</string>" 1566 errorLine2=" ~~~~~~~~~~~~~~~~~~"> 1567 <location 1568 file="src/main/res/values/strings.xml" 1569 line="478" 1570 column="13"/> 1571 </issue> 1572 1573 <issue 1574 id="UnusedResources" 1575 message="The resource `R.string.external_app_prompt_title` appears to be unused" 1576 errorLine1=" <string name="external_app_prompt_title">Open link in another app</string>" 1577 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1578 <location 1579 file="src/main/res/values/strings.xml" 1580 line="480" 1581 column="13"/> 1582 </issue> 1583 1584 <issue 1585 id="UnusedResources" 1586 message="The resource `R.string.external_app_prompt` appears to be unused" 1587 errorLine1=" <string name="external_app_prompt">You can leave %1$s to open this link in %2$s.</string>" 1588 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1589 <location 1590 file="src/main/res/values/strings.xml" 1591 line="483" 1592 column="13"/> 1593 </issue> 1594 1595 <issue 1596 id="UnusedResources" 1597 message="The resource `R.string.external_app_prompt_no_app_title` appears to be unused" 1598 errorLine1=" <string name="external_app_prompt_no_app_title">Find an app that can open link</string>" 1599 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1600 <location 1601 file="src/main/res/values/strings.xml" 1602 line="485" 1603 column="13"/> 1604 </issue> 1605 1606 <issue 1607 id="UnusedResources" 1608 message="The resource `R.string.external_app_prompt_no_app` appears to be unused" 1609 errorLine1=" <string name="external_app_prompt_no_app">None of the apps on your device are able to open this link. You can leave %1$s to search %2$s for an app that can.</string>" 1610 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1611 <location 1612 file="src/main/res/values/strings.xml" 1613 line="488" 1614 column="13"/> 1615 </issue> 1616 1617 <issue 1618 id="UnusedResources" 1619 message="The resource `R.string.external_multiple_apps_matched_exit` appears to be unused" 1620 errorLine1=" <string name="external_multiple_apps_matched_exit">Exit Private Browsing?</string>" 1621 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1622 <location 1623 file="src/main/res/values/strings.xml" 1624 line="490" 1625 column="13"/> 1626 </issue> 1627 1628 <issue 1629 id="UnusedResources" 1630 message="The resource `R.string.firstrun_defaultbrowser_text2` appears to be unused" 1631 errorLine1=" <string name="firstrun_defaultbrowser_text2">Take private browsing to the next level. Block ads and other content that can track you across sites and bog down page load times.</string>" 1632 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1633 <location 1634 file="src/main/res/values/strings.xml" 1635 line="551" 1636 column="13"/> 1637 </issue> 1638 1639 <issue 1640 id="UnusedResources" 1641 message="The resource `R.string.firstrun_search_text` appears to be unused" 1642 errorLine1=" <string name="firstrun_search_text">Searching for something different? Choose another default search engine in Settings.</string>" 1643 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1644 <location 1645 file="src/main/res/values/strings.xml" 1646 line="556" 1647 column="13"/> 1648 </issue> 1649 1650 <issue 1651 id="UnusedResources" 1652 message="The resource `R.string.firstrun_shortcut_text` appears to be unused" 1653 errorLine1=" <string name="firstrun_shortcut_text">Return to your favorite sites in %1$s quickly. Just select “Add to Home screen” from the %1$s menu.</string>" 1654 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1655 <location 1656 file="src/main/res/values/strings.xml" 1657 line="561" 1658 column="13"/> 1659 </issue> 1660 1661 <issue 1662 id="UnusedResources" 1663 message="The resource `R.string.firstrun_privacy_text` appears to be unused" 1664 errorLine1=" <string name="firstrun_privacy_text">Set %1$s as your default browser and get the benefits of private browsing when you open webpages from other apps.</string>" 1665 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1666 <location 1667 file="src/main/res/values/strings.xml" 1668 line="566" 1669 column="13"/> 1670 </issue> 1671 1672 <issue 1673 id="UnusedResources" 1674 message="The resource `R.string.firstrun_close_button` appears to be unused" 1675 errorLine1=" <string name="firstrun_close_button">OK, got it!</string>" 1676 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1677 <location 1678 file="src/main/res/values/strings.xml" 1679 line="568" 1680 column="13"/> 1681 </issue> 1682 1683 <issue 1684 id="UnusedResources" 1685 message="The resource `R.string.firstrun_skip_button` appears to be unused" 1686 errorLine1=" <string name="firstrun_skip_button">Skip</string>" 1687 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1688 <location 1689 file="src/main/res/values/strings.xml" 1690 line="569" 1691 column="13"/> 1692 </issue> 1693 1694 <issue 1695 id="UnusedResources" 1696 message="The resource `R.string.firstrun_next_button` appears to be unused" 1697 errorLine1=" <string name="firstrun_next_button">Next</string>" 1698 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1699 <location 1700 file="src/main/res/values/strings.xml" 1701 line="570" 1702 column="13"/> 1703 </issue> 1704 1705 <issue 1706 id="UnusedResources" 1707 message="The resource `R.string.content_blocking_disabled` appears to be unused" 1708 errorLine1=" <string name="content_blocking_disabled">-</string>" 1709 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1710 <location 1711 file="src/main/res/values/strings.xml" 1712 line="573" 1713 column="13"/> 1714 </issue> 1715 1716 <issue 1717 id="UnusedResources" 1718 message="The resource `R.string.dialog_addtohomescreen_action_yes` appears to be unused" 1719 errorLine1=" <string name="dialog_addtohomescreen_action_yes">YES</string>" 1720 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1721 <location 1722 file="src/main/res/values/strings.xml" 1723 line="578" 1724 column="13"/> 1725 </issue> 1726 1727 <issue 1728 id="UnusedResources" 1729 message="The resource `R.string.dialog_addtohomescreen_action_no` appears to be unused" 1730 errorLine1=" <string name="dialog_addtohomescreen_action_no">NO</string>" 1731 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1732 <location 1733 file="src/main/res/values/strings.xml" 1734 line="583" 1735 column="13"/> 1736 </issue> 1737 1738 <issue 1739 id="UnusedResources" 1740 message="The resource `R.string.tabs_tray_action_erase` appears to be unused" 1741 errorLine1=" <string name="tabs_tray_action_erase">Erase browsing history</string>" 1742 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1743 <location 1744 file="src/main/res/values/strings.xml" 1745 line="606" 1746 column="13"/> 1747 </issue> 1748 1749 <issue 1750 id="UnusedResources" 1751 message="The resource `R.string.gv_prompt_username_hint` appears to be unused" 1752 errorLine1=" <string name="gv_prompt_username_hint">Username</string>" 1753 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1754 <location 1755 file="src/main/res/values/strings.xml" 1756 line="616" 1757 column="13"/> 1758 </issue> 1759 1760 <issue 1761 id="UnusedResources" 1762 message="The resource `R.string.gv_prompt_password_hint` appears to be unused" 1763 errorLine1=" <string name="gv_prompt_password_hint">Password</string>" 1764 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1765 <location 1766 file="src/main/res/values/strings.xml" 1767 line="617" 1768 column="13"/> 1769 </issue> 1770 1771 <issue 1772 id="UnusedResources" 1773 message="The resource `R.string.gv_prompt_clear` appears to be unused" 1774 errorLine1=" <string name="gv_prompt_clear">Clear</string>" 1775 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~"> 1776 <location 1777 file="src/main/res/values/strings.xml" 1778 line="618" 1779 column="13"/> 1780 </issue> 1781 1782 <issue 1783 id="UnusedResources" 1784 message="The resource `R.string.security_popup_secure_connection` appears to be unused" 1785 errorLine1=" <string name="security_popup_secure_connection">Secure Connection</string>" 1786 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1787 <location 1788 file="src/main/res/values/strings.xml" 1789 line="622" 1790 column="13"/> 1791 </issue> 1792 1793 <issue 1794 id="UnusedResources" 1795 message="The resource `R.string.security_popup_insecure_connection` appears to be unused" 1796 errorLine1=" <string name="security_popup_insecure_connection">Insecure Connection</string>" 1797 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1798 <location 1799 file="src/main/res/values/strings.xml" 1800 line="623" 1801 column="13"/> 1802 </issue> 1803 1804 <issue 1805 id="UnusedResources" 1806 message="The resource `R.string.security_popup_security_verified` appears to be unused" 1807 errorLine1=" <string name="security_popup_security_verified">Verified by: %1$s</string>" 1808 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1809 <location 1810 file="src/main/res/values/strings.xml" 1811 line="625" 1812 column="13"/> 1813 </issue> 1814 1815 <issue 1816 id="UnusedResources" 1817 message="The resource `R.string.site_security_icon_content_description` appears to be unused" 1818 errorLine1=" <string name="site_security_icon_content_description">Site Security</string>" 1819 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1820 <location 1821 file="src/main/res/values/strings.xml" 1822 line="628" 1823 column="13"/> 1824 </issue> 1825 1826 <issue 1827 id="UnusedResources" 1828 message="The resource `R.string.find_in_page_input` appears to be unused" 1829 errorLine1=" <string name="find_in_page_input">Find in page</string>" 1830 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> 1831 <location 1832 file="src/main/res/values/strings.xml" 1833 line="635" 1834 column="13"/> 1835 </issue> 1836 1837 <issue 1838 id="UnusedResources" 1839 message="The resource `R.string.find_in_page_result` appears to be unused" 1840 errorLine1=" <string name="find_in_page_result">%1$d/%2$d</string>" 1841 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1842 <location 1843 file="src/main/res/values/strings.xml" 1844 line="640" 1845 column="13"/> 1846 </issue> 1847 1848 <issue 1849 id="UnusedResources" 1850 message="The resource `R.string.accessibility_find_in_page_result` appears to be unused" 1851 errorLine1=" <string name="accessibility_find_in_page_result">%1$d out of %2$d</string>" 1852 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1853 <location 1854 file="src/main/res/values/strings.xml" 1855 line="644" 1856 column="13"/> 1857 </issue> 1858 1859 <issue 1860 id="UnusedResources" 1861 message="The resource `R.string.accessibility_next_result` appears to be unused" 1862 errorLine1=" <string name="accessibility_next_result">Find next result</string>" 1863 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1864 <location 1865 file="src/main/res/values/strings.xml" 1866 line="647" 1867 column="13"/> 1868 </issue> 1869 1870 <issue 1871 id="UnusedResources" 1872 message="The resource `R.string.accessibility_previous_result` appears to be unused" 1873 errorLine1=" <string name="accessibility_previous_result">Find previous result</string>" 1874 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1875 <location 1876 file="src/main/res/values/strings.xml" 1877 line="649" 1878 column="13"/> 1879 </issue> 1880 1881 <issue 1882 id="UnusedResources" 1883 message="The resource `R.string.accessibility_dismiss_find_in_page` appears to be unused" 1884 errorLine1=" <string name="accessibility_dismiss_find_in_page">Dismiss find in page</string>" 1885 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1886 <location 1887 file="src/main/res/values/strings.xml" 1888 line="651" 1889 column="13"/> 1890 </issue> 1891 1892 <issue 1893 id="UnusedResources" 1894 message="The resource `R.string.preference_performance_request_desktop_site` appears to be unused" 1895 errorLine1=" <string name="preference_performance_request_desktop_site">Request desktop site</string>" 1896 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1897 <location 1898 file="src/main/res/values/strings.xml" 1899 line="654" 1900 column="13"/> 1901 </issue> 1902 1903 <issue 1904 id="UnusedResources" 1905 message="The resource `R.string.biometric_auth_open_link_new_session` appears to be unused" 1906 errorLine1=" <string name="biometric_auth_open_link_new_session">Open Link in New Session</string>" 1907 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1908 <location 1909 file="src/main/res/values/strings.xml" 1910 line="814" 1911 column="13"/> 1912 </issue> 1913 1914 <issue 1915 id="UnusedResources" 1916 message="The resource `R.string.biometric_auth_not_recognized_error` appears to be unused" 1917 errorLine1=" <string name="biometric_auth_not_recognized_error">Fingerprint not recognized. Try again.</string>" 1918 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1919 <location 1920 file="src/main/res/values/strings.xml" 1921 line="821" 1922 column="13"/> 1923 </issue> 1924 1925 <issue 1926 id="UnusedResources" 1927 message="The resource `R.string.biometric_auth_moved_too_quickly` appears to be unused" 1928 errorLine1=" <string name="biometric_auth_moved_too_quickly">Finger moved too fast. Try again.</string>" 1929 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1930 <location 1931 file="src/main/res/values/strings.xml" 1932 line="825" 1933 column="13"/> 1934 </issue> 1935 1936 <issue 1937 id="UnusedResources" 1938 message="The resource `R.string.tip_disable_tracking_protection` appears to be unused" 1939 errorLine1=" <string name="tip_disable_tracking_protection">Site behaving unexpectedly?\n" 1940 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1941 <location 1942 file="src/main/res/values/strings.xml" 1943 line="850" 1944 column="13"/> 1945 </issue> 1946 1947 <issue 1948 id="UnusedResources" 1949 message="The resource `R.string.tip_add_to_homescreen` appears to be unused" 1950 errorLine1=" <string name="tip_add_to_homescreen"><![CDATA[Get one-tap access to sites you use most%1$s Menu > Add to Home screen]]></string>" 1951 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1952 <location 1953 file="src/main/res/values/strings.xml" 1954 line="855" 1955 column="13"/> 1956 </issue> 1957 1958 <issue 1959 id="UnusedResources" 1960 message="The resource `R.string.tip_set_default_browser` appears to be unused" 1961 errorLine1=" <string name="tip_set_default_browser">Open every link in %1$s\n" 1962 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1963 <location 1964 file="src/main/res/values/strings.xml" 1965 line="860" 1966 column="13"/> 1967 </issue> 1968 1969 <issue 1970 id="UnusedResources" 1971 message="The resource `R.string.tip_autocomplete_url` appears to be unused" 1972 errorLine1=" <string name="tip_autocomplete_url">Autocomplete URLs for sites you use most\n" 1973 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1974 <location 1975 file="src/main/res/values/strings.xml" 1976 line="866" 1977 column="13"/> 1978 </issue> 1979 1980 <issue 1981 id="UnusedResources" 1982 message="The resource `R.string.tip_open_in_new_tab` appears to be unused" 1983 errorLine1=" <string name="tip_open_in_new_tab">Open a link in a new tab\n" 1984 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~"> 1985 <location 1986 file="src/main/res/values/strings.xml" 1987 line="872" 1988 column="13"/> 1989 </issue> 1990 1991 <issue 1992 id="UnusedResources" 1993 message="The resource `R.string.tip_disable_tips2` appears to be unused" 1994 errorLine1=" <string name="tip_disable_tips2">Turn off tips on the start screen</string>" 1995 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> 1996 <location 1997 file="src/main/res/values/strings.xml" 1998 line="877" 1999 column="13"/> 2000 </issue> 2001 2002 <issue 2003 id="UnusedResources" 2004 message="The resource `R.string.new_tab_opened_snackbar` appears to be unused" 2005 errorLine1=" <string name="new_tab_opened_snackbar">New tab opened</string>" 2006 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2007 <location 2008 file="src/main/res/values/strings.xml" 2009 line="880" 2010 column="13"/> 2011 </issue> 2012 2013 <issue 2014 id="UnusedResources" 2015 message="The resource `R.string.open_new_tab_snackbar` appears to be unused" 2016 errorLine1=" <string name="open_new_tab_snackbar">Switch</string>" 2017 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2018 <location 2019 file="src/main/res/values/strings.xml" 2020 line="883" 2021 column="13"/> 2022 </issue> 2023 2024 <issue 2025 id="UnusedResources" 2026 message="The resource `R.string.preference_open_new_tab` appears to be unused" 2027 errorLine1=" <string name="preference_open_new_tab">Switch to link in new tab immediately</string>" 2028 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2029 <location 2030 file="src/main/res/values/strings.xml" 2031 line="886" 2032 column="13"/> 2033 </issue> 2034 2035 <issue 2036 id="UnusedResources" 2037 message="The resource `R.string.preference_category_block_cookies` appears to be unused" 2038 errorLine1=" <string name="preference_category_block_cookies">Would you like to block cookies?</string>" 2039 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2040 <location 2041 file="src/main/res/values/strings.xml" 2042 line="910" 2043 column="13"/> 2044 </issue> 2045 2046 <issue 2047 id="UnusedResources" 2048 message="The resource `R.string.tab_crash_report_title` appears to be unused" 2049 errorLine1=" <string name="tab_crash_report_title">Tab Crashed</string>" 2050 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2051 <location 2052 file="src/main/res/values/strings.xml" 2053 line="913" 2054 column="13"/> 2055 </issue> 2056 2057 <issue 2058 id="UnusedResources" 2059 message="The resource `R.string.mozac_browser_errorpages_security_bad_cert_title` appears to be unused" 2060 errorLine1=" <string name="mozac_browser_errorpages_security_bad_cert_title">Connection not secure</string>" 2061 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2062 <location 2063 file="src/main/res/values/strings.xml" 2064 line="988" 2065 column="13"/> 2066 </issue> 2067 2068 <issue 2069 id="UnusedResources" 2070 message="The resource `R.string.mozac_browser_errorpages_security_bad_cert_message` appears to be unused" 2071 errorLine1=" <string name="mozac_browser_errorpages_security_bad_cert_message" ><![CDATA[" 2072 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2073 <location 2074 file="src/main/res/values/strings.xml" 2075 line="991" 2076 column="13"/> 2077 </issue> 2078 2079 <issue 2080 id="UnusedResources" 2081 message="The resource `R.string.mozac_browser_errorpages_security_bad_cert_techInfo` appears to be unused" 2082 errorLine1=" <string name="mozac_browser_errorpages_security_bad_cert_techInfo"><![CDATA[" 2083 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2084 <location 2085 file="src/main/res/values/strings.xml" 2086 line="997" 2087 column="13"/> 2088 </issue> 2089 2090 <issue 2091 id="UnusedResources" 2092 message="The resource `R.string.cfr_close_button_description` appears to be unused" 2093 errorLine1=" <string name="cfr_close_button_description">Close popup</string>" 2094 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2095 <location 2096 file="src/main/res/values/strings.xml" 2097 line="1012" 2098 column="13"/> 2099 </issue> 2100 2101 <issue 2102 id="UnusedResources" 2103 message="The resource `R.style.Theme_CrashActivityTheme` appears to be unused" 2104 errorLine1=" <style name="Theme.CrashActivityTheme" parent="Theme.AppCompat.NoActionBar">" 2105 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2106 <location 2107 file="src/main/res/values/styles.xml" 2108 line="47" 2109 column="12"/> 2110 </issue> 2111 2112 <issue 2113 id="UnusedResources" 2114 message="The resource `R.style.SettingsTheme` appears to be unused" 2115 errorLine1=" <style name="SettingsTheme" parent="Theme.MaterialComponents.DayNight.NoActionBar.Bridge">" 2116 errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> 2117 <location 2118 file="src/main/res/values/styles.xml" 2119 line="136" 2120 column="12"/> 2121 </issue> 2122 2123 <issue 2124 id="UnusedResources" 2125 message="The resource `R.style.SettingsActionButtonStyle` appears to be unused" 2126 errorLine1=" <style name="SettingsActionButtonStyle" parent="@style/Widget.AppCompat.ActionButton">" 2127 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2128 <location 2129 file="src/main/res/values/styles.xml" 2130 line="149" 2131 column="12"/> 2132 </issue> 2133 2134 <issue 2135 id="UnusedResources" 2136 message="The resource `R.style.InfoTheme` appears to be unused" 2137 errorLine1=" <style name="InfoTheme" parent="SettingsTheme">" 2138 errorLine2=" ~~~~~~~~~~~~~~~~"> 2139 <location 2140 file="src/main/res/values/styles.xml" 2141 line="170" 2142 column="12"/> 2143 </issue> 2144 2145 <issue 2146 id="UnusedResources" 2147 message="The resource `R.style.Mozac_Browser_Menu` appears to be unused" 2148 errorLine1=" <style name="Mozac.Browser.Menu" parent="">" 2149 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> 2150 <location 2151 file="src/main/res/values/styles.xml" 2152 line="178" 2153 column="12"/> 2154 </issue> 2155 2156 <issue 2157 id="UnusedResources" 2158 message="The resource `R.style.Mozac_Browser_Menu_Item_Text` appears to be unused" 2159 errorLine1=" <style name="Mozac.Browser.Menu.Item.Text" parent="@android:style/TextAppearance.Material.Menu">" 2160 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2161 <location 2162 file="src/main/res/values/styles.xml" 2163 line="183" 2164 column="12"/> 2165 </issue> 2166 2167 <issue 2168 id="UnusedResources" 2169 message="The resource `R.style.AppTheme_ContextMenuItem` appears to be unused" 2170 errorLine1=" <style name="AppTheme.ContextMenuItem">" 2171 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2172 <location 2173 file="src/main/res/values/styles.xml" 2174 line="193" 2175 column="12"/> 2176 </issue> 2177 2178 <issue 2179 id="UnusedResources" 2180 message="The resource `R.style.ContextMenuTextAppearence` appears to be unused" 2181 errorLine1=" <style name="ContextMenuTextAppearence">" 2182 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2183 <location 2184 file="src/main/res/values/styles.xml" 2185 line="215" 2186 column="12"/> 2187 </issue> 2188 2189 <issue 2190 id="UnusedResources" 2191 message="The resource `R.style.DoorHanger` appears to be unused" 2192 errorLine1=" <style name="DoorHanger">" 2193 errorLine2=" ~~~~~~~~~~~~~~~~~"> 2194 <location 2195 file="src/main/res/values/styles.xml" 2196 line="223" 2197 column="12"/> 2198 </issue> 2199 2200 <issue 2201 id="UnusedResources" 2202 message="The resource `R.style.DoorHanger_Medium` appears to be unused" 2203 errorLine1=" <style name="DoorHanger.Medium">" 2204 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~"> 2205 <location 2206 file="src/main/res/values/styles.xml" 2207 line="228" 2208 column="12"/> 2209 </issue> 2210 2211 <issue 2212 id="UnusedResources" 2213 message="The resource `R.style.DoorHanger_Medium_Bold` appears to be unused" 2214 errorLine1=" <style name="DoorHanger.Medium.Bold">" 2215 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2216 <location 2217 file="src/main/res/values/styles.xml" 2218 line="232" 2219 column="12"/> 2220 </issue> 2221 2222 <issue 2223 id="UnusedResources" 2224 message="The resource `R.style.DoorHanger_Medium_Light` appears to be unused" 2225 errorLine1=" <style name="DoorHanger.Medium.Light">" 2226 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> 2227 <location 2228 file="src/main/res/values/styles.xml" 2229 line="236" 2230 column="12"/> 2231 </issue> 2232 2233 <issue 2234 id="UnusedResources" 2235 message="The resource `R.style.HintTextAppearance` appears to be unused" 2236 errorLine1=" <style name="HintTextAppearance">" 2237 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~"> 2238 <location 2239 file="src/main/res/values/styles.xml" 2240 line="240" 2241 column="12"/> 2242 </issue> 2243 2244 <issue 2245 id="UnusedResources" 2246 message="The resource `R.style.ColorHandleTheme` appears to be unused" 2247 errorLine1=" <style name="ColorHandleTheme">" 2248 errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~"> 2249 <location 2250 file="src/main/res/values/styles.xml" 2251 line="245" 2252 column="12"/> 2253 </issue> 2254 2255 <issue 2256 id="MonochromeLauncherIcon" 2257 message="The application adaptive icon is missing a monochrome tag" 2258 errorLine1="<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">" 2259 errorLine2="^"> 2260 <location 2261 file="src/debug/res/mipmap-anydpi/ic_launcher.xml" 2262 line="6" 2263 column="1"/> 2264 </issue> 2265 2266 <issue 2267 id="MonochromeLauncherIcon" 2268 message="The application adaptive icon is missing a monochrome tag" 2269 errorLine1="<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">" 2270 errorLine2="^"> 2271 <location 2272 file="src/main/res/mipmap-anydpi/ic_launcher.xml" 2273 line="6" 2274 column="1"/> 2275 </issue> 2276 2277 <issue 2278 id="IconMissingDensityFolder" 2279 message="Missing density variation folders in `src/main/res`: drawable-mdpi, drawable-xhdpi, drawable-xxhdpi"> 2280 <location 2281 file="src/main/res"/> 2282 </issue> 2283 2284 <issue 2285 id="RtlSymmetry" 2286 message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry" 2287 errorLine1=" android:paddingEnd="?android:attr/listPreferredItemPaddingStart" />" 2288 errorLine2=" ~~~~~~~~~~~~~~~~~~"> 2289 <location 2290 file="src/main/res/layout/item_custom_domain.xml" 2291 line="36" 2292 column="9"/> 2293 </issue> 2294 2295 <issue 2296 id="RtlSymmetry" 2297 message="When you define `paddingEnd` you should probably also define `paddingStart` for right-to-left symmetry" 2298 errorLine1=" android:paddingEnd="?android:attr/listPreferredItemPaddingStart" />" 2299 errorLine2=" ~~~~~~~~~~~~~~~~~~"> 2300 <location 2301 file="src/main/res/layout/item_custom_domain.xml" 2302 line="41" 2303 column="9"/> 2304 </issue> 2305 2306 <issue 2307 id="RtlSymmetry" 2308 message="When you define `paddingStart` you should probably also define `paddingEnd` for right-to-left symmetry" 2309 errorLine1=" android:paddingStart="5dp"" 2310 errorLine2=" ~~~~~~~~~~~~~~~~~~~~"> 2311 <location 2312 file="src/main/res/layout/preference_manual_add_search_engine.xml" 2313 line="45" 2314 column="9"/> 2315 </issue> 2316 2317 <issue 2318 id="RtlSymmetry" 2319 message="When you define `paddingLeft` you should probably also define `paddingRight` for right-to-left symmetry" 2320 errorLine1=" android:paddingLeft="5dp"/>" 2321 errorLine2=" ~~~~~~~~~~~~~~~~~~~"> 2322 <location 2323 file="src/main/res/layout/preference_manual_add_search_engine.xml" 2324 line="46" 2325 column="9"/> 2326 </issue> 2327 2328 <issue 2329 id="RtlHardcoded" 2330 message="Redundant attribute `paddingLeft`; already defining `paddingStart` with `targetSdkVersion` 36" 2331 errorLine1=" android:paddingLeft="5dp"/>" 2332 errorLine2=" ~~~~~~~~~~~~~~~~~~~"> 2333 <location 2334 file="src/main/res/layout/preference_manual_add_search_engine.xml" 2335 line="46" 2336 column="9"/> 2337 </issue> 2338 2339 </issues>