Commit Graph

8960 Commits

Author SHA1 Message Date
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 eff1d8c81c vector-im/element-ios/issues/5114 - Added UI for creating undisclosed polls and logic for displaying them in the timeline. 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 a137efdf84 MXKRoomBubbleCellData: Add convenient method. 2022-01-18 17:47:22 +01:00
SBiOSoftWhare 749b6bd562 RoomTimelineCellDecorator: Update add timestamp interface. 2022-01-18 17:46:49 +01:00
SBiOSoftWhare 64ab1b8e86 BubbleRoomCellLayoutUpdater: Add extra right space for timestamp. 2022-01-18 17:25:32 +01:00
SBiOSoftWhare 2deb3874c1 MXKRoomBubbleTableViewCell: Add convenient method to retrieve RoomMessageBubbleBackgroundView. 2022-01-18 17:22:13 +01:00
SBiOSoftWhare 25c36fcef4 BubbleRoomTimelineCellDecorator: Handle URL preview. 2022-01-18 15:25:14 +01:00
SBiOSoftWhare 5355c988d2 BubbleRoomTimelineCellDecorator: Handle reactions view for incoming and outgoing messages. 2022-01-18 15:22:58 +01:00
SBiOSoftWhare 293e367612 BubbleRoomCellLayoutUpdater: Update incoming text message right margin. 2022-01-18 15:15:40 +01:00
SBiOSoftWhare c1e5b741a7 MXKRoomBubbleCellData: Add convenient method to check if the sender is the current user. 2022-01-18 15:13:34 +01:00
SBiOSoftWhare 245ef40820 RoomDataSource: Handle RoomTimelineCellDecorator. 2022-01-18 15:04:46 +01:00
SBiOSoftWhare 2cfdd8f341 BubbleRoomTimelineStyle handle cell decorator. 2022-01-18 15:03:56 +01:00
SBiOSoftWhare 6afb1f8fc8 Create BubbleRoomTimelineCellDecorator. 2022-01-18 15:02:30 +01:00
SBiOSoftWhare e996455c0c PlainRoomTimelineStyle handle cell decorator. 2022-01-18 15:01:20 +01:00
SBiOSoftWhare 53be32e759 Implement PlainRoomTimelineCellDecorator. 2022-01-18 15:00:10 +01:00
SBiOSoftWhare 9adad69615 RoomTimelineStyle: Add cell decorator property. 2022-01-18 14:59:48 +01:00
SBiOSoftWhare 7bf5186369 Create RoomTimelineCellDecorator enables to add decoration on a cell (reactions, read receipts, timestamp, URL preview). 2022-01-18 14:58:34 +01:00
ismailgulek f3247d6396 Disable sending polls in threads 2022-01-18 16:32:23 +03:00
SBiOSoftWhare f2cd425037 MXKRoomBubbleTableViewCell: Add convenient method to add temporary subview. 2022-01-18 14:25:43 +01:00
SBiOSoftWhare 1b8cf235ad BubbleReactionsView: Add alignement option (left or right). 2022-01-18 14:23:07 +01:00
SBiOSoftWhare 85d122f60e Add CollectionViewRightAlignFlowLayout to have right alignement display for collection view. 2022-01-18 14:21:16 +01:00
ismailgulek 1f3a8acaeb Add background color management on text message highlights 2022-01-18 16:20:12 +03:00
ismailgulek 96d853452b Add thread decoration views for search results, fix #5268 2022-01-18 14:46:22 +03:00
Gil Eluard af5abef362 Merge branch 'gil/5231_SP3-1_Update_room_settings_for_Spaces' into gil/5232_SP3-2_Long_press_on_rooms_in_space_room_lists 2022-01-18 10:11:16 +01:00
ismailgulek 613c5b2a7f Fix thread screen call button case 2022-01-18 03:13:22 +03:00
ismailgulek 71fe8475af Center empty view vertically in the whole screen 2022-01-18 02:57:30 +03:00
ismailgulek 4ae74f6c70 Speed up toast animation 2022-01-18 02:37:25 +03:00
ismailgulek 7af7bd12e7 Dismiss keyboard when additional menu shown 2022-01-18 02:27:44 +03:00
ismailgulek c00037591c Align summary last message to the time label 2022-01-18 02:27:23 +03:00
ismailgulek 2fde94f38c Reset detail screen after lab setting change, fixes #5273 2022-01-18 02:14:23 +03:00
Gil Eluard f98053e77a SP2: Adding Rooms to Spaces element-ios#5230
- Added room ID to cancel callback as the room may have been upgraded
2022-01-17 22:11:12 +01:00
Gil Eluard 29e558ed9e Merge branch 'gil/5230_SP2-Adding_Rooms_to_Spaces' into gil/5231_SP3-1_Update_room_settings_for_Spaces 2022-01-17 20:40:33 +01:00
Gil Eluard 047342265b Merge branch 'develop' into gil/5230_SP2-Adding_Rooms_to_Spaces
# Conflicts:
#	Riot/Assets/en.lproj/Vector.strings
#	Riot/Generated/Strings.swift
#	Riot/Modules/Room/Members/RoomParticipantsViewController.m
#	Riot/Modules/Spaces/SpaceMembers/MemberList/SpaceMemberListViewController.swift
#	Riot/Modules/Spaces/SpaceRoomList/ExploreRoom/SpaceExploreRoomViewController.swift
#	Riot/SupportingFiles/Riot-Bridging-Header.h
#	RiotSwiftUI/Modules/Common/Mock/MockAppScreens.swift
2022-01-17 20:40:12 +01:00
Gil Eluard 0df14b165b SP3.2: Long press on rooms in space room lists #5232
- Added context menu for spaces and rooms in Explore rooms screen
2022-01-17 16:44:40 +01:00
ismailgulek d363cfdd93 Fix event content where the thread root event is a reply event 2022-01-17 16:33:02 +03:00
ismailgulek fb643ed8c0 Various design fixes 2022-01-17 16:32:32 +03:00
UwUnyaa 850e74096a Translated using Weblate (Polish)
Currently translated at 94.2% (1316 of 1396 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/pl/
2022-01-17 12:26:23 +00:00
Linerly a337cd0b21 Translated using Weblate (Indonesian)
Currently translated at 100.0% (1396 of 1396 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/id/
2022-01-17 12:26:20 +00:00
Besnik Bleta b127522279 Translated using Weblate (Albanian)
Currently translated at 99.6% (1391 of 1396 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sq/
2022-01-17 12:26:18 +00:00
artevaeckt de5710cb0e Translated using Weblate (German)
Currently translated at 99.8% (1394 of 1396 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/de/
2022-01-17 12:26:17 +00:00
lvre ed0ea030f6 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1396 of 1396 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/pt_BR/
2022-01-17 12:26:15 +00:00
Priit Jõerüüt e2f27a4b49 Translated using Weblate (Estonian)
Currently translated at 100.0% (1396 of 1396 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/et/
2022-01-17 12:26:14 +00:00