diff --git a/.editorconfig b/.editorconfig index fbc2f393c..43461fa34 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,10 @@ +# .editorconfig + # see http://EditorConfig.org +# SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: GPL-3.0-or-later + # This is the file in the root of the project. # For sub folders you can have other files that override only some settings. # For these, this settings should be false. diff --git a/.gitignore b/.gitignore index 3103df8d8..8a43e8d13 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors +# SPDX-License-Identifier: GPL-3.0-or-later # Built application files *.apk *.ap_ diff --git a/CHANGELOG.md b/CHANGELOG.md index c5342e6d2..0e017cb88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + # Changelog All notable changes to this project will be documented in this file. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 3bcdff389..49e67aafd 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,7 @@ + In the Nextcloud community, participants from all over the world come together to create Free Software for a free internet. This is made possible by the support, hard work and enthusiasm of thousands of people, including those who create and use Nextcloud software. Our code of conduct offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3bf77a53d..a778b58ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,7 @@ + # [Nextcloud](https://nextcloud.com) Talk for Android app # Index diff --git a/README.md b/README.md index c415ec28b..b050b4003 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ + # [Nextcloud](https://nextcloud.com) Talk for Android :speech_balloon: [![Build Status](https://drone.nextcloud.com/api/badges/nextcloud/talk-android/status.svg)](https://drone.nextcloud.com/nextcloud/talk-android) [![Codacy Badge](https://app.codacy.com/project/badge/Grade/b89a720efbd24754984a776804913bca)](https://www.codacy.com/gh/nextcloud/talk-android/dashboard) [![Releases](https://img.shields.io/github/release/nextcloud/talk-android.svg)](https://github.com/nextcloud/talk-android/releases/latest) diff --git a/SECURITY.md b/SECURITY.md index b7b4cc7fe..4a991e128 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,3 +1,7 @@ + # Security Policy ## Supported Versions diff --git a/SETUP.md b/SETUP.md index 6f91244af..96cf791a4 100644 --- a/SETUP.md +++ b/SETUP.md @@ -1,3 +1,7 @@ + # [Nextcloud](https://nextcloud.com) Talk for Android Setup Guide # Index diff --git a/app/src/gplay/AndroidManifest.xml b/app/src/gplay/AndroidManifest.xml index 7015fc328..10c70356c 100644 --- a/app/src/gplay/AndroidManifest.xml +++ b/app/src/gplay/AndroidManifest.xml @@ -1,25 +1,11 @@ - + ~ SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors + ~ SPDX-FileCopyrightText: 2022 Tim Krüger + ~ SPDX-FileCopyrightText: 2017-2019 Mario Danic + ~ SPDX-License-Identifier: GPL-3.0-or-later +--> diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 78ee53876..ae24affc5 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,25 +1,11 @@ - + ~ SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors + ~ SPDX-FileCopyrightText: 2021-2023 Marcel Hibbe + ~ SPDX-FileCopyrightText: 2017-2019 Mario Danic + ~ SPDX-License-Identifier: GPL-3.0-or-later +--> @@ -87,7 +73,7 @@ - + + android:exported="true" + android:theme="@style/AppTheme"> @@ -192,17 +178,17 @@ + android:theme="@style/FullScreenImageTheme" /> + android:theme="@style/FullScreenMediaTheme" /> + android:theme="@style/FullScreenTextTheme" /> - - - + ~ Nextcloud Talk - Android Client + ~ + ~ SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors + ~ SPDX-FileCopyrightText: 2021 Andy Scherzinger + ~ SPDX-FileCopyrightText: 2021 Tim Krüger + ~ SPDX-FileCopyrightText: 2017-2019 Mario Danic + ~ SPDX-License-Identifier: GPL-3.0-or-later +-->