Commit Graph

4138 Commits

Author SHA1 Message Date
SBiOSoftWhare f607086d1d LegacyAppDelegate: Handle show group with universal link presentation parameters. 2021-10-20 12:29:01 +02:00
SBiOSoftWhare d73963593a LegacyAppDelegate: Handle universal link presentation parameters when showing contact. 2021-10-20 11:57:56 +02:00
SBiOSoftWhare c49fe6cd7c Merge develop into 4734_room_stack 2021-10-20 11:14:52 +02:00
SBiOSoftWhare 3959b40d12 RoomVC: Fix typo. 2021-10-20 09:21:02 +02:00
SBiOSoftWhare 2d2a2ded42 TabBarCoordinator: Reset split view detail on room leave. 2021-10-20 08:57:55 +02:00
SBiOSoftWhare 455085cba9 SplitViewPresentable: Add possiblity to reset detail stack. 2021-10-20 08:57:19 +02:00
SBiOSoftWhare 29590664af Update RoomPresentationParameters usage. 2021-10-20 08:31:51 +02:00
SBiOSoftWhare 97dfdacc9f RoomPresentationParameters: Use UniversalLinkPresentationParameters. 2021-10-20 08:29:15 +02:00
SBiOSoftWhare 13b9d841e4 Move files. 2021-10-20 07:50:20 +02:00
SBiOSoftWhare d42897e507 LegacyAppDelegate: Handle UniversalLinkPresentationParameters for space presentation. 2021-10-20 07:37:13 +02:00
SBiOSoftWhare 9418f93230 RoomVC: Update with UniversalLinkPresentationParameters. 2021-10-20 07:32:04 +02:00
SBiOSoftWhare 30e624f63e SpacePresentationParameters: Update with UniversalLinkPresentationParameters. 2021-10-20 07:31:19 +02:00
SBiOSoftWhare 74ce4c74fe UniversalLinkParameters: Add presentation parameters property. 2021-10-20 07:30:49 +02:00
SBiOSoftWhare 0f812c0faf Create UniversalLinkPresentationParameters. 2021-10-20 07:29:18 +02:00
SBiOSoftWhare d0b404e931 SpaceDetailPresenter: Fix source view issue on iPad. 2021-10-19 19:33:21 +02:00
ismailgulek eef9c43798 Merge branch 'develop' into ismail/4384_room_summary_store 2021-10-19 16:40:34 +03:00
ismailgulek 587bfc06d7 Introduce RiotSettings.showAllRoomsInHomeSpace and adapt changes in filter options 2021-10-19 16:36:43 +03:00
Stefan Ceriu 6efb00a909 Merge pull request #5014 from vector-im/stefan/messageForwarding
Message forwarding
2021-10-19 16:17:07 +03:00
SBiOSoftWhare 4c2229f1b7 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 86435a299b Add space and space preview presentation parameters. 2021-10-19 14:43:08 +02:00
SBiOSoftWhare 5c287dd86f SpaceDetailPresenter: Avoid crash on iPad when the source view is nil. 2021-10-19 14:38:57 +02:00
ismailgulek d4a3a2132b Merge branch 'develop' into ismail/4384_room_summary_store 2021-10-19 14:01:32 +03:00
SBiOSoftWhare cd6534e219 RoomVC: Remove temporary space universal link handling. 2021-10-19 12:29:59 +02:00
Gil Eluard 70a569d18c Merge pull request #4965 from vector-im/gil/4570_home_space_data_filtering
[Spaces] M10.4.1 Home space data filtering #4570
2021-10-18 20:12:18 +02:00
Gil Eluard 614df23d4d [Spaces] M10.4.1 Home space data filtering #4570
- update after review
2021-10-18 16:44:55 +02:00
Doug b13a69a980 Allow images to be pasted from Safari rather than their URL.
Use correct type.
2021-10-18 15:22:55 +01:00
Stefan Ceriu ab30801310 vector-im/element-ios/issues/5009 - Implemented multi-room forwarding and added various tweaks following code review. 2021-10-18 16:40:53 +03:00
Stefan Ceriu 0621efbf21 vector-im/element-ios/issues/5009 - Refactored away the NSExtensionContext dependency from the ShareManager. Introduced different ShareItemProviders for the share extension and the main application. Improved item loading error handling. 2021-10-18 16:40:53 +03:00
Stefan Ceriu b396a8dde3 vector-im/element-ios/issues/5009 - Fixed share extension setup and cleaned up code. 2021-10-18 16:40:53 +03:00
Stefan Ceriu 44d8b1762a vector-im/element-ios/issues/5009 - Moved files around, cleaned up imports and logs. 2021-10-18 16:40:53 +03:00
Stefan Ceriu 1ea5bae14a vector-im/element-ios/issues/5009 - Refactored share extension and started using the shared code directly in the main application. 2021-10-18 16:40:48 +03:00
Gil Eluard b7e4e67f3b [Spaces] M10.4.1 Home space data filtering #4570
- update after review
2021-10-18 15:01:11 +02:00
Gil Eluard 8cbc0dbada Merge branch 'develop' into gil/4570_home_space_data_filtering 2021-10-15 14:20:04 +02:00
ismailgulek b5594dabac Merge branch 'develop' into ismail/4384_room_summary_store 2021-10-15 12:07:21 +03:00
Doug 79fc7c807f Merge pull request #5003 from vector-im/doug/5002_stop_requesting_url_previews
Stop requesting URL previews if the homeserver has disabled the feature.
2021-10-14 17:44:18 +01:00
SBiOSoftWhare 4e4e0bd9be Merge branch 'develop' into steve/4734_room_stack 2021-10-14 16:21:03 +02:00
Doug 1249b8c172 Re-enable link detection in clearStore instead of via NotificationCenter. 2021-10-14 14:24:01 +01:00
Doug ca61b1cd04 Add observer to re-enable link detection when signing out of an account. 2021-10-13 16:01:19 +01:00
Doug 316a44c21c 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
Doug 90b3b71874 Stop requesting URL previews if the feature has been disabled on the homeserver. 2021-10-13 12:51:15 +01:00
ismailgulek a3a78cdbf2 Merge branch 'develop' into ismail/4384_room_summary_store 2021-10-13 14:34:20 +03:00
Stefan Ceriu 6f49fbc1bb #1098 - Added extra top padding on first list item. Fixed various merge problems. 2021-10-13 11:46:43 +03:00
Stefan Ceriu 94459be545 #1098 - Various changes following code review. 2021-10-13 11:26:27 +03:00
Stefan Ceriu e8bf7963a0 #1098 - Removed vectorHostingController background color. 2021-10-13 11:26:27 +03:00
Stefan Ceriu 277ac0c0ca #1098 - Moved new MXKRoomInputToolbarDelegate method to Element. 2021-10-13 11:26:27 +03:00
Stefan Ceriu e0b69d07bc #1098 - Fixed iOS 15 issues. 2021-10-13 11:26:27 +03:00
Stefan Ceriu 1ce7195abd #1098 - Working real user suggestion inside the main application. 2021-10-13 11:26:22 +03:00
Stefan Ceriu c06e682e23 #1098 - Added user suggestions to the main app timeline. 2021-10-13 11:25:36 +03:00
Stefan Ceriu ee9553fee5 #1098 - Generated UserSuggestion from template, got initial UI working and automatically updating. 2021-10-13 11:24:46 +03:00
ismailgulek e81ab274c5 Improve tab switching performance 2021-10-12 22:56:52 +03:00