Commit Graph

148 Commits

Author SHA1 Message Date
Mauro Romito a5a193a865 Merge branch 'develop' into mauroromito/rte_links_improvements
# Conflicts:
#	Riot.xcworkspace/xcshareddata/swiftpm/Package.resolved
#	project.yml
2023-01-18 10:08:59 +01:00
Mauro Romito a3628bf622 save button improvement and tests updated 2023-01-17 18:10:35 +01:00
aringenbach 66bfdf895a Rich Text Composer: Enable quote & code blocks support 2023-01-16 11:54:00 +01:00
aringenbach 175baee5f6 Rich Text Composer: Enable bulleted & numbered lists support 2023-01-16 10:28:01 +01:00
Mauro Romito fe6503aaa1 showing disabled state on format items 2022-12-15 00:33:28 +01:00
Mauro Romito 02449544ce inline code added 2022-12-14 17:12:06 +01:00
Mauro Romito d679176137 tests completed 2022-12-13 18:12:47 +01:00
Mauro Romito bbf4bf3047 view model fully tested 2022-12-13 17:06:12 +01:00
Mauro Romito ea2881b614 editing that highlights the textfield behaviour added 2022-12-13 16:58:26 +01:00
Mauro Romito 7ca4c9c8e9 some tests 2022-12-13 15:58:33 +01:00
Mauro Romito 8b6327ece4 removed autocapitalization and improved the animation 2022-12-13 15:00:46 +01:00
Mauro Romito f23b03cbd6 localisation added 2022-12-13 13:56:49 +01:00
Mauro Romito a9cc5a71e7 fix 2022-12-12 19:09:22 +01:00
Mauro Romito aa78c4d30c fix 2022-12-12 19:09:15 +01:00
Mauro Romito 3aad54efde implementation done, only tests, localisation and design feedback are left 2022-12-12 18:29:13 +01:00
Mauro Romito 31fd822f39 view is created and responsive, I need now to implement the result processing of the actions 2022-12-12 17:34:06 +01:00
Mauro Romito 6aae0c4444 changed name 2022-12-12 15:40:21 +01:00
Mauro Romito 8f965cb6f0 WIP 2022-12-12 15:39:57 +01:00
Mauro Romito 4543aec25d boilerplate setup completed 2022-12-07 19:22:33 +01:00
Mauro Romito 34ca74d0c2 creating the coordinator for the link action view 2022-12-07 18:17:28 +01:00
Mauro Romito 951aa33df0 reversed unused hunk 2022-11-30 15:09:05 +01:00
Mauro Romito 12ded65fd6 toggle now uses iOS style 2022-11-30 14:34:21 +01:00
Mauro Romito 4584d93312 fix for iOS 15 fullscreen mode not working 2022-11-30 13:27:07 +01:00
Mauro Romito 07c13d4e19 all the row is tappable and fixed an issue with the tests 2022-11-30 11:37:12 +01:00
Mauro Romito b8943f4509 scrolling disabled, better intrinsic size, changed asset 2022-11-30 11:11:00 +01:00
Mauro Romito 16a1c5d472 spacing improvement from bottom in plain text mode 2022-11-29 19:13:49 +01:00
Mauro Romito 53cd1a13e5 centring the toggle button when the corner radius is half 2022-11-29 18:52:19 +01:00
Mauro Romito b38731c4f3 fixing tests 2022-11-23 13:54:15 +01:00
Mauro Romito 8c14ecaee3 better naming 2022-11-23 13:40:15 +01:00
Mauro Romito 67d51affa8 suggest PR changes 2022-11-23 13:35:05 +01:00
Mauro Romito ba78f6120b fix to make the function run on RiotSwiftUI 2022-11-22 18:44:17 +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 47fdbbbe40 Merge branch 'develop' into mauroromito/7082_fix_scrollable_bottom_sheet 2022-11-16 17:30:14 +01:00
Mauro Romito 96c5337204 scrollable bottom sheet, with custom size on iOS 16 2022-11-16 17:23:32 +01:00
Mauro Romito bf18ba4f86 first type of fix 2022-11-15 15:27: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
Mauro Romito 7be2907e10 voice dictation now works 2022-11-14 16:25:09 +01:00
Mauro Romito de7ae1b976 fixing a bad indentation 2022-11-11 17:10:30 +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 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
aringenbach 93a762e253 Merge pull request #7055 from vector-im/aringenbach/7054_fix_lost_content_text_formatting_switch
Labs: Rich-text editor - Fix text formatting switch losing the current content of the composer
2022-11-10 10:25:26 +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
aringenbach d0aa621dad Fix composer view model tests 2022-11-09 15:23:43 +01:00
aringenbach 1874ae8f79 Re-order View computed properties and move to private mark 2022-11-09 11:49:03 +01:00
aringenbach 4eb168b41b Labs: Rich-text editor - Fix text formatting switch losing the current content of the composer 2022-11-09 11:41:42 +01:00