2017-08-04 15:46:22 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2024-03-29 18:56:51 +03:00
|
|
|
<!--
|
|
|
|
~ Nextcloud Talk - Android Client
|
|
|
|
~
|
|
|
|
~ SPDX-FileCopyrightText: 2022-2024 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
~ SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
|
|
|
|
~ SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro@alvarobrey.com>
|
|
|
|
~ SPDX-FileCopyrightText: 2022 Tobias Kaminsky <tobias@kaminsky.me>
|
2024-04-30 13:16:39 +03:00
|
|
|
~ SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
|
2024-03-29 18:56:51 +03:00
|
|
|
-->
|
2017-08-04 15:46:22 +03:00
|
|
|
<lint>
|
2018-10-10 16:30:30 +03:00
|
|
|
<issue id="UnusedAttribute">
|
|
|
|
<ignore regexp="importantForAutofill"/>
|
|
|
|
<ignore regexp="autofillHints"/>
|
|
|
|
</issue>
|
2017-08-04 15:46:22 +03:00
|
|
|
<issue id="InvalidPackage">
|
2020-03-19 14:48:14 +03:00
|
|
|
<ignore path="**/freemarker-2.*.*.jar" />
|
2017-08-08 10:51:10 +03:00
|
|
|
<ignore path="**/nnio-0.2.jar"/>
|
2021-07-20 10:57:34 +03:00
|
|
|
<ignore path="**/bcpkix-jdk15on-1.69.jar" />
|
2017-08-04 15:46:22 +03:00
|
|
|
</issue>
|
2018-10-10 16:30:30 +03:00
|
|
|
|
2017-11-06 14:31:08 +03:00
|
|
|
<issue id="UnusedResources">
|
2017-04-13 10:14:19 +03:00
|
|
|
<ignore regexp="store_short_desc|store_full_desc|store_short_dev_desc|store_full_dev_desc" />
|
2017-12-15 13:45:53 +03:00
|
|
|
<ignore
|
2017-12-15 15:54:10 +03:00
|
|
|
regexp="screenshot_01_gridView|screenshot_02_listView|screenshot_03_drawer|screenshot_04_accounts|screenshot_05_autoUpload|screenshot_06_davdroid"/>
|
2018-12-06 12:27:52 +03:00
|
|
|
<ignore path="**/raw/encryption_key_words.txt" />
|
2017-11-06 14:31:08 +03:00
|
|
|
</issue>
|
2018-10-10 16:30:30 +03:00
|
|
|
|
2017-11-07 18:52:26 +03:00
|
|
|
<issue id="MissingQuantity">
|
2017-11-08 10:00:57 +03:00
|
|
|
<ignore path="**/values-ka-rGE/strings.xml"/>
|
2021-06-28 15:40:21 +03:00
|
|
|
<ignore path="**/values-ar/strings.xml" />
|
2017-11-07 18:52:26 +03:00
|
|
|
</issue>
|
|
|
|
|
2018-05-18 10:31:25 +03:00
|
|
|
<issue id="UnusedQuantity">
|
2022-05-31 11:17:15 +03:00
|
|
|
<ignore path="**/values-**/strings.xml" />
|
2018-05-18 10:31:25 +03:00
|
|
|
</issue>
|
|
|
|
|
2017-12-14 14:33:01 +03:00
|
|
|
<issue id="ExtraTranslation">
|
2018-01-15 17:18:01 +03:00
|
|
|
<ignore path="**/strings.xml"/>
|
|
|
|
<ignore path="**/values-b+en+001/strings.xml"/>
|
|
|
|
</issue>
|
|
|
|
|
|
|
|
<issue id="UnusedResources">
|
2018-11-05 14:50:23 +03:00
|
|
|
<ignore path="**/values-**/strings.xml" />
|
2022-05-13 12:48:26 +03:00
|
|
|
<ignore path="**/values/setup.xml" />
|
2018-04-05 08:39:31 +03:00
|
|
|
</issue>
|
2018-10-10 16:30:30 +03:00
|
|
|
|
2018-04-05 08:39:31 +03:00
|
|
|
<issue id="TypographyEllipsis">
|
2018-11-05 14:50:23 +03:00
|
|
|
<ignore path="**/values-**/strings.xml" />
|
2018-09-02 14:56:15 +03:00
|
|
|
</issue>
|
2018-10-10 16:30:30 +03:00
|
|
|
|
|
|
|
<issue id="Typos">
|
2018-11-05 14:50:23 +03:00
|
|
|
<ignore path="**/values-**/strings.xml" />
|
2021-08-16 08:20:11 +03:00
|
|
|
<ignore path="**/values/setup.xml" />
|
2017-12-14 14:33:01 +03:00
|
|
|
</issue>
|
|
|
|
|
2020-04-15 17:45:54 +03:00
|
|
|
<issue id="TrustAllX509TrustManager">
|
|
|
|
<ignore path="**/bouncycastle/est/jcajce/*.class" />
|
2024-04-22 08:35:52 +03:00
|
|
|
<ignore path="**/bcpkix-jdk15to18-1.**.jar" />
|
2024-02-23 10:41:01 +03:00
|
|
|
<ignore path="**/bcpkix-jdk18on-1.**.jar" />
|
2020-04-15 17:45:54 +03:00
|
|
|
</issue>
|
|
|
|
|
2020-06-10 10:06:43 +03:00
|
|
|
<issue id="RestrictedApi" severity="error">
|
|
|
|
<ignore path="build" />
|
|
|
|
</issue>
|
2020-06-10 10:09:56 +03:00
|
|
|
|
|
|
|
<issue id="NewApi" severity="error">
|
|
|
|
<ignore path="build" />
|
|
|
|
</issue>
|
2020-06-29 12:09:39 +03:00
|
|
|
|
|
|
|
<issue id="ObsoleteLintCustomCheck" severity="warning">
|
|
|
|
<ignore path="**/fragment-1.2.5/**/lint.jar" />
|
2020-07-23 04:13:22 +03:00
|
|
|
<ignore path="**/work-runtime-2.**/**/lint.jar" />
|
2020-08-04 17:09:21 +03:00
|
|
|
<ignore path="**/jetified-butterknife-runtime-10.**/**/lint.jar" />
|
2020-11-24 05:14:01 +03:00
|
|
|
<ignore path="**/jetified-dagger-lint-aar-2.**.**/**/lint.jar" />
|
2020-08-05 04:12:50 +03:00
|
|
|
<ignore path="**/jetified-annotation-experimental-1.**/**/lint.jar" />
|
2020-09-29 12:46:21 +03:00
|
|
|
<ignore path="**/jetified-firebase-installations**/**/lint.jar" />
|
2020-11-24 05:14:01 +03:00
|
|
|
<ignore path="**/appcompat-1.**/**/lint.jar" />
|
2020-06-29 12:09:39 +03:00
|
|
|
</issue>
|
2017-11-07 18:52:26 +03:00
|
|
|
</lint>
|