Commit Graph

1897 Commits

Author SHA1 Message Date
David Langley 031c4dcc5b Merge branch 'langleyd/6830_wysiwyg_core_formatting' of github.com:vector-im/element-ios into langleyd/6830_wysiwyg_core_formatting 2022-10-13 12:19:55 +01:00
David Langley d63054c8f3 more comment updates 2022-10-13 11:46:00 +01:00
David Langley afc79005c6 Updates based on comments. 2022-10-13 11:12:14 +01:00
Mauro Romito 90fc572a21 code improvements 2022-10-12 15:54:14 +02:00
Mauro Romito 6cc65f8d18 fix 2022-10-12 15:28:13 +02:00
Mauro Romito e591ea13b3 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 1571afd621 legacy sendMode code separation to have RiotSwiftUI be able to build. 2022-10-12 15:14:41 +02:00
David Langley 89c643734c get rid of additional UIHostingController. Cleanup and comments. 2022-10-12 14:14:25 +01:00
David Langley ae4293f6c6 Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/6830_wysiwyg_core_formatting 2022-10-12 11:46:24 +01:00
Yoan Pintas 98aae7f667 Add voice broadcast state event (#6785) 2022-10-12 11:30:38 +02:00
Mauro Romito 113ef5dcfe edit reply completed, just need to polish the UI a bit more. 2022-10-11 21:04:04 +02:00
Mauro Romito 0e5607da2e 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 47653e2d8a edit mode changes the send button 2022-10-11 17:25:58 +02:00
Mauro Romito 49e597512d todo reminder 2022-10-11 13:06:28 +02:00
Mauro Romito 5c0ca7c291 improving overall code 2022-10-10 18:54:20 +02:00
Mauro Romito f36ae5465f improving code 2022-10-10 18:44:19 +02:00
Mauro Romito 5fcc56584b code improvements 2022-10-10 18:43:46 +02:00
Mauro Romito 3fdbae47d8 error logging improvement 2022-10-10 18:32:44 +02:00
Mauro Romito 804320351d formatted reply support 2022-10-10 18:26:48 +02:00
Mauro Romito 201e6f5a09 edit works functionally (no UI changes yet) 2022-10-10 17:44:57 +02:00
Mauro Romito 13096f3f88 created the replace formatted text function 2022-10-10 15:52:34 +02:00
Mauro Romito 3fcb480c70 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 7624d82310 Add labs flag and strings 2022-10-08 11:57:13 +01:00
David Langley 65a924bab5 Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/wysiwyg_integration 2022-10-08 10:58:10 +01:00
David Langley 7f6e5dfad0 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 d54bcd5a97 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 d80c389446 Merge pull request #6821 from Velin92/mauroromito/wysiwyg_dark_mode
WYSIWYG Dark Mode Support
2022-10-08 10:45:08 +01:00
Mauro Romito ea73b2c2ff 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 c0f58a3938 Fix composer resizing animations 2022-10-07 14:05:51 +02:00
Mauro Romito ae6acbbdcf pr comment addressed 2022-10-07 12:13:15 +02:00
Mauro Romito dfa0b30bd9 dark mode support almost completed 2022-10-06 18:21:50 +02:00
Andy Uhnak 59dba6c870 Incoming verification requests with Crypto V2 2022-10-06 11:16:22 +01:00
Andy Uhnak 66f83eae64 Refactor verification manager, request, transactions 2022-10-06 11:00:09 +01:00
David Langley 85f23a2a78 Update sdk, fix composer sizing, margins and re-enabled fullscreen. 2022-10-05 10:21:04 +01:00
David Langley cd2776f458 add composer actions/modules and ability to send rich messages 2022-10-04 15:01:01 +01:00
David Langley bac5b7f112 add simple formatting and maximise support for replacement toolbar 2022-10-02 09:06:06 +01:00
Andy Uhnak b41e7fafbf Manual device verification with Crypto V2 2022-09-29 14:34:39 +01:00
Andy Uhnak 98475f7d27 Merge branch 'master' into develop 2022-09-28 18:03:37 +01:00
Andy Uhnak 726aa29323 Decorate events decrypted with untrusted sessions 2022-09-28 17:04:45 +01:00
ismailgulek db2bccc7be Avoid redundant media reloads (#6763)
* Avoid redundant reloads on media viewer

* Add changelog
2022-09-26 14:56:15 +03:00
ismailgulek a74e63144d Release 1.9.6 (#6747)
* Device manager: add user sessions overview current session strings.

* Create UserSessionCardView to display session informations.

* UserSessionsOverview: Handle current session section view.

* Prepare for new sprint

* Dismiss the launching screen when clearing cache.

* Fix crash when previewing a room.

* Fix typo in empty state

* Code review fixes

* Update swift-ogg and add changelog

* Fix crash on logout from too much wrong pin codes

* Update changelog to original issue

* Disable unnecessary network breadcrumbs in Sentry

* Changelog

* Fix login crash on Xcode 14 builds

Fixes #6722

* Put the session creator on the main actor instead.

This covers all login and registration options.

* Only disable the composer if the room is yet to be created.

* Add missing source views for iPad.

* New App Layout: fixed rooms list doesn't update after log out and log into another account

* New layout: Fixed low priority rooms titles obscured by bottom bar when side scrolling

* Fix replied event content parsing for nested replies

* Fixed failed to join room (was not legal room)

* Timeline composer layout loop fix (#6743)

* Publish suitable view height for user suggestions

* Update container view height

* Add changelog

* Fix user suggestions layout for pre iOS 16

* version++

Co-authored-by: SBiOSoftWhare <steveb@matrix.org>
Co-authored-by: Doug <douglase@element.io>
Co-authored-by: Germain Souquet <germain@souquet.com>
Co-authored-by: Stefan Ceriu <stefanc@matrix.org>
Co-authored-by: Aleksandrs Proskurins <paleksandrs@gmail.com>
Co-authored-by: David Langley <langley.dave@gmail.com>
Co-authored-by: aringenbach <arnaudr@element.io>
Co-authored-by: aringenbach <80891108+aringenbach@users.noreply.github.com>
Co-authored-by: Andy Uhnak <andyuhnak@gmail.com>
Co-authored-by: Johannes Marbach <johannesm@element.io>
Co-authored-by: Gil Eluard <gile@element.io>
Co-authored-by: Gil Eluard <gil.eluard@gmail.com>
Co-authored-by: gulekismail <ismailgulek0@gmail.com>
2022-09-20 13:45:49 +03:00
ismailgulek 424679a296 Timeline composer layout loop fix (#6743)
* Publish suitable view height for user suggestions

* Update container view height

* Add changelog

* Fix user suggestions layout for pre iOS 16
2022-09-20 11:40:32 +03:00
Doug 8f99a9f7b8 Only disable the composer if the room is yet to be created. 2022-09-16 19:46:11 +01:00
giomfo 2d53870423 Remove the automatic invite on new message in a DM left by the direct user (#6695) 2022-09-09 09:16:52 +02:00
Yoan Pintas e5a8f1c3a0 Fix composer expansion on Start DM (#6692) 2022-09-09 09:01:04 +02:00
Stefan Ceriu 2f0ce20e7e Merge pull request #6675 from vector-im/gil/6673-Remove_labs_flag_for_New_App_Layout
Removed labs flag and enabled New App Layout
2022-09-07 12:27:29 +03:00
Yoan Pintas 8ea45ad0ce 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
Gil Eluard 049c8996d1 Removed labs flag and enabled New App Layout 2022-09-05 12:03:52 +02:00
aringenbach 6410b9292b Fix mention pills display when coming back to a room with an unsent message 2022-09-05 10:56:50 +02:00
Anderas dfd64c82f7 Merge pull request #6668 from vector-im/andy/discard_session
Slash command to manually discard outbound session
2022-09-05 09:49:59 +01:00