mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-10 18:07:44 +02:00
Merge branch 'feature/VersionUpdate' into 'develop'
Version Update See merge request bwmessenger/bundesmessenger/bundesmessenger-ios!49
This commit is contained in:
@@ -16,5 +16,5 @@
|
||||
//
|
||||
|
||||
// Version
|
||||
MARKETING_VERSION = 2.0.0
|
||||
MARKETING_VERSION = 2.1.0
|
||||
CURRENT_PROJECT_VERSION = 20220714163152
|
||||
|
||||
@@ -498,4 +498,7 @@ class BWIBuildSettings: NSObject {
|
||||
|
||||
// bwi disable encrypted option in message context menu
|
||||
var roomContextualMenuShowEncryptionOption = false
|
||||
|
||||
// bwi show new session manager
|
||||
var showSessionManager = false
|
||||
}
|
||||
|
||||
@@ -27,6 +27,7 @@ extension BWIBuildSettings {
|
||||
bwiEnableErrorTracking = true
|
||||
bwiMatomoTrackingDefaultState = true
|
||||
bwiShowMessageBubbles = true
|
||||
showSessionManager = true
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -493,7 +493,7 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
|
||||
Section *sectionSecurity = [Section sectionWithTag:SECTION_TAG_SECURITY];
|
||||
[sectionSecurity addRowWithTag:SECURITY_BUTTON_INDEX];
|
||||
|
||||
if (RiotSettings.shared.enableNewSessionManager)
|
||||
if (RiotSettings.shared.enableNewSessionManager || BWIBuildSettings.shared.showSessionManager)
|
||||
{
|
||||
// NOTE: Add device manager entry point in the security section atm for debug purpose
|
||||
[sectionSecurity addRowWithTag:DEVICE_MANAGER_INDEX];
|
||||
|
||||
Reference in New Issue
Block a user