Add message about available update

This commit is contained in:
Mikołaj Pich 2024-05-10 16:24:18 +02:00 committed by GitHub
parent a3e6f5aeb5
commit cb700473ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,24 @@
import io.github.wulkanowy.messages.pojo.* import io.github.wulkanowy.messages.pojo.*
val messages = listOf( val messages = listOf(
Message(
id = 77,
title = "Drodzy użytkownicy",
content = "Aktualizacja, z obejściem próby blokady nas, jest do pobrania w AppGallery",
priority = MessagePriority.HIGH,
targetRegisterHost = RegisterAddress.VULCAN.url,
destinationUrl = "https://appgallery.huawei.com/#/app/C101440411",
targetFlavor = AppFlavor.HMS,
messageTypes = listOf(
MessageType.DASHBOARD_MESSAGE,
MessageType.LOGIN_MESSAGE,
MessageType.LOGIN_STUDENT_SELECT_MESSAGE,
),
isXVisible = false,
isOkVisible = false,
isVisible = true,
versionMax = 163,
),
Message( Message(
id = 76, id = 76,
title = "Drodzy użytkownicy", title = "Drodzy użytkownicy",
@ -19,10 +37,11 @@ val messages = listOf(
Message( Message(
id = 75, id = 75,
title = "Drodzy użytkownicy", title = "Drodzy użytkownicy",
content = "Zablokowali nas. Znowu. Niedługo będzie aktualizacja z poprawką", content = "Aktualizacja, z obejściem próby blokady nas, jest do pobrania w sklepie Play",
priority = MessagePriority.HIGH, priority = MessagePriority.HIGH,
targetRegisterHost = RegisterAddress.VULCAN.url, targetRegisterHost = RegisterAddress.VULCAN.url,
destinationUrl = "https://www.facebook.com/wulkanowy/posts/865106782298758", destinationUrl = "https://play.google.com/store/apps/details?id=io.github.wulkanowy",
targetFlavor = AppFlavor.PLAY,
messageTypes = listOf( messageTypes = listOf(
MessageType.DASHBOARD_MESSAGE, MessageType.DASHBOARD_MESSAGE,
MessageType.LOGIN_MESSAGE, MessageType.LOGIN_MESSAGE,