Commit Graph

657 Commits

Author SHA1 Message Date
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 67d51affa8 suggest PR changes 2022-11-23 13:35:05 +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
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
Mauro Romito 49df8086f8 fullscreen mode implemented 2022-11-11 16:57:05 +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
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 15c1a9cf89 Rich-text editor: Fix text formatting enabled inconsistent state 2022-11-09 10:26:48 +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
Mauro Romito f7d472526d fixed the positioning 2022-11-04 11:07:14 +01:00
Mauro Romito 67d363b81e this solution looks promising 2022-11-04 04:39:22 +01:00
Mauro Romito a112b008db another possible impl 2022-11-04 02:45:55 +01:00
Velin92 e6f97158e9 Merge pull request #7027 from vector-im/mauroromito/6946_custom_emojis
Labs: Rich text-editor fix for "does not support inserting custom iOS emojis"
2022-11-02 17:31:19 +01:00
Mauro Romito cd7a77ae2a fix for 6946 2022-11-02 16:45:40 +01:00
aringenbach d7e5307f0b Synchronise composer and toolbar resizing animation duration 2022-11-02 16:40:57 +01:00
aringenbach 1f6dccac26 Enable WYSIWYG plain text support 2022-10-26 16:20:45 +02:00
Mauro Romito 58455cf7dd new line 2022-10-26 16:13:25 +02:00
Mauro Romito 60a5c181e9 comment 2022-10-25 18:03:40 +02:00
Mauro Romito c44916c9b2 minor adjustments 2022-10-25 11:22:16 +02:00
Mauro Romito ae5d6ab93b fixing view not returning in place 2022-10-21 17:52:01 +02:00
Velin92 84c47ce41a Merge pull request #6952 from vector-im/mauroromito/6941_wysiwyg_voice_message_support
Rich Text Composer - Voice Message Support
2022-10-21 14:38:13 +02:00
Mauro Romito 20dbe2310b voice message support added to the rich text composer 2022-10-21 10:33:23 +02:00
Mauro Romito 973923b071 voice messages implemented 2022-10-20 19:41:02 +02:00
Mauro Romito 0f20383559 the voice message toolbar now appears 2022-10-20 19:18:50 +02:00
Alfonso Grillo ffb7d429dc Merge pull request #6927 from vector-im/alfogrillo/6847_avatar_image
Update avatar image loading logics (PSB-198)
2022-10-20 15:05:52 +02:00
Mauro Romito c4987157fd Merge branch 'develop' into mauroromito/6935_wysiwyg_placeholder 2022-10-19 21:26:38 +02:00
Mauro Romito 178d8c0a39 rich text composer placeholder text implemented using the same logic of the normal composer 2022-10-19 16:32:02 +02:00
Mauro Romito 2182882ddd added placeholder to the viewModel 2022-10-19 15:08:12 +02:00
Alfonso Grillo 1e969bfa6f Fix text view height issue 2022-10-19 10:30:20 +02:00
Alfonso Grillo 3161d57c98 Add multiple fallbacks in AvatarViewDataProtocol 2022-10-18 15:12:42 +02:00
David Langley 952eea331d Missing change from fix 2022-10-18 11:52:35 +01:00