Files
Camera/app/lint-baseline.xml
2024-10-16 20:57:53 -04:00

907 lines
106 KiB
XML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<issues name="AGP (8.6.1)" by="lint 8.6.1" client="gradle" dependencies="false" format="6"
type="baseline" variant="all" version="8.6.1">
<issue errorLine1=" android:name=&quot;android.permission.WRITE_EXTERNAL_STORAGE&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="ScopedStorage"
message="WRITE_EXTERNAL_STORAGE no longer provides write access when targeting Android 11+, even when using `requestLegacyExternalStorage`">
<location column="23" file="src/main/AndroidManifest.xml" line="30" />
</issue>
<issue
errorLine1=" val megaPixels: String = String.format(&quot;%.1f&quot;, (width * height.toFloat()) / ONE_MEGA_PIXEL)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead">
<location column="30" file="src/main/kotlin/org.fossify.camera/models/MySize.kt"
line="18" />
</issue>
<issue
errorLine1=" val megaPixels: String = String.format(&quot;%.1f&quot;, (width * height.toFloat()) / VideoQuality.ONE_MEGA_PIXEL)"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="DefaultLocale"
message="Implicitly using the default locale is a common source of bugs: Use `String.format(Locale, ...)` instead">
<location column="30" file="src/main/kotlin/org.fossify.camera/models/VideoQuality.kt"
line="16" />
</issue>
<issue errorLine1=" launchChangeAppLanguageIntent()"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="NewApi"
message="Call requires API level 33 (current min is 29): `launchChangeAppLanguageIntent`">
<location column="13"
file="src/main/kotlin/org.fossify.camera/activities/SettingsActivity.kt" line="116" />
</issue>
<issue id="NotificationPermission"
message="When targeting Android 13 or higher, posting a permission requires holding the `POST_NOTIFICATIONS` permission (usage from org.fossify.commons.asynctasks.CopyMoveTask)">
<location file="src/main/AndroidManifest.xml" />
</issue>
<issue errorLine1=" android:localeConfig=&quot;@xml/locale_config&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="UnusedAttribute"
message="Attribute `localeConfig` is only used in API level 33 and higher (current min is 29)">
<location column="9" file="src/main/AndroidManifest.xml" line="43" />
</issue>
<issue errorLine1="class SplashActivity : BaseSplashActivity() {"
errorLine2=" ~~~~~~~~~~~~~~" id="CustomSplashScreen"
message="The application should not provide its own launch screen">
<location column="7" file="src/main/kotlin/org.fossify.camera/activities/SplashActivity.kt"
line="6" />
</issue>
<issue
errorLine1=" timerText.setFactory { layoutInflater.inflate(R.layout.timer_text, null) }"
errorLine2=" ~~~~"
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)">
<location column="76" file="src/main/kotlin/org.fossify.camera/activities/MainActivity.kt"
line="368" />
</issue>
<issue
errorLine1=" return (layoutInflater.inflate(R.layout.layout_button, null) as MaterialButton).apply {"
errorLine2=" ~~~~"
id="InflateParams"
message="Avoid passing `null` as the view root (needed to resolve layout parameters on the inflated layout&apos;s root element)">
<location column="64" file="src/main/kotlin/org.fossify.camera/activities/MainActivity.kt"
line="831" />
</issue>
<issue
errorLine1="&lt;vector xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; android:width=&quot;384dp&quot; android:height=&quot;384dp&quot; android:viewportWidth=&quot;384&quot; android:viewportHeight=&quot;384&quot;>"
errorLine2=" ~~~~~"
id="VectorRaster"
message="Limit vector icons sizes to 200×200 to keep icon drawing fast; see https://developer.android.com/studio/write/vector-asset-studio#when for more">
<location column="83" file="src/main/res/drawable/ic_flashlight_vector.xml" line="1" />
</issue>
<issue errorLine1="kotlin = &quot;1.9.0&quot;" errorLine2=" ~~~~~~~"
id="GradleDependency"
message="A newer version of org.jetbrains.kotlin.android than 1.9.0 is available: 1.9.25">
<location column="10"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="3" />
</issue>
<issue errorLine1="kotlin = &quot;1.9.0&quot;" errorLine2=" ~~~~~~~"
id="GradleDependency"
message="A newer version of org.jetbrains.kotlin.android than 1.9.0 is available: 1.9.25">
<location column="10"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="3" />
</issue>
<issue errorLine1="kotlin = &quot;1.9.0&quot;" errorLine2=" ~~~~~~~"
id="GradleDependency"
message="A newer version of org.jetbrains.kotlin.android than 1.9.0 is available: 1.9.25">
<location column="10"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="3" />
</issue>
<issue errorLine1="androidx-exif-interface = &quot;1.3.6&quot;"
errorLine2=" ~~~~~~~" id="GradleDependency"
message="A newer version of androidx.exifinterface:exifinterface than 1.3.6 is available: 1.3.7">
<location column="27"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="8" />
</issue>
<issue errorLine1="androidx-exif-interface = &quot;1.3.6&quot;"
errorLine2=" ~~~~~~~" id="GradleDependency"
message="A newer version of androidx.exifinterface:exifinterface than 1.3.6 is available: 1.3.7">
<location column="27"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="8" />
</issue>
<issue errorLine1="androidx-exif-interface = &quot;1.3.6&quot;"
errorLine2=" ~~~~~~~" id="GradleDependency"
message="A newer version of androidx.exifinterface:exifinterface than 1.3.6 is available: 1.3.7">
<location column="27"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="8" />
</issue>
<issue errorLine1="androidx-window = &quot;1.2.0-beta01&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.window:window than 1.2.0-beta01 is available: 1.3.0">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="10" />
</issue>
<issue errorLine1="androidx-window = &quot;1.2.0-beta01&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.window:window than 1.2.0-beta01 is available: 1.3.0">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="10" />
</issue>
<issue errorLine1="androidx-window = &quot;1.2.0-beta01&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.window:window than 1.2.0-beta01 is available: 1.3.0">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="10" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-camera2 than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-camera2 than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-camera2 than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-core than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-core than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-core than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-extensions than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-extensions than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-extensions than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-lifecycle than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-lifecycle than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-lifecycle than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-video than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-video than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-video than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-view than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-view than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-camera = &quot;1.3.0-beta02&quot;"
errorLine2=" ~~~~~~~~~~~~~~" id="GradleDependency"
message="A newer version of androidx.camera:camera-view than 1.3.0-beta02 is available: 1.3.4">
<location column="19"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="11" />
</issue>
<issue errorLine1="androidx-ktx = &quot;2.6.1&quot;" errorLine2=" ~~~~~~~"
id="GradleDependency"
message="A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.6.1 is available: 2.8.6">
<location column="16"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="12" />
</issue>
<issue errorLine1="androidx-ktx = &quot;2.6.1&quot;" errorLine2=" ~~~~~~~"
id="GradleDependency"
message="A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.6.1 is available: 2.8.6">
<location column="16"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="12" />
</issue>
<issue errorLine1="androidx-ktx = &quot;2.6.1&quot;" errorLine2=" ~~~~~~~"
id="GradleDependency"
message="A newer version of androidx.lifecycle:lifecycle-runtime-ktx than 2.6.1 is available: 2.8.6">
<location column="16"
file="$HOME/Projects/Community/FossifyOrg/Camera/gradle/libs.versions.toml" line="12" />
</issue>
<issue errorLine1=" android:screenOrientation=&quot;portrait&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="LockedOrientationActivity"
message="Expecting `android:screenOrientation=&quot;unspecified&quot;` or `&quot;fullSensor&quot;` for this activity so the user can use the application in any orientation and provide a great experience on Chrome OS devices">
<location column="13" file="src/main/AndroidManifest.xml" line="56" />
</issue>
<issue errorLine1=" android:screenOrientation=&quot;portrait&quot;"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="DiscouragedApi"
message="Should not restrict activity to fixed orientation. This may not be suitable for different form factors, causing the app to be letterboxed.">
<location column="13" file="src/main/AndroidManifest.xml" line="56" />
</issue>
<issue errorLine1=" &lt;string name=&quot;app_launcher_name&quot;>Camera_debug&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;app_launcher_name&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;be&quot; (Belarusian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;">
<location column="13" file="src/debug/res/values/strings.xml" line="3" />
</issue>
<issue errorLine1=" &lt;string name=&quot;app_name&quot;>Simple Camera&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;app_name&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;fa&quot; (Persian), &quot;be&quot; (Belarusian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ca&quot; (Catalan), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;sv&quot; (Swedish), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="3" />
</issue>
<issue errorLine1=" &lt;string name=&quot;app_launcher_name&quot;>Camera&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;app_launcher_name&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;be&quot; (Belarusian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="4" />
</issue>
<issue errorLine1=" &lt;string name=&quot;capture_mode&quot;>Capture mode&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;capture_mode&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ml&quot; (Malayalam), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;, &quot;da&quot; (Danish)">
<location column="13" file="src/main/res/values/strings.xml" line="5" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;maximize_quality&quot;>Maximize quality&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;maximize_quality&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ml&quot; (Malayalam), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="6" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;minimize_latency&quot;>Minimize latency&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;minimize_latency&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ml&quot; (Malayalam), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="7" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;camera_unavailable&quot;>Camera unavailable&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;camera_unavailable&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="9" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;camera_open_error&quot;>An error occurred accessing the camera&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;camera_open_error&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="10" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;video_creating_error&quot;>An error occurred creating the video file&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;video_creating_error&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="11" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;video_mode_error&quot;>Switching to video mode failed&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;video_mode_error&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="12" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;save_error_internal_storage&quot;>An error occurred, save folder changed to internal storage&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;save_error_internal_storage&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="13" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;camera_switch_error&quot;>Switching camera failed&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;camera_switch_error&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="14" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;click_to_resume_preview&quot;>Click on the image to resume preview&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;click_to_resume_preview&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="15" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;photo_not_saved&quot;>The photo could not be saved&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;photo_not_saved&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="16" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;setting_resolution_failed&quot;>Setting proper resolution failed&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;setting_resolution_failed&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="17" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;video_recording_failed&quot;>Video recording failed, try using a different resolution&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;video_recording_failed&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="18" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;camera_in_use_error&quot;>Camera is in use by another app, please close the app and try again&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;camera_in_use_error&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="19" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;camera_configure_error&quot;>An error occurred while configuring the camera&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;camera_configure_error&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="20" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;camera_disabled_by_admin_error&quot;>Camera is disabled by the admin&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;camera_disabled_by_admin_error&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="21" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;camera_dnd_error&quot;>&quot;Do Not Disturb&quot; mode is enabled. Please disable and try again&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;camera_dnd_error&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="22" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;photo_capture_failed&quot;>Photo capture failed&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;photo_capture_failed&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="23" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;video_capture_insufficient_storage_error&quot;>Video recording failed due to insufficient storage&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="MissingTranslation"
message="&quot;video_capture_insufficient_storage_error&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="24" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;toggle_photo_video&quot;>Toggle photo/video mode&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;toggle_photo_video&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;be&quot; (Belarusian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="27" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;change_resolution&quot;>Change Resolution&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;change_resolution&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;be&quot; (Belarusian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="28" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;view_last_media&quot;>View last captured media&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;view_last_media&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;be&quot; (Belarusian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;, &quot;da&quot; (Danish)">
<location column="13" file="src/main/res/values/strings.xml" line="29" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;toggle_camera&quot;>Toggle front/back camera&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;toggle_camera&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;be&quot; (Belarusian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;, &quot;da&quot; (Danish)">
<location column="13" file="src/main/res/values/strings.xml" line="30" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;toggle_flash&quot;>Toggle the flashlight mode&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;toggle_flash&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;be&quot; (Belarusian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;, &quot;da&quot; (Danish)">
<location column="13" file="src/main/res/values/strings.xml" line="31" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;toggle_timer&quot;>Toggle the timer mode&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;toggle_timer&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ml&quot; (Malayalam), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;nb&quot; (Norwegian Bokmål), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;ro&quot; (Romanian), &quot;be&quot; (Belarusian), &quot;bg&quot; (Bulgarian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;sr&quot; (Serbian), &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;, &quot;da&quot; (Danish)">
<location column="13" file="src/main/res/values/strings.xml" line="32" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;faq_1_title&quot;>What photo compression quality should I set?&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;faq_1_title&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="35" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;faq_1_text&quot;>It depends on your goal. For generic purposes most people advise using 75%-80%, when the image is still really good quality, but the file size is reduced drastically compared to 100%.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;faq_1_text&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="36" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;save_photos&quot;>Save photos and videos to&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;save_photos&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="39" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;show_preview&quot;>Show a photo preview after capturing&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;show_preview&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="40" />
</issue>
<issue errorLine1=" &lt;string name=&quot;shutter_sound&quot;>Shutter sound&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;shutter_sound&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="41" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;back_camera&quot;>Back camera resolutions&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;back_camera&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="42" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;front_camera&quot;>Front camera resolutions&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;front_camera&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="43" />
</issue>
<issue errorLine1=" &lt;string name=&quot;photo&quot;>Photo&lt;/string>"
errorLine2=" ~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;photo&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="44" />
</issue>
<issue errorLine1=" &lt;string name=&quot;video&quot;>Video&lt;/string>"
errorLine2=" ~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;video&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;vi&quot; (Vietnamese), &quot;nb&quot; (Norwegian Bokmål), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;nn&quot; (Norwegian Nynorsk), &quot;fi&quot; (Finnish), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;sv&quot; (Swedish), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;, &quot;da&quot; (Danish)">
<location column="13" file="src/main/res/values/strings.xml" line="45" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;focus_before_capture&quot;>Focus before capture&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;focus_before_capture&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="46" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;volume_buttons_as_shutter&quot;>Use volume buttons as shutter&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;volume_buttons_as_shutter&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="47" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;turn_flash_off_at_startup&quot;>Turn flash off at startup&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;turn_flash_off_at_startup&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="48" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;flip_front_camera_photos_horizontally&quot;>Flip front camera photos horizontally&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="MissingTranslation"
message="&quot;flip_front_camera_photos_horizontally&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;ne&quot; (Nepali), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="49" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;keep_settings_visible&quot;>Keep the setting buttons visible&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;keep_settings_visible&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="50" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;always_open_back_camera&quot;>Always open the app with the Back camera&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;always_open_back_camera&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="51" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;save_photo_metadata&quot;>Save photo exif metadata&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;save_photo_metadata&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="52" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;save_photo_video_location&quot;>Save photo and video location&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;save_photo_video_location&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lt&quot; (Lithuanian), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ml&quot; (Malayalam), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;iw&quot; (Hebrew), &quot;eu&quot; (Basque), &quot;nb&quot; (Norwegian Bokmål), &quot;ja&quot; (Japanese), &quot;ne&quot; (Nepali), &quot;az&quot; (Azerbaijani), &quot;fa&quot; (Persian), &quot;ro&quot; (Romanian), &quot;nn&quot; (Norwegian Nynorsk), &quot;be&quot; (Belarusian), &quot;fi&quot; (Finnish), &quot;bg&quot; (Bulgarian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;sr&quot; (Serbian), &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;cy&quot; (Welsh), &quot;ckb&quot;, &quot;da&quot; (Danish)">
<location column="13" file="src/main/res/values/strings.xml" line="53" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;photo_compression_quality&quot;>Photo compression quality&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;photo_compression_quality&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="54" />
</issue>
<issue errorLine1=" &lt;string name=&quot;shutter&quot;>Shutter&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~" id="MissingTranslation"
message="&quot;shutter&quot; is not translated in &quot;fil&quot; (Filipino; Pilipino), &quot;lv&quot; (Latvian), &quot;ia&quot; (Interlingua), &quot;mk&quot; (Macedonian), &quot;ms&quot; (Malay), &quot;en&quot; (English), &quot;eo&quot; (Esperanto), &quot;is&quot; (Icelandic), &quot;my&quot; (Burmese), &quot;eu&quot; (Basque), &quot;fa&quot; (Persian), &quot;bn&quot; (Bangla), &quot;br&quot; (Breton), &quot;bs&quot; (Bosnian), &quot;si&quot; (Sinhala), &quot;zgh&quot; (Standard Moroccan Tamazight), &quot;ltg&quot;, &quot;kn&quot; (Kannada), &quot;or&quot; (Odia), &quot;kr&quot; (Kanuri), &quot;sat&quot; (Santali), &quot;ta&quot; (Tamil), &quot;cr&quot; (Cree), &quot;pa&quot; (Punjabi), &quot;te&quot; (Telugu), &quot;th&quot; (Thai), &quot;ckb&quot;">
<location column="13" file="src/main/res/values/strings.xml" line="55" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;camera_in_use_error&quot;>A camera está a ser usada por outra applicação, feche a outra applicação e tente outravez&lt;/string>"
errorLine2=" ^" id="Typos"
message="&quot;camera&quot; is a common misspelling; did you mean &quot;câmera&quot;?">
<location column="42" file="src/main/res/values-pt-rPT/strings.xml" line="14" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;camera_configure_error&quot;>Aconteceu um erro a configurar a camera&lt;/string>"
errorLine2=" ^"
id="Typos"
message="&quot;camera&quot; is a common misspelling; did you mean &quot;câmera&quot;?">
<location column="76" file="src/main/res/values-pt-rPT/strings.xml" line="15" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;camera_disabled_by_admin_error&quot;>A camera está desabilitada pelo admin&lt;/string>"
errorLine2=" ^" id="Typos"
message="&quot;camera&quot; is a common misspelling; did you mean &quot;câmera&quot;?">
<location column="53" file="src/main/res/values-pt-rPT/strings.xml" line="16" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;video_capture_insufficient_storage_error&quot;>Captura de video falhou por não ter espaço suficiente&lt;/string>"
errorLine2=" ^"
id="Typos"
message="&quot;video&quot; is a common misspelling; did you mean &quot;vídeo&quot;?">
<location column="72" file="src/main/res/values-pt-rPT/strings.xml" line="18" />
</issue>
<issue
errorLine1=" val parcelFileDescriptor = activity.contentResolver.openFileDescriptor(documentFile.uri, &quot;rw&quot;)"
errorLine2=" ~~~~~~~~~~~~~~~~~~"
id="Recycle"
message="This `ParcelFileDescriptor` should be freed up after use with `#close()`">
<location column="77" file="src/main/kotlin/org.fossify.camera/helpers/PhotoProcessor.kt"
line="124" />
</issue>
<issue id="ObsoleteSdkInt"
message="This folder configuration (`v26`) is unnecessary; `minSdkVersion` is 29. Merge all the resources in this folder into `drawable`.">
<location file="src/main/res/drawable-v26" />
</issue>
<issue id="ObsoleteSdkInt"
message="This folder configuration (`v26`) is unnecessary; `minSdkVersion` is 29. Merge all the resources in this folder into `mipmap-anydpi`.">
<location file="src/main/res/mipmap-anydpi-v26" />
</issue>
<issue
errorLine1=" val activity: MainActivity, val saveUri: Uri?, val deviceOrientation: Int, val previewRotation: Int, val isUsingFrontCamera: Boolean,"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~" id="StaticFieldLeak"
message="This field leaks a context object">
<location column="5" file="src/main/kotlin/org.fossify.camera/helpers/PhotoProcessor.kt"
line="21" />
</issue>
<issue
errorLine1=" &lt;path android:fillColor=&quot;#FFFFFFFF&quot; android:pathData=&quot;M189.53 7.64c2.76-0.51 6.41-1.08 8.48 1.31 1.9 1.79 2.76 4.44 2.53 7.02-0.18 12.02 0.07 24.05 0.02 36.07 0.32 5.22-5.71 9.02-10.39 7.06-3.29-1.12-5.26-4.63-5.01-8.01 0.03-12.04 0.36-24.08 0.05-36.12-0.27-3.08 1.7-5.88 4.32-7.33zm51.71 22.53c5.97-1.28 10.56 6.39 7.18 11.26-4.62 8.01-9.07 16.13-13.97 23.97-3.44 4.97-12.13 3.22-13.34-2.69-1.28-3.31 1.07-6.32 2.56-9.08 3.95-6.74 7.72-13.59 11.78-20.26 1.18-2.06 3.38-3.41 5.79-3.2zM139.51 31.4c1.73-1.65 4.37-1.14 6.54-1.05 2.47 0.2 3.91 2.59 5.15 4.46 4.07 7.21 8.31 14.34 12.43 21.51 2.05 3.26 1.71 8.29-1.64 10.58-3.34 2.71-8.73 1.73-10.95-1.93-4.38-7.07-8.19-14.47-12.54-21.55-2.82-3.55-3.06-9.3 1.01-12.02zm-7.77 60.19c15.57-6.43 32.54-8.54 49.25-9.3 14.27-1.27 28.62-0.06 42.82 1.45 11.87 1.9 24.01 4.03 34.72 9.76 4.37 2.28 9.08 5.56 10.17 10.68 0.11 28.37-15.19 56.9-40.37 70.59 0.91 4.09 2.5 8.06 2.37 12.32 0.11 13.63-0.07 27.27 0.1 40.91 0.25 15.33-0.43 30.67 0.37 45.99 0.37 13.01-0.97 26.01 0 39-0.17 11.64 0.46 23.31-0.76 34.92-1.84 11.36-9.39 21.51-19.54 26.85-10.02 5.23-22.41 5.43-32.78 1.07-13.54-5.77-22.82-20.07-22.57-34.79-0.05-50.69-0.03-101.37-0.06-152.05-0.26-4.72 1.17-9.25 2.38-13.74-11-6.67-20.69-15.57-27.64-26.43-8.37-13.28-12.76-29.01-12.97-44.66 1.81-6.69 8.74-9.88 14.51-12.57m12.69 8.16c-4.63 1.31-9.43 2.74-13.18 5.89 13.5 7.02 28.92 8.8 43.81 10.59 17.2 0.86 34.59 0.96 51.6-2.08 9.27-1.92 18.81-3.62 27.18-8.29l-0.24-1.48c-6.25-3.1-12.94-5.31-19.79-6.63-29.43-5.87-60.28-5.6-89.38 2m47.82 104.84c-6.92 0.6-13.12 6.33-13.61 13.37-0.15 6.35 0.04 12.71 0 19.06-0.18 5 1.79 10.45 6.2 13.18 4.78 3.31 11.55 3.29 16.41 0.15 4.16-2.61 6.4-7.64 6.33-12.46 0.04-6.56 0.19-13.14 0.04-19.7-0.38-7.7-7.85-13.81-15.37-13.6z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="VectorPath"
message="Very long vector path (1695 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector.">
<location column="59" file="src/main/res/drawable/ic_flashlight_vector.xml" line="2" />
</issue>
<issue
errorLine1=" &lt;path android:fillColor=&quot;@color/camera_option_color&quot; android:pathData=&quot;M14.5 10c0.828 0 1.5-0.672 1.5-1.5S15.328 7 14.5 7 13 7.672 13 8.5s0.672 1.5 1.5 1.5zm0 6c0.828 0 1.5-0.672 1.5-1.5S15.328 13 14.5 13 13 13.672 13 14.5s0.672 1.5 1.5 1.5zm9.5-5.007c0 0.393-0.031 0.782-0.092 1.168-0.058 0.386-0.162 0.75-0.31 1.092-0.149 0.34-0.357 0.642-0.625 0.906-0.268 0.262-0.609 0.467-1.022 0.617C21.537 14.925 21.037 15 20.449 15c-0.139 0-0.302-0.006-0.49-0.019-0.187-0.009-0.342-0.025-0.465-0.046v-1.159c0.129 0.032 0.267 0.057 0.412 0.075 0.145 0.016 0.292 0.024 0.441 0.024 0.591 0 1.046-0.091 1.366-0.271 0.323-0.181 0.549-0.431 0.679-0.752 0.132-0.321 0.208-0.691 0.227-1.111h-0.058c-0.094 0.149-0.205 0.284-0.334 0.406-0.126 0.118-0.288 0.213-0.485 0.285-0.197 0.068-0.447 0.102-0.751 0.102-0.404 0-0.755-0.084-1.056-0.252-0.297-0.171-0.528-0.417-0.693-0.738C19.081 11.221 19 10.83 19 10.372c0-0.495 0.097-0.918 0.291-1.27 0.197-0.355 0.476-0.627 0.838-0.817C20.491 8.095 20.917 8 21.408 8c0.362 0 0.699 0.061 1.012 0.182 0.314 0.118 0.588 0.301 0.824 0.546 0.239 0.246 0.425 0.558 0.557 0.934C23.934 10.039 24 10.483 24 10.993zm-2.563-1.835c-0.291 0-0.528 0.097-0.712 0.29-0.184 0.193-0.276 0.495-0.276 0.906 0 0.33 0.079 0.591 0.237 0.784 0.158 0.193 0.399 0.29 0.722 0.29 0.223 0 0.417-0.047 0.581-0.14 0.165-0.097 0.293-0.217 0.383-0.36 0.094-0.146 0.141-0.296 0.141-0.448 0-0.159-0.023-0.316-0.068-0.472-0.046-0.156-0.113-0.297-0.204-0.425-0.09-0.128-0.203-0.23-0.339-0.308-0.132-0.078-0.287-0.117-0.465-0.117zM4 15H2.721v-4.051c0-0.111 0.002-0.249 0.005-0.411 0.002-0.166 0.006-0.335 0.012-0.508l0.016-0.474c-0.03 0.042-0.092 0.113-0.186 0.216C2.477 9.87 2.392 9.96 2.312 10.04l-0.695 0.646L1 9.795 2.949 8H4v7zm1-2.993c0-0.393 0.029-0.78 0.087-1.163 0.062-0.386 0.167-0.749 0.315-1.088 0.149-0.343 0.357-0.645 0.625-0.906 0.268-0.265 0.609-0.472 1.022-0.621C7.463 8.076 7.964 8 8.551 8 8.69 8 8.852 8.006 9.036 8.019 9.223 8.028 9.378 8.045 9.501 8.07v1.153C9.372 9.195 9.233 9.174 9.084 9.158 8.939 9.139 8.794 9.13 8.648 9.13c-0.588 0-1.043 0.09-1.366 0.271-0.32 0.181-0.546 0.431-0.678 0.752-0.13 0.317-0.205 0.688-0.228 1.111h0.063c0.09-0.152 0.203-0.288 0.339-0.406 0.139-0.118 0.307-0.212 0.504-0.28 0.197-0.072 0.428-0.108 0.693-0.108 0.413 0 0.772 0.086 1.075 0.257 0.304 0.168 0.538 0.413 0.703 0.733C9.918 11.781 10 12.172 10 12.632c0 0.492-0.099 0.916-0.296 1.271-0.197 0.354-0.476 0.627-0.838 0.817C8.508 14.907 8.081 15 7.587 15c-0.362 0-0.699-0.059-1.012-0.177-0.314-0.122-0.588-0.306-0.824-0.552-0.236-0.245-0.42-0.555-0.552-0.929C5.066 12.965 5 12.52 5 12.007zm2.558 1.84c0.294 0 0.533-0.097 0.717-0.29 0.184-0.193 0.276-0.495 0.276-0.906 0-0.333-0.08-0.594-0.242-0.784-0.158-0.193-0.399-0.29-0.722-0.29-0.219 0-0.413 0.048-0.581 0.145-0.165 0.093-0.292 0.213-0.383 0.359-0.09 0.144-0.136 0.292-0.136 0.444 0 0.159 0.023 0.316 0.068 0.472 0.045 0.155 0.113 0.297 0.204 0.425 0.09 0.127 0.202 0.23 0.334 0.308 0.136 0.078 0.291 0.117 0.465 0.117z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="VectorPath"
message="Very long vector path (2896 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector.">
<location column="76" file="src/main/res/drawable/ic_photo_16x9_vector.xml" line="3" />
</issue>
<issue
errorLine1=" &lt;path android:fillColor=&quot;@color/camera_option_color&quot; android:pathData=&quot;M12.577 11c0.828 0 1.5-0.672 1.5-1.5S13.405 8 12.577 8c-0.829 0-1.5 0.672-1.5 1.5s0.671 1.5 1.5 1.5zm0 5c0.828 0 1.5-0.672 1.5-1.5s-0.672-1.5-1.5-1.5c-0.829 0-1.5 0.672-1.5 1.5s0.671 1.5 1.5 1.5zM8 14.342H7.042V16H5.397v-1.658H2v-1.177L5.49 8h1.552v5.029H8v1.313zm-2.603-1.313v-1.357c0-0.128 0.002-0.279 0.006-0.455l0.022-0.525 0.021-0.465c0.011-0.138 0.019-0.235 0.022-0.29H5.425c-0.069 0.15-0.142 0.296-0.218 0.438-0.076 0.139-0.165 0.284-0.267 0.438l-1.459 2.216h1.916zm16.348-3.177c0 0.359-0.083 0.669-0.249 0.932-0.166 0.262-0.391 0.477-0.676 0.644-0.281 0.167-0.597 0.289-0.948 0.367v0.032c0.695 0.078 1.223 0.27 1.583 0.575C21.818 12.707 22 13.115 22 13.626c0 0.454-0.125 0.861-0.374 1.219-0.245 0.358-0.624 0.641-1.138 0.846C19.974 15.897 19.312 16 18.502 16c-0.478 0-0.925-0.035-1.34-0.106-0.411-0.068-0.798-0.173-1.162-0.314v-1.4c0.372 0.17 0.761 0.299 1.168 0.388 0.407 0.085 0.787 0.128 1.138 0.128 0.656 0 1.115-0.101 1.376-0.304 0.265-0.205 0.397-0.493 0.397-0.862 0-0.216-0.061-0.399-0.184-0.548-0.122-0.149-0.336-0.263-0.64-0.341-0.3-0.078-0.721-0.117-1.263-0.117h-0.658v-1.261h0.67c0.534 0 0.939-0.044 1.215-0.133 0.281-0.092 0.471-0.217 0.569-0.373 0.103-0.16 0.155-0.34 0.155-0.543 0-0.277-0.095-0.493-0.285-0.649-0.19-0.156-0.506-0.234-0.949-0.234-0.276 0-0.529 0.032-0.758 0.095-0.226 0.061-0.429 0.135-0.611 0.224-0.182 0.085-0.342 0.169-0.48 0.25l-0.848-1.134c0.34-0.22 0.737-0.402 1.192-0.548C17.662 8.073 18.208 8 18.84 8c0.893 0 1.601 0.161 2.122 0.484 0.522 0.323 0.783 0.779 0.783 1.368z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="VectorPath"
message="Very long vector path (1515 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector.">
<location column="76" file="src/main/res/drawable/ic_photo_4x3_vector.xml" line="3" />
</issue>
<issue
errorLine1=" &lt;path android:fillColor=&quot;@color/camera_option_color&quot; android:pathData=&quot;M19.5 12c0-0.23-0.01-0.45-0.03-0.68l1.86-1.41c0.4-0.3 0.51-0.86 0.26-1.3l-1.87-3.23c-0.25-0.44-0.79-0.62-1.25-0.42l-2.15 0.91c-0.37-0.26-0.76-0.49-1.17-0.68l-0.29-2.31C14.8 2.38 14.37 2 13.87 2h-3.73c-0.51 0-0.94 0.38-1 0.88L8.85 5.19c-0.41 0.19-0.8 0.42-1.17 0.68L5.53 4.96c-0.46-0.2-1-0.02-1.25 0.42L2.41 8.62c-0.25 0.44-0.14 0.99 0.26 1.3l1.86 1.41C4.51 11.55 4.5 11.77 4.5 12s0.01 0.45 0.03 0.68l-1.86 1.41c-0.4 0.3-0.51 0.86-0.26 1.3l1.87 3.23c0.25 0.44 0.79 0.62 1.25 0.42l2.15-0.91c0.37 0.26 0.76 0.49 1.17 0.68l0.29 2.31C9.2 21.62 9.63 22 10.13 22h3.73c0.5 0 0.93-0.38 0.99-0.88l0.29-2.31c0.41-0.19 0.8-0.42 1.17-0.68l2.15 0.91c0.46 0.2 1 0.02 1.25-0.42l1.87-3.23c0.25-0.44 0.14-0.99-0.26-1.3l-1.86-1.41c0.03-0.23 0.04-0.45 0.04-0.68zm-7.46 3.5c-1.93 0-3.5-1.57-3.5-3.5s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5-1.57 3.5-3.5 3.5z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="VectorPath"
message="Very long vector path (829 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector.">
<location column="76" file="src/main/res/drawable/ic_settings_vector.xml" line="3" />
</issue>
<issue
errorLine1=" &lt;path android:fillColor=&quot;@color/camera_option_color&quot; android:pathData=&quot;M12.096 13.733c0 0.461-0.112 0.862-0.337 1.203-0.224 0.34-0.552 0.603-0.984 0.787C10.348 15.908 9.827 16 9.214 16c-0.271 0-0.537-0.018-0.797-0.053-0.257-0.036-0.504-0.087-0.743-0.155-0.236-0.071-0.46-0.158-0.674-0.26v-1.533c0.371 0.163 0.756 0.31 1.155 0.442 0.399 0.131 0.795 0.196 1.187 0.196 0.271 0 0.489-0.035 0.653-0.106 0.167-0.071 0.288-0.169 0.363-0.293 0.075-0.124 0.113-0.266 0.113-0.426 0-0.195-0.066-0.362-0.198-0.5s-0.314-0.268-0.546-0.388c-0.228-0.121-0.486-0.251-0.775-0.389-0.182-0.085-0.38-0.188-0.594-0.309-0.214-0.124-0.417-0.275-0.609-0.452-0.193-0.178-0.351-0.392-0.476-0.644-0.121-0.256-0.182-0.561-0.182-0.916 0-0.465 0.107-0.862 0.321-1.192 0.214-0.33 0.518-0.582 0.914-0.756C8.725 8.089 9.196 8 9.738 8c0.406 0 0.793 0.048 1.16 0.144 0.371 0.092 0.758 0.227 1.161 0.404l-0.535 1.283c-0.36-0.145-0.683-0.257-0.968-0.335-0.285-0.082-0.576-0.123-0.872-0.123-0.206 0-0.383 0.034-0.529 0.101-0.146 0.064-0.257 0.157-0.331 0.277-0.075 0.117-0.113 0.254-0.113 0.41 0 0.184 0.054 0.341 0.161 0.468 0.11 0.125 0.274 0.245 0.492 0.362 0.221 0.117 0.495 0.254 0.823 0.41 0.4 0.188 0.74 0.385 1.022 0.591 0.285 0.202 0.504 0.442 0.657 0.719 0.154 0.273 0.23 0.614 0.23 1.022zM20 11.928c0 0.877-0.169 1.609-0.508 2.198-0.335 0.586-0.822 1.028-1.46 1.326-0.638 0.294-1.406 0.442-2.305 0.442h-2.214V8.112h2.455c0.82 0 1.531 0.145 2.134 0.436 0.602 0.288 1.069 0.715 1.401 1.283C19.834 10.395 20 11.094 20 11.928zm-1.722 0.043c0-0.575-0.086-1.047-0.257-1.416-0.167-0.373-0.417-0.648-0.748-0.825-0.328-0.178-0.735-0.266-1.22-0.266h-0.882v5.067h0.711c0.81 0 1.41-0.215 1.802-0.644 0.396-0.429 0.594-1.068 0.594-1.916z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="VectorPath"
message="Very long vector path (1625 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector.">
<location column="76" file="src/main/res/drawable/ic_video_sd_vector.xml" line="2" />
</issue>
<issue
errorLine1=" &lt;path android:fillColor=&quot;@color/camera_option_color&quot; android:pathData=&quot;M9.425 8v5.107c0 0.543-0.082 1.034-0.247 1.473-0.162 0.436-0.409 0.781-0.741 1.037C8.107 15.872 7.692 16 7.19 16c-0.713 0-1.256-0.266-1.629-0.799C5.187 14.668 5 13.963 5 13.085V8h1.139v4.831c0 0.652 0.091 1.109 0.273 1.371 0.182 0.263 0.451 0.395 0.808 0.395 0.251 0 0.453-0.064 0.608-0.189 0.158-0.126 0.273-0.321 0.347-0.583 0.074-0.263 0.111-0.598 0.111-1.004V8h1.139zm5.738 7.892h-1.14v-3.406h-2.135v3.406h-1.143V8h1.143v3.093h2.135V8h1.14v7.892zM21 11.87c0 0.889-0.117 1.632-0.35 2.23-0.231 0.594-0.567 1.042-1.007 1.344-0.44 0.299-0.97 0.448-1.589 0.448h-1.527V8h1.693c0.565 0 1.055 0.148 1.471 0.443 0.415 0.291 0.737 0.725 0.966 1.301C20.886 10.316 21 11.025 21 11.87zm-1.187 0.044c0-0.583-0.059-1.062-0.177-1.436-0.116-0.378-0.288-0.657-0.517-0.837-0.226-0.18-0.506-0.27-0.84-0.27H17.67v5.139h0.491c0.558 0 0.972-0.218 1.242-0.653 0.273-0.435 0.41-1.083 0.41-1.943z&quot;/>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="VectorPath"
message="Very long vector path (874 characters), which is bad for performance. Considering reducing precision, removing minor details or rasterizing vector.">
<location column="76" file="src/main/res/drawable/ic_video_uhd_vector.xml" line="2" />
</issue>
<issue errorLine1=" android:background=&quot;@android:color/black&quot;>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="Overdraw"
message="Possible overdraw: Root element paints background `@android:color/black` with a theme that also paints a background (inferred theme is `@style/AppTheme`)">
<location column="5" file="src/main/res/layout/activity_main.xml" line="9" />
</issue>
<issue errorLine1=" &lt;dimen name=&quot;top_icon_size&quot;>48dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.dimen.top_icon_size` appears to be unused">
<location column="12" file="src/main/res/values/dimens.xml" line="5" />
</issue>
<issue errorLine1=" &lt;string name=&quot;package_name&quot;>org.fossify.camera&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.string.package_name` appears to be unused">
<location column="13" file="src/main/res/values/donottranslate.xml" line="3" />
</issue>
<issue errorLine1="&lt;vector" errorLine2="^" id="UnusedResources"
message="The resource `R.drawable.ic_launcher_foreground` appears to be unused">
<location column="1" file="src/main/res/drawable-v26/ic_launcher_foreground.xml" line="1" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;video_creating_error&quot;>An error occurred creating the video file&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.string.video_creating_error` appears to be unused">
<location column="13" file="src/main/res/values/strings.xml" line="11" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;video_mode_error&quot;>Switching to video mode failed&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.string.video_mode_error` appears to be unused">
<location column="13" file="src/main/res/values/strings.xml" line="12" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;click_to_resume_preview&quot;>Click on the image to resume preview&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.string.click_to_resume_preview` appears to be unused">
<location column="13" file="src/main/res/values/strings.xml" line="15" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;setting_resolution_failed&quot;>Setting proper resolution failed&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.string.setting_resolution_failed` appears to be unused">
<location column="13" file="src/main/res/values/strings.xml" line="17" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;toggle_photo_video&quot;>Toggle photo/video mode&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.string.toggle_photo_video` appears to be unused">
<location column="13" file="src/main/res/values/strings.xml" line="27" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;change_resolution&quot;>Change Resolution&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.string.change_resolution` appears to be unused">
<location column="13" file="src/main/res/values/strings.xml" line="28" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;show_preview&quot;>Show a photo preview after capturing&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.string.show_preview` appears to be unused">
<location column="13" file="src/main/res/values/strings.xml" line="40" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;back_camera&quot;>Back camera resolutions&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.string.back_camera` appears to be unused">
<location column="13" file="src/main/res/values/strings.xml" line="42" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;front_camera&quot;>Front camera resolutions&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.string.front_camera` appears to be unused">
<location column="13" file="src/main/res/values/strings.xml" line="43" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;focus_before_capture&quot;>Focus before capture&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.string.focus_before_capture` appears to be unused">
<location column="13" file="src/main/res/values/strings.xml" line="46" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;turn_flash_off_at_startup&quot;>Turn flash off at startup&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.string.turn_flash_off_at_startup` appears to be unused">
<location column="13" file="src/main/res/values/strings.xml" line="48" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;keep_settings_visible&quot;>Keep the setting buttons visible&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.string.keep_settings_visible` appears to be unused">
<location column="13" file="src/main/res/values/strings.xml" line="50" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;always_open_back_camera&quot;>Always open the app with the Back camera&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" id="UnusedResources"
message="The resource `R.string.always_open_back_camera` appears to be unused">
<location column="13" file="src/main/res/values/strings.xml" line="51" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;faq_1_text&quot;>Det afhænger af dit mål. Til almindelige formål anbefaler de fleste at bruge 75-80 %, hvor billedet stadig har en rigtig god kvalitet, men hvor filstørrelsen er reduceret drastisk i forhold til 100 %.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="TypographyDashes"
message="Replace &quot;-&quot; with an &quot;en dash&quot; character (, &amp;#8211;) ?">
<location column="31" file="src/main/res/values-da/strings.xml" line="21" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;faq_1_text&quot;>Det beror på ditt mål. För generiska ändamål rekommenderar de flesta att man använder 75-80 %, då bilden fortfarande har riktigt bra kvalitet, men filstorleken minskar drastiskt jämfört med 100 %.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="TypographyDashes"
message="Replace &quot;-&quot; with an &quot;en dash&quot; character (, &amp;#8211;) ?">
<location column="31" file="src/main/res/values-sv/strings.xml" line="30" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;faq_1_text&quot;>Das hängt von deinem Ziel ab. Für allgemeine Zwecke empfehlen die meisten 75 - 80 %, wodurch die Qualität immer noch sehr gut bleibt, aber die Dateigrösse drastisch reduziert ist im Vergleich zu 100 %.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="TypographyDashes"
message="Replace &quot;-&quot; with an &quot;en dash&quot; character (, &amp;#8211;) ?">
<location column="31" file="src/main/res/values-de/strings.xml" line="31" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;faq_1_text&quot;>See sõltub sinu eesmärkidest. Üldiselt soovitame 75-80-protsendilist pakkimist, mispuhul piltide kvaliteet on jätkuvalt mõistlik, kuid piltide suurus on 100-protsendilise kvaliteediga võrreldes väiksem.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="TypographyDashes"
message="Replace &quot;-&quot; with an &quot;en dash&quot; character (, &amp;#8211;) ?">
<location column="31" file="src/main/res/values-et/strings.xml" line="31" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;faq_1_text&quot;>Se riippuu tarkoituksestasi. Yleisissä tarkoituksissa useimmat ihmiset suosittelevat käyttämään 75-80%, kun kuva on edelleen todella hyvälaatuinen, mutta tiedoston koko pienenee huomattavasti verrattuna 100%:iin.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="TypographyDashes"
message="Replace &quot;-&quot; with an &quot;en dash&quot; character (, &amp;#8211;) ?">
<location column="31" file="src/main/res/values-fi/strings.xml" line="31" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;faq_1_text&quot;>Me råder til å nytte 75 - 80 %. Bilete vil framleis sjå bra ut, men dei vil nytte mindre rom enn ved 100 %.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="TypographyDashes"
message="Replace &quot;-&quot; with an &quot;en dash&quot; character (, &amp;#8211;) ?">
<location column="31" file="src/main/res/values-nn/strings.xml" line="31" />
</issue>
<issue
errorLine1=" &lt;string name=&quot;faq_1_text&quot;>Zależy to od Twojego celu. Do celów ogólnych większość ludzi zaleca poziom 75-80% — wtedy obraz jest nadal w dobrej jakości, ale rozmiar pliku znacznie zmniejsza się w porównaniu do 100%.&lt;/string>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
id="TypographyDashes"
message="Replace &quot;-&quot; with an &quot;en dash&quot; character (, &amp;#8211;) ?">
<location column="31" file="src/main/res/values-pl/strings.xml" line="31" />
</issue>
<issue id="RtlEnabled"
message="The project references RTL attributes, but does not explicitly enable or disable RTL support with `android:supportsRtl` in the manifest">
<location file="src/main/AndroidManifest.xml" />
</issue>
</issues>