Mauro
08347e15a5
Pinned events banner loading state ( #3118 )
2024-08-06 15:46:56 +02:00
Valere
a11faeb131
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
Doug
013240e9b1
Fix the restoration of a SSS session. ( #3081 )
2024-07-24 10:55:40 +01:00
Doug
cdd763efd4
Add a certificate validator hook. ( #3069 )
...
* Add a certificate validator hook.
* General tidy up of AppHooks.
* Don't worry about the generic call links.
2024-07-19 17:05:54 +01:00
Stefan Ceriu
65dd6f3496
Simplify how we setup Sentry to make sure it's configured before any spans get created - they don't get reported otherwise
2024-07-18 08:58:20 +03:00
Mauro
dbdea337ca
Restore Mentions in plain text mode ( #3018 )
2024-07-09 13:02:46 +02:00
Doug
74a078b871
Make sure the BugReportScreen allows the user to retry if sending fails. ( #3012 )
2024-07-08 14:32:36 +01:00
Stefan Ceriu
d71c8c4e83
Use local room list sorting from Rust. ( #2978 )
...
* Switch to the new local room list sorting API
* Get rid of the RoomSummary enum, replace it by the inner RoomSummaryDetails
* And finally, rename RoomSummaryDetails to RoomSummary
* Fix a bunch of warnings
* Small tidy up post rebase/review.
- Remove unused invalidated property.
- Rename some RoomSummary instances to summary instead of details.
- Fix tests with missing roomListItem's.
* Update snapshots
---------
Co-authored-by: Doug <douglase@element.io>
2024-07-05 10:10:53 +01:00
Mauro
94f98345b0
Volatile draft to restore the composer after an edit. ( #2996 )
2024-07-02 14:48:50 +00:00
Doug
78b0c7068d
Add a bug report hook. ( #2988 )
2024-07-01 13:53:24 +01:00
Stefan Ceriu
3c500887ab
Setup Sentry instrumentation on top of the existing Signposter ( #2985 )
...
* Move Sentry setup outside of the BugReportService
* Setup Sentry SwiftUI tracing for the homeScreen and roomScreen roots
* Setup Sentry instrumentation on top of the existing Signposter
* Various tweaks
2024-06-28 18:15:57 +03:00
Mauro
b7345aafca
Remove layout styling abstraction ( #2982 )
2024-06-27 18:25:25 +02:00
Mauro
064b1bf224
Remove plain style layout ( #2980 )
2024-06-27 16:53:19 +02:00
Stefan Ceriu
41d40d8de0
Cleanup how we setup the CallKit provider and have it be used for outgoing calls as well ( #2967 )
...
- tear down ElementCall screens when ending the call from the CXCallController
- make the call UI available in the task manager and lock screen
- Fix broken hang up widget message format
2024-06-27 14:07:44 +03:00
Stefan Ceriu
bbf5b91675
Ignore punctuation characters at the end of detected links
...
- fixes permalink handling when that's the case
- prevents deep linking loops between nightly and the main app
2024-06-19 16:10:31 +03:00
Stefan Ceriu
4a9de65030
Fixes #2679 - Timestamps in room list inconsistently use absolute and relative formatting
2024-06-19 14:38:00 +03:00
Doug
834260c144
Use the room heroes when computing a DM avatar. ( #2900 )
...
* Use room heroes for DM avatar content ID.
* Use RoomAvatar.heroes for the DM Details stack.
2024-06-19 10:27:10 +00:00
Stefan Ceriu
5f9310e943
Fix ComposerToolbarViewModel user suggestion selection unit test
2024-06-17 09:31:33 +03:00
Mauro
cefa38049f
Store and restore drafts ( #2898 )
2024-06-13 12:19:38 +00:00
Stefan Ceriu
b8dea8ac4e
Handle multithreaded access crashes on unit tests using generated mocks
...
- always dispatch receivedInvocations mutations on the main queue
2024-06-13 14:38:33 +03:00
Stefan Ceriu
b2afa04832
Cleanup dead code after Periphery run
2024-06-11 14:38:08 +03:00
Doug
2487895207
Adopt Rust's new sessionPath that replaces the basePath ( #2903 )
2024-06-06 18:35:57 +01:00
Stefan Ceriu
6c1647b851
Fixes #2842 , fixes #2841 - Adopt new message sending queue API
...
- automatically retry failed requests as soon as the network is availble again
- remove manual retry options
2024-06-06 12:59:03 +03:00
Stefan Ceriu
53fc5df55b
Generate mocks for all SDK classes and introduce a simple TimelineItemFactory test to try them out
2024-06-05 17:51:45 +03:00
Doug
c51593476c
SwiftLint fixes. ( #2899 )
...
non_optional_string_data_conversion and static_over_final_class
* Revert Data -> String changes for upcoming rule change.
2024-06-05 07:31:49 +01:00
Doug
6deedb593b
Add a flag to disable hidden profiles for ignored users. ( #2892 )
2024-05-31 13:37:59 +01:00
Stefan Ceriu
a4c9135b58
Decouple the bug report service from the analytics one
2024-05-30 15:42:26 +03:00
Mauro
bd1c7a4008
removed useless qr logs ( #2886 )
2024-05-29 17:22:28 +02:00
Mauro
4e23f7be22
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
Stefan Ceriu
3a904ebc9d
Replace the old MockUserSession with the generated UserSessionMock
2024-05-27 17:05:01 +03:00
Stefan Ceriu
f8d094516d
Fixes #2878 - Retain cycles on the ElementCall webView and correctly tear down the call on dismissal.
2024-05-24 15:32:56 +03:00
Valere
f0ac0a63fb
Add device keys to rageshakes ( #2838 )
2024-05-21 09:54:16 +01:00
Mauro
545b5c31cc
Bump SDK ( #2857 )
...
Co-authored-by: Doug <douglase@element.io>
2024-05-20 14:37:45 +02:00
Doug
b7d492c206
Add Forgot PIN button to AppLockSetupPINScreen. ( #2833 )
2024-05-13 15:41:35 +01:00
Doug
a62a9a964a
Fix compile error in unit tests.
2024-05-13 15:37:57 +03:00
Doug
1e0a6d76ae
Make sure we pass the via parameters with all the routes.
...
Put the event ID first.
Fix tests.
Bump the SDK.
2024-05-13 15:37:57 +03:00
Doug
6984afd6c0
Support tapping Matrix URIs in messages. ( #2828 )
2024-05-10 15:22:22 +01:00
Stefan Ceriu
099b69d2f2
Prevent links from showing up in color within code blocks, simplify foreground color stripping
2024-05-10 14:07:43 +03:00
Stefan Ceriu
a401976b2b
Enable room list invites by default and remove old code paths
2024-05-09 19:01:57 +03:00
Stefan Ceriu
77f92ad068
Fixes #2807 - Stop inserting string attributes to code blocks.
2024-05-09 18:48:51 +03:00
Stefan Ceriu
905b21e0a8
Fixes #2808 - Switch the message sending failure options from a dialog to an alert
...
* Fixes #2808 - Switch the message sending failure options from a dialog to an alert
- this prevents it from showing up as a popup on the room list on an iPad
- it used to be set on the timeline and not on the timeline item because of our use of a UITableView
* Cleanup room screen action names
2024-05-09 14:35:47 +03:00
Doug
d97f912df7
Only register for notifications when the setting is enabled. ( #2819 )
2024-05-08 16:10:35 +01:00
Stefan Ceriu
636274df74
Seamlessly switch for the RichTextEditor based message composer to the… ( #2753 )
...
* Seemlesly switch for the RichTextEditor based message composer to the plain one depending on whether formatting options are enabled or not.
* Address PR comments
* Fixes #2803 - Add extra padding at the bottom of the composer suggestions list
* Update preview test snapshots
* Update UI test snapshots
2024-05-08 17:57:32 +03:00
Valere
bd4fae6086
Posthog: report SessionSecurityState ( #2795 )
...
* Posthog: report SessionSecurityState
* Review quick change
---------
Co-authored-by: Mauro <34335419+Velin92@users.noreply.github.com>
2024-05-07 14:31:12 +00:00
Doug
e829a3ded6
Move message forwarding out of the flow coordinator. ( #2738 )
2024-05-07 15:04:11 +01:00
Stefan Ceriu
3017100e5e
Fixes #2792 - Use the right room context in the plain composer
2024-05-07 14:38:37 +03:00
Valere
0eb1fb257c
Posthog: use correct API for user properties ( #2793 )
2024-05-07 12:08:56 +02:00
Valere
176abd5841
Bump posthog SDK version to 3.2.0 ( #2788 )
...
Co-authored-by: Mauro <34335419+Velin92@users.noreply.github.com>
2024-05-06 15:07:05 +00:00
Doug
11557e4879
Update the SDK. ( #2776 )
...
Handle async FFI changes.
Fix flakey unit test.
2024-05-03 12:00:05 +01:00
Stefan Ceriu
38416dbb5c
Plain composer suggestions and pills ( #2751 )
...
* Move ComposerToolbar files to withing the RoomScreen folder (as it's not a screen on its own)
* Switch the plain composer to NSAttributedStrings
* Enable suggestions on the plain composer
* Introduce a new `MatrixUserDisplayName` attributed string attributed and use it for mention building
* Implement mention pill rendering and sending on the plain message composer
* Fix plain composer snapshot tests
* Fix broken formatting options layout
* Add clarifying comment.
2024-05-03 10:06:16 +01:00