Commit graph

11517 commits

Author SHA1 Message Date
ismailgulek
c511de4c84
Create CallPiPView class 2021-06-08 15:59:57 +03:00
ismailgulek
208494d245
Remove call bar view 2021-06-08 15:59:06 +03:00
manuroe
613bfe8942
Merge pull request #4402 from vector-im/manu/after_1_4_1_hotfix
Prepare for new sprint after the 1.4.1 hotfix release
2021-06-08 13:56:18 +02:00
Simon Wiedmer
6f59a8f1be Add check for PSTN support to dialpad 2021-06-08 13:39:28 +02:00
manuroe
fad2a61eb0 Prepare for new sprint after the 1.4.1 hotfix release
I applied manually what the release script does like in f4e28ce478
2021-06-08 12:11:07 +02:00
Simon Wiedmer
effcae4bd9 Add 'Dial pad' option to plus menu on homescreen 2021-06-08 11:34:30 +02:00
ismailgulek
378efbc2c5
Remove all call bar related things 2021-06-08 12:13:16 +03:00
SBiOSoftWhare
773909e31e Update changes 2021-06-07 20:16:20 +02:00
SBiOSoftWhare
a5bd26dba9 Update 3rd party licenses. 2021-06-07 19:41:45 +02:00
SBiOSoftWhare
956aeb637f Pods: Add SideMenu library. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
dd152581a5 AppCoordinator: Handle side menu and AppNavigator injection. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
93dbf515f0 TabBarCoordinator: Handle side menu. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
5300df7b7f Add AppNavigator that enables to perform the navigation within the global app scope. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
7bb1147c7b Add AlertPresentable that absracts an alert presenter. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
674c7ab9a5 Add SideMenuPresentable and an implementation thant handles side menu presentation. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
25edc9f5ea BuildSettings: Add help url and side menu feature flag. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
8cabf23e84 Implement SideMenuCoordinator. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
b32bffed78 Implements side menu screen. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
2d2e26682c Add SideMenuVersionView that displays application version. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
aada4c34a9 Add SideMenuActionView that represents a side menu action view. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
0c458e53b6 Add SideMenuItem that represents side menu actions. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
13703325fa Create UserAvatarView. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
f828ce2648 RoomCreationIntroCell: Handle RoomAvatarViewData updates. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
4bf7593784 RoomAvatarView: Now inherits from AvatarView, make RoomAvatarViewData conform to AvatarViewDataProtocol. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
98666790e0 Create AvatarView: Base class to support an avatar view. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
98e3cc059d PlaceholderDetailViewController: Handle theme update for navigation bar. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
bb10eb892f LegacyAppDelegate: Use AppInfo. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
92cf824b69 Create AppInfo used to handle the application information. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
dfadf865df Create BuildInfo that gives build information made at compilation time. 2021-06-07 18:46:16 +02:00
SBiOSoftWhare
9d86520d7e Side menu: Add icon images. 2021-06-07 18:46:16 +02:00
ismailgulek
688191b49a
Merge pull request #4388 from vector-im/element_4360_additions
Create Room Last Message Encryption Keys
2021-06-07 19:29:27 +03:00
SBiOSoftWhare
ebe536ba78
Merge pull request #4396 from vector-im/element_4395
UserSessionsService: Fix room lists lost after a reset cache
2021-06-07 17:17:10 +02:00
SBiOSoftWhare
2b761a201d MasterTabBarController: Add sanity checks when add or remove a session. Fix runtime issue with Xcode 12.5 and NSArray mismatch type with Swift (see https://forums.swift.org/t/objective-c-interoperability-type-mismatch/12464 for more information). 2021-06-07 16:20:49 +02:00
SBiOSoftWhare
20943bb0b2 MasterTabBarController: Force type of Matrix session arrays. 2021-06-07 15:24:51 +02:00
SBiOSoftWhare
1477015c56 Update changes 2021-06-07 12:17:13 +02:00
SBiOSoftWhare
3950242f1b AppCoordinator: Handle user session removal on clear cache. 2021-06-07 12:12:00 +02:00
SBiOSoftWhare
0558280183 UserSessionsService: Add possibility to remove a user session from the associated Matrix session. 2021-06-07 12:09:37 +02:00
ismailgulek
1e56846742
Update CHANGES.rst 2021-06-03 15:51:47 +03:00
ismailgulek
187b08c3f0
Create keys for room last message data type 2021-06-03 15:48:01 +03:00
ismailgulek
a3cf0f3abf
Merge pull request #4369 from vector-im/element_4360
MXRoomSummary: Refactor Last Message Properties
2021-06-03 14:40:52 +03:00
ismailgulek
adc158f417
Merge branch 'develop' into element_4360 2021-06-03 14:40:33 +03:00
ismailgulek
e77a40f489
Merge pull request #4381 from vector-im/element_4377
Fix Crash When Changing App Language
2021-06-03 14:23:12 +03:00
ismailgulek
e1d6aaafd1
Update CHANGES.rst 2021-06-03 13:21:58 +03:00
ismailgulek
f07b76c030
Do not show the settings screen again while session closed 2021-06-03 13:21:01 +03:00
manuroe
f4e28ce478 Prepare for new sprint 2021-06-03 11:40:45 +02:00
manuroe
22049e3358 Merge branch 'master' into develop 2021-06-03 11:40:42 +02:00
manuroe
6d3ab0b32a Merge branch 'release/1.4.0/master' 2021-06-03 11:40:34 +02:00
manuroe
825e628988 finish version++ 2021-06-03 11:40:34 +02:00
manuroe
8d81cfd884
Merge pull request #4380 from vector-im/release/1.4.0/release
Release 1.4.0
2021-06-03 11:39:55 +02:00
manuroe
3af3109499 Fix Podfile.lock 2021-06-03 11:16:53 +02:00