SBiOSoftWhare
256e67a576
RoomVC: Update with UniversalLinkPresentationParameters.
2021-10-20 07:32:04 +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
b847528d81
#1098 - Moved new MXKRoomInputToolbarDelegate method to Element.
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
e8d1777919
RoomCoordinator: Update RoomViewControllerDelegate conformance.
2021-10-12 19:21:19 +02:00
SBiOSoftWhare
9d16b7f930
RoomVC: Update universal link management with UniversalLinkParameters.
2021-10-12 19:12:08 +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
ismailgulek
baada9efda
Convert number to a string
2021-10-11 22:01:26 +03: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
SBiOSoftWhare
004d738898
NavigationStore: Update public method signature.
2021-10-08 17:15:14 +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
2e0646fa54
RoomCoordinatorProtocol: Update comment description.
2021-10-08 13:47:40 +02:00
Stefan Ceriu
27eaa9453c
Fixes #4935 - Enable voice message scrubbing pan gesture only after long press.
2021-10-08 14:18:53 +03:00
SBiOSoftWhare
f56bb88e3f
Update Riot/Modules/Room/RoomCoordinatorBridgePresenter.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-08 11:43:51 +02:00
SBiOSoftWhare
6a5d1509e7
Update Riot/Modules/Room/RoomCoordinatorBridgePresenter.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-08 10:56:49 +02:00
SBiOSoftWhare
ce4f7e4d1b
Update Riot/Modules/Room/RoomCoordinator.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2021-10-08 10:55:27 +02:00
Stefan Ceriu
34e1177bf6
vector-im/element-ios/issues/4899 - Fixed various localization issues.
2021-10-08 11:33:13 +03:00
SBiOSoftWhare
87f27c7575
RoomCoordinator: Add setup completion on start methods to fit LegacyAppDelegate calls.
2021-10-05 17:35:15 +02:00
SBiOSoftWhare
3f23c2f9f3
Add RoomCoordinator.
2021-10-05 10:48:52 +02:00
SBiOSoftWhare
00d289259b
Use NavigationRouterStore where needed.
2021-10-05 10:48:52 +02:00
SBiOSoftWhare
15e9ca5941
Split view: Set navigationItem.leftItemsSupplementBackButton to YES for view controllers used as detail.
2021-10-05 10:48:51 +02:00
manuroe
e5f9ee42f2
Merge branch 'master' into develop
2021-09-30 23:51:17 +01:00
Stefan Ceriu
313e666017
vector-im/element-ios/issues/4899 - Fixed various localization issues.
2021-09-30 09:40:12 +03:00
Stefan Ceriu
7b75dec011
vector-im/element-ios/issues/4899 - Replaced (*almost*) all NSLocalizedString calls with newly generated ObjC methods.
2021-09-30 09:40:12 +03:00
Doug
522f4e800c
Check whether URL previews should be shown in a single location.
...
Reset all cell data when this setting is changed to force a refresh.
Rename `hasClosedPreview(from:)` to `shouldShowPreview(for:)` for clarity and potentially adding more rules at a later date.
2021-09-29 11:39:11 +01:00
Doug
518d108573
Add invalidateLayout to RoomBubbleCellData.
2021-09-29 10:36:35 +01:00
SBiOSoftWhare
65660c6d3f
AvatarViewData: Make mediaManager property optional.
2021-09-29 11:28:13 +02:00
Doug
3fd7a16bca
Use bubbleComponentWithLinkForEventId: in RoomDataSource.
2021-09-27 18:43:53 +01:00
Doug
be69881d30
Move URL preview properties from RoomBubbleCellData in MXKRoomBubbleComponent.
...
Stop breaking up the bubble data for links now that vertical whitespace is added.
2021-09-27 18:15:48 +01:00
Doug
df8ac48ba2
Merge branch 'develop' into doug/4896_url_previews_string_whitespace
2021-09-27 14:44:17 +01:00
Doug
1176736005
Rename refreshAttributedTextMessage to makeAttributedString to indicate that it doesn't affect the attributedTextMessage.
2021-09-24 17:06:50 +01:00
Doug
2937d70824
Rename setNeedsUpdateContent to invalidateTextLayout.
2021-09-24 15:33:04 +01:00
Doug
97cede6d50
Use setNeedsUpdateContent instead of setting the attributed string to nil.
2021-09-24 15:19:24 +01:00
Gil Eluard
91cfe2f224
Try to fix CI build issues
2021-09-23 21:33:23 +02:00
Gil Eluard
a17daf1ea0
Try to fix CI build issues
2021-09-23 21:06:29 +02:00
Doug
ac3b2c1677
Include URL previews in addVerticalWhitespaceToString:forEvent: and remove heightForCellData:withMaximumWidth: from the various TextMsgBubbleCell subclasses.
...
Use the bubble cell data's available width when sizing URL previews and update the defaultAvailableWidth and reducedWidthThreshold accordingly.
2021-09-23 17:30:24 +01:00
Gil Eluard
5521802bc2
[Spaces] M10.6.1 Handle space link #4498
...
- Update after code review
2021-09-23 17:15:32 +02:00
Gil Eluard
bcd72924c2
Merge branch 'spaces' into gil/4498_Handle_space_link
2021-09-23 15:26:29 +02:00
Gil Eluard
c03997f97c
Merge branch 'develop' into spaces
2021-09-23 15:26:06 +02:00
David Langley
427519398e
Merge pull request #4892 from vector-im/langleyd/4772_voice_message_drafts
...
Voice message draft persistence
2021-09-23 11:21:26 +00:00
David Langley
8dbd0c310d
use roomId for audioPlayerId, remove dead code, make functions private.
2021-09-23 10:55:35 +01:00
David Langley
e800a2ec42
Merge pull request #4878 from vector-im/langleyd/4774_voice_message_scrubbing
...
Langleyd/4774 voice message scrubbing
2021-09-23 09:35:38 +00:00