SBiOSoftWhare
58d261ac0c
BubbleRoomCellLayoutUpdater: Update plain text cell margins and remove unused code.
2022-02-08 15:04:07 +01:00
SBiOSoftWhare
3bde2866fc
PlainRoomTimelineCellProvider: Handle emote cells.
2022-02-08 11:45:20 +01:00
SBiOSoftWhare
7303ff982d
RoomTimelineCellIdentifier: Add dedicated identifiers for emote.
2022-02-08 11:44:52 +01:00
SBiOSoftWhare
2e30f3fba1
BubbleRoomTimelineCellDecorator: Update tempary views management.
2022-02-08 11:16:38 +01:00
SBiOSoftWhare
987015f94b
SizableBaseBubbleCell: Remove reactions height fix.
2022-02-08 10:10:24 +01:00
SBiOSoftWhare
34422f11ab
FileWithoutThumbnailBaseBubbleCell: Fix text color.
2022-02-08 09:31:52 +01:00
SBiOSoftWhare
f6ee329c8d
BubbleRoomCellLayoutConstants: Add thread constant.
2022-02-08 07:04:33 +01:00
SBiOSoftWhare
d66968a9fb
TextMessageBaseBubbleCell: Update add timestamp.
2022-02-08 07:04:15 +01:00
SBiOSoftWhare
2f54fb1da6
SizableBaseBubbleCell: Add workaround for reactions height miscalculation.
2022-02-08 07:02:53 +01:00
SBiOSoftWhare
2903e38e8a
BubbleCellContentView: Update decorations order.
2022-02-08 07:01:58 +01:00
SBiOSoftWhare
fd8cd9c2fe
Message bubble: Improve thread summary positioning.
2022-02-07 22:22:18 +01:00
SBiOSoftWhare
e224ca3b42
BubbleCellContentView: Update read receipts view height.
2022-02-07 21:47:36 +01:00
SBiOSoftWhare
e308933514
RoomTimelineStyle: Add property to indicate to use vertical whitespace for text.
2022-02-07 20:57:18 +01:00
SBiOSoftWhare
33ee514540
Update voice message cells.
2022-02-07 20:05:53 +01:00
SBiOSoftWhare
eb83112cff
Update file bubble cells.
2022-02-07 20:03:41 +01:00
SBiOSoftWhare
09ee04e8fe
Update poll bubble cells.
2022-02-07 19:59:35 +01:00
SBiOSoftWhare
4d0b23c3b2
Update poll bubble cells.
2022-02-07 19:59:05 +01:00
SBiOSoftWhare
a05524f431
Update location bubble cells.
2022-02-07 19:57:50 +01:00
SBiOSoftWhare
476692acdf
TextMessageIncomingBubbleCell: Conforms to BubbleIncomingRoomCellProtocol.
2022-02-07 19:45:46 +01:00
SBiOSoftWhare
017cd440fa
TextMessageOutgoingWithoutSenderInfoBubbleCell: Fix bg view leading constraint.
2022-02-07 19:45:26 +01:00
SBiOSoftWhare
4147e1ed89
BubbleIncomingRoomCellProtocol: Handle decoration constraints.
2022-02-07 19:44:47 +01:00
SBiOSoftWhare
ab881d2ac0
TextMessageOutgoingWithoutSenderInfoBubbleCell: Conforms to BubbleOutgoingRoomCellProtocol, handle stick to right decorations.
2022-02-07 19:27:56 +01:00
SBiOSoftWhare
5f27fc6741
BubbleRoomTimelineCellDecorator: Handle URL preview.
2022-02-07 19:27:07 +01:00
SBiOSoftWhare
2efa11cdfd
Add BubbleRoomCellLayoutConstants
2022-02-07 19:26:40 +01:00
SBiOSoftWhare
3acf3498a7
Create RoomCellDecorationAlignment
2022-02-07 19:25:54 +01:00
SBiOSoftWhare
297f8bbc91
Add bubble cell protocols.
2022-02-07 19:25:38 +01:00
SBiOSoftWhare
1ba4f9e6eb
BubbleCellContentView: Add possiblity to set decoration views alignment.
2022-02-07 19:24:25 +01:00
Johannes Marbach
23050b4303
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
015f6b7531
BubbleCellContentView: Update URL preview view handling.
2022-02-07 17:28:50 +01:00
SBiOSoftWhare
ea664f849b
SizableBaseBubbleCell: Handle handle URL preview.
2022-02-07 17:28:07 +01:00
SBiOSoftWhare
0e85965065
Create URLPreviewViewSizer allows to determine reactions view height for a given urlPreviewData and width.
2022-02-07 17:27:14 +01:00
SBiOSoftWhare
9ee2241586
BubbleRoomTimelineCellProvider: Handle new text message cells.
2022-02-07 16:36:32 +01:00
SBiOSoftWhare
4a389aff19
Create outgoing text message bubble cells.
2022-02-07 16:29:18 +01:00
SBiOSoftWhare
9796d59ef0
Create incoming text message bubble cells.
2022-02-07 16:27:16 +01:00
SBiOSoftWhare
dc059fdd9d
Create TextMessageBaseBubbleCell
2022-02-07 16:19:11 +01:00
SBiOSoftWhare
eb0692d751
BaseBubbleCell: Add default support for RoomCellURLPreviewDisplayable.
2022-02-07 16:14:37 +01:00
SBiOSoftWhare
5253c23f37
Add RoomCellURLPreviewDisplayable, a protocol indicating that a cell support displaying a URL preview.
2022-02-07 16:13:49 +01:00
SBiOSoftWhare
7bf6c95361
Create TextMessageBubbleCellContentView
2022-02-07 16:12:47 +01:00
SBiOSoftWhare
b3e1dd52f5
BubbleCellContentView: Add support for URL preview, expose several constraints.
2022-02-07 16:07:27 +01:00
SBiOSoftWhare
734dd6afb0
Update Riot/Modules/Room/Views/BubbleCells/BaseBubbleCell/TimestampDisplayable.swift
...
Co-authored-by: Stefan Ceriu <stefanc@matrix.org >
2022-02-07 15:15:42 +01:00
SBiOSoftWhare
90631393bb
Merge branch 'develop' into steve/5210_bubble_polls
2022-02-04 16:32:33 +01:00
Stefan Ceriu
4fe6d9a5ad
vector-im/element-ios/issues/5298 - Add .well-known configuration support for tile server and map styles.
2022-02-04 11:33:55 +02:00
SBiOSoftWhare
1988855f13
BubbleRoomTimelineCellDecorator: Update threading view top margin.
2022-02-03 17:37:24 +01:00
SBiOSoftWhare
6cc7db6e69
BubbleRoomTimelineCellDecorator: Handle thread view.
2022-02-03 17:25:14 +01:00
SBiOSoftWhare
5a1eceee85
Bubble poll cells: Handle timestamp display.
2022-02-03 16:54:38 +01:00
SBiOSoftWhare
2239de78f0
RoomMessageBubbleBackgroundView: Conforms to TimestampDisplayable.
2022-02-03 16:51:33 +01:00
SBiOSoftWhare
d98da9480b
BubbleRoomTimelineCellDecorator: Support TimestampDisplayable cells.
2022-02-03 16:50:52 +01:00
SBiOSoftWhare
db371efddf
Add TimestampDisplayable: A protocol indicating that a view support displaying a timestamp.
2022-02-03 16:50:01 +01:00
SBiOSoftWhare
a9f343c9a7
BubbleRoomTimelineCellProvider: Handle poll cells.
2022-02-03 10:15:04 +01:00
SBiOSoftWhare
0f0d6c11e8
Implement poll outgoing bubble cells.
2022-02-03 10:13:53 +01:00