Skip to content

Commit

Permalink
Add SPDX header
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Mar 24, 2024
1 parent 709d9d3 commit d1a8669
Show file tree
Hide file tree
Showing 48 changed files with 413 additions and 39 deletions.
6 changes: 5 additions & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ Upstream-Name: Nextcloud Talk - Android Client
Upstream-Contact: Nextcloud Android team <[email protected]>
Source: https://github.com/nextcloud/talk-android

Files: app/src/main/res/values-*/strings.xml */.gitignore .idea/* scripts/analysis/findbugs-results.txt scripts/analysis/lint-results.txt app/src/test/resources/robolectric.properties app/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker fastlane/metadata/* app/src/main/res/mipmap-*dpi/ic_launcher.png app/schemas/com.nextcloud.talk.data.source.local.TalkDatabase/*.json app/src/generic/fastlane/metadata/android/*/full_description.txt
Files: app/src/main/res/values-*/strings.xml */.gitignore .idea/* scripts/analysis/findbugs-results.txt scripts/analysis/lint-results.txt app/src/test/resources/robolectric.properties app/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker fastlane/metadata/* app/src/*/res/mipmap-*dpi/ic_launcher.png app/src/*/ic_launcher-web.png app/schemas/com.nextcloud.talk.data.source.local.TalkDatabase/*.json app/src/generic/fastlane/metadata/android/*/full_description.txt
Copyright: 2017-2024 Nextcloud GmbH and Nextcloud contributors
License: GPL-3.0-or-later

Files: app/src/main/res/raw/tr110_1_kap8_3_freiton1.ogg
Copyright: 2007 arvedkrynil
License: CC-BY-SA-3.0

Files: app/src/main/res/raw/librem_by_feandesign_call.ogg app/src/main/res/raw/librem_by_feandesign_message.ogg
Copyright: 2018 feandesign
License: CC-BY-4.0
156 changes: 156 additions & 0 deletions LICENSES/CC-BY-4.0.txt

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions app/src/main/assets/leafletMapMessagePreview.html.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2021 Marcel Hibbe <[email protected]>
SPDX-License-Identifier: GPL-3.0-or-later
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2023 Andy Scherzinger <[email protected]>
* SPDX-FileCopyrightText: 2022 Daniel Calviño Sánchez <[email protected]>
* SPDX-FileCopyrightText: 2021 Marcel Hibbe <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.adapters;

import android.os.Handler;
Expand Down Expand Up @@ -169,5 +177,3 @@ public String toString() {
'}';
}
}


Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2021-2023 Marcel Hibbe <[email protected]>
* SPDX-FileCopyrightText: 2022 Daniel Calviño Sánchez <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.adapters;

import android.content.Context;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2022 Marcel Hibbe <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.adapters.messages

import com.nextcloud.talk.models.json.chat.ChatMessage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2022 Marcel Hibbe <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.adapters.messages

import com.nextcloud.talk.models.json.chat.ChatMessage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2023 Marcel Hibbe <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.adapters.messages

import com.nextcloud.talk.models.json.chat.ChatMessage
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2024 Marcel Hibbe <[email protected]>
* SPDX-FileCopyrightText: 2023 Julius Linus <[email protected]>
* SPDX-FileCopyrightText: 2022 Tim Krüger <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.conversationinfo

import android.content.Intent
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2023-2024 Marcel Hibbe <[email protected]>
* SPDX-FileCopyrightText: 2023 Andy Scherzinger <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.models.domain

import com.nextcloud.talk.models.json.conversations.Conversation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2022 Marcel Hibbe <[email protected]>
* SPDX-FileCopyrightText: 2022 Tim Krüger <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.models.json.status

import android.os.Parcelable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2022 Marcel Hibbe <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.models.json.status.predefined

import android.os.Parcelable
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2022 Álvaro Brey <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.repositories.unifiedsearch

import com.nextcloud.talk.models.domain.SearchMessageEntry
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2022 Tim Krüger <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.shareditems.model

