mirror of
https://github.com/jellyfin/jellyfin-android.git
synced 2025-12-23 23:37:53 -05:00
* Migrate to media3 * Restore old play and pause icon * Various small cleanups --------- Co-authored-by: Maxr1998 <max.rumpf1998@gmail.com>
19 lines
746 B
XML
19 lines
746 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<lint>
|
|
<issue id="ExtraTranslation" severity="warning" />
|
|
<issue id="MissingQuantity" severity="warning" />
|
|
<issue id="MissingTranslation" severity="ignore" />
|
|
<issue id="Typos">
|
|
<!-- Translations are handled through Weblate -->
|
|
<ignore regexp="app/src/main/res/values-.*" />
|
|
</issue>
|
|
<issue id="TypographyEllipsis">
|
|
<!-- Weblate doesn't use ellipsis characters -->
|
|
<ignore regexp="app/src/main/res/values-.*" />
|
|
</issue>
|
|
<!-- We're the end-user of media3 so we can more safely use unstable API's -->
|
|
<issue id="UnsafeOptInUsageError">
|
|
<option name="opt-in" value="androidx.media3.common.util.UnstableApi" />
|
|
</issue>
|
|
</lint>
|