Mauro Romito
6bc0bb7dd6
formatted reply support
2022-10-10 18:26:48 +02:00
Mauro Romito
486fcfb5e0
package update
2022-10-10 17:59:49 +02:00
Mauro Romito
3233966e62
Merge branch 'langleyd/6830_wysiwyg_core_formatting' into mauroromito/wysiwyg_edit_no_UI
2022-10-10 17:58:54 +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
David Langley
691eece01c
Hide Maximise button as animations not working correctly
2022-10-10 13:09:51 +01: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
2e46c2c687
Split out models, add some tests and fix some formatting.
2022-10-09 22:54:39 +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
a689819b97
fix newline in pod lockfile
2022-10-08 10:50:35 +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
Johannes Marbach
4fa0db6638
Merge pull request #6828 from vector-im/johannes/default-session-name
...
Include app name in default session display name
2022-10-07 20:40:01 +02: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
Johannes Marbach
75df423c41
Merge pull request #6820 from vector-im/johannes/session-name-trumps-device-type-name
...
Only use device type name as fallback for session display name
2022-10-07 17:31:09 +02:00
Johannes Marbach
f9af760ba8
Add changelog
2022-10-07 16:57:34 +02:00
Johannes Marbach
9cfbc87a46
Include app name in default session display name
2022-10-07 16:54:08 +02:00
ismailgulek
7d21a37f58
QR Login additional flags ( #6825 )
2022-10-07 17:24:29 +03:00
Mauro Romito
e3c7eef7d2
updated package version
2022-10-07 16:19:29 +02:00
Johannes Marbach
b09832e789
Remove current app name from device type name
2022-10-07 16:02:14 +02:00
Johannes Marbach
3b9a36d5ff
Add back generated user session name string
2022-10-07 15:57:55 +02:00
Johannes Marbach
1ba1dc3991
Remove prefix from tests
2022-10-07 15:44:21 +02:00
aringenbach
36122591cf
Fix composer resizing animations
2022-10-07 14:05:51 +02:00
Johannes Marbach
ba7c84f451
Merge branch 'develop' into johannes/session-name-trumps-device-type-name
2022-10-07 13:27:16 +02:00
Mauro Romito
5f3585dc4f
pr comment addressed
2022-10-07 12:13:15 +02:00
Johannes Marbach
eb49dcbf42
Bring back English string for now to unbreak the build
2022-10-07 12:05:22 +02:00
ismailgulek
429a2f83a3
QR login from device manager ( #6818 )
...
* Add link device button into the sessions overview screen
* Run Swift format
* Fix tests
* Fix a crash in tests
* Fix PR remark
2022-10-07 12:58:26 +03:00
Mauro Romito
53d5c8ef00
updated the package and added a circle background to the + button
2022-10-07 10:43:45 +02:00
Johannes Marbach
9baa70adaf
Fix copyright year
2022-10-07 10:14:41 +02:00
Johannes Marbach
3883d2a550
Revert translation changes
2022-10-07 10:12:09 +02:00
Johannes Marbach
980f0e0dfc
Add changelog
2022-10-07 09:51:35 +02:00
Johannes Marbach
bdce8f1c09
Only use device type name as fallback for session display name
2022-10-07 09:48:17 +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
Anderas
a911cb9e3d
Merge pull request #6811 from vector-im/andy/6809_incoming_verification
...
Incoming verification requests with Crypto V2
2022-10-06 16:21:55 +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
Mauro Romito
92d1bcba54
textColor fix
2022-10-06 16:42:52 +02:00
Stefan Ceriu
f7d5e81100
Add changelog
2022-10-06 17:33:18 +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
Aleksandrs Proskurins
1ef09f45c4
Merge pull request #6813 from vector-im/aleksandrs/6801_unverified_sessions_screen
...
Device manager: Unverified sessions screen
2022-10-06 14:25:02 +03: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
Aleksandrs Proskurins
f9ce969dbf
Renamed sortAndConvertDevices method
2022-10-06 13:16:10 +03:00
Aleksandrs Proskurins
c45ee34677
Update RiotSwiftUI/Modules/UserSessions/UserOtherSessions/Test/UI/UserOtherSessionsUITests.swift
...
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2022-10-06 13:11:59 +03:00
Andy Uhnak
b7329a46af
Refactor verification manager, request, transactions
2022-10-06 11:00:09 +01:00