Commit Graph

2992 Commits

Author SHA1 Message Date
Letro Bot
119787622d Version 7 (1.0.7) 2026-05-05 13:31:04 +03:30
Letro Bot
f6e723edc3 Add Acknowledgement row to About page in settings 2026-05-04 23:37:25 +04:00
Letro Bot
e418357988 Open legal links with in app sheets instead of external browser 2026-05-04 23:37:25 +04:00
Letro Bot
c5c037ee92 Fix pushGatewayBaseURL 2026-05-04 23:03:04 +04:00
Letro Bot
303f58f94d Customize action buttons to use letro gradient 2026-04-16 21:57:56 +04:00
Letro Bot
d3083e7ed5 Add the missing NSLocationAlwaysAndWhenInUseUsageDescription in target.yml since latest upstream rebase 2026-04-14 19:58:47 +04:00
Letro Bot
1f944c7e84 Customize a few more strings,
Fix an issue with stringdict customations
2026-04-14 18:35:20 +04:00
Letro Bot
6774697c17 Change a few links in AppSettings 2026-04-14 18:20:28 +04:00
Letro Bot
a31475e2f5 Update letro colors 2026-04-14 18:20:14 +04:00
Letro Bot
050616d8e1 Change the send button background to match letro branding 2026-04-10 01:07:36 +04:00
Letro Bot
922dfdaee6 Add a mechanism for customizing app strings 2026-04-10 01:07:36 +04:00
Letro Bot
f675fde32e Remove the help improve letro page form onboarding flow 2026-04-10 01:07:36 +04:00
Letro Bot
d74e894070 Change backgroundBottom asset to use letro brand colors 2026-04-10 01:07:36 +04:00
Letro Bot
8938d7f4bb Change color of switches & similar views from green to orange 2026-04-10 01:07:36 +04:00
Letro Bot
f2e035298f Bugfix where app logo size was too large 2026-04-10 01:07:36 +04:00
Letro Bot
f7f59a937e Hide Analytics & Report a problem rows from settings 2026-04-10 01:07:36 +04:00
Letro Bot
18d86da906 Change circular ui elemtns to rectangular 2026-04-10 01:07:36 +04:00
Letro Bot
fdc627eb38 Customize tabs text color 2026-04-10 01:07:36 +04:00
Letro Bot
45808fb72d Customize the new chat and space button in home screen 2026-04-10 01:07:36 +04:00
Letro Bot
1896637645 Add a mechanism to customize app icons and colors 2026-04-10 01:07:36 +04:00
Letro Bot
993c61b0eb Change app icon, logo 2026-04-10 01:07:36 +04:00
Letro Bot
6d68517328 Force light theme 2026-04-10 01:07:36 +04:00
Letro Bot
310cfc530e Change default account provider (server address) 2026-04-10 01:07:36 +04:00
Letro Bot
7a60a278de Implement login page redesign 2026-04-10 01:07:36 +04:00
Mauro Romito
fcbb7ab057 reactively determine with a timer if the lls timeline item has expired or not.
Move mockToday410/420/430 to private Date extension in LiveLocationRoomTimelineView

Agent-Logs-Url: https://github.com/element-hq/element-x-ios/sessions/d2136882-1acc-455d-a363-815e0fb73e89

Co-authored-by: Velin92 <34335419+Velin92@users.noreply.github.com>

