Commit Graph

2777 Commits

Author SHA1 Message Date
SBiOSoftWhare
43d4c4e082 SplitViewPresentable: Add possiblity to reset detail stack. 2021-10-20 08:57:19 +02:00
SBiOSoftWhare
d700f44689 Update RoomPresentationParameters usage. 2021-10-20 08:31:51 +02:00
SBiOSoftWhare
ab7b5cdaae RoomPresentationParameters: Use UniversalLinkPresentationParameters. 2021-10-20 08:29:15 +02:00
SBiOSoftWhare
0eb5de73eb Move files. 2021-10-20 07:50:20 +02:00
SBiOSoftWhare
ed0e6ad96b LegacyAppDelegate: Handle UniversalLinkPresentationParameters for space presentation. 2021-10-20 07:37:13 +02:00
SBiOSoftWhare
256e67a576 RoomVC: Update with UniversalLinkPresentationParameters. 2021-10-20 07:32:04 +02:00
SBiOSoftWhare
f0f07d37a6 SpacePresentationParameters: Update with UniversalLinkPresentationParameters. 2021-10-20 07:31:19 +02:00
SBiOSoftWhare
3d94e53a10 UniversalLinkParameters: Add presentation parameters property. 2021-10-20 07:30:49 +02:00
SBiOSoftWhare
91244649fc Create UniversalLinkPresentationParameters. 2021-10-20 07:29:18 +02:00
SBiOSoftWhare
82c0294d0d SpaceDetailPresenter: Fix source view issue on iPad. 2021-10-19 19:33:21 +02:00
SBiOSoftWhare
b7d95307c7 LegacyAppDelegate: Update space detail presentation. Update room preview presentation. Prevent restoring initial display when not needed. 2021-10-19 14:45:47 +02:00
SBiOSoftWhare
cd94aa1a01 Add space and space preview presentation parameters. 2021-10-19 14:43:08 +02:00
SBiOSoftWhare
1efe1d268e SpaceDetailPresenter: Avoid crash on iPad when the source view is nil. 2021-10-19 14:38:57 +02:00
SBiOSoftWhare
2dda130da7 RoomVC: Remove temporary space universal link handling. 2021-10-19 12:29:59 +02:00
SBiOSoftWhare
a9a718154b Merge branch 'develop' into steve/4734_room_stack 2021-10-14 16:21:03 +02:00
Doug
d9e253c904 Add tags to URLPreviewView and BubbleReactionsView so their highlight behaviour matches their bubble component.
Fix bug setting text alpha.
2021-10-13 14:05:06 +01:00
Stefan Ceriu
fddeb5e0ee #1098 - Added extra top padding on first list item. Fixed various merge problems. 2021-10-13 11:46:43 +03:00
Stefan Ceriu
432af4b879 #1098 - Various changes following code review. 2021-10-13 11:26:27 +03:00
Stefan Ceriu
62f9586a7a #1098 - Removed vectorHostingController background color. 2021-10-13 11:26:27 +03:00
Stefan Ceriu
b847528d81 #1098 - Moved new MXKRoomInputToolbarDelegate method to Element. 2021-10-13 11:26:27 +03:00
Stefan Ceriu
d30cab44ad #1098 - Fixed iOS 15 issues. 2021-10-13 11:26:27 +03:00
Stefan Ceriu
9724409fc0 #1098 - Working real user suggestion inside the main application. 2021-10-13 11:26:22 +03:00
Stefan Ceriu
e63dbed95c #1098 - Added user suggestions to the main app timeline. 2021-10-13 11:25:36 +03:00
Stefan Ceriu
97a16806b1 #1098 - Generated UserSuggestion from template, got initial UI working and automatically updating. 2021-10-13 11:24:46 +03:00
SBiOSoftWhare
f8e97f03b3 Update room display management where needed. 2021-10-12 19:22:46 +02:00
SBiOSoftWhare
e8d1777919 RoomCoordinator: Update RoomViewControllerDelegate conformance. 2021-10-12 19:21:19 +02:00
SBiOSoftWhare
0f46c99538 LegacyAppDelegate: Update universal link management with UniversalLinkParameters. And handle show room with RoomPresentationParameters and room preview with RoomPreviewPresentationParameters. 2021-10-12 19:20:39 +02:00
SBiOSoftWhare
9bfce42572 TabBarCoordinator: Update RoomViewControllerDelegate conformance. Handle RoomPresentationParameters and RoomPreviewPresentationParameters. 2021-10-12 19:15:35 +02:00
SBiOSoftWhare
9d16b7f930 RoomVC: Update universal link management with UniversalLinkParameters. 2021-10-12 19:12:08 +02:00
SBiOSoftWhare
5de0306e17 MasterTabBarController: Use RoomPresentationParameters and RoomPreviewPresentationParameters input parameters and selecting a room. 2021-10-12 19:10:30 +02:00
SBiOSoftWhare
d3dbee65e3 Add RoomPresentationParameters and RoomPreviewPresentationParameters to display a room or room preview with identifiers and presentation configuration. 2021-10-12 19:09:18 +02:00
SBiOSoftWhare
1350588465 Add UniversalLinkParameters. 2021-10-12 19:07:44 +02:00
manuroe
71d1a65b67 Merge remote-tracking branch 'origin/master' into develop 2021-10-12 13:43:16 +02:00
Stefan Ceriu
712434ea0f Fixes #4976 - Replaced HPGrowingTextView with GrowingTextView. Reduced inheritance chain. 2021-10-12 14:17:06 +03:00
Doug
6c11005319 Move call to validateSyncLocalContactsState into MatrixKit. 2021-10-12 11:17:20 +01:00
ismailgulek
baada9efda Convert number to a string 2021-10-11 22:01:26 +03:00
Doug
ad37f87210 Merge pull request #4980 from vector-im/doug/4978_room_avatar_colours
Fix generated avatar colours not matching Element Web.
2021-10-11 16:54:17 +01:00
SBiOSoftWhare
8dfd4ce787 Merge pull request #4960 from vector-im/steve/4734_master_tab_bar_refacto
Split view: Improve detail view management and add possibility to stack views on it
2021-10-11 17:23:20 +02:00
Doug
e177f2f03f Fix generated avatar colours not matching Element Web. 2021-10-11 16:06:15 +01:00
SBiOSoftWhare
f409f7ab9d Update Riot/Modules/TabBar/TabBarCoordinator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-11 11:11:13 +02:00
Doug
981ce9a0c7 Merge pull request #4709 from vector-im/doug/4484_contacts_access
Add FindYourContactsFooterView to ContactsTableViewController
2021-10-11 10:09:39 +01:00
SBiOSoftWhare
004d738898 NavigationStore: Update public method signature. 2021-10-08 17:15:14 +02:00
SBiOSoftWhare
00fd7e26ce Update Riot/Modules/SplitView/SplitViewCoordinator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-08 16:39:49 +02:00
SBiOSoftWhare
e50143addc Update Riot/Modules/SplitView/SplitViewCoordinator.swift
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2021-10-08 16:39:09 +02:00
SBiOSoftWhare
252ee40032 Update MasterTabBarController. 2021-10-08 16:06:23 +02:00
SBiOSoftWhare
546c92ff42 RoomCoordinator: Refactor room loading methods. 2021-10-08 16:00:56 +02:00
Stefan Ceriu
2e1ff54773 Fixes #4970 - Fixed unintentional voice message drafts on automatically cancelled recordings. 2021-10-08 16:28:42 +03:00
SBiOSoftWhare
c7ab8b7eed ContactDetailsViewController: Update initializer. 2021-10-08 15:08:58 +02:00
SBiOSoftWhare
8018c772a1 GroupDetailsViewController: Update initializer. 2021-10-08 14:34:42 +02:00
Doug
481d84d1e4 Update Analytics from Steve's comments. 2021-10-08 12:50:39 +01:00