mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
b1057d63a1
- Check for permissions. - Fix Welsh positional format. - Remove UIThread restriction. - Asynchronous method does not need to be restricted to UIThread and there is no StaticFieldLeak to suppress. - Fix or Ignore New API errors. - Reduce severity of some errors from L10N.
15 lines
458 B
XML
15 lines
458 B
XML
<?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" />
|
|
|
|
</lint>
|