mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-25 11:02:48 +02:00
Merge branch 'develop' into MadLittleMods/gitter.im-room-directory
This commit is contained in:
@@ -215,6 +215,13 @@ final class BuildSettings: NSObject {
|
||||
/// Indicates should the app log out the user when number of biometrics failures reaches `maxAllowedNumberOfBiometricsFailures`. Defaults to `false`
|
||||
static let logOutUserWhenBiometricsFailuresExceeded: Bool = false
|
||||
|
||||
// MARK: - Main Tabs
|
||||
|
||||
static let homeScreenShowFavouritesTab: Bool = true
|
||||
static let homeScreenShowPeopleTab: Bool = true
|
||||
static let homeScreenShowRoomsTab: Bool = true
|
||||
static let homeScreenShowCommunitiesTab: Bool = true
|
||||
|
||||
// MARK: - General Settings Screen
|
||||
|
||||
static let settingsScreenShowUserFirstName: Bool = false
|
||||
@@ -250,6 +257,11 @@ final class BuildSettings: NSObject {
|
||||
static let roomCreationScreenRoomIsEncrypted: Bool = true
|
||||
static let roomCreationScreenAllowRoomTypeConfiguration: Bool = true
|
||||
static let roomCreationScreenRoomIsPublic: Bool = false
|
||||
|
||||
// MARK: - Room Screen
|
||||
|
||||
static let roomScreenAllowVoIPForDirectRoom: Bool = true
|
||||
static let roomScreenAllowVoIPForNonDirectRoom: Bool = true
|
||||
|
||||
// MARK: - Room Settings Screen
|
||||
|
||||
@@ -280,4 +292,7 @@ final class BuildSettings: NSObject {
|
||||
static let authScreenShowPhoneNumber = true
|
||||
static let authScreenShowForgotPassword = true
|
||||
static let authScreenShowCustomServerOptions = true
|
||||
|
||||
// Mark: - Unified Search
|
||||
static let unifiedSearchScreenShowPublicDirectory = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user