Loading feature/widget/unread/src/test/kotlin/app/k9mail/feature/widget/unread/FakeCoreResourceProvider.kt +0 −4 Original line number Diff line number Diff line Loading @@ -68,10 +68,6 @@ class FakeCoreResourceProvider : CoreResourceProvider { throw UnsupportedOperationException("not implemented") } override fun outboxFolderName(): String { throw UnsupportedOperationException("not implemented") } override val iconPushNotification: Int get() = throw UnsupportedOperationException("not implemented") Loading legacy/common/src/main/java/com/fsck/k9/resources/K9CoreResourceProvider.kt +0 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,6 @@ class K9CoreResourceProvider( override fun searchUnifiedInboxTitle(): String = context.getString(R.string.integrated_inbox_title) override fun searchUnifiedInboxDetail(): String = context.getString(R.string.integrated_inbox_detail) override fun outboxFolderName(): String = context.getString(R.string.special_mailbox_name_outbox) override val iconPushNotification: Int = Icons.Outlined.Notifications override fun pushNotificationText(notificationState: PushNotificationState): String { Loading legacy/core/src/main/java/com/fsck/k9/CoreResourceProvider.kt +0 −2 Original line number Diff line number Diff line Loading @@ -26,8 +26,6 @@ interface CoreResourceProvider { fun searchUnifiedInboxTitle(): String fun searchUnifiedInboxDetail(): String fun outboxFolderName(): String val iconPushNotification: Int fun pushNotificationText(notificationState: PushNotificationState): String fun pushNotificationInfoText(): String Loading legacy/core/src/test/java/com/fsck/k9/TestCoreResourceProvider.kt +0 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,6 @@ class TestCoreResourceProvider : CoreResourceProvider { override fun searchUnifiedInboxTitle() = "Unified Inbox" override fun searchUnifiedInboxDetail() = "All messages in unified folders" override fun outboxFolderName() = "Outbox" override val iconPushNotification: Int get() = throw UnsupportedOperationException("not implemented") Loading legacy/ui/legacy/src/test/java/com/fsck/k9/TestCoreResourceProvider.kt +0 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,6 @@ class TestCoreResourceProvider : CoreResourceProvider { override fun searchUnifiedInboxTitle() = throw UnsupportedOperationException("not implemented") override fun searchUnifiedInboxDetail() = throw UnsupportedOperationException("not implemented") override fun outboxFolderName() = throw UnsupportedOperationException("not implemented") override val iconPushNotification: Int get() = throw UnsupportedOperationException("not implemented") Loading Loading
feature/widget/unread/src/test/kotlin/app/k9mail/feature/widget/unread/FakeCoreResourceProvider.kt +0 −4 Original line number Diff line number Diff line Loading @@ -68,10 +68,6 @@ class FakeCoreResourceProvider : CoreResourceProvider { throw UnsupportedOperationException("not implemented") } override fun outboxFolderName(): String { throw UnsupportedOperationException("not implemented") } override val iconPushNotification: Int get() = throw UnsupportedOperationException("not implemented") Loading
legacy/common/src/main/java/com/fsck/k9/resources/K9CoreResourceProvider.kt +0 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,6 @@ class K9CoreResourceProvider( override fun searchUnifiedInboxTitle(): String = context.getString(R.string.integrated_inbox_title) override fun searchUnifiedInboxDetail(): String = context.getString(R.string.integrated_inbox_detail) override fun outboxFolderName(): String = context.getString(R.string.special_mailbox_name_outbox) override val iconPushNotification: Int = Icons.Outlined.Notifications override fun pushNotificationText(notificationState: PushNotificationState): String { Loading
legacy/core/src/main/java/com/fsck/k9/CoreResourceProvider.kt +0 −2 Original line number Diff line number Diff line Loading @@ -26,8 +26,6 @@ interface CoreResourceProvider { fun searchUnifiedInboxTitle(): String fun searchUnifiedInboxDetail(): String fun outboxFolderName(): String val iconPushNotification: Int fun pushNotificationText(notificationState: PushNotificationState): String fun pushNotificationInfoText(): String Loading
legacy/core/src/test/java/com/fsck/k9/TestCoreResourceProvider.kt +0 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,6 @@ class TestCoreResourceProvider : CoreResourceProvider { override fun searchUnifiedInboxTitle() = "Unified Inbox" override fun searchUnifiedInboxDetail() = "All messages in unified folders" override fun outboxFolderName() = "Outbox" override val iconPushNotification: Int get() = throw UnsupportedOperationException("not implemented") Loading
legacy/ui/legacy/src/test/java/com/fsck/k9/TestCoreResourceProvider.kt +0 −2 Original line number Diff line number Diff line Loading @@ -28,8 +28,6 @@ class TestCoreResourceProvider : CoreResourceProvider { override fun searchUnifiedInboxTitle() = throw UnsupportedOperationException("not implemented") override fun searchUnifiedInboxDetail() = throw UnsupportedOperationException("not implemented") override fun outboxFolderName() = throw UnsupportedOperationException("not implemented") override val iconPushNotification: Int get() = throw UnsupportedOperationException("not implemented") Loading