mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-10 14:24:05 +01:00
Merge pull request #4319 from nextcloud/repo-sync/android-config/master
🔄 synced file(s) with nextcloud/android-config
This commit is contained in:
commit
fb065a71d3
2
.github/workflows/analysis.yml
vendored
2
.github/workflows/analysis.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
java-version: 17
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python3 -m pip install defusedxml
|
||||
sudo apt install python3-defusedxml
|
||||
- name: Run analysis wrapper
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -58,7 +58,8 @@ data class Conversation(
|
||||
@JsonField(name = ["actorType"])
|
||||
var actorType: String = "",
|
||||
|
||||
var password: String? = null, // check if this can be removed.Does not belong to api response but is used internally?
|
||||
// check if this can be removed. Doesn't belong to api-response but is used internally?
|
||||
var password: String? = null,
|
||||
|
||||
@JsonField(name = ["isFavorite"])
|
||||
var favorite: Boolean = false,
|
||||
|
@ -238,7 +238,7 @@ class DateTimePickerFragment : DialogFragment() {
|
||||
month,
|
||||
day,
|
||||
timePicker.hour,
|
||||
timePicker.minute,
|
||||
timePicker.minute
|
||||
)
|
||||
setTimeStamp(getTimeFromTimeStamp(timestamp))
|
||||
currentTimeStamp = timestamp / ONE_SEC
|
||||
|
@ -14,7 +14,9 @@ import com.nextcloud.talk.data.database.model.ConversationEntity
|
||||
import com.nextcloud.talk.models.json.conversations.ConversationEnums
|
||||
import com.nextcloud.talk.models.json.conversations.RoomOverall
|
||||
import com.nextcloud.talk.models.json.participants.Participant
|
||||
import org.junit.Assert.*
|
||||
import org.junit.Assert.assertEquals
|
||||
import org.junit.Assert.assertNotNull
|
||||
import org.junit.Assert.assertTrue
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
import org.junit.runners.Parameterized
|
||||
|
@ -1,7 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
build:
|
||||
maxIssues: 168
|
||||
maxIssues: 178
|
||||
weights:
|
||||
# complexity: 2
|
||||
# LongParameterList: 1
|
||||
|
@ -1,2 +1,2 @@
|
||||
DO NOT TOUCH; GENERATED BY DRONE
|
||||
<span class="mdl-layout-title">Lint Report: 131 errors and 86 warnings</span>
|
||||
<span class="mdl-layout-title">Lint Report: 132 errors and 94 warnings</span>
|
||||
|
Loading…
Reference in New Issue
Block a user