Commit Graph

2038 Commits

Author SHA1 Message Date
Gil Eluard dd48718abe Merge pull request #7152 from vector-im/gil/7151-Thread_preview_doesnt_update_in_main_timeline
Thread preview doesn't update in main timeline
2022-12-09 15:55:59 +01:00
Gil Eluard 1254d12a51 Thread preview doesn't update in main timeline
- Fixed
2022-12-09 14:58:07 +01:00
Philippe Loriaux 8813ca3a42 Update RoomDataSource init finalization to fix peeking case 2022-12-02 16:31:34 +01:00
Mauro Romito bb5070d6e1 fix for 7130 ? 2022-11-30 15:37:00 +01:00
Mauro Romito 4f425b2c5c better fix for iPhone 14 2022-11-30 14:04:38 +01:00
Mauro Romito 359c69fd4f fix for iPhone 14 2022-11-30 13:41:08 +01:00
Mauro Romito 4584d93312 fix for iOS 15 fullscreen mode not working 2022-11-30 13:27:07 +01:00
Mauro Romito 16a1c5d472 spacing improvement from bottom in plain text mode 2022-11-29 19:13:49 +01:00
Mauro Romito 54019d0c2f fix 2022-11-29 12:10:29 +01:00
Yoan Pintas 5cadc97e82 Support voice broadcast live playback (#7094) 2022-11-25 20:59:34 +01:00
Phl-Pro 1997b5b6e0 Merge pull request #7103 from vector-im/phlpro/voicebroadcast_left_time
Add the left time in the Voice Broadcast tile recorder
2022-11-25 09:28:21 +01:00
Philippe Loriaux c3a6e59e84 Fix scroll issues with VoiceBroadcastPlayback cells (by fixing SizableBaseRoomCell) 2022-11-23 14:48:54 +01:00
Mauro Romito 67d51affa8 suggest PR changes 2022-11-23 13:35:05 +01:00
Mauro Romito 92c5a79dfb removed a reference to a constraint that was not needed but only created a constraint issue when restored during the animation for dismissal 2022-11-22 19:47:44 +01:00
Mauro Romito fd68af1cef hide button and revert state when rotating on an iPhone, also fixed the positioning of the strikethrough and underline, and the maxCompressed size in landscape mode is always adapted to be visible. 2022-11-22 18:21:59 +01:00
Doug 0ec89a923a Fix a crash when a voice message finishes. 2022-11-22 09:46:26 +00:00
Velin92 96aceb0ba8 Merge pull request #7059 from vector-im/mauroromito/fullscreen_mode_2
Rich Text Editor: Fullscreen mode
2022-11-15 21:18:51 +01:00
Mauro Romito 64e9011dc4 improved code and stability 2022-11-15 20:26:58 +01:00
Mauro Romito b657af8b98 improving the dismiss of the keyboard 2022-11-15 19:23:27 +01:00
Mauro Romito 9d77f65ac2 full screen improvements 2022-11-15 18:56:00 +01:00
Mauro Romito af2e73539f improvements 2022-11-15 17:52:45 +01:00
Mauro Romito 8e77cf0cde dismiss fullscreen when sending a message 2022-11-15 17:01:07 +01:00
Gil Eluard e35b568b5d Display number of unread messages above threads button 2022-11-15 11:36:43 +01:00
Mauro Romito e11fc9aff8 Merge branch 'develop' into mauroromito/fullscreen_mode_2
# Conflicts:
#	Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved
#	RiotSwiftUI/Modules/Room/Composer/View/Composer.swift
#	project.yml
2022-11-15 11:03:28 +01:00
Yoan Pintas 91c5936a24 Add voice broadcast slider (#7010) 2022-11-14 17:16:14 +01:00
Mauro Romito 49df8086f8 fullscreen mode implemented 2022-11-11 16:57:05 +01:00
Mauro Romito 7051084eec animation improvement with and without keyboard 2022-11-11 12:07:19 +01:00
Mauro Romito 1cffddbe89 improving animations 2022-11-11 10:24:14 +01:00
Mauro Romito 9bba221d3f swipe animation improvements 2022-11-10 18:13:22 +01:00
Mauro Romito 60e3c374af code improvements 2022-11-10 15:55:25 +01:00
Mauro Romito 4c6ecc0216 this works but we need to expose also the maxCompressed height and the minHeight 2022-11-10 15:41:36 +01:00
Mauro Romito 1dfac5ba28 Merge branch 'develop' into mauroromito/fullscreen_mode_2
# Conflicts:
#	RiotSwiftUI/Modules/Room/Composer/View/Composer.swift
2022-11-10 14:29:08 +01:00
Mauro Romito 0f654bec06 keyboard dismissal issue fixed 2022-11-10 13:46:41 +01:00
aringenbach 8a894d7e49 Merge pull request #7062 from vector-im/aringenbach/7061_enable_markdown
Rich-text editor: enable translations between Markdown and HTML when toggling text formatting
2022-11-10 10:25:43 +01:00
Aleksandrs Proskurins 79580ff572 Merge pull request #7056 from vector-im/aleksandrs/7043_unverified_sessions_alert
Unverified sessions alert
2022-11-10 09:23:21 +02:00
Mauro Romito 15dd337fd8 improved the pan animation to be as the designs 2022-11-09 17:07:05 +01:00
aringenbach 4f445b8f70 Rich-text editor: enable translations between Markdown and HTML when toggling text formatting 2022-11-09 16:43:58 +01:00
Mauro Romito a2856f27a7 some pr suggestions 2022-11-09 15:40:10 +01:00
Mauro Romito 1a6b68daa0 pan gesture 2022-11-09 14:21:14 +01:00
aringenbach ff6b818f03 Merge pull request #7053 from vector-im/aringenbach/7052_fix_text_formatting_toggle
Rich-text editor: Fix text formatting enabled inconsistent state
2022-11-09 14:16:30 +01:00
aringenbach dd3186484f Merge pull request #6993 from vector-im/aringenbach/6962_slash_commands
Fixed IRC-style message and commands support in Rich text editor
2022-11-09 10:31:14 +01:00
aringenbach 15c1a9cf89 Rich-text editor: Fix text formatting enabled inconsistent state 2022-11-09 10:26:48 +01:00
Mauro Romito afcf534bdd fix for iPad 2022-11-08 18:48:50 +01:00
Mauro Romito 9340e678c6 fix for iPad 2022-11-08 18:42:04 +01:00
Mauro Romito 3f983adda1 full screen improvements 2022-11-08 16:50:44 +01:00
Mauro Romito 9d6279590b fullscreen mode with navigation controller superview 2022-11-08 14:56:12 +01:00
Mauro Romito 4633c33368 Merge branch 'develop' into mauroromito/fullscreen_mode_2
# Conflicts:
#	Riot/Modules/Room/RoomViewController.swift
2022-11-08 13:21:42 +01:00
aringenbach 476f5f6ab6 Merge branch 'develop' into resilience-rc
# Conflicts:
#	Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved
#	RiotSwiftUI/Modules/Room/Composer/View/Composer.swift
#	project.yml
2022-11-07 15:05:25 +01:00
paleksandrs 3268e3ba3d Changed title and body 2022-11-07 10:16:26 +02:00
Gil Eluard 67fec1d2f1 Threads notification count in main timeline including un participated threads 2022-11-04 17:21:27 +01:00