ElementRobot
40d5c68d32
Translations update
2025-08-25 09:49:50 +03:00
Doug
8b5d920745
Remove unnecessary awaits on RoomFlowCoordinator.init. ( #4434 )
2025-08-22 16:13:53 +01:00
Doug
da77e30be6
Space flow improvements. ( #4430 )
...
* Space flow improvements
- Use a state machine to select a space.
- Add a SpaceFlowCoordinator for recursively presenting subspaces.
- Get the spaceRoomListProxy when tapping on the space so we can indicate failures.
- Fix the total room count in SpaceListScreen.
* Refactor spaceRoom → spaceRoomProxy.
* Add a UI test for the Spaces flow.
2025-08-22 15:49:47 +01:00
amshak
7f2f1e6e0e
Make the room list filters smaller. ( #4432 )
2025-08-22 14:46:39 +01:00
Doug
9ff82a478e
Add a feature flag for spaces. ( #4429 )
...
* Remove the huge conditional compilation block on AppSettings.
It is still required for the ElementCallBaseURL however.
* Add a feature flag for spaces.
2025-08-22 13:47:23 +01:00
Stefan Ceriu
055a7b1caa
Fix pasting no longer working for rich text formats.
2025-08-22 13:32:18 +03:00
Stefan Ceriu
3d95168e0c
Fallback to the first type with a valid extension when sharing media and no supported content types can be found
2025-08-21 15:51:17 +03:00
Stefan Ceriu
93c1efc0a2
Add support for audio/* mime types on pasting/sharing/drag&dropping files.
2025-08-21 15:51:17 +03:00
Stefan Ceriu
035d35e38b
Remove the multipleAttachmentUploadEnabled feature flag.
2025-08-20 14:20:13 +03:00
Stefan Ceriu
fa7ae91058
Fix photo and document picker tint colors on dark mode.
2025-08-20 14:20:13 +03:00
Copilot
9fab9f9c9a
Add a Low Priority room filter behind a feature flag. ( #4394 )
...
* Add Low Priority room filter with incompatibility rules
Co-authored-by: pixlwave <6060466+pixlwave@users.noreply.github.com >
* Add a feature flag and use the SDK filters.
* Fix filter tests and add RoomSummaryProvider tests for the default filters.
* Remove unnecessary comment.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: pixlwave <6060466+pixlwave@users.noreply.github.com >
Co-authored-by: Doug <douglase@element.io >
2025-08-20 11:56:44 +01:00
Doug
6408432c76
Add a couple of logs to debug badge counts. ( #4425 )
2025-08-20 10:26:45 +01:00
ElementRobot
8f9c29f5bb
Translations update ( #4422 )
...
* Translations update
* Fix for renamed strings.
* Fix non-flattened strings.
---------
Co-authored-by: Doug <douglase@element.io >
2025-08-20 10:22:03 +01:00
Stefan Ceriu
7be6b26f4a
Fix #4420 - Configure the video camera picker to record in high quality - [UIImagePickerController.QualityType.typeHigh]( https://developer.apple.com/documentation/uikit/uiimagepickercontroller/qualitytype )
2025-08-20 11:44:26 +03:00
Doug
3ed4247911
Only use the Element Call timeoutTask for room calls.
...
SPA call links were being timed out too 🤦♂️
2025-08-18 08:37:36 +03:00
Doug
be890a7467
Update the SDK, handle API breaks. ( #4418 )
2025-08-15 17:25:51 +01:00
Element CI
7986dd540a
Prepare next release
2025-08-15 02:52:48 -07:00
Doug
c5d04e7c10
Fix some app route navigation bugs. ( #4415 )
...
- Opening a notification would update the stack with an animated pop.
- Opening a permalink from the timeline wouldn't push the room as a child.
2025-08-15 10:34:01 +01:00
Doug
de0a7ab30a
Fix a bug where the image upload screen was unintentionally dismissed for some failures. ( #4414 )
2025-08-14 17:19:57 +00:00
Doug
1e5a5b36b2
Add a SpaceScreen for listing rooms and subspaces within a space. ( #4412 )
2025-08-14 16:24:20 +00:00
Doug
b34a3dae59
Add a workaround to include some via parameters for room v12 tombstone links. ( #4413 )
...
Without them, following the link fails as previously the server could use the server name from the room ID (which in and of itself seems somewhat error prone).
2025-08-14 13:02:07 +01:00
Doug
f8f3643ceb
Add SpaceRoomCell & Space…ProxyProtocols and use them on the SpaceListScreen. ( #4404 )
2025-08-13 12:06:29 +01:00
Doug
624f74816e
Remove the share_pos developer option. ( #4406 )
2025-08-13 08:36:40 +00:00
Doug
2573c8b989
Update the SDK. ( #4405 )
2025-08-12 16:20:09 +00:00
Element CI
6a855a0a88
Prepare next release
2025-08-12 04:37:02 -07:00
renovate[bot]
62a8414a60
Update actions/checkout action to v5 ( #4401 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 18:00:27 +01:00
Doug
1aca68aa68
Update Roles & Permissions UI test snapshots.
2025-08-11 15:58:46 +03:00
ElementRobot
90ccc3638d
Translations update ( #4398 )
2025-08-11 09:27:12 +01:00
renovate[bot]
f4163429ee
Update dependency jpsim/Yams to from: "6.1.0"
2025-08-11 10:41:37 +03:00
Copilot
d5df52db59
Remove unreachable guard condition in String.asciified() ( #4395 )
2025-08-08 11:31:15 +01:00
Doug
052d503dee
Fix the push animation when selecting a room with the compact layout on iPad.
...
Also makes sure we don't animate the change of room in the split's detail when using the regular layout
2025-08-08 10:33:08 +01:00
Doug
0685d29fe4
Use @Observable instead of ObservableObject for our NavigationCoordinators.
2025-08-08 10:33:08 +01:00
Doug
2bbba6e4e0
Fix some SwiftLint warnings.
2025-08-08 10:33:08 +01:00
Doug
78f505cbcf
Fix a bug when a compact split view doesn't react to a change of root coordinator in the sidebar.
2025-08-08 10:33:08 +01:00
Doug
27757ee5d1
Move the Settings flow from the Chats flow up one level to the UserSession flow. ( #4390 )
...
* Add the basis for a state machine to UserSessionFlowCoordinator.
* Move the Settings flow from the Chats flow to UserSession flow.
It now works from the Spaces tab.
* Add a StateMachineFactory and use it to publish the state in the tests.
2025-08-07 12:13:02 +00:00
Doug
5a62dbb0a2
Add a SpaceExplorerFlowCoordinator. ( #4383 )
...
* Add a SpaceExplorerFlowCoordinator.
* Project tweaks
- iOS 17.5 so that we can use the simulator.
- Make a Spaces group for common Space related views.
- Fix the tab bar badge colour on iPhone landscape and iPadOS 17 (18 is still wrong 😒 )
2025-08-07 12:48:53 +01:00
Doug
2122379c60
Label rageshakes from macOS and report the right operating system. ( #4392 )
2025-08-07 11:39:29 +00:00
Element CI
b2bc7c30a6
Prepare next release
2025-08-07 02:35:44 -07:00
Mauro
979f526f19
Last Owner should edit admins, and not leave when is last ( #4372 )
2025-08-07 08:40:14 +00:00
Element CI
e2d743640d
Prepare next release
2025-08-05 08:02:49 -07:00
Mauro Romito
48bee8c4c3
fix filtering of non spaces
...
Revert "fix filtering of non spaces"
This reverts commit a45e4726e1712e4c4d2b59157da06c3c95df1c5e.
x
2025-08-05 16:43:43 +02:00
Element CI
e3c3225cb7
Prepare next release
2025-08-05 04:41:16 -07:00
Mauro Romito
de0c7cfbcd
update the SDK
2025-08-05 13:22:44 +02:00
Mauro Romito
ae84e180d5
update EC 0.14.1
2025-08-05 13:22:44 +02:00
Doug
fead5ff191
Initial setup for the SpaceListScreen. ( #4380 )
2025-08-05 11:06:26 +01:00
ElementRobot
69223b9601
Translations update ( #4381 )
2025-08-05 09:05:12 +00:00
Doug
3adf8b0610
Implement tab bar badges, visibility and selection. ( #4373 )
2025-08-05 09:23:45 +01:00
Doug
974a3ad74f
Handle TimelineDiff as an enum with associated values. ( #4379 )
...
* Handle TimelineDiff as a true enum.
* Update the SDK.
* Silence some warnings.
2025-08-05 09:23:22 +01:00
Robin
37506cc4c1
Delegate the sending of call notifications to Element Call ( #4370 )
...
* Stop sending call notifications manually
The Element Call widget can now assume responsibility for sending them when you start a call.
* Bump Element Call embedded package to v0.14.0
* Delegate the sending of call notifications to Element Call
* Update the SDK.
* Use 'is' prefix for boolean
---------
Co-authored-by: Doug <douglase@element.io >
2025-08-01 18:47:48 +02:00
Mauro
5a87fb4f92
Restore permissions to creator and display them as owners in the list ( #4369 )
...
* restore permissions to creator and display them as owners in the list
* improved the code to use actually 5 roles in the app to distinguish a real creator from an owner
2025-07-31 16:52:55 +02:00