Loading legacy/account/build.gradle.kts +1 −0 Original line number Diff line number Diff line plugins { id(ThunderbirdPlugins.Library.android) alias(libs.plugins.kotlin.parcelize) } android { Loading legacy/core/src/main/java/com/fsck/k9/Identity.kt→legacy/account/src/main/java/app/k9mail/legacy/account/Identity.kt +1 −1 Original line number Diff line number Diff line package com.fsck.k9 package app.k9mail.legacy.account import android.os.Parcelable import kotlinx.parcelize.Parcelize Loading legacy/common/src/test/java/com/fsck/k9/account/AccountStateLoaderTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -2,11 +2,11 @@ package com.fsck.k9.account import app.k9mail.feature.account.common.domain.entity.AccountState import app.k9mail.feature.account.common.domain.entity.AuthorizationState import app.k9mail.legacy.account.Identity import assertk.assertThat import assertk.assertions.isEqualTo import assertk.assertions.isNull import com.fsck.k9.Account import com.fsck.k9.Identity import com.fsck.k9.mail.AuthType import com.fsck.k9.mail.ConnectionSecurity import com.fsck.k9.mail.ServerSettings Loading legacy/core/src/main/java/com/fsck/k9/Account.kt +1 −0 Original line number Diff line number Diff line package com.fsck.k9 import app.k9mail.legacy.account.BaseAccount import app.k9mail.legacy.account.Identity import com.fsck.k9.backend.api.SyncConfig.ExpungePolicy import com.fsck.k9.mail.Address import com.fsck.k9.mail.ServerSettings Loading legacy/core/src/main/java/com/fsck/k9/AccountPreferenceSerializer.kt +1 −0 Original line number Diff line number Diff line package com.fsck.k9 import app.k9mail.legacy.account.Identity import com.fsck.k9.Account.Companion.DEFAULT_SORT_ASCENDING import com.fsck.k9.Account.Companion.DEFAULT_SORT_TYPE import com.fsck.k9.Account.Companion.DEFAULT_SYNC_INTERVAL Loading Loading
legacy/account/build.gradle.kts +1 −0 Original line number Diff line number Diff line plugins { id(ThunderbirdPlugins.Library.android) alias(libs.plugins.kotlin.parcelize) } android { Loading
legacy/core/src/main/java/com/fsck/k9/Identity.kt→legacy/account/src/main/java/app/k9mail/legacy/account/Identity.kt +1 −1 Original line number Diff line number Diff line package com.fsck.k9 package app.k9mail.legacy.account import android.os.Parcelable import kotlinx.parcelize.Parcelize Loading
legacy/common/src/test/java/com/fsck/k9/account/AccountStateLoaderTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -2,11 +2,11 @@ package com.fsck.k9.account import app.k9mail.feature.account.common.domain.entity.AccountState import app.k9mail.feature.account.common.domain.entity.AuthorizationState import app.k9mail.legacy.account.Identity import assertk.assertThat import assertk.assertions.isEqualTo import assertk.assertions.isNull import com.fsck.k9.Account import com.fsck.k9.Identity import com.fsck.k9.mail.AuthType import com.fsck.k9.mail.ConnectionSecurity import com.fsck.k9.mail.ServerSettings Loading
legacy/core/src/main/java/com/fsck/k9/Account.kt +1 −0 Original line number Diff line number Diff line package com.fsck.k9 import app.k9mail.legacy.account.BaseAccount import app.k9mail.legacy.account.Identity import com.fsck.k9.backend.api.SyncConfig.ExpungePolicy import com.fsck.k9.mail.Address import com.fsck.k9.mail.ServerSettings Loading
legacy/core/src/main/java/com/fsck/k9/AccountPreferenceSerializer.kt +1 −0 Original line number Diff line number Diff line package com.fsck.k9 import app.k9mail.legacy.account.Identity import com.fsck.k9.Account.Companion.DEFAULT_SORT_ASCENDING import com.fsck.k9.Account.Companion.DEFAULT_SORT_TYPE import com.fsck.k9.Account.Companion.DEFAULT_SYNC_INTERVAL Loading