Commit Graph

577 Commits

Author SHA1 Message Date
SBiOSoftWhare 29f41a314f BaseBubbleCell: Update isTextViewNeedsPositioningVerticalSpace value. 2022-02-09 16:32:36 +01:00
SBiOSoftWhare 8fcb0534f8 MXKRoomBubbleTableViewCell: Add properties regarding attributed text blank space positioning. 2022-02-09 16:32:07 +01:00
SBiOSoftWhare c644d14484 BubbleRoomTimelineCellProvider: Handle text message cells without sender name and use bubbles for emotes. 2022-02-09 16:14:34 +01:00
SBiOSoftWhare fb904f0b60 Add text message bubble cells without sender name variants. 2022-02-09 16:13:35 +01:00
SBiOSoftWhare 35a23ace1e BubbleCellContentView: Separate avatar and user name in different containers. 2022-02-09 16:12:42 +01:00
SBiOSoftWhare 55ec6a09ca BubbleRoomCellLayoutUpdater: Update legacy text message cells layout. 2022-02-09 12:34:05 +01:00
SBiOSoftWhare 2e1dcf361d RoomCellLayoutUpdating: Add maximum text width calculation. 2022-02-09 12:33:24 +01:00
SBiOSoftWhare f91309a2aa MXKRoomBubbleTableViewCell: Clear attachmentWebView on reuse. 2022-02-09 10:51:31 +01:00
SBiOSoftWhare 78c1341b3a BubbleRoomCellLayoutUpdater: Update legacy text incoming layout. 2022-02-09 10:50:33 +01:00
SBiOSoftWhare 948e0cd192 MXKRoomBubbleTableViewCell: Fix view disappearing on didendisplay. 2022-02-09 08:40:24 +01:00
SBiOSoftWhare d9ace34620 RoomMessageBubbleBackgroundView: Update timestamp management. 2022-02-09 08:37:17 +01:00
SBiOSoftWhare bbf45650e3 BaseBubbleCell: Fix decoration disappear issues. 2022-02-09 08:36:39 +01:00
SBiOSoftWhare 0386a5b4af BubbleRoomTimelineCellDecorator: Clean timestamp code. 2022-02-09 08:35:00 +01:00
SBiOSoftWhare 60f2b961ec BaseBubbleCell: Fix decoration touch recognition. 2022-02-08 15:10:34 +01:00
SBiOSoftWhare 2d37939f35 BubbleRoomCellLayoutUpdater: Update plain text cell margins and remove unused code. 2022-02-08 15:04:07 +01:00
SBiOSoftWhare d5acb64a90 PlainRoomTimelineCellProvider: Handle emote cells. 2022-02-08 11:45:20 +01:00
SBiOSoftWhare 24495a3225 RoomTimelineCellIdentifier: Add dedicated identifiers for emote. 2022-02-08 11:44:52 +01:00
SBiOSoftWhare f466aea377 BubbleRoomTimelineCellDecorator: Update tempary views management. 2022-02-08 11:16:38 +01:00
SBiOSoftWhare 723708402e SizableBaseBubbleCell: Remove reactions height fix. 2022-02-08 10:10:24 +01:00
SBiOSoftWhare 0eec99d2e3 FileWithoutThumbnailBaseBubbleCell: Fix text color. 2022-02-08 09:31:52 +01:00
SBiOSoftWhare fb7e4ff2d7 BubbleRoomCellLayoutConstants: Add thread constant. 2022-02-08 07:04:33 +01:00
SBiOSoftWhare 6066b464eb TextMessageBaseBubbleCell: Update add timestamp. 2022-02-08 07:04:15 +01:00
SBiOSoftWhare e1bd6df40f SizableBaseBubbleCell: Add workaround for reactions height miscalculation. 2022-02-08 07:02:53 +01:00
SBiOSoftWhare 9fa6d44fab BubbleCellContentView: Update decorations order. 2022-02-08 07:01:58 +01:00
SBiOSoftWhare 7733260a05 Message bubble: Improve thread summary positioning. 2022-02-07 22:22:18 +01:00
SBiOSoftWhare 9bdf74e2d9 BubbleCellContentView: Update read receipts view height. 2022-02-07 21:47:36 +01:00
SBiOSoftWhare aabce63b81 RoomTimelineStyle: Add property to indicate to use vertical whitespace for text. 2022-02-07 20:57:18 +01:00
SBiOSoftWhare 9abdd88ea0 Update voice message cells. 2022-02-07 20:05:53 +01:00
SBiOSoftWhare 7b595cfe56 Update file bubble cells. 2022-02-07 20:03:41 +01:00
SBiOSoftWhare d464bb2773 Update poll bubble cells. 2022-02-07 19:59:35 +01:00
SBiOSoftWhare c22f6c5277 Update poll bubble cells. 2022-02-07 19:59:05 +01:00
SBiOSoftWhare 60cfab230a Update location bubble cells. 2022-02-07 19:57:50 +01:00
SBiOSoftWhare cec6377417 TextMessageIncomingBubbleCell: Conforms to BubbleIncomingRoomCellProtocol. 2022-02-07 19:45:46 +01:00
SBiOSoftWhare 6ed1ef4137 TextMessageOutgoingWithoutSenderInfoBubbleCell: Fix bg view leading constraint. 2022-02-07 19:45:26 +01:00
SBiOSoftWhare 300a495f99 BubbleIncomingRoomCellProtocol: Handle decoration constraints. 2022-02-07 19:44:47 +01:00
SBiOSoftWhare b063c2dcc3 TextMessageOutgoingWithoutSenderInfoBubbleCell: Conforms to BubbleOutgoingRoomCellProtocol, handle stick to right decorations. 2022-02-07 19:27:56 +01:00
SBiOSoftWhare 588b1e2542 BubbleRoomTimelineCellDecorator: Handle URL preview. 2022-02-07 19:27:07 +01:00
SBiOSoftWhare 30edeb38bd Add BubbleRoomCellLayoutConstants 2022-02-07 19:26:40 +01:00
SBiOSoftWhare 9a8b64766a Create RoomCellDecorationAlignment 2022-02-07 19:25:54 +01:00
SBiOSoftWhare a19f8f75aa Add bubble cell protocols. 2022-02-07 19:25:38 +01:00
SBiOSoftWhare 8086a0de3d BubbleCellContentView: Add possiblity to set decoration views alignment. 2022-02-07 19:24:25 +01:00
Johannes Marbach 9c8518f393 vector-im/element-ios/pull/4148 - Show target user avatars for collapsed membership changes
This commit switches to displaying the target user's avatar for collapsed membership
changes which addresses the avatar issue reported in #4102.

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2022-02-07 19:32:41 +02:00
SBiOSoftWhare e5c83520a0 BubbleCellContentView: Update URL preview view handling. 2022-02-07 17:28:50 +01:00
SBiOSoftWhare d9ce8a0460 SizableBaseBubbleCell: Handle handle URL preview. 2022-02-07 17:28:07 +01:00
SBiOSoftWhare 77361c0170 Create URLPreviewViewSizer allows to determine reactions view height for a given urlPreviewData and width. 2022-02-07 17:27:14 +01:00
SBiOSoftWhare f2cd3a62e4 BubbleRoomTimelineCellProvider: Handle new text message cells. 2022-02-07 16:36:32 +01:00
SBiOSoftWhare e7ef0fcfd8 Create outgoing text message bubble cells. 2022-02-07 16:29:18 +01:00
SBiOSoftWhare c5626f8590 Create incoming text message bubble cells. 2022-02-07 16:27:16 +01:00
SBiOSoftWhare c1193725c3 Create TextMessageBaseBubbleCell 2022-02-07 16:19:11 +01:00
SBiOSoftWhare 4d496716f8 BaseBubbleCell: Add default support for RoomCellURLPreviewDisplayable. 2022-02-07 16:14:37 +01:00