summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2020-05-04 16:25:11 +0200
committerGitHub <noreply@github.com>2020-05-04 16:25:11 +0200
commit8e447ce343f97f5b8e177dd29c2efbf09e0db9a6 (patch)
treeb257b50f360d0e503d6e74de4397c38e9457c49b
parentf5d289d776bcd21d54adf3e7d6e10479be61ddff (diff)
parent23fae8875529a67ad783f0bf46dc48ec41411e0c (diff)
downloadAntennaPod-8e447ce343f97f5b8e177dd29c2efbf09e0db9a6.zip
Merge pull request #4113 from ByteHamster/lint-fixes
Small Lint fixes
-rw-r--r--app/src/main/AndroidManifest.xml1
-rw-r--r--core/src/free/res/values/strings.xml2
-rw-r--r--core/src/main/res/values/strings.xml2
-rw-r--r--core/src/play/res/values/strings.xml2
4 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index bd539c70f..2d5033533 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -35,6 +35,7 @@
android:restoreAnyVersion="true"
android:theme="@style/Theme.AntennaPod.Splash"
android:usesCleartextTraffic="true"
+ android:supportsRtl="true"
android:logo="@mipmap/ic_launcher">
diff --git a/core/src/free/res/values/strings.xml b/core/src/free/res/values/strings.xml
index 579b12e12..fb49bbbe7 100644
--- a/core/src/free/res/values/strings.xml
+++ b/core/src/free/res/values/strings.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="pref_cast_message">@string/pref_cast_message_free_flavor</string>
+ <string name="pref_cast_message" translatable="false">@string/pref_cast_message_free_flavor</string>
</resources>
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 7b011159b..2da946b36 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -96,7 +96,7 @@
<string name="auto_download_apply_to_items_message">The new <i>Auto Download</i> setting will automatically be applied to new episodes.\nDo you also want to apply it to previously published episodes?</string>
<string name="auto_delete_label">Auto Delete Episode</string>
<string name="feed_volume_reduction">Volume Reduction</string>
- <string name="feed_volume_reduction_summary">Turn down volume for episodes of this feed: \%s</string>
+ <string name="feed_volume_reduction_summary">Turn down volume for episodes of this feed: %1$s</string>
<string name="feed_volume_reduction_off">Off</string>
<string name="feed_volume_reduction_light">Light</string>
<string name="feed_volume_reduction_heavy">Heavy</string>
diff --git a/core/src/play/res/values/strings.xml b/core/src/play/res/values/strings.xml
index 4fd13d2de..7307849d2 100644
--- a/core/src/play/res/values/strings.xml
+++ b/core/src/play/res/values/strings.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string name="pref_cast_message">@string/pref_cast_message_play_flavor</string>
+ <string name="pref_cast_message" translatable="false">@string/pref_cast_message_play_flavor</string>
</resources>