mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00

* The Play Store highlighted the need to add "/" to the beginning of the `android:pathPattern`. As a result, we have now included "/" at the beginning of all `android:pathPattern` instances to ensure compatibility with the Play Store. * Additionally, the `android:autoVerify="true"` attribute has been added to intent filters to verify domain ownership. This was identified as an issue by both the Play Store and the App Links Assistant tool in Android Studio.
52 lines
1.9 KiB
XML
52 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<issue id="TypographyQuotes">
|
|
<ignore path="**-qq/**.xml" />
|
|
<ignore path="**-iw/**.xml" />
|
|
</issue>
|
|
<issue id="LintError">
|
|
<ignore regexp=".*BookmarksRobot.kt.*"/>
|
|
<ignore regexp=".*DebugFunctions.kt.*"/>
|
|
<ignore regexp=".*HistoryRobot.kt.*"/>
|
|
<ignore regexp=".*IntroRobot.kt.*"/>
|
|
<ignore regexp=".*LanguageRobot.kt.*"/>
|
|
<ignore regexp=".*LibraryRobot.kt.*"/>
|
|
<ignore regexp=".*LocalFileTransferRobot.kt.*"/>
|
|
<ignore regexp=".*OnlineLibraryRobot.kt.*"/>
|
|
<ignore regexp=".*ReaderRobot.kt.*"/>
|
|
<ignore regexp=".*SettingsRobot.kt.*"/>
|
|
<ignore regexp=".*TopLevelDestinationRobot.kt.*"/>
|
|
<ignore regexp=".*ZimHostRobot.kt.*"/>
|
|
<ignore regexp=".*SearchRobot.kt.*"/>
|
|
<ignore regexp=".*InitialDownloadRobot.kt.*"/>
|
|
<ignore regexp=".*DownloadRobot.kt.*"/>
|
|
</issue>
|
|
<issue id="TypographyEllipsis">
|
|
<ignore path="**-iw/**.xml" />
|
|
</issue>
|
|
<issue id="DuplicateStrings">
|
|
<ignore path="**/.gradle/caches/**" />
|
|
<ignore path="**/values-**/**.xml" />
|
|
</issue>
|
|
<issue id="Typos">
|
|
<ignore path="**/values-tr/**.xml" />
|
|
</issue>
|
|
<issue id="InvalidPackage">
|
|
<ignore path="**simple-xml-2.7.1.jar" />
|
|
<ignore path="**javapoet-1.8.0.jar" />
|
|
<ignore path="**/org.jacoco.agent-0.8.8-runtime.jar" />
|
|
<ignore regexp="kotlinx.coroutines.debug.AgentPremain" />
|
|
</issue>
|
|
<issue id="IconLocation">
|
|
<ignore path="src/main/res/drawable/kiwix_icon_with_title.png" />
|
|
<ignore path="core/src/main/res/drawable/search_widget_preview.png" />
|
|
</issue>
|
|
<issue id="ConvertToWebp">
|
|
<ignore path="src/main/res/drawable/search_widget_preview.png" />
|
|
</issue>
|
|
<issue id="UnusedIds" severity="warning" />
|
|
<issue id="DataExtractionRules" severity="warning" />
|
|
<issue id="ObsoleteSdkInt" severity="warning" />
|
|
<issue id="AppLinksAutoVerify" severity="warning" />
|
|
</lint>
|