mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 22:26:59 +02:00
End-to-end encryption UI/UX
#723 - Chat screen: Display a padlock in the bottom tool bar in case of encrypted room.
This commit is contained in:
@@ -29,9 +29,12 @@
|
||||
@property (weak, nonatomic) IBOutlet UIView *separatorView;
|
||||
@property (strong, nonatomic) IBOutlet MXKImageView *pictureView;
|
||||
|
||||
@property (strong, nonatomic) IBOutlet UIImageView *encryptedRoomIcon;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *mainToolbarMinHeightConstraint;
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *mainToolbarHeightConstraint;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *messageComposerContainerLeadingConstraint;
|
||||
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *messageComposerContainerTrailingConstraint;
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIButton *attachMediaButton;
|
||||
@@ -45,6 +48,11 @@
|
||||
*/
|
||||
@property (nonatomic) BOOL supportCallOption;
|
||||
|
||||
/**
|
||||
Tell whether the room data is encrypted. NO by default.
|
||||
*/
|
||||
@property (nonatomic) BOOL isEncrypted;
|
||||
|
||||
/**
|
||||
Tell whether a call is active.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user