Commit Graph

3167 Commits

Author SHA1 Message Date
SBiOSoftWhare 081ae4e36c BubbleRoomTimelineCellProvider: Handle voice message cells. 2022-01-25 15:47:18 +01:00
SBiOSoftWhare d46aa5f95a Message bubbles: Implement outgoing voice message cells. 2022-01-25 15:45:47 +01:00
SBiOSoftWhare 61de861ae2 Message bubbles: Implement incoming voice message cells. 2022-01-25 15:45:29 +01:00
SBiOSoftWhare dff1582670 VoiceMessagePlaybackView: Expose background color. 2022-01-25 15:44:48 +01:00
SBiOSoftWhare 809f44b8de BubbleCellContentView: Add outlets for inner content view left and right constraints. 2022-01-25 15:40:16 +01:00
SBiOSoftWhare 203f18fcce BaseBubbleCell: Expose current theme. 2022-01-25 15:39:21 +01:00
SBiOSoftWhare 62c6520e1d BubbleRoomCellLayoutUpdater: Update with nex theme colors. 2022-01-25 15:38:53 +01:00
SBiOSoftWhare 7f2fe6b0ff Message bubble: Add extension on theme for incoming and outgoing colors. 2022-01-25 15:38:29 +01:00
SBiOSoftWhare b0354ee7a5 RoomVC: Handle new voice message cell identifiers. 2022-01-25 14:53:53 +01:00
SBiOSoftWhare 0c48976018 PlainRoomTimelineCellProvider: Handle new voice message cell identifiers. 2022-01-25 14:53:05 +01:00
SBiOSoftWhare eac19d4a09 RoomTimelineCellIdentifier: Add specific indentifiers for incoming and outgoing voice message cells. 2022-01-25 14:51:30 +01:00
Doug 86f654d11d Merge pull request #5435 from RiotTranslateBot/weblate-riot-ios-element-ios-matrixkit
Translations update from Weblate
2022-01-25 11:50:53 +00:00
Doug 0df14d48d4 Merge pull request #5430 from vector-im/doug/5429_sync_profile_units
Update Analytics docs
2022-01-25 11:12:55 +00:00
Weblate dec75bda6a Merge branch 'origin/develop' into Weblate. 2022-01-25 10:34:00 +00:00
LinAGKar 90f190767c Translated using Weblate (Swedish)
Currently translated at 100.0% (442 of 442 strings)

Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/sv/
2022-01-25 10:31:45 +00:00
Thibault Martin 397572f44e Translated using Weblate (French)
Currently translated at 99.7% (441 of 442 strings)

