Commit Graph

579 Commits

Author SHA1 Message Date
ismailgulek 86ec671e75 Merge branch 'ismail/5068_start_thread' into ismail/5068_design_tweaks 2022-01-27 02:01:55 +03:00
ismailgulek 58675a7a1a Fix further review remarks 2022-01-27 01:45:01 +03:00
SBiOSoftWhare cd5ae2f521 BubbleRoomTimelineCellDecorator: Handle timestamp for media with thumbnail. 2022-01-26 17:43:58 +01:00
SBiOSoftWhare 43b72ad57d PlainRoomTimelineCellDecorator: Expose a Theme property. 2022-01-26 17:39:35 +01:00
SBiOSoftWhare ead98e3880 BubbleRoomCellLayoutUpdater: Disable bubble bg for emotes. 2022-01-26 16:24:56 +01:00
SBiOSoftWhare ca1ac3006a BubbleRoomCellLayoutUpdater & BubbleRoomTimelineCellDecorator: Use convenient message type property from MXEvent. 2022-01-26 16:11:59 +01:00
SBiOSoftWhare 2bd87d0456 VoiceMessage: Update MXKAttachmentType usage. 2022-01-26 16:02:24 +01:00
SBiOSoftWhare fe0aea9163 MXKRoomBubbleCellData: Remove redundant isSenderCurrentUser method. 2022-01-26 15:52:27 +01:00
SBiOSoftWhare b030ad9055 BubbleRoomTimelineCellDecorator: Show timestamp for location sharing. 2022-01-26 15:47:23 +01:00
ismailgulek 0984e9c794 Fix Doug's remarks 2022-01-26 15:58:37 +03:00
ismailgulek f9ae800298 Implement thread summary displayable on cell decorator 2022-01-26 14:28:24 +03:00
ismailgulek 98dd950a35 Merge branch 'ismail/5068_start_thread' into ismail/5068_design_tweaks 2022-01-26 14:27:25 +03:00
ismailgulek 785fe6b4e0 Fix review remarks 2022-01-25 23:59:19 +03:00
SBiOSoftWhare 7fa99711eb Message bubbles: Improve voice message cells implementation. 2022-01-25 16:59:08 +01:00
SBiOSoftWhare b260cfe4b0 BubbleRoomTimelineCellProvider: Handle location cells. 2022-01-25 16:45:30 +01:00
SBiOSoftWhare f8b4527134 Message bubbles: Implement outgoing location cells. 2022-01-25 16:45:02 +01:00
SBiOSoftWhare e05f0b3f2b Message bubbles: Implement incoming location cells. 2022-01-25 16:44:41 +01:00
SBiOSoftWhare 670455f628 PlainRoomTimelineCellProvider: Handle new location cell identifiers. 2022-01-25 16:43:42 +01:00
SBiOSoftWhare b9473b468e RoomTimelineCellIdentifier: Add specific indentifiers for incoming and outgoing location cells. 2022-01-25 16:40:55 +01:00
SBiOSoftWhare 5437689c01 BubbleCellContentView: Add outlets for inner content view left and right constraints. 2022-01-25 15:47:37 +01:00
SBiOSoftWhare 8f9f0831da BubbleRoomTimelineCellProvider: Handle voice message cells. 2022-01-25 15:47:18 +01:00
SBiOSoftWhare 36c59400eb Message bubbles: Implement outgoing voice message cells. 2022-01-25 15:45:47 +01:00
SBiOSoftWhare fd437c7016 Message bubbles: Implement incoming voice message cells. 2022-01-25 15:45:29 +01:00
SBiOSoftWhare 656ac8bf6f BubbleCellContentView: Add outlets for inner content view left and right constraints. 2022-01-25 15:40:16 +01:00
SBiOSoftWhare f66c04df93 BaseBubbleCell: Expose current theme. 2022-01-25 15:39:21 +01:00
SBiOSoftWhare 5ac1f1f7ce BubbleRoomCellLayoutUpdater: Update with nex theme colors. 2022-01-25 15:38:53 +01:00
SBiOSoftWhare 099c3906ef Message bubble: Add extension on theme for incoming and outgoing colors. 2022-01-25 15:38:29 +01:00
SBiOSoftWhare e3e5f9d1ff PlainRoomTimelineCellProvider: Handle new voice message cell identifiers. 2022-01-25 14:53:05 +01:00
SBiOSoftWhare dca38b5c70 RoomTimelineCellIdentifier: Add specific indentifiers for incoming and outgoing voice message cells. 2022-01-25 14:51:30 +01:00
ismailgulek 48b99d6a2a Implement thread summary view on cell decorator 2022-01-25 14:31:19 +03:00
ismailgulek d5a58779a3 Merge branch 'develop' into ismail/5068_start_thread 2022-01-25 14:30:52 +03:00
SBiOSoftWhare 60f423c923 Message bubbles: Handle emotes. 2022-01-24 11:14:30 +01:00
SBiOSoftWhare c527656e79 Message bubbles: Handle file messages. 2022-01-24 11:10:59 +01:00
SBiOSoftWhare 86e80b7cd3 PlainRoomTimelineCellProvider: Fix outgoing text message cells. 2022-01-24 10:25:37 +01:00
SBiOSoftWhare a2cfa1912b BubbleRoomTimelineCellProvider: Remove sender name for pagination title case. 2022-01-21 19:26:59 +01:00
SBiOSoftWhare 6c0e75028c Add RoomOutgoingAttachmentWithPaginationTitleWithoutSenderNameBubbleCell. 2022-01-21 19:18:57 +01:00
SBiOSoftWhare faf9c03969 MXKRoomOutgoingAttachmentBubbleCell: Handle cellLayoutUpdater. 2022-01-21 18:23:03 +01:00
SBiOSoftWhare c12a1a12e6 BubbleRoomCellLayoutUpdater: Handle setup outgoing file attachment layout. 2022-01-21 18:21:05 +01:00
SBiOSoftWhare 61dd93714c RoomCellLayoutUpdating: Add setup method for outgoing file attachement cell. 2022-01-21 18:16:01 +01:00
SBiOSoftWhare 2257acf364 BubbleRoomTimelineCellProvider: Handle outgoing file attachment cells. 2022-01-21 18:13:47 +01:00
SBiOSoftWhare 10ce5651c3 MXKRoomBubbleTableViewCell: Expose attachViewLeadingConstraint property. 2022-01-21 17:34:27 +01:00
SBiOSoftWhare 679c036efc Move all MatrixKit cells + MXKRoomViewController into appropriated folders. 2022-01-21 17:18:59 +01:00
SBiOSoftWhare dc4d332222 Merge pull request #5383 from vector-im/steve/5208_text_msg_layout
Message bubbles: Text message layout
2022-01-21 16:06:57 +01:00
SBiOSoftWhare 670eec04ea Remane RoomCellLayoutUpdater to RoomCellLayoutUpdating. 2022-01-21 15:35:34 +01:00
SBiOSoftWhare 0c99258253 Refactor RoomTimelineCellProviderProtocol to RoomTimelineCellProvider. 2022-01-20 17:09:34 +01:00
SBiOSoftWhare f9808afc63 Refactor RoomCellLayoutUpdaterProtocol to RoomCellLayoutUpdater. 2022-01-20 17:00:13 +01:00
SBiOSoftWhare 08430961d0 RoomTimelineStyle: Conforms to Themable. 2022-01-20 16:56:32 +01:00
SBiOSoftWhare 95a31a9f96 MXKRoomBubbleTableViewCell: Update a method name. 2022-01-20 15:33:39 +01:00
SBiOSoftWhare b5fe6bd2e6 BubbleRoomCellLayoutUpdater: Fix CGFloat type. 2022-01-20 15:09:04 +01:00
SBiOSoftWhare 95bff0e3d2 PlainRoomTimelineCellProvider: Fix missing outgoing attachment cells. 2022-01-19 15:44:20 +01:00