Loading app-common/src/main/kotlin/net/thunderbird/app/common/account/CommonAccountDefaultsProvider.kt +3 −3 Original line number Diff line number Diff line Loading @@ -25,11 +25,11 @@ import app.k9mail.legacy.account.Identity import app.k9mail.legacy.account.LegacyAccount import app.k9mail.legacy.account.ShowPictures import app.k9mail.legacy.account.SpecialFolderSelection import app.k9mail.legacy.notification.NotificationLight import app.k9mail.legacy.notification.NotificationSettings import app.k9mail.legacy.notification.NotificationVibration import com.fsck.k9.CoreResourceProvider import com.fsck.k9.K9 import net.thunderbird.feature.notification.NotificationLight import net.thunderbird.feature.notification.NotificationSettings import net.thunderbird.feature.notification.NotificationVibration @Suppress("MagicNumber") class CommonAccountDefaultsProvider( Loading app-common/src/test/kotlin/net/thunderbird/app/common/account/CommonAccountDefaultsProviderTest.kt +3 −3 Original line number Diff line number Diff line Loading @@ -23,9 +23,6 @@ import app.k9mail.legacy.account.Identity import app.k9mail.legacy.account.LegacyAccount import app.k9mail.legacy.account.ShowPictures import app.k9mail.legacy.account.SpecialFolderSelection import app.k9mail.legacy.notification.NotificationLight import app.k9mail.legacy.notification.NotificationSettings import app.k9mail.legacy.notification.NotificationVibration import assertk.assertThat import assertk.assertions.isEqualTo import assertk.assertions.isFalse Loading @@ -33,6 +30,9 @@ import assertk.assertions.isNull import assertk.assertions.isTrue import com.fsck.k9.CoreResourceProvider import com.fsck.k9.K9 import net.thunderbird.feature.notification.NotificationLight import net.thunderbird.feature.notification.NotificationSettings import net.thunderbird.feature.notification.NotificationVibration import org.junit.Test import org.mockito.kotlin.doReturn import org.mockito.kotlin.mock Loading legacy/notification/build.gradle.kts→feature/notification/build.gradle.kts +1 −1 Original line number Diff line number Diff line Loading @@ -3,5 +3,5 @@ plugins { } android { namespace = "app.k9mail.legacy.notification" namespace = "net.thunderbird.feature.notification" } legacy/notification/src/main/java/app/k9mail/legacy/notification/NotificationLight.kt→feature/notification/src/main/java/net/thunderbird/feature/notification/NotificationLight.kt +1 −1 Original line number Diff line number Diff line package app.k9mail.legacy.notification package net.thunderbird.feature.notification import android.app.Notification Loading legacy/notification/src/main/java/app/k9mail/legacy/notification/NotificationSettings.kt→feature/notification/src/main/java/net/thunderbird/feature/notification/NotificationSettings.kt +1 −1 Original line number Diff line number Diff line package app.k9mail.legacy.notification package net.thunderbird.feature.notification /** * Describes how a notification should behave. Loading Loading
app-common/src/main/kotlin/net/thunderbird/app/common/account/CommonAccountDefaultsProvider.kt +3 −3 Original line number Diff line number Diff line Loading @@ -25,11 +25,11 @@ import app.k9mail.legacy.account.Identity import app.k9mail.legacy.account.LegacyAccount import app.k9mail.legacy.account.ShowPictures import app.k9mail.legacy.account.SpecialFolderSelection import app.k9mail.legacy.notification.NotificationLight import app.k9mail.legacy.notification.NotificationSettings import app.k9mail.legacy.notification.NotificationVibration import com.fsck.k9.CoreResourceProvider import com.fsck.k9.K9 import net.thunderbird.feature.notification.NotificationLight import net.thunderbird.feature.notification.NotificationSettings import net.thunderbird.feature.notification.NotificationVibration @Suppress("MagicNumber") class CommonAccountDefaultsProvider( Loading
app-common/src/test/kotlin/net/thunderbird/app/common/account/CommonAccountDefaultsProviderTest.kt +3 −3 Original line number Diff line number Diff line Loading @@ -23,9 +23,6 @@ import app.k9mail.legacy.account.Identity import app.k9mail.legacy.account.LegacyAccount import app.k9mail.legacy.account.ShowPictures import app.k9mail.legacy.account.SpecialFolderSelection import app.k9mail.legacy.notification.NotificationLight import app.k9mail.legacy.notification.NotificationSettings import app.k9mail.legacy.notification.NotificationVibration import assertk.assertThat import assertk.assertions.isEqualTo import assertk.assertions.isFalse Loading @@ -33,6 +30,9 @@ import assertk.assertions.isNull import assertk.assertions.isTrue import com.fsck.k9.CoreResourceProvider import com.fsck.k9.K9 import net.thunderbird.feature.notification.NotificationLight import net.thunderbird.feature.notification.NotificationSettings import net.thunderbird.feature.notification.NotificationVibration import org.junit.Test import org.mockito.kotlin.doReturn import org.mockito.kotlin.mock Loading
legacy/notification/build.gradle.kts→feature/notification/build.gradle.kts +1 −1 Original line number Diff line number Diff line Loading @@ -3,5 +3,5 @@ plugins { } android { namespace = "app.k9mail.legacy.notification" namespace = "net.thunderbird.feature.notification" }
legacy/notification/src/main/java/app/k9mail/legacy/notification/NotificationLight.kt→feature/notification/src/main/java/net/thunderbird/feature/notification/NotificationLight.kt +1 −1 Original line number Diff line number Diff line package app.k9mail.legacy.notification package net.thunderbird.feature.notification import android.app.Notification Loading
legacy/notification/src/main/java/app/k9mail/legacy/notification/NotificationSettings.kt→feature/notification/src/main/java/net/thunderbird/feature/notification/NotificationSettings.kt +1 −1 Original line number Diff line number Diff line package app.k9mail.legacy.notification package net.thunderbird.feature.notification /** * Describes how a notification should behave. Loading