Commit Graph

3136 Commits

Author SHA1 Message Date
SBiOSoftWhare cd49eef326 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 244321ba05 Fix tab bar badges on section-only updates 2022-01-25 03:22:56 +03:00
David Langley d63fee969e 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 428af6e24d Message bubbles: Handle emotes. 2022-01-24 11:14:30 +01:00
SBiOSoftWhare f28658c52c Message bubbles: Handle file messages. 2022-01-24 11:10:59 +01:00
SBiOSoftWhare 997b51f7e6 PlainRoomTimelineCellProvider: Fix outgoing text message cells. 2022-01-24 10:25:37 +01:00
SBiOSoftWhare 966fccc877 BubbleRoomTimelineCellProvider: Remove sender name for pagination title case. 2022-01-21 19:26:59 +01:00
SBiOSoftWhare 48a88cddfc Add RoomOutgoingAttachmentWithPaginationTitleWithoutSenderNameBubbleCell. 2022-01-21 19:18:57 +01:00
SBiOSoftWhare f6e8f93e6e MXKRoomOutgoingAttachmentBubbleCell: Handle cellLayoutUpdater. 2022-01-21 18:23:03 +01:00
SBiOSoftWhare e81f339698 BubbleRoomCellLayoutUpdater: Handle setup outgoing file attachment layout. 2022-01-21 18:21:05 +01:00
SBiOSoftWhare 355c7a32ee RoomCellLayoutUpdating: Add setup method for outgoing file attachement cell. 2022-01-21 18:16:01 +01:00
SBiOSoftWhare ad7976726d BubbleRoomTimelineCellProvider: Handle outgoing file attachment cells. 2022-01-21 18:13:47 +01:00
SBiOSoftWhare c6becda12b MXKRoomBubbleTableViewCell: Expose attachViewLeadingConstraint property. 2022-01-21 17:34:27 +01:00
SBiOSoftWhare 87bba993bc Move all MatrixKit cells + MXKRoomViewController into appropriated folders. 2022-01-21 17:18:59 +01:00
SBiOSoftWhare 535af1caf3 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 7220a519a3 Remane RoomCellLayoutUpdater to RoomCellLayoutUpdating. 2022-01-21 15:35:34 +01:00
SBiOSoftWhare 8f3c47a321 Refactor RoomTimelineCellProviderProtocol to RoomTimelineCellProvider. 2022-01-20 17:09:34 +01:00
SBiOSoftWhare 5a9a756a8d Refactor RoomCellLayoutUpdaterProtocol to RoomCellLayoutUpdater. 2022-01-20 17:00:13 +01:00
SBiOSoftWhare c7f1d610a8 RoomTimelineStyle: Conforms to Themable. 2022-01-20 16:56:32 +01:00
SBiOSoftWhare 8997578680 MXKRoomBubbleCellData: Improve getFirstBubbleComponentWithDisplay and getLastBubbleComponentWithDisplay. 2022-01-20 16:01:45 +01:00
SBiOSoftWhare 1ffa88e983 MXKRoomBubbleTableViewCell: Update a method name. 2022-01-20 15:47:07 +01:00
SBiOSoftWhare 9c043a38f3 MXKRoomBubbleTableViewCell: Update a method name. 2022-01-20 15:33:39 +01:00
SBiOSoftWhare 8444c45e44 BubbleRoomCellLayoutUpdater: Fix CGFloat type. 2022-01-20 15:09:04 +01:00
SBiOSoftWhare d9ea363ace BubbleReactionsView: Fix typos. 2022-01-20 14:46:29 +01:00
SBiOSoftWhare 38cf543cf1 PlainRoomTimelineCellProvider: Fix missing outgoing attachment cells. 2022-01-19 15:44:20 +01:00
Stefan Ceriu 03f2a2687f 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 e4a978fdbe 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 c6e5d2ebc0 vector-im/element-ios/issues/5298 - Add support for location m.asset types. 2022-01-19 16:11:35 +02:00
SBiOSoftWhare 0a40f3f24c BubbleRoomCellLayoutUpdater: Update bubble height methods. 2022-01-19 11:46:36 +01:00
David Langley 7a7ee720f2 Change HomeViewControllerWithBannerWrapperViewController to MXKViewControllerActivityHandling conformance. 2022-01-19 09:48:16 +00:00
David Langley fc166cc43c 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 ad0e27d35a 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 d3699e730e 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
David Langley efe7eb403b Add build setting to hide social login 2022-01-18 22:36:50 +00:00
David Langley 399b659fd2 Add sideMenuShowInviteFriends and remove the non functioning settingsScreenShowInviteFriends 2022-01-18 22:13:10 +00:00
David Langley 6c9f11f6c5 Specify source of alertView popup for selecting video/image size on upload 2022-01-18 21:35:53 +00:00
SBiOSoftWhare d6f16cec36 RoomDataSource: Use RoomTimelineStyle to apply cell selection style. 2022-01-18 20:51:59 +01:00
SBiOSoftWhare d0b3d0b40e BubbleRoomTimelineStyle: Handle selected style. 2022-01-18 20:49:13 +01:00
SBiOSoftWhare 740e04ed99 PlainRoomTimelineStyle: Handle selected style. 2022-01-18 20:46:59 +01:00
SBiOSoftWhare 6635c0f1e1 RoomTimelineStyle: Add method to apply selected style. 2022-01-18 20:46:34 +01:00
SBiOSoftWhare 8cf0dfc051 Text message bubble cells: Fix call to super.setupViews 2022-01-18 19:35:30 +01:00
Stefan Ceriu f2572ee34f vector-im/element-ios/issues/5114 - Renamed unstable extensible audio key. 2022-01-18 20:05:10 +02:00
Stefan Ceriu f3422613cd vector-im/element-ios/issues/5114 - De-labs-ed polls, disabled editing and undisclosed polls until platform parity. 2022-01-18 20:05:10 +02:00
Stefan Ceriu a9a0bd81c8 vector-im/element-ios/issues/5114 - Cleanup + rename PollTimeline to TimelinePoll. 2022-01-18 20:05:10 +02:00
Stefan Ceriu 0980804213 vector-im/element-ios/issues/5114 - Allow editing poll start events. 2022-01-18 20:05:10 +02:00
SBiOSoftWhare 8a6e992aaa BubbleRoomTimelineCellDecorator: Fix CGFloat type issues. 2022-01-18 18:25:48 +01:00
SBiOSoftWhare ea6690b8ee RoomDataSource: Update timestamp decoration. 2022-01-18 17:52:32 +01:00
SBiOSoftWhare e75f2184a4 BubbleRoomTimelineCellDecorator: Show timestamp on every text messages in bubble background. 2022-01-18 17:51:41 +01:00
SBiOSoftWhare 0c2baebdf3 PlainRoomTimelineCellDecorator: Update timestamp management. 2022-01-18 17:49:47 +01:00
SBiOSoftWhare 749b6bd562 RoomTimelineCellDecorator: Update add timestamp interface. 2022-01-18 17:46:49 +01:00