Commit Graph

38 Commits

Author SHA1 Message Date
SBiOSoftWhare e50e13beb8 Merge branch 'develop' into steve/bubbles_sender_name_margin
# Conflicts:
#	Riot/Modules/Room/TimelineCells/Styles/Bubble/Cells/TextMessage/Common/TextMessageBaseBubbleCell.swift
2022-02-18 17:31:26 +01:00
SBiOSoftWhare 8fcf5d1624 Merge pull request #5633 from vector-im/steve/bubbles_incoming_attachment
Message bubbles: Fix incoming attachment leading margin
2022-02-18 17:25:50 +01:00
SBiOSoftWhare f905b126da TextMessageBaseBubbleCell: Reduce sender name bottom margin. 2022-02-18 16:26:35 +01:00
SBiOSoftWhare 1655b59e0b RoomCellContentView: Expose new contraints. 2022-02-18 16:26:09 +01:00
SBiOSoftWhare 14f0357920 Message bubbles: Fix incoming attachment leading margin. 2022-02-18 16:04:56 +01:00
SBiOSoftWhare 057aded551 Merge branch 'develop' into steve/5553_bubbles_text_link
# Conflicts:
#	Riot/Modules/Room/TimelineCells/Common/MXKRoomBubbleTableViewCell.h
2022-02-18 15:16:59 +01:00
SBiOSoftWhare 9a800343ef Merge pull request #5624 from vector-im/steve/5521_bubbles_readmarker
Message Bubbles: Fix read marker appearing part way thru a message
2022-02-18 15:14:30 +01:00
SBiOSoftWhare a03719821b MXKRoomBubbleTableViewCell: Update setupMessageTextViewLongPressGesture method. 2022-02-18 15:12:28 +01:00
SBiOSoftWhare 39d0f27bef Merge pull request #5616 from vector-im/steve/5555_horizontal_lines
Message bubbles: Fix horizontal lines between messages
2022-02-18 15:05:10 +01:00
SBiOSoftWhare 51c2fd9b98 MXKRoomBubbleTableViewCell: Expose removeReadMarkerView method. 2022-02-17 19:23:48 +01:00
SBiOSoftWhare cadd0ac107 BaseRoomCell: Handle read marker. 2022-02-17 19:23:19 +01:00
SBiOSoftWhare 085af8454a Conform cells to RoomCellReadMarkerDisplayable. 2022-02-17 19:22:56 +01:00
SBiOSoftWhare 41bdfbcf8d SizableBaseRoomCell: Handle read marker view. 2022-02-17 19:22:00 +01:00
SBiOSoftWhare 421b0327f4 RoomCellContentView: Handle read marker view. 2022-02-17 19:21:33 +01:00
SBiOSoftWhare ab849290c5 Add RoomCellReadMarkerDisplayable protocol. 2022-02-17 19:20:39 +01:00
SBiOSoftWhare f3333240e3 PlainRoomTimelineCellDecorator: Handle read marker add and animation. 2022-02-17 17:45:01 +01:00
SBiOSoftWhare 2b5d15a553 RoomCellContentView: Fix avatar container view with no clear bg. 2022-02-17 10:38:48 +01:00
SBiOSoftWhare b88ee077d2 BaseRoomCell: Fix sender name tap. Prepare avatar view tap. 2022-02-17 09:39:34 +01:00
SBiOSoftWhare 394811a9e1 TextMessageBaseBubbleCell: Fix message text view gesture recognizers. 2022-02-17 09:38:52 +01:00
SBiOSoftWhare cee44973ec MXKRoomBubbleTableViewCell: UI components setup. 2022-02-17 09:36:28 +01:00
SBiOSoftWhare f8a5cb68e0 Message bubbles: Increase text message width. 2022-02-16 21:28:16 +01:00
SBiOSoftWhare 64294d00e3 Fix BubbleRoomCellLayoutUpdater. 2022-02-16 17:36:49 +01:00
SBiOSoftWhare 6810f94055 Fix conflicts. 2022-02-16 17:31:55 +01:00
SBiOSoftWhare 1cd679af2a Merge branch 'develop' into steve/bubbles_move_files 2022-02-16 16:07:32 +01:00
SBiOSoftWhare 9aa815b474 Fix several MARK comments. 2022-02-16 12:09:55 +01:00
SBiOSoftWhare 45137e8a9f Rename SizableBaseRoomCell to SizableBaseBubbleCell. 2022-02-16 11:00:23 +01:00
SBiOSoftWhare 32a51094de Rename RoomBubbleCellLayout to PlainRoomCellLayoutConstants. 2022-02-16 10:51:06 +01:00
SBiOSoftWhare 1e9cb84aed BaseRoomCell make some rename. 2022-02-16 10:48:08 +01:00
SBiOSoftWhare cbccdff525 Rename BubbleCellThreadSummaryDisplayable to RoomCellThreadSummaryDisplayable. 2022-02-16 10:44:11 +01:00
SBiOSoftWhare 24fb2b3d4b Rename BubbleCellReadReceiptsDisplayable to RoomCellReadReceiptsDisplayable. 2022-02-16 10:43:21 +01:00
SBiOSoftWhare b3fd5d41c9 Rename BubbleCellReactionsDisplayable to RoomCellReactionsDisplayable. 2022-02-16 10:42:19 +01:00
SBiOSoftWhare ec132b86b1 BaseRoomCell: Rename bubbleCellContentView property to roomCellContentView (2). 2022-02-16 10:41:31 +01:00
SBiOSoftWhare 60efbb148c BaseRoomCell: Rename bubbleCellContentView property to roomCellContentView (2). 2022-02-16 10:40:56 +01:00
SBiOSoftWhare 67392b1fe2 BaseRoomCell: Rename bubbleCellContentView property to roomCellContentView. 2022-02-16 10:40:39 +01:00
SBiOSoftWhare 1d736d4dad Rename BubbleCellContentView to RoomCellContentView. 2022-02-16 10:11:35 +01:00
SBiOSoftWhare 75c0b1281e Rename BaseBubbleCell to BaseRoomCell. Rename BaseBubbleCellType to BaseRoomCellProtocol. 2022-02-16 10:09:11 +01:00
SBiOSoftWhare a83911c011 Rename BaseBubbleCell folder to BaseRoomCell. 2022-02-16 09:56:13 +01:00
SBiOSoftWhare b37606fac9 Room timeline: Move files in explicit folders. 2022-02-16 09:36:52 +01:00