Commit Graph

4681 Commits

Author SHA1 Message Date
Gil Eluard 0cc82f0fc4 All chats shows no rooms in the list
- Fixed
2022-10-14 17:24:01 +02: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
Stefan Ceriu 51e71f2d46 Added E2EE support on sessions created through QR code login 2022-10-13 20:49:32 +03:00
David Langley c03420bf4c Merge pull request #6831 from vector-im/langleyd/6830_wysiwyg_core_formatting
Wysiwyg: Core Formatting
2022-10-13 16:03:27 +01:00
Doug 7023196ec3 Add a SignOutFlowPresenter. (#6854)
Used in AllChats, UserSessions and Settings.
(TabBarCoordinator is unnecessary as signout will be removed from there).
2022-10-13 14:36:30 +01:00
David Langley 23365e56ae 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 7cab1eaef0 more comment updates 2022-10-13 11:46:00 +01:00
David Langley ca8467e7b0 Updates based on comments. 2022-10-13 11:12:14 +01:00
Stefan Ceriu 1e03508a89 Remove now unnecessary creator public key publishing. Rebuilt flows and fixed tests 2022-10-12 17:27:25 +03:00
Stefan Ceriu bc99cc7a99 Fix typo 2022-10-12 17:27:25 +03:00
Stefan Ceriu 56bfde2a1d Fix initiator flows and e2e tests 2022-10-12 17:27:25 +03:00
Stefan Ceriu fa3866ea76 Implement login with scanned QR code flows 2022-10-12 17:27:25 +03:00
Mauro Romito e791288987 code improvements 2022-10-12 15:54:14 +02:00
Doug bbd3470659 Fix RiotTests. 2022-10-12 14:42:24 +01: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
Gil Eluard d06e19a591 Merge pull request #6862 from vector-im/gil/6853-Tidy_up_TabBarCoordinator_now_that_AllChatsCoordinator_exists
Tidy up TabBarCoordinator now that AllChatsCoordinator exists.
2022-10-12 15:10:17 +02:00
David Langley 8abeae5060 Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/6830_wysiwyg_core_formatting 2022-10-12 11:46:24 +01:00
Gil Eluard 5e3223443a Tidy up TabBarCoordinator now that AllChatsCoordinator exists. 2022-10-12 11:47:59 +02:00
Yoan Pintas fb066ea869 Add voice broadcast state event (#6785) 2022-10-12 11:30:38 +02: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 6049541e4d todo reminder 2022-10-11 13:06:28 +02:00
ismailgulek d6ae7aefd2 Merge branch 'hotfix/1.9.8' into develop 2022-10-11 10:25:08 +03:00
Mauro Romito c09d8b3607 improving overall code 2022-10-10 18:54:20 +02:00
Mauro Romito 02dd3f3117 improving code 2022-10-10 18:44:19 +02:00
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