-
-
Notifications
You must be signed in to change notification settings - Fork 261
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix or suppress various lint warnings
- Loading branch information
1 parent
21667ea
commit 4f0e651
Showing
5 changed files
with
58 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?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> | ||
</lint> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
app/src/main/java/org/jellyfin/mobile/player/interaction/PlayerMediaSessionCallback.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name" translatable="false">Jellyfin</string> | ||
<string name="position_duration_divider" translatable="false">" / "</string> | ||
</resources> |