Commit Graph

5101 Commits

Author SHA1 Message Date
Mauro Romito 5eaf954595 code improvements 2022-10-10 18:43:46 +02:00
Mauro Romito b88e41ca04 error logging improvement 2022-10-10 18:32:44 +02:00
Mauro Romito 6bc0bb7dd6 formatted reply support 2022-10-10 18:26:48 +02:00
Mauro Romito 273fc3c2f7 edit works functionally (no UI changes yet) 2022-10-10 17:44:57 +02:00
Mauro Romito 976b5be91e created the replace formatted text function 2022-10-10 15:52:34 +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
Doug 369793b87b Only update the nav bar from the top SwiftUI view. 2022-10-10 09:21:45 +01:00
David Langley dac94cbebf Add labs flag and strings 2022-10-08 11:57:13 +01:00
David Langley cde2ed93e7 fix newline 2022-10-08 10:59:32 +01:00
David Langley 4b79629fef Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/wysiwyg_integration 2022-10-08 10:58:10 +01: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
Anderas 68c9c8f5e0 Merge pull request #6808 from vector-im/andy/verification_refactors
Refactor verification manager, request, transactions
2022-10-06 16:22:41 +01:00
ismailgulek d5c7e6bd8e Login with QR UI components (#6790)
* Display QR button on login screen if HS supports

* Create start screen

* Add build flag

* Connect start screen to the login

* QR display screen

* Move `LabelledDividerView` into separate file

* Show display QR screen on button tap

* Add swift concurreny to CameraAccessManager

* Introduce `QRLoginServiceProtocol`

* Use new service in screens

* Introduce scan QR code screen

* Remove hardcoded service availability

* Remove unnecessary import

* Add confirmation screen

* Add loading screen

* Fix ZXingObjc targets

* Add failure screen

* Add strings

* Various UI tweaks, navigation according to the service state

* Fix tests

* Add string for invalid QR error

* Add QR login service mode
2022-10-06 18:05:46 +03:00
Stefan Ceriu 5e8fd8adcd Implement cross platform AES encryption support; add documentation 2022-10-06 17:33:18 +03:00
Stefan Ceriu a31758bb3d Add rendezvous service (MSC3886) and ECDH X25519 AES 256 based secure channel creation establishing implementation and simple tests. 2022-10-06 17:33:18 +03:00
Gil Eluard 7ee204287b Merge pull request #6815 from vector-im/gil/6814-Check_enabled_field_in_notification_settings_push_toggles
Check enabled field in notification settings push toggles
2022-10-06 14:34:57 +02:00
Gil Eluard 7c826a6d61 Check enabled field in notification settings push toggles
- Update after review
2022-10-06 12:46:03 +02:00
Andy Uhnak 739d4dae0d Incoming verification requests with Crypto V2 2022-10-06 11:16:22 +01:00
Andy Uhnak b7329a46af Refactor verification manager, request, transactions 2022-10-06 11:00:09 +01:00
Gil Eluard 4b52380eb9 Check enabled field in notification settings push toggles 2022-10-06 11:40:12 +02:00
Doug 3d2eb4ebdf Fix review comments
Also fix a crash on iPad.
2022-10-05 16:48:51 +01:00
Doug da2b1cad4f Use regular titles for sub-screens of Settings. 2022-10-05 16:43:34 +01:00
David Langley e9ae04c93a Update sdk, fix composer sizing, margins and re-enabled fullscreen. 2022-10-05 10:21:04 +01:00
Doug b5292bb51d Merge pull request #6799 from vector-im/doug/fix-swiftui-navigation-bars
Fix navigation bars inside of VectorHostingController.
2022-10-04 17:15:42 +01:00
Doug ce3810ecad Fix navigation bars inside of VectorHostingController. 2022-10-04 16:05:09 +01:00
David Langley de1ac682cb add composer actions/modules and ability to send rich messages 2022-10-04 15:01:01 +01:00
Doug 1fb580edea Fix missing toolbar in AllChatsViewController.
The empty artwork view was obscuring it.
2022-10-04 14:59:27 +01:00
Doug d04cdac759 Add missing accessibility labels on All Chats buttons. 2022-10-03 12:48:46 +01:00
David Langley d8e1dbb865 add simple formatting and maximise support for replacement toolbar 2022-10-02 09:06:06 +01:00
ismailgulek 15191dd9ff New session manager labs flag (PSG-792) (#6780)
* Add new session manager labs flag

* Add labs flag for client information feature

* Add changelog
2022-09-30 15:45:20 +03:00
Gil Eluard 2df262c4ff Merge pull request #6784 from vector-im/gil/6755-Unable_to_send_message_after_filtering_for_room
Unable to send message after filtering for room
2022-09-30 10:35:01 +02:00
Gil Eluard ff7f9bc7fd Unable to send message after filtering for room
- Fixed
2022-09-29 16:51:32 +02:00
Andy Uhnak d59dd09195 Manual device verification with Crypto V2 2022-09-29 14:34:39 +01:00
Andy Uhnak f15e890a11 Merge branch 'master' into develop 2022-09-28 18:03:37 +01:00
Andy Uhnak 9ede012c98 Decorate events decrypted with untrusted sessions 2022-09-28 17:04:45 +01:00
Anderas 3d9200f34a Merge pull request #6775 from vector-im/andy/verification_fix
Fix verification check
2022-09-28 14:16:59 +01:00
Andy Uhnak f89b54e733 Fix verification check 2022-09-28 12:55:31 +01:00
ismailgulek 75f99801ef Avoid redundant media reloads (#6763)
* Avoid redundant reloads on media viewer

* Add changelog
2022-09-26 14:56:15 +03:00
Johannes Marbach 38055005d9 Merge pull request #6727 from vector-im/johannes/msisdn-country-code
Pass country code into MSISDN requests
2022-09-26 10:01:50 +02:00
aringenbach 2cf7e7ebab Fix render of links with both characters requiring percent encoding and markdown-like syntax 2022-09-23 15:06:40 +02:00
Johannes Marbach c78277b963 Merge branch 'develop' into johannes/scroll-crash 2022-09-20 21:44:03 +02:00
Johannes Marbach 51769c9884 Fix crash when scrolling chat list
Fixes: #6749
2022-09-20 21:19:28 +02:00
ismailgulek 17e252476f 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
Gil Eluard 98b66ff281 Merge pull request #6746 from vector-im/gil/6653-Failed_to_join_room 2022-09-20 11:29:03 +02:00