Commit graph

11047 commits

Author SHA1 Message Date
ismailgulek
31587a0c3e
Use new apis 2021-06-01 17:54:49 +03:00
SBiOSoftWhare
b4f8f4f5ef
Merge pull request #4354 from vector-im/tabbarcoordinator_fix
TabBarCoordinator: Avoid to add Matrix session several times to MasterTabBarController
2021-05-28 16:45:28 +02:00
SBiOSoftWhare
e44272f99c TabBarCoordinator: Update MasterTabBarController according to new UserSessionsService behavior. 2021-05-28 12:48:04 +02:00
SBiOSoftWhare
0d6f0a34f1 UserSessionsService: Improve add and removal UserSession. Wait for valid Matrix session state before adding a UserSession. 2021-05-28 12:46:48 +02:00
SBiOSoftWhare
008b5d4d38 UserSession: Now use let non nil property for the MXSession. 2021-05-28 12:44:37 +02:00
SBiOSoftWhare
98c91652f1 TabBarCoordinator: Add sanity checks before adding Matrix session from MasterTabBarController. 2021-05-27 10:49:02 +02:00
SBiOSoftWhare
0486f887a7 TabBarCoordinator: Add sanity checks before adding or removing Matrix session from MasterTabBarController. 2021-05-26 21:02:41 +02:00
ismailgulek
334521c6f5
Merge pull request #4353 from vector-im/fix_call_bar_layout
Fix Call Bar Layout
2021-05-26 15:48:23 +03:00
ismailgulek
ab5cf09283
Update CHANGES.rst 2021-05-26 15:08:32 +03:00
ismailgulek
f63642403d
Set a root view controller for call status bar window 2021-05-26 15:07:47 +03:00
ismailgulek
319d4633ef
Merge pull request #4350 from vector-im/voip_add_logs
VoIP: Add Logs
2021-05-24 15:28:07 +03:00
ismailgulek
ca8ece4481
Update CHANGES.rst 2021-05-24 15:12:58 +03:00
ismailgulek
7fefb4a89c
Add logs for group calls 2021-05-24 15:12:32 +03:00
ismailgulek
835bb1948c
Merge pull request #4349 from vector-im/jitsi_server_name
Jitsi JWT Payload Server Name
2021-05-24 14:23:25 +03:00
ismailgulek
c082ed95bd
Update CHANGES.rst 2021-05-24 13:29:00 +03:00
ismailgulek
1398dea67f
Pass openIdToken to the JWT builder 2021-05-24 13:23:40 +03:00
ismailgulek
bcea51f6fd
Add optional serverName param to the Matrix context 2021-05-24 13:23:16 +03:00
SBiOSoftWhare
4867504df8
Merge pull request #4347 from vector-im/nav_decouple_1
UI Navigation: Start decoupling view controllers managed by MasterTabBarController
2021-05-21 17:27:06 +02:00
SBiOSoftWhare
40f25f97c3
Merge branch 'develop' into nav_decouple_1 2021-05-21 14:54:43 +02:00
SBiOSoftWhare
710834c767 Update changes 2021-05-21 14:41:29 +02:00
SBiOSoftWhare
61e9687560 Update changes 2021-05-21 07:28:28 +02:00
SBiOSoftWhare
ed7fe1ac36 AppCoordinator: Handle UserSessionsService and inject it to the SplitViewCoordinator. 2021-05-20 22:19:08 +02:00
SBiOSoftWhare
a6202ea2e0 LegacyAppDelegate: Add delegation methods to advertize account and Matrix session add/remove. 2021-05-20 22:14:49 +02:00
SBiOSoftWhare
245f89ea9e SplitViewCoordinator: Update init method and support UserSessionsService. 2021-05-20 22:11:09 +02:00
SBiOSoftWhare
007296243d Add UserSession that represents a user session and UserSessionsService that enables to manage multiple user sessions and all logic around sessions management. 2021-05-20 22:10:03 +02:00
SBiOSoftWhare
7d5f2fc467 TabBarCoordinator: Manage tab bar item controllers instantiation and manage unified search and settings presentation. 2021-05-20 22:06:08 +02:00
SBiOSoftWhare
91d7b2c050 Main.storyboard: Add identifier for each tab bar item controllers to instantiate them independently. 2021-05-20 21:44:17 +02:00
SBiOSoftWhare
6dec33faa8 MasterTabBarController: First step to decouple tab bar item controllers from the tab bar controller. Remove segues and instantiate authentication and unified search controllers programmatically. 2021-05-20 21:42:04 +02:00
SBiOSoftWhare
73abb56b2d Navigation: Add possibility to instantiate each tab bar item controller programmatically. 2021-05-20 21:29:08 +02:00
manuroe
4e78e8b80b
Merge pull request #4345 from vector-im/manu/async_decryption
Crypto: Do not decrypt synchronously. It asynchronously happens upstream now
2021-05-20 10:55:55 +02:00
manuroe
ff41ce8fd7 Crypto: Do not decrypt synchronously. It asynchronously happens upstream now
#4306)
2021-05-19 17:29:15 +02:00
SBiOSoftWhare
1cb2c949b5
Merge pull request #4341 from vector-im/fix_build_script
buildRelease.sh: Make bundler operations in the cloned repository folder
2021-05-18 16:05:16 +02:00
SBiOSoftWhare
1ae3ec91bb buildRelease.sh: Remove duplicated code. 2021-05-18 16:03:32 +02:00
SBiOSoftWhare
01ebfb0c79 Update changes 2021-05-18 15:53:17 +02:00
SBiOSoftWhare
c469b23eed buildRelease.sh: Make bundler operations in the cloned repository folder. 2021-05-18 15:51:25 +02:00
SBiOSoftWhare
9fa2c7151a Prepare for new sprint 2021-05-18 13:57:45 +02:00
SBiOSoftWhare
b8f0d9abea Merge branch 'master' into develop 2021-05-18 13:57:42 +02:00
SBiOSoftWhare
b1a9738f3c Merge branch 'release/1.3.9/master' 2021-05-18 13:57:41 +02:00
SBiOSoftWhare
55220dbf2b finish version++ 2021-05-18 13:57:41 +02:00
SBiOSoftWhare
09d6bf938b
Merge pull request #4340 from vector-im/release/1.3.9/release
Release 1.3.9
2021-05-18 12:16:03 +02:00
SBiOSoftWhare
8a2af36c7b version++ 2021-05-18 11:48:23 +02:00
SBiOSoftWhare
5e2459d682
Merge pull request #4339 from vector-im/fix_secure_backup_banner_2
RecentsDataSource: Present the secure backup banner only if key backup is disabled
2021-05-18 11:36:38 +02:00
SBiOSoftWhare
e310af5ebf Update changes 2021-05-18 11:06:03 +02:00
SBiOSoftWhare
ab6e68614b RecentsDataSource: Present the secure backup banner only if key backup is disabled. 2021-05-18 11:05:19 +02:00
SBiOSoftWhare
da4922ad40 Prepare for new sprint 2021-05-17 17:51:00 +02:00
SBiOSoftWhare
c9b621f7b7 Merge branch 'master' into develop 2021-05-17 17:50:57 +02:00
SBiOSoftWhare
3ed1a0cd6a Merge branch 'release/1.3.8/master' 2021-05-17 17:50:56 +02:00
SBiOSoftWhare
d8e87a201e finish version++ 2021-05-17 17:50:56 +02:00
SBiOSoftWhare
7b8399a448
Merge pull request #4333 from vector-im/release/1.3.8/release
Release 1.3.8
2021-05-17 17:50:04 +02:00
SBiOSoftWhare
e48931a874 version++ 2021-05-17 16:45:44 +02:00