tor-browser

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

lint-baseline.xml (1909B)


      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="ButtonStyleXmlDetector"
      6        message="All buttons must have a style, try using NeutralButton or similar."
      7        errorLine1="        &lt;Button"
      8        errorLine2="         ~~~~~~">
      9        <location
     10            file="src/main/res/layout/activity_installed_add_on_details.xml"
     11            line="86"
     12            column="10"/>
     13    </issue>
     14 
     15    <issue
     16        id="MozMultipleConstraintLayoutsAndCustomViews"
     17        message="Custom views extending `ConstraintLayout` are less efficient because they cannot share other `ConstraintLayout` defined in file."
     18        errorLine1="        &lt;mozilla.components.feature.readerview.view.ReaderViewControlsBar"
     19        errorLine2="         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
     20        <location
     21            file="src/main/res/layout/fragment_browser.xml"
     22            line="58"
     23            column="10"/>
     24    </issue>
     25 
     26    <issue
     27        id="MonochromeLauncherIcon"
     28        message="The application adaptive icon is missing a monochrome tag"
     29        errorLine1="&lt;adaptive-icon xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;>"
     30        errorLine2="^">
     31        <location
     32            file="src/main/res/mipmap-anydpi/ic_launcher.xml"
     33            line="5"
     34            column="1"/>
     35    </issue>
     36 
     37    <issue
     38        id="MonochromeLauncherIcon"
     39        message="The application adaptive roundIcon 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_round.xml"
     44            line="5"
     45            column="1"/>
     46    </issue>
     47 
     48 </issues>