Commit Graph

618 Commits

Author SHA1 Message Date
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
David Langley a81c2056d9 Add weak self reference to closure 2022-10-17 18:16:15 +01:00
David Langley 67e1ce5f6e Set inputAccessoryViewForKeyboard so that interactive dismissal works. 2022-10-17 17:19:14 +01:00
Mauro Romito dc751cf584 opacity transition implemented 2022-10-14 12:49:13 +02:00
Mauro Romito 1ff2a9c00f custom tint + blinking dark theme text color issue fix 2022-10-14 10:45:24 +02:00
Mauro Romito e791288987 code improvements 2022-10-12 15:54:14 +02:00
Mauro Romito e8f4f345ed fix 2022-10-12 15:28:13 +02:00
Mauro Romito f7aa8822dd Merge branch 'langleyd/6830_wysiwyg_core_formatting' into mauroromito/wysiwyg_edit_reply_UI
# Conflicts:
#	Riot/Modules/Room/Views/WYSIWYGInputToolbar/WysiwygInputToolbarView.swift
2022-10-12 15:25:27 +02:00
Mauro Romito 5e810b44a1 legacy sendMode code separation to have RiotSwiftUI be able to build. 2022-10-12 15:14:41 +02:00
David Langley f8da168065 get rid of additional UIHostingController. Cleanup and comments. 2022-10-12 14:14:25 +01:00
Mauro Romito 9e44c96b43 edit reply completed, just need to polish the UI a bit more. 2022-10-11 21:04:04 +02:00
Mauro Romito d64e5b6af0 implemented cancel, but I need to actually need to solve a problem where the previous text is not stored in case of cancel of the reply/edit 2022-10-11 20:28:57 +02:00
Mauro Romito 17cc12a537 edit mode changes the send button 2022-10-11 17:25:58 +02:00
Mauro Romito c09d8b3607 improving overall code 2022-10-10 18:54:20 +02:00
Mauro Romito 273fc3c2f7 edit works functionally (no UI changes yet) 2022-10-10 17:44:57 +02:00
Mauro Romito 7dc108849f Merge branch 'langleyd/6830_wysiwyg_core_formatting' into mauroromito/wysiwyg_edit_and_reply
# Conflicts:
#	Riot/Modules/Room/Views/WYSIWYGInputToolbar/WysiwygInputToolbarView.swift
2022-10-10 12:51:48 +02:00
David Langley 4b94798423 Merge branch 'langleyd/wysiwyg_integration' of github.com:vector-im/element-ios into langleyd/wysiwyg_integration 2022-10-08 10:47:39 +01:00
David Langley 9645cf939e Move composer send media selection to it's own coordinator and us e ioS 15 api for sheet 2022-10-08 10:46:05 +01:00
David Langley e58e54c527 Merge pull request #6821 from Velin92/mauroromito/wysiwyg_dark_mode
WYSIWYG Dark Mode Support
2022-10-08 10:45:08 +01:00
Mauro Romito c99d5ffcd2 edit is displayed in the WYSIWYG, but the send button still sends a new message instead of correcting the edit 2022-10-07 18:35:13 +02:00
aringenbach 36122591cf Fix composer resizing animations 2022-10-07 14:05:51 +02:00
Mauro Romito 5f3585dc4f pr comment addressed 2022-10-07 12:13:15 +02:00
Mauro Romito df7a66788d dark mode support almost completed 2022-10-06 18:21:50 +02:00
David Langley e9ae04c93a Update sdk, fix composer sizing, margins and re-enabled fullscreen. 2022-10-05 10:21:04 +01:00
David Langley de1ac682cb add composer actions/modules and ability to send rich messages 2022-10-04 15:01:01 +01:00
David Langley d8e1dbb865 add simple formatting and maximise support for replacement toolbar 2022-10-02 09:06:06 +01:00
Yoan Pintas 78908d07f6 Fix composer expansion on Start DM (#6692) 2022-09-09 09:01:04 +02:00
Yoan Pintas a625e287a4 Start DM on first message (#6367)
Start DM on first message

Co-authored-by: Philippe Loriaux <philippel@element.io>
2022-09-06 14:33:32 +02:00
aringenbach af375a4e8e Fix mention pills display on iOS 16 2022-09-02 16:22:17 +02:00
ismailgulek 6783a77e3d Revert the fix for keyboard stickiness, rename inputAccessoryView 2022-08-15 14:49:24 +03:00
ismailgulek 2a329dedb5 Remove unnecessary inputAccessoryView from room input toolbar 2022-08-12 17:55:59 +03:00
Johannes Marbach 5503c9909a Make quoting work again
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-06-21 15:49:56 +02:00
Stefan Ceriu 03150ad326 Fix crash when opening rooms where the current user doesn't have permission to post messages. 2022-05-18 11:58:25 +03:00
aringenbach f9bbfb6cf5 Check nullability on attributed text 2022-05-13 17:02:56 +02:00
aringenbach e11cc80b00 Fix composer text coloration 2022-05-13 16:40:47 +02:00
aringenbach 89b8f05358 Merge pull request #6145 from vector-im/aringenbach/6144_presence_home_dm_refresh
Presence: fix live updates on Home & DM list
2022-05-12 16:19:04 +02:00
aringenbach 8d36ab7c35 Merge pull request #6039 from vector-im/aringenbach/3526_user_pills
Add mention pills to timeline & composer
2022-05-12 11:05:22 +02:00
aringenbach 231fc52e45 Setup a dedicated listener owned by PresenceIndicatorView 2022-05-12 10:55:00 +02:00
aringenbach 7820a8840b Trigger auto-correct on send 2022-05-04 17:39:54 +02:00
aringenbach d5fdb60eab Fix fonts and edition on replies 2022-05-04 12:17:21 +02:00