-
-
Notifications
You must be signed in to change notification settings - Fork 254
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andy Scherzinger <[email protected]>
- Loading branch information
1 parent
709d9d3
commit d1a8669
Showing
48 changed files
with
413 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
@@ -169,5 +177,3 @@ public String toString() { | |
'}'; | ||
} | ||
} | ||
|
||
|
7 changes: 7 additions & 0 deletions
7
app/src/main/java/com/nextcloud/talk/adapters/ParticipantsAdapter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
6 changes: 6 additions & 0 deletions
6
app/src/main/java/com/nextcloud/talk/adapters/messages/CommonMessageInterface.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
6 changes: 6 additions & 0 deletions
6
app/src/main/java/com/nextcloud/talk/adapters/messages/PreviewMessageInterface.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
6 changes: 6 additions & 0 deletions
6
app/src/main/java/com/nextcloud/talk/adapters/messages/SystemMessageInterface.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
8 changes: 8 additions & 0 deletions
8
app/src/main/java/com/nextcloud/talk/conversationinfo/GuestAccessHelper.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
7 changes: 7 additions & 0 deletions
7
app/src/main/java/com/nextcloud/talk/models/domain/ConversationModel.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
7 changes: 7 additions & 0 deletions
7
app/src/main/java/com/nextcloud/talk/models/json/status/ClearAt.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
6 changes: 6 additions & 0 deletions
6
app/src/main/java/com/nextcloud/talk/models/json/status/predefined/PredefinedStatus.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
6 changes: 6 additions & 0 deletions
6
app/src/main/java/com/nextcloud/talk/repositories/unifiedsearch/UnifiedSearchRepository.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
6 changes: 6 additions & 0 deletions
6
app/src/main/java/com/nextcloud/talk/shareditems/model/SharedItem.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
|
6 changes: 6 additions & 0 deletions
6
app/src/main/java/com/nextcloud/talk/translate/repositories/TranslateRepository.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
6 changes: 6 additions & 0 deletions
6
app/src/main/java/com/nextcloud/talk/translate/repositories/TranslateRepositoryImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
8 changes: 8 additions & 0 deletions
8
app/src/main/java/com/nextcloud/talk/translate/viewmodels/TranslateViewModel.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
7 changes: 7 additions & 0 deletions
7
app/src/main/java/com/nextcloud/talk/upload/normal/FileUploader.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -112,7 +119,6 @@ | |
android:orientation="horizontal" | ||
android:background="?android:attr/selectableItemBackground"> | ||
|
||
|
||
<ImageView | ||
android:layout_width="24dp" | ||
android:layout_height="40dp" | ||
|
@@ -128,7 +134,6 @@ | |
android:text="@string/nc_guest_access_share_link" | ||
android:textSize="@dimen/headline_text_size" /> | ||
|
||
|
||
</LinearLayout> | ||
|
||
<LinearLayout | ||
|
@@ -142,7 +147,6 @@ | |
android:orientation="horizontal" | ||
android:background="?android:attr/selectableItemBackground"> | ||
|
||
|
||
<ImageView | ||
android:layout_width="24dp" | ||
android:layout_height="40dp" | ||
|
@@ -158,6 +162,5 @@ | |
android:text="@string/nc_guest_access_resend_invitations" | ||
android:textSize="@dimen/headline_text_size" /> | ||
|
||
|
||
</LinearLayout> | ||
</LinearLayout> | ||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -107,4 +113,4 @@ | |
android:checked="true" | ||
android:clickable="false" /> | ||
</LinearLayout> | ||
</LinearLayout> | ||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -52,7 +58,6 @@ | |
android:text="@string/nc_lobby" | ||
android:textSize="@dimen/headline_text_size" /> | ||
|
||
|
||
</LinearLayout> | ||
|
||
<com.google.android.material.materialswitch.MaterialSwitch | ||
|
@@ -108,8 +113,7 @@ | |
android:hint="@string/nc_manual" | ||
android:textSize="@dimen/supporting_text_text_size" /> | ||
|
||
|
||
</LinearLayout> | ||
|
||
</LinearLayout> | ||
</LinearLayout> | ||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
Oops, something went wrong.