Doug
fc97cbc006
Add a feature flag for automatic back pagination. ( #5445 )
2026-04-20 17:47:26 +01:00
Mauro Romito
58a6d0a33f
fix invite users confirmation sheet strings
2026-04-20 18:33:44 +02:00
Stefan Ceriu
d5555a9b23
Fix session verification SAS flow not automatically starting
...
With #5116 removing the `verificationRequestAccepted` view state and its
`.startSasVerification` button action we now need another way of starting the SAS
flows whenever the verification requests gets accepted. As such a state machine
transition from `acceptingVerificationRequest` to `verificationRequestAccepted`
will now automatically call `startSasVerification` on the SessionVerificationProxy.
2026-04-20 18:19:27 +03:00
Doug
00fec4be09
Make the well-known version optional. ( #5447 )
2026-04-20 14:36:46 +00:00
mxandreas
09b2d868c0
Add guidelines for new features and a bit refactoring. ( #5436 )
...
* Add guidelines for new features and a bit refactoring.
* Add link to Android.
* Update CONTRIBUTING.md
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
* Some final touches.
---------
Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com >
2026-04-20 13:51:41 +01:00
Stefan Ceriu
1f1fc8a188
Fix removing the label in the record snapshots workflow.
2026-04-20 14:59:38 +03:00
Stefan Ceriu
2c6a3e0b9a
Try to fix the record_snapshots workflow trigger.. again
2026-04-20 12:53:25 +03:00
Stefan Ceriu
21fc5f8c8b
Try to fix the record_snapshots workflow trigger
2026-04-20 12:52:04 +03:00
Stefan Ceriu
4eb15cb588
Fix record_snapshots workflow trigger
2026-04-20 12:47:57 +03:00
Doug
885bae4ddf
Use macOS 26 for all workflows. ( #5442 )
...
And check in an out-dated Package.resolved file.
2026-04-20 10:15:34 +01:00
Stefan Ceriu
88842fbe33
Add a new workflow that runs the preview tests and re-records the snapshots for PRs that are labeled with record-snapshots
2026-04-20 11:54:44 +03:00
Stefan Ceriu
b2ce24fe11
Add a snapshot re-recording option to the snapshot tests CI command.
2026-04-20 11:54:44 +03:00
Stefan Ceriu
b7fb0c15b3
Split out the preview tests from the unit tests and move them to their own CI tool.
2026-04-20 11:54:44 +03:00
Mauro Romito
6a77a04ed7
implement annotation animations in MapLibreMapView
2026-04-20 10:17:27 +02:00
Mauro Romito
f23d6fe69a
fixed a bug that made the map still follow your location, even whan trying to center the map on an annotation.
2026-04-20 10:17:27 +02:00
Aaron Thornburgh
f540c5a79a
Replace the Cancel button with a Close button on the Space Filters screen. ( #5408 )
...
* Updated placement and type of button
Moved the "X"/Close button from the left to the right, and made it a primary action.
* Update snapshots.
---------
Co-authored-by: Doug <douglase@element.io >
2026-04-17 16:14:17 +01:00
Doug
726ab435a0
Revert the space filters Toggle and instead don't try to use glass when in the sidebar.
...
This reverts commit 283029b14976cda1aa567c947c27b09916c88824.
2026-04-17 15:22:56 +01:00
Doug
8ec7a69705
Fix the space filters button on iPad using a Toggle for default styling.
2026-04-17 15:22:56 +01:00
Stefan Ceriu
635ebb720a
Simplify and fix implementation
2026-04-17 17:17:55 +03:00
bxdxnn
cfd6703bf5
Make media captions scrollable
2026-04-17 17:17:55 +03:00
Doug
b7951d8f51
Move the Acknowledgements generation to the post-renovate workflow. ( #5438 )
...
* Move the Acknowledgements generation to the post-renovate workflow.
* Use macOS 26.
2026-04-17 14:26:08 +01:00
Mauro Romito
795ad9b256
update compound-ios sim creation in the runner
2026-04-17 15:22:15 +02:00
Mauro Romito
fbdaf716be
package resolved
2026-04-17 15:22:15 +02:00
Mauro Romito
d6ed48599e
update compound-ios snapshotting package
2026-04-17 15:22:15 +02:00
Mauro Romito
3379bb6e94
update project
...
# Conflicts:
# ElementX.xcodeproj/project.pbxproj
2026-04-17 15:22:15 +02:00
renovate[bot]
206c16ad66
Update dependency SnapshotTesting to v1.19.2
2026-04-17 15:22:15 +02:00
Stefan Ceriu
99d83cbf17
Limit sentry-ios Renovate upgrades to one PR per month
2026-04-17 15:11:48 +03:00
Stefan Ceriu
771b33294b
Set a Renovate minimumReleaseAge of 7 days.
2026-04-17 15:11:48 +03:00
Stefan Ceriu
f1145b6863
Add a workflow that runs on top of Renovate XcodeGen PRs to update the project and resolved packages.
2026-04-17 15:11:48 +03:00
Stefan Ceriu
340605a034
Group Renovate XcodeGen PRs, remove bundler.
2026-04-17 15:11:48 +03:00
Mauro
2e9a499fc3
LLS Sheet implementation ( #5420 )
...
* Add LiveLocationSheet and refactor existing views to share code
* Implement logic for highlighting a specific LLS from a user once selected in the sheet
* Updated tests, project and added new previews for the LLS sheet.
# Conflicts:
# PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPad-pseudo.png
# PreviewTests/Sources/__Snapshots__/PreviewTests/liveLocationRoomTimelineView.Bubbles-iPhone-pseudo.png
* add Equatable conformance to CLLocationCoordinate2D
2026-04-17 11:13:16 +00:00
Doug
350c04b0f3
Add support for homeserver capabilities to disable the UserDetailsEditScreen UI. ( #5421 )
...
Add support for homeserver capabilities to disable editing your user profile.
Also updates editable avatar size/formatting to match the latest Figma at the same time.
2026-04-17 11:52:46 +01:00
Aaron Thornburgh
ce0363ad20
Update the icon for "Remove this device" on the Settings screen. ( #5415 )
...
* SettingsScreen > Update the icon for "Remove this device"
Change the icon from "Sign Out" to "Close"
* Update snapshots.
---------
Co-authored-by: Doug <douglase@element.io >
2026-04-17 10:34:02 +00:00
Doug
945e34baa6
Tweak the font/icon sizes on the Space visibility label. ( #5396 )
2026-04-17 09:57:18 +00:00
Stefan Ceriu
100d4d92dc
Switch to fatalErroring on SDK background task panics in release builds too
2026-04-17 12:16:20 +03:00
Stefan Ceriu
84746a7567
Update preview snapshots following iOS 26.4 workflow migration.
2026-04-17 12:01:06 +03:00
Stefan Ceriu
33ffea4eb8
Fix various warnings
2026-04-17 10:55:48 +03:00
Stefan Ceriu
827b0ba8f3
Remove more DTCoreText/Foundation references as they are no longer directly imported or used
2026-04-17 10:55:48 +03:00
Stefan Ceriu
d0b8da33c4
Manually update project and resolved packages following Renovate XcodeGen update
2026-04-17 10:47:33 +03:00
renovate[bot]
13873a0065
Update dependency SwiftSoup to v2.13.4
2026-04-17 10:47:08 +03:00
renovate[bot]
b94dda386b
Update dependency Sentry to v9.10.0
2026-04-17 10:46:12 +03:00
renovate[bot]
d246b83bb3
Update dependency PostHog to v3.53.1
2026-04-17 10:46:01 +03:00
renovate[bot]
b54d7e4d08
Update dependency MapLibre to v6.25.0
2026-04-17 10:45:35 +03:00
renovate[bot]
69f9248560
Update dependency Kingfisher to v8.8.1
2026-04-17 10:44:45 +03:00
renovate[bot]
0e88a61fef
Update dependency EmbeddedElementCall to v0.19.1
2026-04-17 10:44:18 +03:00
renovate[bot]
de2b4f01ea
Update dependency DSWaveformImage to v14.3.0
2026-04-16 18:14:26 +03:00
renovate[bot]
162e9c920b
Update dependency DeviceKit to v5.8.0
2026-04-16 18:14:13 +03:00
renovate[bot]
02b57eef0c
Update dependency Collections to v1.4.1
2026-04-16 18:13:56 +03:00
renovate[bot]
1789a3f169
Update dependency AnalyticsEvents to v0.33.2
2026-04-16 18:13:39 +03:00
renovate[bot]
109cd4a169
Update dependency SwiftState to v6.0.1
2026-04-16 18:13:19 +03:00