- May 12, 2023
-
-
Sébastien Blin authored
remove undefined values causing the focus on the messagebar to be broken Change-Id: I85170ee87d254e0b2764a67b3a0a17fdee535234
-
- Apr 14, 2023
-
-
Gitlab: #1059 Change-Id: Ia973ee1f8666bdd8597d6cbb47a87534ac4358c8
-
- Mar 10, 2023
-
-
Andreas Traczyk authored
This commit simplifies the view coordinator and restructures the main view stack to not include a split view. This removes workaround logic for single pane view support that was previously in the view coordinator. The main view is now a stack that may contain both single and dual pane views. The ListSelectionView further specializes DualPaneView to add an index-based or custom selection mechanism. Gitlab: #902 Change-Id: I81c9fe579b95c8d4774c3e491a16d7600323c40c
-
- Mar 01, 2023
-
-
Aline Gondim Santos authored
THis fixes mic and cam shortcuts Change-Id: I51f8ea975a5d8bee0e9ceab712a58953646ce048
-
- Feb 28, 2023
-
-
Aline Gondim Santos authored
GitLab: #1000 GitLab: #974 Change-Id: I5f14dc9447bf88d1addebfccd07dc84c632af426
-
- Feb 17, 2023
-
-
Andreas Traczyk authored
Introduces the ViewCoordinator component to promote dynamic view loading and reduce coupling between components. The following objects are now created and destroyed as needed: - SettingsView - WizardView - dialogs Further refactoring will be required in order to do the same with the ConversationView, which now parents the ChatView and the CallStackView. Gitlab: #897 Change-Id: Ice6a0c133e62e1e0c8d7fb99ec2c41234c049b59
-