2145 Commits

Author SHA1 Message Date
Doug
bf22250b45
Automatically sign out when toggling the SSS feature flag. (#3071) nightly/1.7.1.659 2024-07-23 11:55:51 +01:00
Element CI
9879552b46 Prepare next release nightly/1.7.1.658 2024-07-22 08:45:57 -07:00
Mauro
ca052b9e40
Set version to 1.7.0 (#3076) 1.7.0 2024-07-22 17:12:34 +02:00
Stefan Ceriu
b135940097 Fixes #3041 - ElementCall unable to access media on ongoing CallKit session. 2024-07-22 17:39:22 +03:00
Mauro
5cb44ee60c
Pinned Items Banner UI (#3072) 2024-07-22 12:57:04 +00:00
Mauro
ff33c07596
Fix editing items not in the timeline failing (#3075) 2024-07-22 13:15:57 +02:00
ElementRobot
ab49274015
Translations update (#3074)
Co-authored-by: Velin92 <34335419+Velin92@users.noreply.github.com>
2024-07-22 12:49:37 +02: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.
nightly/1.6.14.657
2024-07-19 17:05:54 +01:00
renovate[bot]
74907d321f Update dependency apple/swift-argument-parser to from: "1.5.0" 2024-07-19 11:55:25 +03:00
Stefan Ceriu
a436ea6504 Track sub-spans as transactions as well so that we can plot them on a sentry dashboard. 2024-07-19 11:55:07 +03:00
Mauro
9534bd2469
Removed RTE script (#3067) nightly/1.6.14.656 2024-07-19 10:09:57 +02:00
Stefan Ceriu
3e005c8ba3 Fix broken ElementCall UI test, add missing deviceID to the ClientProxyMock 2024-07-19 09:51:50 +03:00
Stefan Ceriu
f1de42a1f3 Fixes #2840 - Use both the room list room and the room preview details to populate the join room screen
- the room summary API is indeed enabled on matrix.org and working fine for most rooms
- it is not however capable of giving us data about non-joined + private rooms
- the SDK addresses that by first trying to use known rooms before resorting to the preview endpoint
- that fails if it's a brand new room that the client doesn't know about yet i.e. a sync hasn't ran, which is exactly what's happening here
- the ClientProxy instead does wait for the room list to go into the first loaded before returning the room
nightly/1.6.14.655
2024-07-18 20:11:54 +03:00
Mauro
86ce3def13
Update RTE to 2.37.7 (#3064) 2024-07-18 18:28:48 +02:00
Mauro
d437e1f3ed
Pinning items Feature Flag (#3063) 2024-07-18 18:28:30 +02:00
Doug
7fbdc2c20f
Use the same UI as Android when tapping a link to a private room. (#3044)
* Use the same UI as Android when tapping a link to a private room.

* Fix preview of knocking.

* Fix snapshots.
2024-07-18 15:58:17 +01:00
Doug
6339fe2bf0
Fix a potential race condition when redacting a message. (#3061)
* Refactor the timeline item menu action provider.

- Move it into its own struct.
- Use an item, not an ID so it doesn't randomly change.
- Move permissions into the room screen view model.

* Use the stable ID when redacting/editing/forwarding a message.

Just like we do when fetching the item in the actions menu.
2024-07-18 15:14:38 +01:00
Doug
2fb7f65957
Add a feature flag for Simplified Sliding Sync. (#3057)
* Disable SSS when logging out.

* Bump the SDK.
2024-07-18 10:16:51 +01:00
Doug
288d2c2fdc
Add a ClientBuilder hook. (#3056) 2024-07-18 09:47:37 +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
Doug
95d53f1edf
Update the SDK fixing a few room list bugs. (#3054)
* Update the SDK.

* Handle API break for editing timeline items.

* Handle API break for Element Call
nightly/1.6.14.654
2024-07-17 15:48:32 +01:00
Doug
aa71f10b40
Run the integration tests on GitHub again. (#3052) 2024-07-17 10:16:43 +01:00
Stefan Ceriu
239afeb662 Fixes #3042 - Cancel ElementCall ringing as soon as the call ends 2024-07-17 10:24:30 +03:00
Stefan Ceriu
d16ba9f3ef Hook up CallKit lock screen muting controls to the ElementCall widget 2024-07-17 10:24:30 +03:00
Stefan Ceriu
2cce310540 Fixes #3041 - Video not rendering after starting or joinng a call
- not completely sure why this happens but `reportOutgoingCall` interferes with how the WebView gets access to video streams
- the call itself isn't really necessary so removing it is the simplest way forward
2024-07-17 10:24:30 +03:00
Doug
d295a1e4c2
Upgrade Compound. (#3039)
Remove conflicting Introspect package dependency.
nightly/1.6.14.653
2024-07-16 09:22:53 +01:00
Doug
2e6def5157
Fix the string used for encrypted events in the room list. (#3030)
I don't think its actually meant to be shown but this should still be correct if it is.
2024-07-16 09:22:20 +01:00
Mauro
812552c538
Update RTE with inline prediction working (#3043) nightly/1.6.14.652 2024-07-15 19:14:52 +02:00
Doug
f9d107c635
Fix RTE framework signature error when building DEBUG builds for a device. (#3040) 2024-07-15 13:59:11 +01:00
ElementRobot
b3e377e2e9
Translations update (#3038) 2024-07-15 09:46:36 +01:00
Matthew Hodgson
62287bd977
fix copyright 2024-07-13 12:50:44 +01:00
Doug
a8bf97a472
Fix an App Store error due to an RTE version mismatch. (#3029) nightly/1.6.14.651 nightly/1.6.14.650 2024-07-12 17:01:59 +01:00
Doug
c92c6a28ae
Upgrade the project to use Xcode 15.4 (#3027)
* Update snapshots for Xcode 15.4

* Update CI.

* Fix crashing UI test.

* Fix compile error in Integration Tests.

* Try putting UI tests on GH runners again.
nightly/1.6.14.649
2024-07-11 17:38:32 +01:00
Doug
c164e47ea4
Handle renamed PIN alert string. (#3024) 2024-07-11 09:18:32 +01:00
renovate[bot]
8724e71bc3
Update dependency jpsim/Yams to from: "5.1.3" (#3022)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
nightly/1.6.14.647
2024-07-10 18:49:51 +01:00
Doug
84e785367b
Fix stuck unread indicators. (#3023)
* Update the SDK (fixes stuck unread indicators).

* Use the SDK's cached server versions too.
2024-07-10 16:54:10 +00:00
Doug
fe5cea15d5
Make sure Element Call uses the correct theme and language. (#3017) nightly/1.6.14.646 2024-07-09 12:07:13 +01:00
Mauro
dbdea337ca
Restore Mentions in plain text mode (#3018) 2024-07-09 13:02:46 +02:00
Doug
a28536e2a6
Update the SDK (fixes unnecessary encryption state requests in the room list). (#3016) nightly/1.6.14.645 nightly/1.6.14.644 2024-07-08 15:41:24 +01:00
Mauro
78d20c0fc5
Update RTE to 2.37.5 (#3015) 2024-07-08 15:55:28 +02:00
Mauro
b07d85cd06
FIX: saving draft did not save the pill markdown content (#3003) 2024-07-08 15:55:13 +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
Doug
a1329d9d54
Replace old visible rooms range with subscriptions in the room list. (#3014)
* Add a SubscriptionTracker actor to RoomProxy.

* Request subscriptions when scrolling rooms.

* Stop unsubscribing in preparation for Simplified Sliding Sync.
2024-07-08 14:32:13 +01:00
Doug
bf9e1d614f Follow-up for translations PR. 2024-07-08 13:09:22 +01:00
Doug
25dc96040c
Potential fix for a crash when 2 present room events are sent in quick succession. (#3001) 2024-07-08 09:44:15 +01:00
ElementRobot
7ca8faeb4e
Translations update (#3011) 2024-07-08 08:32:58 +01:00
Mauro Romito
7a09be192e fix nightly/1.6.14.643 2024-07-05 12:56:02 +02: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>
nightly/1.6.14.642
2024-07-05 10:10:53 +01:00
Element CI
c024702d50 Prepare next release nightly/1.6.14.641 2024-07-04 03:41:31 -07:00
Doug
7da720ccce
Update the SDK ready for release. (#2999) 1.6.13 2024-07-04 11:06:27 +01:00