Loading app/core/src/main/java/com/fsck/k9/CoreKoinModules.kt +2 −2 Original line number Diff line number Diff line Loading @@ -12,9 +12,9 @@ import com.fsck.k9.message.html.htmlModule import com.fsck.k9.message.quote.quoteModule import com.fsck.k9.network.connectivityModule import com.fsck.k9.notification.coreNotificationModule import com.fsck.k9.power.powerModule import com.fsck.k9.preferences.preferencesModule import com.fsck.k9.search.searchModule import com.fsck.k9.power.powerModule val coreModules = listOf( mainModule, Loading app/core/src/main/java/com/fsck/k9/K9.kt +2 −3 Original line number Diff line number Diff line Loading @@ -524,7 +524,6 @@ object K9 : EarlyInit { ALWAYS, NEVER, WHEN_CHECKED_AUTO_SYNC } /** * Controls behaviour of delete button in notifications. */ Loading app/core/src/main/java/com/fsck/k9/Preferences.kt +1 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ package com.fsck.k9 import android.content.Context import androidx.annotation.GuardedBy import androidx.annotation.RestrictTo import com.fsck.k9.helper.sendBlockingSilently import com.fsck.k9.mail.MessagingException import com.fsck.k9.mailstore.LocalStoreProvider import com.fsck.k9.preferences.AccountManager Loading @@ -23,7 +24,6 @@ import kotlinx.coroutines.flow.buffer import kotlinx.coroutines.flow.callbackFlow import kotlinx.coroutines.flow.flowOn import timber.log.Timber import com.fsck.k9.helper.sendBlockingSilently class Preferences internal constructor( private val storagePersister: StoragePersister, Loading app/core/src/main/java/com/fsck/k9/controller/push/AccountPushController.kt +2 −2 Original line number Diff line number Diff line Loading @@ -7,12 +7,12 @@ import com.fsck.k9.backend.BackendManager import com.fsck.k9.backend.api.BackendPusher import com.fsck.k9.backend.api.BackendPusherCallback import com.fsck.k9.controller.MessagingController import com.fsck.k9.mailstore.FolderRepository import kotlinx.coroutines.CoroutineDispatcher import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.cancel import kotlinx.coroutines.flow.collect import com.fsck.k9.mailstore.FolderRepository import kotlinx.coroutines.launch import timber.log.Timber Loading app/core/src/main/java/com/fsck/k9/controller/push/AccountPushControllerFactory.kt +1 −1 Original line number Diff line number Diff line package com.fsck.k9.controller.push import com.fsck.k9.Account import com.fsck.k9.Preferences import com.fsck.k9.backend.BackendManager import com.fsck.k9.controller.MessagingController import com.fsck.k9.Preferences import com.fsck.k9.mailstore.FolderRepository internal class AccountPushControllerFactory( Loading Loading
app/core/src/main/java/com/fsck/k9/CoreKoinModules.kt +2 −2 Original line number Diff line number Diff line Loading @@ -12,9 +12,9 @@ import com.fsck.k9.message.html.htmlModule import com.fsck.k9.message.quote.quoteModule import com.fsck.k9.network.connectivityModule import com.fsck.k9.notification.coreNotificationModule import com.fsck.k9.power.powerModule import com.fsck.k9.preferences.preferencesModule import com.fsck.k9.search.searchModule import com.fsck.k9.power.powerModule val coreModules = listOf( mainModule, Loading
app/core/src/main/java/com/fsck/k9/K9.kt +2 −3 Original line number Diff line number Diff line Loading @@ -524,7 +524,6 @@ object K9 : EarlyInit { ALWAYS, NEVER, WHEN_CHECKED_AUTO_SYNC } /** * Controls behaviour of delete button in notifications. */ Loading
app/core/src/main/java/com/fsck/k9/Preferences.kt +1 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ package com.fsck.k9 import android.content.Context import androidx.annotation.GuardedBy import androidx.annotation.RestrictTo import com.fsck.k9.helper.sendBlockingSilently import com.fsck.k9.mail.MessagingException import com.fsck.k9.mailstore.LocalStoreProvider import com.fsck.k9.preferences.AccountManager Loading @@ -23,7 +24,6 @@ import kotlinx.coroutines.flow.buffer import kotlinx.coroutines.flow.callbackFlow import kotlinx.coroutines.flow.flowOn import timber.log.Timber import com.fsck.k9.helper.sendBlockingSilently class Preferences internal constructor( private val storagePersister: StoragePersister, Loading
app/core/src/main/java/com/fsck/k9/controller/push/AccountPushController.kt +2 −2 Original line number Diff line number Diff line Loading @@ -7,12 +7,12 @@ import com.fsck.k9.backend.BackendManager import com.fsck.k9.backend.api.BackendPusher import com.fsck.k9.backend.api.BackendPusherCallback import com.fsck.k9.controller.MessagingController import com.fsck.k9.mailstore.FolderRepository import kotlinx.coroutines.CoroutineDispatcher import kotlinx.coroutines.CoroutineScope import kotlinx.coroutines.Dispatchers import kotlinx.coroutines.cancel import kotlinx.coroutines.flow.collect import com.fsck.k9.mailstore.FolderRepository import kotlinx.coroutines.launch import timber.log.Timber Loading
app/core/src/main/java/com/fsck/k9/controller/push/AccountPushControllerFactory.kt +1 −1 Original line number Diff line number Diff line package com.fsck.k9.controller.push import com.fsck.k9.Account import com.fsck.k9.Preferences import com.fsck.k9.backend.BackendManager import com.fsck.k9.controller.MessagingController import com.fsck.k9.Preferences import com.fsck.k9.mailstore.FolderRepository internal class AccountPushControllerFactory( Loading