2019-05-08 08:45:57 -03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<lint>
|
|
|
|
|
|
|
|
<!-- L10N errors -->
|
|
|
|
<!-- This is a runtime crash so we don't want to ship with this. -->
|
|
|
|
<issue id="StringFormatMatches" severity="error" />
|
|
|
|
|
|
|
|
<!-- L10N warnings -->
|
|
|
|
<issue id="MissingTranslation" severity="warning" />
|
|
|
|
<issue id="MissingQuantity" severity="warning" />
|
|
|
|
<issue id="ExtraTranslation" severity="warning" />
|
|
|
|
<issue id="ImpliedQuantity" severity="warning" />
|
|
|
|
|
2019-07-17 14:07:20 -04:00
|
|
|
<issue id="CanvasSize" severity="error" />
|
2019-11-07 07:01:41 -05:00
|
|
|
<issue id="HardcodedText" severity="error" />
|
|
|
|
<issue id="VectorRaster" severity="error" />
|
|
|
|
<issue id="ButtonOrder" severity="error" />
|
2019-07-17 14:07:20 -04:00
|
|
|
|
2019-10-15 12:26:24 -04:00
|
|
|
<issue id="RestrictedApi" severity="error">
|
|
|
|
<ignore path="src/org/thoughtcrime/securesms/mediasend/camerax/VideoCapture.java" />
|
2019-11-01 10:55:16 -03:00
|
|
|
<ignore path="src/org/thoughtcrime/securesms/mediasend/camerax/CameraXModule.java" />
|
2019-10-15 12:26:24 -04:00
|
|
|
</issue>
|
|
|
|
|
2019-05-08 08:45:57 -03:00
|
|
|
</lint>
|