Stefan Ceriu
2881d77bbc
Incoming session verification support ( #3428 )
...
* Fixes #1227 - Add support for receiving and interacting with incoming session verification requests.
* Fix a couple of random small warnings
* Move static view config to the view state
* Update snapshots
2024-10-29 15:21:17 +02:00
Doug
f6c6d1b719
Update translations and some snapshots. ( #3459 )
...
* Update snapshots.
* Update translations.
2024-10-28 14:40:02 +00:00
Stefan Ceriu
6c09884783
Fix #1934 - Hook reaction pickers into the system's recently used keyboard emojis ( #3453 )
2024-10-25 19:58:56 +03:00
Mauro
d85240ae3f
Knocked Preview implementation ( #3426 )
...
* JoinRoomScreen ui for knocking
* code improvement
* updated previews
* added knocked state with tests
* send knock request
* Apply suggestions from code review
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
* pr comments
* update tests
* new API
* knock implementation and cancel knock
* update strings
* added a knocked cell in the home screen
* design update
* updated SDK
* simplified the invite case code
* pr comments
* updated previews
* added message as reason
* updated strings
* fixing tests
---------
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2024-10-24 17:23:06 +02:00
Doug
9d555e2d21
Fix a bug where the room state wouldn't indicate when a call was in progress. ( #3442 )
...
* Fix breaking changes on decryption errors and sending failures.
* Update SDK and analytics events.
* Add extra UTD strings.
---------
Co-authored-by: Stefan Ceriu <stefan.ceriu@gmail.com >
2024-10-24 12:54:52 +01:00
Velin92
5a1f0ef05e
Translations update
2024-10-21 16:15:26 +03:00
Mauro
69d32502fd
Knock and knocked state for the join room screen ( #3424 )
...
* JoinRoomScreen ui for knocking
* code improvement
* updated previews
* added knocked state with tests
* send knock request
* Apply suggestions from code review
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
* pr comments
---------
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2024-10-17 14:00:51 +00:00
Doug
61c0a500c6
Fix the pinned identity banner to always show the user ID regardless of ambiguity. ( #3415 )
2024-10-16 14:51:29 +01:00
ElementRobot
d2f6ff42d3
Translations update ( #3406 )
...
Co-authored-by: Velin92 <34335419+Velin92@users.noreply.github.com >
2024-10-14 11:29:14 +02:00
Doug
431d88b6c1
Tweak EncryptionReset, IdentityConfirmation and SecureBackupRecovery screens. ( #3391 )
2024-10-10 11:27:53 +01:00
Doug
fbccf7ff06
Add a subtitle to the QR login instructions. ( #3386 )
2024-10-09 17:54:01 +01:00
ElementRobot
7b31d183aa
Translations update ( #3371 )
2024-10-07 10:51:59 +01:00
Doug
74ff86695e
Add developer option to hide media in the timeline. ( #3366 )
2024-10-03 17:59:39 +01:00
Velin92
c595e63238
Translations update
2024-09-30 09:07:33 +03:00
ElementRobot
5e6d1c431c
Translations update ( #3315 )
...
Co-authored-by: Velin92 <34335419+Velin92@users.noreply.github.com >
2024-09-23 10:28:34 +02:00
Doug
54b126b8e0
Add support for account deactivation when not using OIDC. ( #3295 )
2024-09-17 20:08:35 +01:00
Velin92
602ee5c432
Translations update
2024-09-16 08:31:58 +03:00
Doug
a7aa116beb
Require acknowledgement to send to verified users who have unsigned devices or have changed their identity. ( #3215 )
...
* Refactor HeroImage style.
* Add a screen to resolve (crypto-related) timeline item send failures.
* Refactor send failures.
* Update the SDK.
2024-09-10 09:56:11 +01:00
Velin92
b3a58bb120
Translations update
2024-09-03 12:11:53 +03:00
Stefan Ceriu
a75e181790
Tweak the EncryptionReset root screen copy.
2024-08-30 15:07:23 +03:00
ElementRobot
55296a6fcc
Translations update ( #3201 )
...
Update snapshots too.
2024-08-27 12:10:49 +01:00
Doug
a3e66d3e7e
Update the SDK ( #3196 )
...
* Update the SDK.
* Fix API breaks on send failures and propagate the new type.
* Handle new SDK ShieldState.
* Set up the ClientBuilder's `cachePath` option.
* Delete the cacheDirectory during logout/clearCache.
* Add unit tests for RestorationToken decoding and SessionDirectories generation.
2024-08-27 11:06:26 +01:00
Mauro
bbb462bd83
Pinned Events Timeline actions and differentiation ( #3182 )
2024-08-22 17:35:44 +02:00
ElementRobot
e658c241e8
Translations update ( #3172 )
2024-08-15 18:50:00 +01:00
Mauro
293c5b234e
Navigate to the Pinned events timeline ( #3139 )
2024-08-08 18:29:39 +02:00
Doug
b13b67c9bc
Finalise strings/icons for EncryptionAuthenticity. ( #3121 )
2024-08-06 15:03:11 +01:00
Mauro
07f2242ed0
Pinned events banner loading state ( #3118 )
2024-08-06 15:46:56 +02:00
Valere
6b8d440be6
Show Encryption Authenticity warnings on messages in the timeline. ( #3051 )
...
* Initial implementation.
* Add developer option for showing timeline item authenticity.
* Refactor code to use new SendInfo.Status.
---------
Co-authored-by: Doug <douglase@element.io >
2024-08-05 11:15:38 +00:00
Stefan Ceriu
9a28682a35
Crypto identity reset ( #3107 )
...
* Add EncryptionReset password entry screen
* Expose client proxy identity reset method
* Update the IdentityConfirmationScreen to the latest designs
* Replace the old recovery key reset screen with a new EncryptionReset one
* Fixes #3102 - Add support for resetting the user's whole crypto identity
* Address review comments
* Bump the SDK to v1.0.30
2024-08-05 09:35:18 +03:00
Doug
987aa63eb9
Refactor TimelineItemSendInfo out of the styler. ( #3100 )
...
* Reorder some properties.
No code changes.
* Refactor TimelineItemSendInfo out of the styler.
* Add (unused) examples of encryption shields.
* Rename file.
2024-07-30 09:43:17 +01:00
Mauro
30351a7712
Pin/Unpin Logic ( #3084 )
2024-07-26 20:41:00 +02:00
ElementRobot
5e4dd7ec5e
Translations update ( #3074 )
...
Co-authored-by: Velin92 <34335419+Velin92@users.noreply.github.com >
2024-07-22 12:49:37 +02:00
Mauro
fee3d3c8c0
Pinning items Feature Flag ( #3063 )
2024-07-18 18:28:30 +02:00
Doug
c0e704ce1d
Handle renamed PIN alert string. ( #3024 )
2024-07-11 09:18:32 +01:00
ElementRobot
130ace1dad
Translations update ( #3011 )
2024-07-08 08:32:58 +01:00
ElementRobot
468b14ff77
Translations update ( #2963 )
2024-06-24 09:35:03 +01:00
Velin92
4ebd8c8d83
Translations update
2024-06-17 09:20:41 +03:00
Velin92
8eed26ba4b
Translations update
2024-06-11 18:09:29 +03:00
Mauro
6192576bff
updated strings for the dclined state of qr code ( #2895 )
2024-06-03 11:52:16 +02:00
Mauro
e09e34aa61
QR Code Login Flow ( #2767 )
...
Co-authored-by: Hugh Nimmo-Smith <hughns@users.noreply.github.com >
Co-authored-by: Hugh Nimmo-Smith <hughns@element.io >
2024-05-29 17:07:17 +02:00
ElementRobot
9fc36c5f61
Translations update ( #2867 )
...
Co-authored-by: Velin92 <Velin92@users.noreply.github.com >
2024-05-20 14:34:23 +01:00
Mauro
ce2de325ac
UI update for room details ( #2831 )
2024-05-10 17:58:35 +02:00
Mauro
f52ccd6f4d
UX Update for user profile screen and room member details ( #2822 )
2024-05-09 15:41:09 +00:00
stefanceriu
d2a4c3a7a5
Translations update
2024-05-08 15:50:09 +03:00
ElementRobot
1aa1174e9d
Translations update ( #2786 )
...
Co-authored-by: Velin92 <Velin92@users.noreply.github.com >
Co-authored-by: Mauro Romito <mauro.romito@element.io >
2024-05-06 13:18:48 +02:00
Doug
c220ccd5df
Update back button label. ( #2775 )
2024-05-03 14:39:14 +01:00
ElementRobot
af842c6a47
Translations update ( #2761 )
2024-04-29 08:42:15 +01:00
ElementRobot
146ddda431
Translations update ( #2747 )
2024-04-25 18:37:13 +01:00
Stefan Ceriu
18081fbe48
Remove join room screen graphic and align platforms
2024-04-24 17:26:10 +03:00
Doug
b0db1f67e1
Update strings with API breaks. ( #2720 )
2024-04-22 10:52:29 +01:00