manuroe
|
4361c9fc9b
|
Removed VoiceBroadcastProtocol
We do not need to abstract it
|
2022-10-19 09:38:36 +02:00 |
|
yostyle
|
953bb211c1
|
Check user id to prevent fake ckunk
|
2022-10-19 09:09:57 +02:00 |
|
yostyle
|
21d453b164
|
Add chunks in TimelineVoiceBroadcastDetails
|
2022-10-18 23:36:21 +02:00 |
|
yostyle
|
b63cb3f0dc
|
Add some comments
|
2022-10-18 17:32:40 +02:00 |
|
Hugh Nimmo-Smith
|
2d97215aee
|
Use unstable prefixes for QR code login
|
2022-10-18 09:13:21 +03:00 |
|
David Langley
|
015e8da8d1
|
Merge pull request #6902 from vector-im/langleyd/6900_wysiwyg_interactive_dismissal
Rich Text Editor add support for interactive dismissal
|
2022-10-17 19:51:47 +01:00 |
|
David Langley
|
33d5f3de41
|
Add weak self reference to closure
|
2022-10-17 18:16:15 +01:00 |
|
Yoan Pintas
|
58551e04c1
|
[Voice Broadcast] Aggregate the chunks of voice messages in room timeline (#6891)
|
2022-10-17 18:23:47 +02:00 |
|
David Langley
|
2cd40bdac8
|
Set inputAccessoryViewForKeyboard so that interactive dismissal works.
|
2022-10-17 17:19:14 +01:00 |
|
Yoan Pintas
|
bed02f8bc9
|
Fix bubble cell visibility (#6893)
|
2022-10-17 17:44:38 +02:00 |
|
Gil Eluard
|
bedd6b7983
|
Merge pull request #6889 from vector-im/gil/6888-Notifications_on_this_device_not_refreshed
"Notifications on this device" not refreshed in user settings screen
|
2022-10-17 10:39:59 +02:00 |
|
Gil Eluard
|
5731a2c342
|
All chats shows no rooms in the list
- Fixed
|
2022-10-14 17:24:01 +02:00 |
|
Gil Eluard
|
454218d4ab
|
"Notifications on this device" not refreshed in user settings screen
|
2022-10-14 15:10:15 +02:00 |
|
Mauro Romito
|
9747a77cc4
|
opacity transition implemented
|
2022-10-14 12:49:13 +02:00 |
|
Mauro Romito
|
fa46f5d3bb
|
custom tint + blinking dark theme text color issue fix
|
2022-10-14 10:45:24 +02:00 |
|
Stefan Ceriu
|
4f5c49f005
|
Added E2EE support on sessions created through QR code login
|
2022-10-13 20:49:32 +03:00 |
|
David Langley
|
99d41ccd64
|
Merge pull request #6831 from vector-im/langleyd/6830_wysiwyg_core_formatting
Wysiwyg: Core Formatting
|
2022-10-13 16:03:27 +01:00 |
|
Doug
|
8a284bf4ae
|
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
|
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 |
|
Stefan Ceriu
|
3433e26e8c
|
Remove now unnecessary creator public key publishing. Rebuilt flows and fixed tests
|
2022-10-12 17:27:25 +03:00 |
|
Stefan Ceriu
|
83c91677a4
|
Fix typo
|
2022-10-12 17:27:25 +03:00 |
|
Stefan Ceriu
|
76ea89eede
|
Fix initiator flows and e2e tests
|
2022-10-12 17:27:25 +03:00 |
|
Stefan Ceriu
|
3f90ef3da2
|
Implement login with scanned QR code flows
|
2022-10-12 17:27:25 +03:00 |
|
Mauro Romito
|
90fc572a21
|
code improvements
|
2022-10-12 15:54:14 +02:00 |
|
Doug
|
75b6ae0e58
|
Fix RiotTests.
|
2022-10-12 14:42:24 +01: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 |
|
Gil Eluard
|
7d3649e3e8
|
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
|
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 |
|
Gil Eluard
|
fe956f573d
|
Tidy up TabBarCoordinator now that AllChatsCoordinator exists.
|
2022-10-12 11:47:59 +02: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 |
|
ismailgulek
|
cca98e7b72
|
Merge branch 'hotfix/1.9.8' into develop
|
2022-10-11 10:25:08 +03: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 |
|
Doug
|
eb6f278857
|
Only update the nav bar from the top SwiftUI view.
|
2022-10-10 09:21:45 +01:00 |
|
David Langley
|
7624d82310
|
Add labs flag and strings
|
2022-10-08 11:57:13 +01:00 |
|