From fb92f06a8c32eab87d68469ec2bfe3d733fce1a3 Mon Sep 17 00:00:00 2001 From: Aitorbp Date: Tue, 5 Mar 2024 22:34:26 +0000 Subject: [PATCH] Removed author in header in AccountsManagementActivity and changed type to enhancement in ReleaseNotesViewModel --- .../presentation/accounts/AccountsManagementActivity.kt | 3 +-- .../android/presentation/releasenotes/ReleaseNotesViewModel.kt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/owncloudApp/src/main/java/com/owncloud/android/presentation/accounts/AccountsManagementActivity.kt b/owncloudApp/src/main/java/com/owncloud/android/presentation/accounts/AccountsManagementActivity.kt index 6c97b93cc7f0..3399a2521134 100644 --- a/owncloudApp/src/main/java/com/owncloud/android/presentation/accounts/AccountsManagementActivity.kt +++ b/owncloudApp/src/main/java/com/owncloud/android/presentation/accounts/AccountsManagementActivity.kt @@ -2,9 +2,8 @@ * ownCloud Android client application * * @author Javier Rodríguez Pérez - * @author Aitor Ballesteros Pavón * - * Copyright (C) 2024 ownCloud GmbH. + * Copyright (C) 2022 ownCloud GmbH. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, diff --git a/owncloudApp/src/main/java/com/owncloud/android/presentation/releasenotes/ReleaseNotesViewModel.kt b/owncloudApp/src/main/java/com/owncloud/android/presentation/releasenotes/ReleaseNotesViewModel.kt index 01390e3e8132..50ad138bc288 100644 --- a/owncloudApp/src/main/java/com/owncloud/android/presentation/releasenotes/ReleaseNotesViewModel.kt +++ b/owncloudApp/src/main/java/com/owncloud/android/presentation/releasenotes/ReleaseNotesViewModel.kt @@ -53,7 +53,7 @@ class ReleaseNotesViewModel( ReleaseNote( title = R.string.release_notes_4_3_0_title_2, subtitle = R.string.release_notes_4_3_0_subtitle_2, - type = ReleaseNoteType.CHANGE, + type = ReleaseNoteType.ENHANCEMENT, ), ) }