interface SharedItem {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2023-2024 Julius Linus <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.translate.repositories

import com.nextcloud.talk.translate.repositories.model.Language
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2023 Julius Linus1 <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.translate.repositories

import com.nextcloud.talk.api.NcApi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2024 Marcel Hibbe <[email protected]>
* SPDX-FileCopyrightText: 2023 Julius Linus1 <[email protected]>
* SPDX-FileCopyrightText: 2023 Andy Scherzinger <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.translate.viewmodels

import android.util.Log
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2022-2024 Marcel Hibbe <[email protected]>
* SPDX-FileCopyrightText: 2023 Andy Scherzinger <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.upload.normal

import android.content.Context
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/java/com/nextcloud/talk/utils/ContactUtils.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2021 Marcel Hibbe <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.utils

import android.content.Context
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/java/com/nextcloud/talk/webrtc/Globals.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Nextcloud Talk - Android Client
*
* SPDX-FileCopyrightText: 2022 Andy Scherzinger <[email protected]>
* SPDX-FileCopyrightText: 2022 Tim Krüger <[email protected]>
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.nextcloud.talk.webrtc;

public class Globals {
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/animator/appbar_elevation_off.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Talk - Android Client
~
~ SPDX-FileCopyrightText: 2021 Andy Scherzinger <[email protected]>
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="PrivateResource">
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/animator/appbar_elevation_on.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Talk - Android Client
~
~ SPDX-FileCopyrightText: 2021 Andy Scherzinger <[email protected]>
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="PrivateResource">
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!--
~ Nextcloud Talk - Android Client
~
~ SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors~
~ SPDX-FileCopyrightText: 2017-2019 Mario Danic <[email protected]>
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/res/layout/activity_settings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Talk - Android Client
~
~ SPDX-FileCopyrightText: 2024 Parneet Guraya <[email protected]>~
~ SPDX-FileCopyrightText: 2023 Marcel Hibbe <[email protected]>
~ SPDX-FileCopyrightText: 2023 Julius Linus <[email protected]>
~ SPDX-FileCopyrightText: 2021 Andy Scherzinger <[email protected]>
~ SPDX-FileCopyrightText: 2017 Mario Danic <[email protected]>
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
Expand Down
7 changes: 6 additions & 1 deletion app/src/main/res/layout/edit_message_view.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>

<!--
~ Nextcloud Talk - Android Client
~
~ SPDX-FileCopyrightText: 2024 Sowjanya Kota <[email protected]>
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
Expand Down
13 changes: 8 additions & 5 deletions app/src/main/res/layout/item_guest_access_settings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Talk - Android Client
~
~ SPDX-FileCopyrightText: 2023 Julius Linus <[email protected]>
~ SPDX-FileCopyrightText: 2023 Andy Scherzinger <[email protected]>
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/guest_access_settings"
Expand Down Expand Up @@ -112,7 +119,6 @@
android:orientation="horizontal"
android:background="?android:attr/selectableItemBackground">


<ImageView
android:layout_width="24dp"
android:layout_height="40dp"
Expand All @@ -128,7 +134,6 @@
android:text="@string/nc_guest_access_share_link"
android:textSize="@dimen/headline_text_size" />


</LinearLayout>

<LinearLayout
Expand All @@ -142,7 +147,6 @@
android:orientation="horizontal"
android:background="?android:attr/selectableItemBackground">


<ImageView
android:layout_width="24dp"
android:layout_height="40dp"
Expand All @@ -158,6 +162,5 @@
android:text="@string/nc_guest_access_resend_invitations"
android:textSize="@dimen/headline_text_size" />


</LinearLayout>
</LinearLayout>
</LinearLayout>
10 changes: 8 additions & 2 deletions app/src/main/res/layout/item_notification_settings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Talk - Android Client
~
~ SPDX-FileCopyrightText: 2023 Julius Linus <[email protected]>
~ SPDX-FileCopyrightText: 2023 Andy Scherzinger <[email protected]>
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/notification_settings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -107,4 +113,4 @@
android:checked="true"
android:clickable="false" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
12 changes: 8 additions & 4 deletions app/src/main/res/layout/item_webinar_info.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Talk - Android Client
~
~ SPDX-FileCopyrightText: 2023 Julius Linus <[email protected]>
~ SPDX-FileCopyrightText: 2023 Andy Scherzinger <[email protected]>
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/webinar_settings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">


<com.google.android.material.textview.MaterialTextView
android:id="@+id/webinar_settings_category"
android:layout_width="match_parent"
Expand Down Expand Up @@ -52,7 +58,6 @@
android:text="@string/nc_lobby"
android:textSize="@dimen/headline_text_size" />


</LinearLayout>

<com.google.android.material.materialswitch.MaterialSwitch
Expand Down Expand Up @@ -108,8 +113,7 @@
android:hint="@string/nc_manual"
android:textSize="@dimen/supporting_text_text_size" />


</LinearLayout>

</LinearLayout>
</LinearLayout>
</LinearLayout>
8 changes: 7 additions & 1 deletion app/src/main/res/values-v27/styles.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Nextcloud Talk - Android Client
~
~ SPDX-FileCopyrightText: 2023 Marcel Hibbe <[email protected]>
~ SPDX-FileCopyrightText: 2023 Parneet Guraya <[email protected]>
~ SPDX-License-Identifier: GPL-3.0-or-later
-->
<resources>

<style name="FullScreenImageTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowBackground">@color/black</item>
<item name="android:navigationBarColor">@color/transparent</item>
Expand Down
Loading

0 comments on commit d1a8669

Please sign in to comment.