tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

lint-baseline.xml (2215B)


      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="UnusedResources"
      6        message="The resource `R.color.mozac_ui_tabcounter_default_tint` appears to be unused"
      7        errorLine1="    &lt;color name=&quot;mozac_ui_tabcounter_default_tint&quot;>#ff15141a&lt;/color>"
      8        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
      9        <location
     10            file="src/main/res/values/colors.xml"
     11            line="6"
     12            column="12"/>
     13    </issue>
     14 
     15    <issue
     16        id="UnusedResources"
     17        message="The resource `R.color.mozac_ui_icons_fill` appears to be unused"
     18        errorLine1="    &lt;color name=&quot;mozac_ui_icons_fill&quot;>#ff15141a&lt;/color>"
     19        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~">
     20        <location
     21            file="src/main/res/values/colors.xml"
     22            line="7"
     23            column="12"/>
     24    </issue>
     25 
     26    <issue
     27        id="UnusedResources"
     28        message="The resource `R.color.icon_tint` appears to be unused"
     29        errorLine1="    &lt;color name=&quot;icon_tint&quot;>#ff15141a&lt;/color>"
     30        errorLine2="           ~~~~~~~~~~~~~~~~">
     31        <location
     32            file="src/main/res/values/colors.xml"
     33            line="8"
     34            column="12"/>
     35    </issue>
     36 
     37    <issue
     38        id="MonochromeLauncherIcon"
     39        message="The application adaptive icon is missing a monochrome tag"
     40        errorLine1="&lt;adaptive-icon xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
     41        errorLine2="^">
     42        <location
     43            file="src/main/res/mipmap-anydpi/ic_launcher.xml"
     44            line="6"
     45            column="1"/>
     46    </issue>
     47 
     48    <issue
     49        id="MonochromeLauncherIcon"
     50        message="The application adaptive roundIcon is missing a monochrome tag"
     51        errorLine1="&lt;adaptive-icon xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
     52        errorLine2="^">
     53        <location
     54            file="src/main/res/mipmap-anydpi/ic_launcher_round.xml"
     55            line="6"
     56            column="1"/>
     57    </issue>
     58 
     59 </issues>