fix
2026-03-31 14:29:04 +02:00
Mauro Romito
b5b459d947 PR Suggestions 2026-03-31 12:58:27 +02:00
Mauro Romito
9e1545e3c1 added tests 2026-03-31 12:58:27 +02:00
Mauro Romito
9e17fd0315 implemented the usage of the live location manager permission handling in the location sharing screen. 2026-03-31 12:58:27 +02:00
Mauro Romito
7e00e9d6fe implemented the LiveLocationManager as part of the user session and setup of permissions in the plist. 2026-03-31 12:58:27 +02:00
Hugh Nimmo-Smith
ac2edc962a Don't check scanned server against app config and use baseUrl from QR if available 2026-03-30 19:41:33 +02:00
Valere
f5451e5e17 fix tests 2026-03-30 17:49:46 +02:00
Valere
3030a9438c fixup swiftformat 2026-03-30 17:49:46 +02:00
Valere
2afac7857e call: Support voice only incoming call 2026-03-30 17:49:46 +02:00
Valere
5257f6f8a8 fixup: Missing "log" handling 2026-03-30 16:57:16 +03:00
Valere
4777e371e7 feat: Forward ElementCall logs to the native logs 2026-03-30 16:57:16 +03:00
Mauro Romito
e87c83cb23 pr suggestions 2026-03-30 14:05:31 +02:00
Mauro Romito
7296b09a17 implemented the UI to render the formatted floating date 2026-03-30 14:05:31 +02:00
Mauro Romito
c0f9f13c50 implemented the display logic for the formatted date 2026-03-30 14:05:31 +02:00
Mauro Romito
9c043eb2b8 added an FF for the floating date 2026-03-30 14:05:31 +02:00
ElementRobot
ca149d93f9 Translations update 2026-03-30 13:54:04 +02:00
manuroe
c7026da5a9 Use single typeText call to speed up tests execution 2026-03-30 10:11:49 +02:00
Aaron Thornburgh
b4d6fe43c3 Update Send button bg color (#5170)
* Update Send button bg color

Change the gradient bg to accent/rest.

* Tidy-up ComposerToolbar to match iOS 18 Figma.

Also simplifies the tests a bit.

* Add a .glassEffect to Compound's SendButton.

* Add a border to TimelineReplyView.

Also use the same sizes in both the message bubbles and the composer.

* Change icon size and container in message bubbles

- Container size = 36x36px
- Icon size = 24x24px

* Update icon of reply contents to be 24x24

* Update the VoiceMessageButton to match the designs.

* Adopt Liquid Glass in the ComposerToolbar.

* Generate and fix snapshots.

---------

Co-authored-by: Doug <douglase@element.io>
2026-03-25 17:42:10 +00:00
Mauro Romito
79db8582cf remove the DEBUG check from the PreviewScrollView 2026-03-24 16:31:38 +01:00
Mauro
8934f68f7b Render the live location timeline item (#5209)
* created the data for the timeline item

# Conflicts:
#	ElementX/Sources/Other/Logging/Tracing.swift
#	ElementX/Sources/Services/Authentication/AuthenticationService.swift
#	ElementX/Sources/Services/Authentication/LinkNewDeviceService.swift

* Implemented the LLS timeline item

* updated preview tests

* pr and design suggestions

* previewscrollview is debug only
2026-03-24 10:34:00 +01:00
ElementRobot
055b6524a0 Translations update (#5295) 2026-03-23 17:20:23 +00:00
amshak
f42ec2d0ce Changed ordering of Room details screen (#5290)
* Changed ordering of Room details screen

Added media, polls and pinned section on top, because the user is more likely to access those.

* Update snapshots.
2026-03-20 15:12:53 +00:00
Aaron Thornburgh
10597ec9be Use an iOS 26 close button and re-order some sections in SettingsScreen. (#5281)
* Settings > Change Done button to Close

Do it!

* Change ordering of menu item sections

Swap manage app section with manage account section.

* Use a primaryAction placement for the close button.

* Generate the preview snapshots.

* Merge the Manage account and Manage devices actions.

---------

Co-authored-by: Doug <douglase@element.io>
2026-03-20 15:00:10 +00:00
Aaron Thornburgh
c3ed417b8f Update container shape of the File TimelineItem's icon. (#5288)
* Change corner radius of icon container

From round to 4px

* Update snapshots.
2026-03-20 14:08:57 +00:00
Stefan Ceriu
6a4171efd2 Adjust the PillView and BadgeLabel to the new compound styles 2026-03-19 16:41:27 +02:00
Mauro
9442b6981f Rename Sign Out to Remove Device + Update SDK 26.03.18 (#5280)
* update the sdk

* updated preview tests

# Conflicts:
#	ElementX/Sources/Screens/Timeline/View/Style/TimelineItemSendInfoLabel.swift
#	ElementX/Sources/Screens/Timeline/View/TimelineItemViews/LiveLocationRoomTimelineView.swift

* update sdk to 26.03.18 + regenerated preview tests after sign out copy change

* updated UI tests

* pr suggestions
2026-03-18 17:34:45 +01:00