Update to and integrate with libsignal v0.69.0.

This commit is contained in:
andrew-signal
2025-04-03 09:38:36 -04:00
committed by Michelle Tang
parent 7a5790a6ce
commit 5b04107447
7 changed files with 35 additions and 28 deletions

View File

@@ -1109,13 +1109,6 @@ object RemoteConfig {
hotSwappable = false
)
/** Whether or not libsignal-net's CDSI lookups use the new route-based internals or the old ones */
val libsignalRouteBasedCDSILookup: Boolean by remoteBoolean(
key = "android.libsignal.libsignalRouteBasedCDSILookup",
defaultValue = true,
hotSwappable = true
)
/** Whether to allow different WindowSizeClasses to be used to determine screen layout */
val largeScreenUi: Boolean by remoteBoolean(
key = "android.largeScreenUI",