aringenbach
2dc926a253
Fix RoomTitleView default presence display & add a constraint for disambiguation on RoomInfoBasicView
2022-04-06 16:01:49 +02:00
aringenbach
1a14cb7a3d
Weakify self on presence notifications observers
2022-04-05 15:21:53 +02:00
aringenbach
4738263ad1
PresenceIndicatorView Swift implementation
2022-04-05 15:13:58 +02:00
aringenbach
43840b8872
Merge branch 'develop' into aringenbach/5933_presence_indicator
2022-04-05 14:14:45 +02:00
ismailgulek
3c6a3feaa5
Do not scale room name in thread header
2022-04-05 02:34:36 +03:00
aringenbach
1aca77801c
Slightly reduce RoomTitleView presence indicator border width
2022-04-04 18:52:07 +02:00
aringenbach
5c9b45bab3
Add observer to refresh RoomTitleView on presence updates
2022-04-04 18:52:07 +02:00
aringenbach
0df2ef5668
Move RoomTitleView encryption badge when presence is displayed
2022-04-04 18:52:07 +02:00
aringenbach
cbae09a364
Enable presence indicator border colour update
2022-04-04 18:52:07 +02:00
aringenbach
a8c8b27d8f
Add presence indicator to RoomTitleView
2022-04-04 18:52:07 +02:00
Doug
2aec883095
Remove MatrixKitL10n from SwiftGen
...
Uses VectorL10n everywhere.
2022-03-03 09:34:54 +00:00
SBiOSoftWhare
1cd679af2a
Merge branch 'develop' into steve/bubbles_move_files
2022-02-16 16:07:32 +01:00
SBiOSoftWhare
aa4b30e636
Merge pull request #5588 from vector-im/steve/5409_bubbles_constants
...
Message bubbles: Use layout constants instead magic numbers
2022-02-16 12:36:12 +01:00
SBiOSoftWhare
8c28d5c9d1
BubbleRoomCellLayoutUpdater: Fix outgoing message issue.
2022-02-16 11:59:35 +01:00
Stefan Ceriu
1a0af46a18
Merge branch 'master' into develop
2022-02-16 12:45:06 +02:00
Doug
2749368ec6
Fix for images sometimes being sent unencrypted in an encrypted room.
2022-02-16 12:42:00 +02:00
SBiOSoftWhare
b37606fac9
Room timeline: Move files in explicit folders.
2022-02-16 09:36:52 +01:00
SBiOSoftWhare
0479d73202
BubbleRoomTimelineCellDecorator: Use layout constants.
2022-02-15 17:27:44 +01:00
SBiOSoftWhare
25baa791f2
FileWithoutThumbnailCellContentView: Use constants.
2022-02-15 17:11:51 +01:00
SBiOSoftWhare
5059770ae3
RoomMessageBubbleBackgroundView: Use constants.
2022-02-15 17:11:41 +01:00
SBiOSoftWhare
a0ec71764d
BubbleRoomCellLayoutConstants: Add new decoration constraints.
2022-02-15 17:11:03 +01:00
SBiOSoftWhare
2cfc7ab18c
BubbleRoomCellLayoutUpdater: User constants.
2022-02-15 15:53:52 +01:00
SBiOSoftWhare
c13213e889
PollBaseBubbleCell: Use constants.
2022-02-15 14:46:54 +01:00
SBiOSoftWhare
849c6fbd0b
Voice message cells: Use constants.
2022-02-15 12:12:49 +01:00
SBiOSoftWhare
7a4edb988a
Poll cells: Use constants.
2022-02-15 12:10:32 +01:00
SBiOSoftWhare
e9240f68f0
Location sharing cells: Use constants.
2022-02-15 12:09:13 +01:00
SBiOSoftWhare
9daa78b239
File cells: Use constants.
2022-02-15 12:07:41 +01:00
SBiOSoftWhare
9769098907
Text message bubbles: Use constants.
2022-02-15 12:05:31 +01:00
SBiOSoftWhare
6d9cd1c6a6
BubbleRoomCellLayoutConstants: Update constants and add new ones.
2022-02-15 12:03:08 +01:00
ismailgulek
4291b9f7d9
Use thread protocols where possible
2022-02-11 18:11:44 +03:00
aringenbach
87ad400eb6
Add objective C support to SwiftGen assets helpers ( #5533 )
...
* Add objective C support to SwiftGen assets helpers
* Use dot notation in ObjC & fix minor issues
Co-authored-by: Arnaud Ringenbach <arnaud.ringenbach@niji.fr >
2022-02-10 17:13:23 +01:00
Stefan Ceriu
bc60512101
Fixed various project warnings. Completely disabled nullability checks, went down from ~20k to 195.
2022-02-10 08:43:18 +02:00
SBiOSoftWhare
9a6201152c
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
bc2a0525fb
BubbleRoomCellLayoutUpdater: Fix outgoing layout.
2022-02-09 16:34:41 +01:00
SBiOSoftWhare
a1f42730bf
RoomTimelineStyle: Remove useless property.
2022-02-09 16:34:05 +01:00
SBiOSoftWhare
008855880e
FileWithoutThumbnailBaseBubbleCell: Update attributed text usage.
2022-02-09 16:32:58 +01:00
SBiOSoftWhare
7b99e560cc
BaseBubbleCell: Update isTextViewNeedsPositioningVerticalSpace value.
2022-02-09 16:32:36 +01:00
SBiOSoftWhare
eaacdbad3c
MXKRoomBubbleTableViewCell: Add properties regarding attributed text blank space positioning.
2022-02-09 16:32:07 +01:00
SBiOSoftWhare
d967af1aab
BubbleRoomTimelineCellProvider: Handle text message cells without sender name and use bubbles for emotes.
2022-02-09 16:14:34 +01:00
SBiOSoftWhare
b3d0122fd0
Add text message bubble cells without sender name variants.
2022-02-09 16:13:35 +01:00
SBiOSoftWhare
14dd6e53c6
BubbleCellContentView: Separate avatar and user name in different containers.
2022-02-09 16:12:42 +01:00
SBiOSoftWhare
2679dcf5c4
BubbleRoomCellLayoutUpdater: Update legacy text message cells layout.
2022-02-09 12:34:05 +01:00
SBiOSoftWhare
600b33b45c
RoomCellLayoutUpdating: Add maximum text width calculation.
2022-02-09 12:33:24 +01:00
SBiOSoftWhare
0cddb81b82
MXKRoomBubbleTableViewCell: Clear attachmentWebView on reuse.
2022-02-09 10:51:31 +01:00
SBiOSoftWhare
6acda24aad
BubbleRoomCellLayoutUpdater: Update legacy text incoming layout.
2022-02-09 10:50:33 +01:00
SBiOSoftWhare
d30ccd3b5c
MXKRoomBubbleTableViewCell: Fix view disappearing on didendisplay.
2022-02-09 08:40:24 +01:00
SBiOSoftWhare
ff9fb47f4a
RoomMessageBubbleBackgroundView: Update timestamp management.
2022-02-09 08:37:17 +01:00
SBiOSoftWhare
faae2e0977
BaseBubbleCell: Fix decoration disappear issues.
2022-02-09 08:36:39 +01:00
SBiOSoftWhare
e6769cc5ff
BubbleRoomTimelineCellDecorator: Clean timestamp code.
2022-02-09 08:35:00 +01:00
SBiOSoftWhare
3e1b3c453e
BaseBubbleCell: Fix decoration touch recognition.
2022-02-08 15:10:34 +01:00