tor-browser

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

lint-baseline.xml (2739B)


      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.generic_button_tint` appears to be unused"
      7        errorLine1="    &lt;color name=&quot;generic_button_tint&quot;>#ff15141a&lt;/color>"
      8        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~">
      9        <location
     10            file="src/main/res/values/colors.xml"
     11            line="7"
     12            column="12"/>
     13    </issue>
     14 
     15    <issue
     16        id="UnusedResources"
     17        message="The resource `R.color.mozac_ui_tabcounter_default_tint` appears to be unused"
     18        errorLine1="    &lt;color name=&quot;mozac_ui_tabcounter_default_tint&quot;>#ff15141a&lt;/color>"
     19        errorLine2="           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
     20        <location
     21            file="src/main/res/values/colors.xml"
     22            line="8"
     23            column="12"/>
     24    </issue>
     25 
     26    <issue
     27        id="UnusedResources"
     28        message="The resource `R.string.clear_button_description` appears to be unused"
     29        errorLine1="    &lt;string name=&quot;clear_button_description&quot;>Clear current input&lt;/string>"
     30        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
     31        <location
     32            file="src/main/res/values/strings.xml"
     33            line="8"
     34            column="13"/>
     35    </issue>
     36 
     37    <issue
     38        id="UnusedResources"
     39        message="The resource `R.string.history_search_engine_description` appears to be unused"
     40        errorLine1="    &lt;string name=&quot;history_search_engine_description&quot;>Search within history&lt;/string>"
     41        errorLine2="            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
     42        <location
     43            file="src/main/res/values/strings.xml"
     44            line="17"
     45            column="13"/>
     46    </issue>
     47 
     48    <issue
     49        id="MonochromeLauncherIcon"
     50        message="The application adaptive icon 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.xml"
     55            line="5"
     56            column="1"/>
     57    </issue>
     58 
     59    <issue
     60        id="MonochromeLauncherIcon"
     61        message="The application adaptive roundIcon is missing a monochrome tag"
     62        errorLine1="&lt;adaptive-icon xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
     63        errorLine2="^">
     64        <location
     65            file="src/main/res/mipmap-anydpi/ic_launcher_round.xml"
     66            line="5"
     67            column="1"/>
     68    </issue>
     69 
     70 </issues>