Mauro Romito
8f254d328a
fix for caption not appearing in the media preview controller
2025-09-30 12:26:43 +02:00
Mauro Romito
4a5209b284
fix for nav bar showing an empty button in the media timeline
2025-09-30 12:26:43 +02:00
Mauro Romito
44e96651e2
remove magnification and text selection on iOS, also replaced TextView URL handling
2025-09-30 12:26:43 +02:00
Doug
b75b41ba66
Accept space invites from a home screen cell. ( #4554 )
...
* Push the SpaceScreen after accepting an invite from the room list.
* Add a test for accepting a space invite.
2025-09-30 10:43:48 +01:00
Stefan Ceriu
84aaebf589
Fix #4528 - Prevent the OnboardingFlowCoordinator from interfering with recovery setup.
2025-09-30 12:37:35 +03:00
Andy Balaam
7b1bce078f
Update the strings for the device verification flow ( #4553 )
2025-09-30 09:15:30 +01:00
Doug
f2663d146f
Update acknowledgments with resolved names. ( #4555 )
2025-09-29 15:58:43 +01:00
Doug
a3d7d5dfe8
Show space invites in the room list. ( #4545 )
2025-09-29 13:57:58 +01:00
ElementRobot
004515fb68
Translations update
2025-09-29 09:07:28 +03:00
Stefan Ceriu
5ac7faf7a3
Fix the new bloom modified on dark themes
2025-09-26 16:38:55 +03:00
Mauro Romito
e5abe0bfc7
swift format
2025-09-26 16:38:55 +03:00
Mauro Romito
3593c8a451
fix for swipe to reply on iOS 26 and also improved iOS 18 behaviour
2025-09-26 16:38:55 +03:00
Mauro Romito
ea4c003741
fixed search
2025-09-26 16:38:55 +03:00
Mauro Romito
dbe5bb35b4
more fixes and preview tests updated
2025-09-26 16:38:55 +03:00
Mauro Romito
9d6a31dc06
fix for spaces list screen glassified bg
2025-09-26 16:38:55 +03:00
Mauro Romito
ad833e9a77
fix sliding banners on iOS 26
2025-09-26 16:38:55 +03:00
Mauro Romito
ace68b4ff4
home screen toolbar doesn't show glass padding
2025-09-26 16:38:55 +03:00
Mauro Romito
8eb94e856c
iOS 26 minor fixes
2025-09-26 16:38:55 +03:00
Doug
e36dcfbc99
Add some new space properties. ( #4544 )
...
* Use the via property on SpaceRoom.
* Fall back to the canonical alias as a space room name if needs be.
* Use SpaceRoom.isDirect for computing the name/avatar.
* Pass in the parent space as a workaround for no restricted join rules.
2025-09-26 10:03:11 +01:00
Stefan Ceriu
57ec491bac
Fixes #4529 - Order out of order ordered list ordering order
2025-09-26 10:48:56 +03:00
Stefan Ceriu
f90e79e475
Prevent the gradient background from being incorrectly rendered everywhere the placeholder screen is used.
2025-09-25 10:50:10 +03:00
Stefan Ceriu
063d0e4f52
Properly use the new hideBrandChrome in the AuthenticationStartLogo
2025-09-24 15:00:30 +03:00
Stefan Ceriu
137d02242a
Enable the next gen html parser and attributed string builder by default.
2025-09-24 14:55:30 +03:00
Stefan Ceriu
a38c608010
Update generated file headers after Sourcery bump.
2025-09-24 07:47:43 +03:00
Stefan Ceriu
b39d1028b9
Fixes #4534 - Use content_loaded instead of io.element.join for detecting EC timeouts. Bump EC to 0.16.0-rc.4.
2025-09-24 07:47:43 +03:00
Stefan Ceriu
704982c9da
Fix the latest event sorter's feature flag usage.
2025-09-24 07:45:06 +03:00
Stefan Ceriu
48268a3760
Remove unnecessary link preview vstack bottom padding when there are no links present.
2025-09-24 07:34:43 +03:00
ElementRobot
b6c51b2ae6
Translations update
2025-09-22 11:55:07 +03:00
Doug
a9f91c25c2
Update the SDK and Element Call. ( #4527 )
...
* Update Element Call to RC3
* Update the SDK.
* Add feature flag for latest event sorter.
2025-09-19 18:06:48 +01:00
Stefan Ceriu
a2fffe35f0
Implement link previews for text messages using Apple's LinkPreview framework ( #4520 )
2025-09-19 12:48:09 +00:00
Stefan Ceriu
afc09fd618
Add an app setting to disable rendering the chrome around the app logo/brand.
2025-09-19 15:15:25 +03:00
Doug
9ac83d06c7
Update the SDK and Element Call. ( #4522 )
...
* Update the SDK and Element Call.
Additionally fix a bug where there was no way to navigate out of a call link after hanging up.
* Remove the temporary parameters.
2025-09-18 18:24:24 +01:00
Valere Fedronic
cb62112159
Listen to call decline to stop ringing when declined from other device ( #4505 )
...
* Listen to call decline to stop ringing when declined from other device
* use proper swift naming convention for Id/ID
* fix Force unwrapping
* fix lint
* An approach without the custom publisher.
* review: correct naming convention
* review: revert some invisible char/tab changes
* add ref to the room proxy in the closure
---------
Co-authored-by: Doug <douglase@element.io >
2025-09-18 16:11:03 +02:00
Stefan Ceriu
af2c13c7dd
Automatically clear temporary folders whenever migrating versions as the system rarely does.
2025-09-18 09:56:05 +03:00
Doug
28bd7a0d6a
Update the SDK. ( #4517 )
2025-09-17 15:43:38 +01:00
Doug
780af95968
Add the JoinRoomScreen into the SpaceFlowCoordinator. ( #4513 )
...
* Add the JoinRoomScreen into the SpaceFlowCoordinator.
The screen needs further work to make the join work.
* Fix the tests completing the join flow with the right action.
2025-09-17 15:12:45 +01:00
Mauro Romito
6ce7f519b0
added tests for the room header view
2025-09-16 18:26:03 +02:00
Mauro Romito
1d5c252a42
added the avatar and the room title as subtitle in the thread timeline as a principal action
...
also added a fix for the erroneous reply in thread action while in a thread, and also discovered that we can lead align the principal action again on iOS 26 (so it was a beta issue)
2025-09-16 18:26:03 +02:00
Stefan Ceriu
7236c491d5
Remove extra new line before list items and useless paragraph style
2025-09-16 17:54:46 +03:00
Stefan Ceriu
7dd34400e4
Add support for HTML img tags (their alts) on the new AttributedStringBuilder
2025-09-16 17:54:46 +03:00
Stefan Ceriu
41a2acc0d7
Fixes #4512 - Make the preview item count label more proeminent
2025-09-16 17:54:46 +03:00
Stefan Ceriu
1bbeb535a1
Reduce code block font point sizes by 10% on the new attributed string builder.
2025-09-16 17:54:46 +03:00
Valere Fedronic
dc1f174d40
Element Call: Send rtc.decline event when incoming call is declined ( #4499 )
2025-09-16 09:14:04 +01:00
Doug
f6d3992601
Add the intent system back to call widget URL creation. ( #4511 )
...
Add the intent system back to widget URL creation.
Also updates the SDK handling API changes.
2025-09-16 08:36:10 +01:00
ElementRobot
797ff404cb
Translations update ( #4509 )
2025-09-15 08:42:00 +01:00
Stefan Ceriu
93897495e2
Fix traling new lines appearing in attributed string when sending text separated by 2 new lines.
2025-09-12 18:09:18 +03:00
Stefan Ceriu
5fe1c7b733
Show a modal indicator while inviting users to a room.
2025-09-12 17:38:19 +03:00
Stefan Ceriu
409fbe1ea4
Add a message property to user indicator's and have it be rendered properly on modal indicator.s
2025-09-12 17:38:19 +03:00
Doug
6a12b30897
Revert "Add intent system to widget URL creation. ( #4427 )" ( #4504 )
...
This reverts commit e2bd3edee7 .
2025-09-12 10:30:39 +01:00
Doug
940801f400
Add support for joining rooms from a space. ( #4501 )
...
* Add support for joining rooms from a space.
Doesn't yet handle the Join button 🤔
* Handle the join button for both rooms and spaces.
Also refactor more instances of spaceRoom to spaceRoomProxy.
2025-09-11 16:41:19 +01:00