Commit Graph

1435 Commits

Author SHA1 Message Date
SBiOSoftWhare 4e7c71b97e Merge pull request #5518 from vector-im/steve/bubbles_text_msg
Message bubbles: Create new text message cells for bubbles
2022-02-09 17:29:11 +01:00
SBiOSoftWhare 58b249ccd4 BubbleRoomCellLayoutUpdater: Fix outgoing layout. 2022-02-09 16:34:41 +01:00
SBiOSoftWhare a9fc0fc4ae RoomTimelineStyle: Remove useless property. 2022-02-09 16:34:05 +01:00
SBiOSoftWhare 3ae07474d7 FileWithoutThumbnailBaseBubbleCell: Update attributed text usage. 2022-02-09 16:32:58 +01:00
SBiOSoftWhare aacf38820a BaseBubbleCell: Update isTextViewNeedsPositioningVerticalSpace value. 2022-02-09 16:32:36 +01:00
SBiOSoftWhare 6aa005d145 MXKRoomBubbleTableViewCell: Add properties regarding attributed text blank space positioning. 2022-02-09 16:32:07 +01:00
SBiOSoftWhare 7255cefdc4 RoomBubbleCellData: Handle atttributed text message without vert space. 2022-02-09 16:27:30 +01:00
SBiOSoftWhare be259d4392 BubbleRoomTimelineCellProvider: Handle text message cells without sender name and use bubbles for emotes. 2022-02-09 16:14:34 +01:00
SBiOSoftWhare 290c2b4a83 Add text message bubble cells without sender name variants. 2022-02-09 16:13:35 +01:00
SBiOSoftWhare fcced28069 BubbleCellContentView: Separate avatar and user name in different containers. 2022-02-09 16:12:42 +01:00
Doug a8cb42bde5 Fix header title in room settings. 2022-02-09 14:49:39 +00:00
SBiOSoftWhare 130acc4387 BubbleRoomCellLayoutUpdater: Update legacy text message cells layout. 2022-02-09 12:34:05 +01:00
SBiOSoftWhare 2c5a930b08 RoomCellLayoutUpdating: Add maximum text width calculation. 2022-02-09 12:33:24 +01:00
SBiOSoftWhare 4ce8b1ad14 MXKRoomBubbleTableViewCell: Clear attachmentWebView on reuse. 2022-02-09 10:51:31 +01:00
SBiOSoftWhare cec8f9197d BubbleRoomCellLayoutUpdater: Update legacy text incoming layout. 2022-02-09 10:50:33 +01:00
SBiOSoftWhare 3d82ef9e42 MXKRoomBubbleTableViewCell: Fix view disappearing on didendisplay. 2022-02-09 08:40:24 +01:00
SBiOSoftWhare f9e953c966 RoomMessageBubbleBackgroundView: Update timestamp management. 2022-02-09 08:37:17 +01:00
SBiOSoftWhare 68514fb2cd BaseBubbleCell: Fix decoration disappear issues. 2022-02-09 08:36:39 +01:00
SBiOSoftWhare d5bd037ec9 BubbleRoomTimelineCellDecorator: Clean timestamp code. 2022-02-09 08:35:00 +01:00
Stefan Ceriu a876d0fc3b Fixed/improved emoji tests, made emoji service always callback on the main queue. 2022-02-08 17:46:18 +02:00
SBiOSoftWhare a3b9b23b3a BaseBubbleCell: Fix decoration touch recognition. 2022-02-08 15:10:34 +01:00
SBiOSoftWhare a405330d68 BubbleRoomCellLayoutUpdater: Update plain text cell margins and remove unused code. 2022-02-08 15:04:07 +01:00
SBiOSoftWhare 8947fd6549 RoomVC: Handle emote cell identifiers. 2022-02-08 11:57:45 +01:00
SBiOSoftWhare f472cde909 PlainRoomTimelineCellProvider: Handle emote cells. 2022-02-08 11:45:20 +01:00
SBiOSoftWhare 5883d7382e RoomTimelineCellIdentifier: Add dedicated identifiers for emote. 2022-02-08 11:44:52 +01:00
SBiOSoftWhare d2d3d67dbe RoomBubbleCellData: Fix quote for bubbles. 2022-02-08 11:17:06 +01:00
SBiOSoftWhare 8cd8b13262 BubbleRoomTimelineCellDecorator: Update tempary views management. 2022-02-08 11:16:38 +01:00
SBiOSoftWhare 330a93e637 SizableBaseBubbleCell: Remove reactions height fix. 2022-02-08 10:10:24 +01:00
SBiOSoftWhare e9ce1969c1 FileWithoutThumbnailBaseBubbleCell: Fix text color. 2022-02-08 09:31:52 +01:00
SBiOSoftWhare 74a29ccfc4 RoomDataSource: Apply theme if needed. 2022-02-08 07:06:36 +01:00
SBiOSoftWhare 92a5e1bddb BubbleRoomCellLayoutConstants: Add thread constant. 2022-02-08 07:04:33 +01:00
SBiOSoftWhare 4d1c7677de TextMessageBaseBubbleCell: Update add timestamp. 2022-02-08 07:04:15 +01:00
SBiOSoftWhare c9075dda57 SizableBaseBubbleCell: Add workaround for reactions height miscalculation. 2022-02-08 07:02:53 +01:00
SBiOSoftWhare 565a90c76d BubbleCellContentView: Update decorations order. 2022-02-08 07:01:58 +01:00
SBiOSoftWhare 1366a4a836 Message bubble: Improve thread summary positioning. 2022-02-07 22:22:18 +01:00
SBiOSoftWhare ba2520ac9c BubbleCellContentView: Update read receipts view height. 2022-02-07 21:47:36 +01:00
SBiOSoftWhare 6e39884f42 RoomBubbleCellData: Handle attributed text without vertical blank space. 2022-02-07 20:58:00 +01:00
SBiOSoftWhare 848f7f471e RoomTimelineStyle: Add property to indicate to use vertical whitespace for text. 2022-02-07 20:57:18 +01:00
SBiOSoftWhare 99179020cb Update voice message cells. 2022-02-07 20:05:53 +01:00
SBiOSoftWhare db542fa582 Update file bubble cells. 2022-02-07 20:03:41 +01:00
SBiOSoftWhare a1bf040151 Update poll bubble cells. 2022-02-07 19:59:35 +01:00
SBiOSoftWhare ee92229ac6 Update poll bubble cells. 2022-02-07 19:59:05 +01:00
SBiOSoftWhare 757ebde672 Update location bubble cells. 2022-02-07 19:57:50 +01:00
SBiOSoftWhare ef0a1aec06 TextMessageIncomingBubbleCell: Conforms to BubbleIncomingRoomCellProtocol. 2022-02-07 19:45:46 +01:00
SBiOSoftWhare 1a5df84b07 TextMessageOutgoingWithoutSenderInfoBubbleCell: Fix bg view leading constraint. 2022-02-07 19:45:26 +01:00
SBiOSoftWhare d674c1693a BubbleIncomingRoomCellProtocol: Handle decoration constraints. 2022-02-07 19:44:47 +01:00
SBiOSoftWhare 008d48a4b1 TextMessageOutgoingWithoutSenderInfoBubbleCell: Conforms to BubbleOutgoingRoomCellProtocol, handle stick to right decorations. 2022-02-07 19:27:56 +01:00
SBiOSoftWhare be14bc1113 BubbleRoomTimelineCellDecorator: Handle URL preview. 2022-02-07 19:27:07 +01:00
SBiOSoftWhare 64c43cccd4 Add BubbleRoomCellLayoutConstants 2022-02-07 19:26:40 +01:00
SBiOSoftWhare 789ccfac04 Create RoomCellDecorationAlignment 2022-02-07 19:25:54 +01:00