Handle SPDX header via string.xml directly

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-03-13 14:45:04 +01:00
parent c8a7a706db
commit 3f0ec73475
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B
45 changed files with 180 additions and 35 deletions

View file

@ -11,6 +11,6 @@ Files: gradle/verification-keyring.keys gradle/verification-metadata.xml
Copyright: none
License: GPL-3.0-or-later
Files: renovate.json5 */.gitignore .idea/* scripts/analysis/findbugs-results.txt scripts/analysis/lint-results.txt app/src/test/resources/robolectric.properties app/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker fastlane/metadata/* app/src/main/res/values-*/strings.xml app/src/main/res/mipmap-*dpi/ic_launcher.png app/src/main/ic_launcher-web.png .bundle/config app/src/main/res/drawable-*dpi/ic_widget_create.png app/src/main/res/drawable-mdpi/context_based_formatting.png app/src/main/res/drawable/note_list_widget_preview.webp app/src/main/res/drawable/single_note_widget.webp
Files: renovate.json5 */.gitignore .idea/* scripts/analysis/findbugs-results.txt scripts/analysis/lint-results.txt app/src/test/resources/robolectric.properties app/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker fastlane/metadata/* app/src/main/res/mipmap-*dpi/ic_launcher.png app/src/main/ic_launcher-web.png .bundle/config app/src/main/res/drawable-*dpi/ic_widget_create.png app/src/main/res/drawable-mdpi/context_based_formatting.png app/src/main/res/drawable/note_list_widget_preview.webp app/src/main/res/drawable/single_note_widget.webp
Copyright: 2016-2024 Nextcloud GmbH and Nextcloud contributors
License: GPL-3.0-or-later

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Бележки</string>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Poznámky</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Noter</string>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Notas</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Notas</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Oharrak</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">یادداشت‌ها</string>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Notas</string>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Catatan</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Minnispunktar</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Note</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Notes</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Notes</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">메모</string>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Notater</string>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Notatki</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Notas</string>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Заметки</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Notas</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Poznámky</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Notes</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Белешке</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Anteckningar</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Notlar</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">Нотатки</string>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">笔记</string>

View file

@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>
<string name="app_name">筆記</string>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

View file

@ -2,8 +2,7 @@
<!--
~ Nextcloud Notes - Android Client
~
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors
~ SPDX-FileCopyrightText: 2015-2023 Stefan Niedermann <info@niedermann.it>
~ SPDX-FileCopyrightText: 2015-2024 Nextcloud GmbH and Nextcloud contributors/translators
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>