Merge pull request #3782 from nextcloud/chore/noid/spdxHeader11

Add SPDX header
This commit is contained in:
Andy Scherzinger 2024-03-29 16:04:22 +01:00 committed by GitHub
commit f57c6ef012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
319 changed files with 1122 additions and 5486 deletions

17
.github/workflows/reuse.yml vendored Normal file
View File

@ -0,0 +1,17 @@
# synced from @nextcloud/android-config
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: CC0-1.0
name: REUSE Compliance Check
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: REUSE Compliance Check
uses: fsfe/reuse-action@a46482ca367aef4454a87620aa37c2be4b2f8106 # v3.0.0

View File

@ -4,7 +4,7 @@
--> -->
# [Nextcloud](https://nextcloud.com) Talk for Android :speech_balloon: # [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) [![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) [![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/talk-android)](https://api.reuse.software/info/github.com/nextcloud/talk-android)
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" [<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
alt="Download from Google Play" alt="Download from Google Play"

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters package com.nextcloud.talk.adapters
import android.annotation.SuppressLint import android.annotation.SuppressLint

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Daniel Calviño Sánchez * SPDX-FileCopyrightText: 2022 Daniel Calviño Sánchez <danxuliu@gmail.com>
* Copyright (C) 2022 Daniel Calviño Sánchez <danxuliu@gmail.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters; package com.nextcloud.talk.adapters;

View File

@ -1,24 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Tobias Kaminsky * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me
* Copyright (C) 2020 Tobias Kaminsky * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2020 Nextcloud GmbH
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters package com.nextcloud.talk.adapters
import com.nextcloud.talk.models.json.status.predefined.PredefinedStatus import com.nextcloud.talk.models.json.status.predefined.PredefinedStatus

View File

@ -1,24 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Tobias Kaminsky * SPDX-FileCopyrightText: 2020 Tobias Kaminsky <tobias@kaminsky.me>
* Copyright (C) 2020 Tobias Kaminsky * SPDX-FileCopyrightText: 2020 Nextcloud GmbH
* Copyright (C) 2020 Nextcloud GmbH * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters package com.nextcloud.talk.adapters
import android.content.Context import android.content.Context

View File