Translation: Element iOS/Element iOS (MatrixKit)
Translate-URL: https://translate.element.io/projects/riot-ios/element-ios-matrixkit/fr/
2022-01-25 10:31:44 +00:00
Doug 6cd5abdd9a Update Analytics docs. 2022-01-25 10:13:29 +00:00
SBiOSoftWhare a421f999b5 Merge pull request #5419 from vector-im/steve/5209_media_bubbles
Message Bubbles: Layout for Media (part 1)
2022-01-25 10:46:46 +01:00
ismailgulek 7f4848b06a Fix tab bar badges on section-only updates 2022-01-25 03:22:56 +03:00
David Langley d3374fef96 Merge pull request #5408 from vector-im/langleyd/5407_fix_indefinite_grey_spinner_on_home
Fix indefinite grey spinner on home view banner wrapper.
2022-01-24 14:45:59 +00:00
SBiOSoftWhare 4c09ac8379 Message bubbles: Handle emotes. 2022-01-24 11:14:30 +01:00
SBiOSoftWhare 4481d3f7d5 Message bubbles: Handle file messages. 2022-01-24 11:10:59 +01:00
SBiOSoftWhare 478c094f68 PlainRoomTimelineCellProvider: Fix outgoing text message cells. 2022-01-24 10:25:37 +01:00
SBiOSoftWhare e881e8cdee BubbleRoomTimelineCellProvider: Remove sender name for pagination title case. 2022-01-21 19:26:59 +01:00
SBiOSoftWhare de55008020 Add RoomOutgoingAttachmentWithPaginationTitleWithoutSenderNameBubbleCell. 2022-01-21 19:18:57 +01:00
SBiOSoftWhare 5874f68c47 MXKRoomOutgoingAttachmentBubbleCell: Handle cellLayoutUpdater. 2022-01-21 18:23:03 +01:00
SBiOSoftWhare a5dbb09cf5 BubbleRoomCellLayoutUpdater: Handle setup outgoing file attachment layout. 2022-01-21 18:21:05 +01:00
SBiOSoftWhare 328adda30a RoomCellLayoutUpdating: Add setup method for outgoing file attachement cell. 2022-01-21 18:16:01 +01:00
SBiOSoftWhare e2a656777f BubbleRoomTimelineCellProvider: Handle outgoing file attachment cells. 2022-01-21 18:13:47 +01:00
SBiOSoftWhare f40cfa6b1d MXKRoomBubbleTableViewCell: Expose attachViewLeadingConstraint property. 2022-01-21 17:34:27 +01:00
SBiOSoftWhare 9f3d57da55 Move all MatrixKit cells + MXKRoomViewController into appropriated folders. 2022-01-21 17:18:59 +01:00
SBiOSoftWhare 04267efeee 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 9b9fa91c57 Remane RoomCellLayoutUpdater to RoomCellLayoutUpdating. 2022-01-21 15:35:34 +01:00
SBiOSoftWhare 11639b87f6 Refactor RoomTimelineCellProviderProtocol to RoomTimelineCellProvider. 2022-01-20 17:09:34 +01:00
SBiOSoftWhare 0cf1490990 Refactor RoomCellLayoutUpdaterProtocol to RoomCellLayoutUpdater. 2022-01-20 17:00:13 +01:00
SBiOSoftWhare 180e3cb471 RoomTimelineStyle: Conforms to Themable. 2022-01-20 16:56:32 +01:00
SBiOSoftWhare 4ea9804cf9 MXKRoomBubbleCellData: Improve getFirstBubbleComponentWithDisplay and getLastBubbleComponentWithDisplay. 2022-01-20 16:01:45 +01:00
SBiOSoftWhare 2eba606388 MXKRoomBubbleTableViewCell: Update a method name. 2022-01-20 15:47:07 +01:00
SBiOSoftWhare abf64cf311 MXKRoomBubbleTableViewCell: Update a method name. 2022-01-20 15:33:39 +01:00
SBiOSoftWhare 5bdeed6358 BubbleRoomCellLayoutUpdater: Fix CGFloat type. 2022-01-20 15:09:04 +01:00
SBiOSoftWhare e14c3f0e28 BubbleReactionsView: Fix typos. 2022-01-20 14:46:29 +01:00
SBiOSoftWhare 2d34617113 PlainRoomTimelineCellProvider: Fix missing outgoing attachment cells. 2022-01-19 15:44:20 +01:00
Stefan Ceriu ec1fbed87d vector-im/element-ios/issues/5298 - Removed cocoapods-keys and moved the MapTiler key to the buildSettings. 2022-01-19 16:11:35 +02:00
Stefan Ceriu 8084c6e0d7 vector-im/element-ios/issues/5298 - Added bottom padding on location markers so they point to the location instead of being centered on it. 2022-01-19 16:11:35 +02:00
Stefan Ceriu f437ef3045 vector-im/element-ios/issues/5298 - Add support for location m.asset types. 2022-01-19 16:11:35 +02:00
SBiOSoftWhare 5d54307471 BubbleRoomCellLayoutUpdater: Update bubble height methods. 2022-01-19 11:46:36 +01:00
David Langley c1f2cc3302 Change HomeViewControllerWithBannerWrapperViewController to MXKViewControllerActivityHandling conformance. 2022-01-19 09:48:16 +00:00
David Langley 5c847cdcf1 Merge pull request #5405 from vector-im/langleyd/5404_add_build_setting_to_hide_social_login
Add build setting to hide social login
2022-01-19 09:20:18 +00:00
David Langley 8af48645a5 Merge pull request #5403 from vector-im/langleyd/5402_fix_hide_invite_friends_build_setting
Fix BuildSetting to hide "Invite Friends"
2022-01-19 09:19:53 +00:00
David Langley de2e4bf152 Merge pull request #5400 from vector-im/langleyd/5399_fix_crash_uploading_video_ipad
Fix crash uploading video ipad
2022-01-19 09:19:25 +00:00