Go to file
Stefan Ceriu 183a559e10 Bump the RustSDK to v 1.1.54 2024-03-28 15:15:48 +02:00
.githooks
.github UI test shenanigans (#2611) 2024-03-27 14:10:20 +02:00
ElementX Bump the RustSDK to v 1.1.54 2024-03-28 15:15:48 +02:00
ElementX.xcodeproj Bump the RustSDK to v 1.1.54 2024-03-28 15:15:48 +02:00
IntegrationTests Onboarding flow coordinator and FTUE changes (#2578) 2024-03-21 14:01:23 +02:00
NCE
NSE Add .xcprivacy info files to the main app and the notification service extension 2024-03-18 17:31:46 +02:00
PreviewTests Fix RoomDetailsEditScreen snapshot rendering issues by switching their order. The root problems seems to be async related but we couldn't get to the bottom of it. Take this opportunity to refactor the snapshots. 2024-03-27 15:32:14 +02:00
Tools Prefire multiple devices (#2543) 2024-03-12 13:08:54 +02:00
UITests Fix UI test snapshots 2024-03-27 17:59:40 +02:00
UnitTests Hard code the room flow to a single room proxy. (#2599) 2024-03-27 10:56:58 +00:00
changelog.d Fix various bugs in the moderation feature. (#2608) 2024-03-27 10:33:40 +00:00
ci_scripts Fix Xcode Cloud release notes, unshallow repository before generating them. 2024-03-17 09:16:30 +02:00
docs
fastlane Remove `include_simulator_logs` from the integration tests. 2024-03-28 10:34:12 +02:00
.gitattributes
.gitignore UI test cleanup (#2598) 2024-03-25 17:34:11 +02:00
.periphery.yml
.swiftformat
.swiftlint.yml
CHANGES.md Prepare next release 2024-03-25 09:30:21 -07:00
CONTRIBUTING.md
Dangerfile.swift
Gemfile
Gemfile.lock Prefire multiple devices (#2543) 2024-03-12 13:08:54 +02:00
LICENSE Closes #16 - Add license file 2022-04-26 10:24:44 +03:00
Package.resolved
Package.swift
README.md
SECURITY.md
codecov.yml
localazy.json
project.yml Bump the RustSDK to v 1.1.54 2024-03-28 15:15:48 +02:00
secrets.xcconfig
towncrier.toml

README.md

Element iOS Matrix room #element-x-ios:matrix.org GitHub

Build Status GitHub release (latest by date)

codecov Quality Gate Status Vulnerabilities Bugs

Element X iOS

ElementX iOS is a Matrix iOS Client provided by Element.

The application is a total rewrite of Element-iOS using the Matrix Rust SDK underneath and targetting devices running iOS 16+.

Rust SDK

ElementX leverages the Matrix Rust SDK through an FFI layer exposed as a swift package that the final client can directly import and use.

We're doing this as a way to share code between platforms and while we've seen promising results it's still in the experimental stage and bound to change.

Status

This project is in work in progress. The app does not cover yet all functionalities we expect.

Contributing

Please see our contribution guide.

Come chat with the community in the dedicated Matrix room.

Build instructions

Please refer to the setting up a development environment section from the contribution guide.

Support

When you are experiencing an issue on ElementX iOS, please first search in GitHub issues and then in #element-x-ios:matrix.org. If after your research you still have a question, ask at #element-x-ios:matrix.org. Otherwise feel free to create a GitHub issue if you encounter a bug or a crash, by explaining clearly in detail what happened. You can also perform bug reporting (Rageshake) from the Element application by shaking your phone or going to the application settings. This is especially recommended when you encounter a crash.

Forking

Please read our forking guide.

Copyright (c) 2022 New Vector Ltd

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.