@ -1,24 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Tobias Kaminsky * SPDX-FileCopyrightText: 2020 Tobias Kaminsky <tobias@kaminsky.me>
* Copyright (C) 2020 Tobias Kaminsky * SPDX-FileCopyrightText: 2020 Nextcloud GmbH
* Copyright (C) 2020 Nextcloud GmbH * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters package com.nextcloud.talk.adapters
import android.content.Context import android.content.Context

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters package com.nextcloud.talk.adapters
import com.nextcloud.talk.models.json.reactions.ReactionVoter import com.nextcloud.talk.models.json.reactions.ReactionVoter

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters package com.nextcloud.talk.adapters
interface ReactionItemClickListener { interface ReactionItemClickListener {

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters package com.nextcloud.talk.adapters
import android.view.LayoutInflater import android.view.LayoutInflater

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters package com.nextcloud.talk.adapters
import android.text.TextUtils import android.text.TextUtils

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Julius Linus * SPDX-FileCopyrightText: 2023 Julius Linus <julius.linus@nextcloud.com>
* Copyright (C) 2023 Julius Linus <julius.linus@nextcloud.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Julius Linus * SPDX-FileCopyrightText: 2023 Julius Linus <julius.linus@nextcloud.com>
* Copyright (C) 2023 Julius Linus <julius.linus@nextcloud.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages
import android.content.Context import android.content.Context

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages
import android.annotation.SuppressLint import android.annotation.SuppressLint

View File

@ -1,27 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022-2023 Marcel Hibbe <dev@mhibbe.de>
* @author Tim Krüger * SPDX-FileCopyrightText: 2021-2022 Tim Krüger <t@timkrueger.me>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022-2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021-2022 Tim Krüger <t@timkrueger.me>
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages; package com.nextcloud.talk.adapters.messages;
import android.text.Spanned; import android.text.Spanned;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2022 Marcel Hibbe (dev@mhibbe.de) * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages
import android.content.Context import android.content.Context

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages
import com.nextcloud.talk.ui.bottom.sheet.ProfileBottomSheet import com.nextcloud.talk.ui.bottom.sheet.ProfileBottomSheet

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Tim Krüger * SPDX-FileCopyrightText: 2021 Tim Krüger <t@timkrueger.me>
* Copyright (C) 2021 Tim Krüger <t@timkrueger.me> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages; package com.nextcloud.talk.adapters.messages;
import android.text.Spanned; import android.text.Spanned;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2022 Marcel Hibbe (dev@mhibbe.de) * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages
import android.content.Context import android.content.Context

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Tobias Kaminsky * SPDX-FileCopyrightText: 2020 Tobias Kaminsky <tobias.kaminsky@nextcloud.com>
* Copyright (C) 2020 Tobias Kaminsky <tobias.kaminsky@nextcloud.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages; package com.nextcloud.talk.adapters.messages;
import com.nextcloud.talk.chat.ChatActivity; import com.nextcloud.talk.chat.ChatActivity;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.adapters.messages package com.nextcloud.talk.adapters.messages
import com.nextcloud.talk.models.json.chat.ChatMessage import com.nextcloud.talk.models.json.chat.ChatMessage

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.arbitrarystorage package com.nextcloud.talk.arbitrarystorage
import com.nextcloud.talk.data.storage.ArbitraryStoragesRepository import com.nextcloud.talk.data.storage.ArbitraryStoragesRepository

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Daniel Calviño Sánchez * SPDX-FileCopyrightText: 2022 Daniel Calviño Sánchez <danxuliu@gmail.com>
* Copyright (C) 2022 Daniel Calviño Sánchez <danxuliu@gmail.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.call; package com.nextcloud.talk.call;

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Daniel Calviño Sánchez * SPDX-FileCopyrightText: 2022 Daniel Calviño Sánchez <danxuliu@gmail.com>
* Copyright (C) 2022 Daniel Calviño Sánchez <danxuliu@gmail.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.call; package com.nextcloud.talk.call;

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Daniel Calviño Sánchez * SPDX-FileCopyrightText: 2022 Daniel Calviño Sánchez <danxuliu@gmail.com>
* Copyright (C) 2022 Daniel Calviño Sánchez <danxuliu@gmail.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.call; package com.nextcloud.talk.call;

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Daniel Calviño Sánchez * SPDX-FileCopyrightText: 2022 Daniel Calviño Sánchez <danxuliu@gmail.com>
* Copyright (C) 2022 Daniel Calviño Sánchez <danxuliu@gmail.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.call; package com.nextcloud.talk.call;

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Daniel Calviño Sánchez * SPDX-FileCopyrightText: 2022 Daniel Calviño Sánchez <danxuliu@gmail.com>
* Copyright (C) 2022 Daniel Calviño Sánchez <danxuliu@gmail.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.call; package com.nextcloud.talk.call;

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Daniel Calviño Sánchez * SPDX-FileCopyrightText: 2022 Daniel Calviño Sánchez <danxuliu@gmail.com>
* Copyright (C) 2022 Daniel Calviño Sánchez <danxuliu@gmail.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.call; package com.nextcloud.talk.call;

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Daniel Calviño Sánchez * SPDX-FileCopyrightText: 2023 Daniel Calviño Sánchez <danxuliu@gmail.com>
* Copyright (C) 2023 Daniel Calviño Sánchez <danxuliu@gmail.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.call package com.nextcloud.talk.call

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.call package com.nextcloud.talk.call
import android.animation.Animator import android.animation.Animator

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.callnotification.viewmodel package com.nextcloud.talk.callnotification.viewmodel
import android.util.Log import android.util.Log

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2021-2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2021-2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.chat package com.nextcloud.talk.chat
import android.os.CountDownTimer import android.os.CountDownTimer

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.chat.data package com.nextcloud.talk.chat.data
import com.nextcloud.talk.data.user.model.User import com.nextcloud.talk.data.user.model.User

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.chat.data.network package com.nextcloud.talk.chat.data.network
import com.nextcloud.talk.api.NcApi import com.nextcloud.talk.api.NcApi

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.chat.viewmodels package com.nextcloud.talk.chat.viewmodels
import android.util.Log import android.util.Log

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversation package com.nextcloud.talk.conversation
import android.annotation.SuppressLint import android.annotation.SuppressLint

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversation package com.nextcloud.talk.conversation
import android.annotation.SuppressLint import android.annotation.SuppressLint

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversation.repository package com.nextcloud.talk.conversation.repository
import com.nextcloud.talk.models.json.conversations.Conversation import com.nextcloud.talk.models.json.conversations.Conversation

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversation.repository package com.nextcloud.talk.conversation.repository
import com.nextcloud.talk.api.NcApi import com.nextcloud.talk.api.NcApi

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversation.viewmodel package com.nextcloud.talk.conversation.viewmodel
import androidx.lifecycle.LiveData import androidx.lifecycle.LiveData

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversation.viewmodel package com.nextcloud.talk.conversation.viewmodel
import android.util.Log import android.util.Log

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversationinfo.viewmodel package com.nextcloud.talk.conversationinfo.viewmodel
import android.util.Log import android.util.Log

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* @author Ezhil Shanmugham * SPDX-FileCopyrightText: 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
* Copyright (C) 2023 Marcel Hibbe (dev@mhibbe.de) * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversationinfoedit package com.nextcloud.talk.conversationinfoedit
import android.app.Activity import android.app.Activity

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversationinfoedit.data package com.nextcloud.talk.conversationinfoedit.data
import com.nextcloud.talk.data.user.model.User import com.nextcloud.talk.data.user.model.User

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversationinfoedit.data package com.nextcloud.talk.conversationinfoedit.data
import com.nextcloud.talk.api.NcApi import com.nextcloud.talk.api.NcApi

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversationinfoedit.viewmodel package com.nextcloud.talk.conversationinfoedit.viewmodel
import android.util.Log import android.util.Log

View File

@ -1,29 +1,13 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Álvaro Brey * SPDX-FileCopyrightText: 2022-2024 Marcel Hibbe <dev@mhibbe.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022-2023 Andy Scherzinger <info@andy-scherzinger.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Tobias Kaminsky <tobias@kaminsky.me>
* @author Mario Danic * SPDX-FileCopyrightText: 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
* @author Ezhil Shanmugham * SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro.brey@nextcloud.com>
* Copyright (C) 2022 Álvaro Brey <alvaro.brey@nextcloud.com> * SPDX-FileCopyrightText: 2017-2020 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger (info@andy-scherzinger.de) * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022-2024 Marcel Hibbe (dev@mhibbe.de)
* Copyright (C) 2017-2020 Mario Danic (mario@lovelyhq.com)
* Copyright (C) 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversationlist package com.nextcloud.talk.conversationlist

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversationlist.data package com.nextcloud.talk.conversationlist.data
interface ConversationsListRepository interface ConversationsListRepository

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversationlist.data package com.nextcloud.talk.conversationlist.data
import com.nextcloud.talk.api.NcApi import com.nextcloud.talk.api.NcApi

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.conversationlist.viewmodels package com.nextcloud.talk.conversationlist.viewmodels
import android.util.Log import android.util.Log

View File

@ -1,28 +1,12 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Álvaro Brey * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro@alvarobrey.com>
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-FileCopyrightText: 2022 Nextcloud GmbH
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Álvaro Brey
* Copyright (C) 2022 Nextcloud GmbH
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.dagger.modules package com.nextcloud.talk.dagger.modules
import com.nextcloud.talk.api.NcApi import com.nextcloud.talk.api.NcApi

View File

@ -1,24 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Álvaro Brey * SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro@alvarobrey.com>
* Copyright (C) 2022 Álvaro Brey * SPDX-FileCopyrightText: 2022 Nextcloud GmbH
* Copyright (C) 2022 Nextcloud GmbH * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.dagger.modules package com.nextcloud.talk.dagger.modules
import android.content.Context import android.content.Context

View File

@ -1,24 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Álvaro Brey * SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro@alvarobrey.com>
* Copyright (C) 2022 Álvaro Brey * SPDX-FileCopyrightText: 2022 Nextcloud GmbH
* Copyright (C) 2022 Nextcloud GmbH * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.dagger.modules package com.nextcloud.talk.dagger.modules
import androidx.lifecycle.ViewModel import androidx.lifecycle.ViewModel

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022 Andy Scherzinger <infoi@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.source.local package com.nextcloud.talk.data.source.local
import android.util.Log import android.util.Log

View File

@ -1,23 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2017-2020 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* * SPDX-FileCopyrightText: 2017-2020 Mario Danic <mario@lovelyhq.com>
* This program is free software: you can redistribute it and/or modify * SPDX-License-Identifier: GPL-3.0-or-later
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.source.local package com.nextcloud.talk.data.source.local
import android.content.Context import android.content.Context

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2020 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017-2020 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.source.local.converters package com.nextcloud.talk.data.source.local.converters
import androidx.room.TypeConverter import androidx.room.TypeConverter

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.source.local.converters package com.nextcloud.talk.data.source.local.converters
import androidx.room.TypeConverter import androidx.room.TypeConverter

View File

@ -1,23 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2017-2020 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2017-2020 Mario Danic <mario@lovelyhq.com>
* * SPDX-License-Identifier: GPL-3.0-or-later
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.source.local.converters package com.nextcloud.talk.data.source.local.converters
import androidx.room.TypeConverter import androidx.room.TypeConverter

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2020 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2020 Mario Danic <mario@lovelyhq.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.source.local.converters package com.nextcloud.talk.data.source.local.converters
import androidx.room.TypeConverter import androidx.room.TypeConverter

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2024 Marcel Hibbe <dev@mhibbe.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2017-2020 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2017-2020 Mario Danic <mario@lovelyhq.com> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2024 Marcel Hibbe <dev@mhibbe.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.source.local.converters package com.nextcloud.talk.data.source.local.converters
import androidx.room.TypeConverter import androidx.room.TypeConverter

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2020 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2020 Mario Danic <mario@lovelyhq.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.source.local.converters package com.nextcloud.talk.data.source.local.converters
import androidx.room.TypeConverter import androidx.room.TypeConverter

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022 Andy Scherzinger <infoi@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* model program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* model program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with model program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.storage package com.nextcloud.talk.data.storage
import com.nextcloud.talk.data.storage.model.ArbitraryStorage import com.nextcloud.talk.data.storage.model.ArbitraryStorage

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022 Andy Scherzinger <infoi@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.storage package com.nextcloud.talk.data.storage
import androidx.room.Dao import androidx.room.Dao

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.storage package com.nextcloud.talk.data.storage
import com.nextcloud.talk.data.storage.model.ArbitraryStorage import com.nextcloud.talk.data.storage.model.ArbitraryStorage

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.storage package com.nextcloud.talk.data.storage
import com.nextcloud.talk.data.storage.model.ArbitraryStorage import com.nextcloud.talk.data.storage.model.ArbitraryStorage

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022 Andy Scherzinger <infoi@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.storage.model package com.nextcloud.talk.data.storage.model
import android.os.Parcelable import android.os.Parcelable

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022 Andy Scherzinger <infoi@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.storage.model package com.nextcloud.talk.data.storage.model
import android.os.Parcelable import android.os.Parcelable

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2022 Andy Scherzinger <infoi@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* model program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* model program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with model program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.user package com.nextcloud.talk.data.user
import com.nextcloud.talk.data.user.model.User import com.nextcloud.talk.data.user.model.User

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2020 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2020 Mario Danic <mario@lovelyhq.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.user package com.nextcloud.talk.data.user
import androidx.room.Dao import androidx.room.Dao

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2020 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2020 Mario Danic <mario@lovelyhq.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.user package com.nextcloud.talk.data.user
import com.nextcloud.talk.data.user.model.User import com.nextcloud.talk.data.user.model.User

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2017-2020 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2020 Mario Danic <mario@lovelyhq.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.user package com.nextcloud.talk.data.user
import com.nextcloud.talk.data.user.model.User import com.nextcloud.talk.data.user.model.User

View File

@ -1,21 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Mario Danic * SPDX-FileCopyrightText: 2024 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2017-2020 Mario Danic <mario@lovelyhq.com> * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* * SPDX-FileCopyrightText: 2017-2020 Mario Danic <mario@lovelyhq.com>
* This program is free software: you can redistribute it and/or modify * SPDX-License-Identifier: GPL-3.0-or-later
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.user.model package com.nextcloud.talk.data.user.model

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Mario Danic * SPDX-FileCopyrightText: 2017-2020 Mario Danic <mario@lovelyhq.com>
* Copyright (C) 2022 Andy Scherzinger <infoi@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2017-2020 Mario Danic <mario@lovelyhq.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.data.user.model package com.nextcloud.talk.data.user.model
import android.os.Parcelable import android.os.Parcelable

View File

@ -1,21 +1,8 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.diagnose package com.nextcloud.talk.diagnose

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.events package com.nextcloud.talk.events
class ConversationsListFetchDataEvent class ConversationsListFetchDataEvent

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.events package com.nextcloud.talk.events
import android.os.Bundle import android.os.Bundle

View File

@ -1,26 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Tim Krüger * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2022 Tim Krüger <t@timkrueger.me>
* Copyright (C) 2022 Tim Krüger <t@timkrueger.me> * SPDX-FileCopyrightText: 2022 Nextcloud GmbH
* Copyright (C) 2023 Marcel Hibbe (dev@mhibbe.de) * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2022 Nextcloud GmbH
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
@file:Suppress("TooManyFunctions") @file:Suppress("TooManyFunctions")
package com.nextcloud.talk.extensions package com.nextcloud.talk.extensions

View File

@ -1,29 +1,12 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
* @author Dariusz Olszewski * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* @author Ezhil Shanmugham * SPDX-FileCopyrightText: 2021 Dariusz Olszewski <starypatyk@gmail.com>
* Copyright (C) 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2021 Dariusz Olszewski
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.fullscreenfile package com.nextcloud.talk.fullscreenfile
import android.content.Intent import android.content.Intent

View File

@ -1,29 +1,12 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2023 Parneet Singh <gurayaparneet@gmail.com>
* @author Ezhil Shanmugham * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Parneet Singh * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
* Copyright (c) 2023 Parneet Singh <gurayaparneet@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.fullscreenfile package com.nextcloud.talk.fullscreenfile
import android.content.Intent import android.content.Intent

View File

@ -1,27 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* @author Ezhil Shanmugham * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.fullscreenfile package com.nextcloud.talk.fullscreenfile
import android.content.Intent import android.content.Intent

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.invitation package com.nextcloud.talk.invitation
import android.content.Intent import android.content.Intent

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.invitation.adapters package com.nextcloud.talk.invitation.adapters
import android.view.LayoutInflater import android.view.LayoutInflater

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.invitation.data package com.nextcloud.talk.invitation.data
data class Invitation( data class Invitation(

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.invitation.data package com.nextcloud.talk.invitation.data
enum class ActionEnum { ACCEPT, REJECT } enum class ActionEnum { ACCEPT, REJECT }
data class InvitationActionModel( data class InvitationActionModel(

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.invitation.data package com.nextcloud.talk.invitation.data
import com.nextcloud.talk.data.user.model.User import com.nextcloud.talk.data.user.model.User

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.invitation.data package com.nextcloud.talk.invitation.data
import com.nextcloud.talk.data.user.model.User import com.nextcloud.talk.data.user.model.User

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.invitation.data package com.nextcloud.talk.invitation.data
import com.nextcloud.talk.api.NcApi import com.nextcloud.talk.api.NcApi

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.invitation.viewmodels package com.nextcloud.talk.invitation.viewmodels
import android.util.Log import android.util.Log

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Tobias Kaminsky * SPDX-FileCopyrightText: 2020 Tobias Kaminsky <tobias.kaminsky@nextcloud.com>
* Copyright (C) 2020 Tobias Kaminsky <tobias.kaminsky@nextcloud.com> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.jobs package com.nextcloud.talk.jobs
import android.Manifest import android.Manifest

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2022 Andy Scherzinger <info@andy-scherzinger.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2022 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.jobs package com.nextcloud.talk.jobs
import android.content.Context import android.content.Context

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Fariba Khandani * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Fariba Khandani <khandani@winworker.de>
* Copyright (C) 2023 Fariba Khandani <khandani@winworker.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.jobs package com.nextcloud.talk.jobs
import android.content.ContentValues import android.content.ContentValues

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2024 Parneet Singh <gurayaparneet@gmail.com>
* @author Parneet Singh * SPDX-FileCopyrightText: 2021-2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2021-2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2024-2025 Parneet Singh <gurayaparneet@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.jobs package com.nextcloud.talk.jobs
import android.Manifest import android.Manifest

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.location package com.nextcloud.talk.location
import android.app.SearchManager import android.app.SearchManager

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2023 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.location package com.nextcloud.talk.location
import android.os.Parcelable import android.os.Parcelable

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
* @author Ezhil Shanmugham * SPDX-FileCopyrightText: 2021 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2021 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.location package com.nextcloud.talk.location
import android.Manifest import android.Manifest

View File

@ -1,26 +1,11 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Álvaro Brey * SPDX-FileCopyrightText: 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
* @author Ezhil Shanmugham * SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro@alvarobrey.com>
* Copyright (C) 2022 Álvaro Brey * SPDX-FileCopyrightText: 2022 Nextcloud GmbH
* Copyright (C) 2022 Nextcloud GmbH * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2023 Ezhil Shanmugham <ezhil56x.contact@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.messagesearch package com.nextcloud.talk.messagesearch
import android.app.Activity import android.app.Activity

View File

@ -1,24 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Álvaro Brey * SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro@alvarobrey.com>
* Copyright (C) 2022 Álvaro Brey * SPDX-FileCopyrightText: 2022 Nextcloud GmbH
* Copyright (C) 2022 Nextcloud GmbH * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.messagesearch package com.nextcloud.talk.messagesearch
import android.util.Log import android.util.Log

View File

@ -1,24 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Álvaro Brey * SPDX-FileCopyrightText: 2022 Álvaro Brey <alvaro@alvarobrey.com>
* Copyright (C) 2022 Álvaro Brey * SPDX-FileCopyrightText: 2022 Nextcloud GmbH
* Copyright (C) 2022 Nextcloud GmbH * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.messagesearch package com.nextcloud.talk.messagesearch
import android.annotation.SuppressLint import android.annotation.SuppressLint

View File

@ -1,25 +1,10 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Andy Scherzinger * SPDX-FileCopyrightText: 2021 Andy Scherzinger <info@andy-scherzinger.de>
* @author Stefan Niedermann * SPDX-FileCopyrightText: 2021 Stefan Niedermann <info@niedermann.it>
* Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de> * SPDX-License-Identifier: GPL-3.0-or-later
* Copyright (C) 2021 Stefan Niedermann <info@niedermann.it>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models; package com.nextcloud.talk.models;
import com.nextcloud.talk.R; import com.nextcloud.talk.R;

View File

@ -1,23 +1,9 @@
/* /*
* Nextcloud Talk application * Nextcloud Talk - Android Client
* *
* @author Marcel Hibbe * SPDX-FileCopyrightText: 2022 Marcel Hibbe <dev@mhibbe.de>
* Copyright (C) 2022 Marcel Hibbe <dev@mhibbe.de> * SPDX-License-Identifier: GPL-3.0-or-later
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.nextcloud.talk.models.domain package com.nextcloud.talk.models.domain
import com.nextcloud.talk.models.json.chat.ChatMessage import com.nextcloud.talk.models.json.chat.ChatMessage

Some files were not shown because too many files have changed in this diff Show More