feat: end-to-end encryption

- message_logger: fix view binder bugs and deleted message color
- fix invalid message rule type
This commit is contained in:
rhunk
2023-09-28 02:12:03 +02:00
parent 061f5cc5a8
commit aaf8f3e43a
22 changed files with 869 additions and 220 deletions

View File

@ -22,6 +22,7 @@ import me.rhunk.snapenhance.core.bridge.wrapper.LocaleWrapper
import me.rhunk.snapenhance.core.bridge.wrapper.MappingsWrapper
import me.rhunk.snapenhance.core.config.ModConfig
import me.rhunk.snapenhance.download.DownloadTaskManager
import me.rhunk.snapenhance.e2ee.E2EEImplementation
import me.rhunk.snapenhance.messaging.ModDatabase
import me.rhunk.snapenhance.messaging.StreaksReminder
import me.rhunk.snapenhance.scripting.RemoteScriptManager
@ -58,6 +59,7 @@ class RemoteSideContext(
val log = LogManager(this)
val scriptManager = RemoteScriptManager(this)
val settingsOverlay = SettingsOverlay(this)
val e2eeImplementation = E2EEImplementation(this)
//used to load bitmoji selfies and download previews
val imageLoader by lazy {