Skip to content

Commit 452c12b

Browse files
committed
[andrpoid] convert last files from java to kotlin.
- ClientInterfaceImplementation - ClientStatus - DeviceStatus. Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
1 parent 474589e commit 452c12b

File tree

17 files changed

+2071
-1891
lines changed

17 files changed

+2071
-1891
lines changed

android/BOINC/app/src/main/java/edu/berkeley/boinc/client/ClientInterfaceImplementation.java

Lines changed: 0 additions & 575 deletions
This file was deleted.

android/BOINC/app/src/main/java/edu/berkeley/boinc/client/ClientInterfaceImplementation.kt

Lines changed: 658 additions & 0 deletions
Large diffs are not rendered by default.

android/BOINC/app/src/main/java/edu/berkeley/boinc/client/ClientNotification.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* This file is part of BOINC.
3-
* http://boinc.berkeley.edu
4-
* Copyright (C) 2021 University of California
3+
* https://boinc.berkeley.edu
4+
* Copyright (C) 2025 University of California
55
*
66
* BOINC is free software; you can redistribute it and/or modify it
77
* under the terms of the GNU Lesser General Public License
@@ -116,7 +116,7 @@ class ClientNotification @Inject constructor(private val context: Context) {
116116
}
117117
}
118118
if (activeTasksChanged) {
119-
mOldActiveTasks = activeTasks
119+
mOldActiveTasks = activeTasks.toMutableList()
120120
}
121121
}
122122

0 commit comments

Comments
 (0)