Go to file
Aleksandrs Proskurins cfd563786d
Ignore all mock files from codecove report (#371)
* Ignore all mock files from codecove

* Fixed extension for mock ignore files
2022-12-15 14:02:25 +02:00
.github Update codecov (#356) 2022-12-08 08:09:18 +00:00
DesignKit/Sources Stop making previews for light & dark colour schemes. (#345) 2022-11-25 17:49:13 +00:00
DesignKitTests Add SwiftFormat to the project. (#129) 2022-07-06 14:49:05 +01:00
ElementX #352: Add basic UI tests for the timeline. (#363) 2022-12-12 14:27:49 +02:00
ElementX.xcodeproj Add a tool to build MatrixRustSDK. (#369) 2022-12-15 09:35:00 +00:00
IntegrationTests Added schema to target.yml for IntegrationTests (#358) 2022-12-08 16:50:12 +02:00
NSE Fix keychain access on macOS. (#354) 2022-12-06 17:39:15 +00:00
Tools Add a tool to build MatrixRustSDK. (#369) 2022-12-15 09:35:00 +00:00
UITests #352: Add basic UI tests for the timeline. (#363) 2022-12-12 14:27:49 +02:00
UnitTests Fixes #317 - Adopt a split layout for iPad and Mac apps 2022-12-12 12:31:27 +02:00
changelog.d Add a tool to build MatrixRustSDK. (#369) 2022-12-15 09:35:00 +00:00
ci_scripts Fixed XcodeCloud release workflows (#268) 2022-10-26 18:06:02 +03:00
fastlane Update codecov (#356) 2022-12-08 08:09:18 +00:00
.gitattributes Screenshot tests (#130) 2022-08-11 15:02:47 +03:00
.gitignore UI test fixes (#335) 2022-11-24 10:35:00 +02:00
.swiftformat Exclude the ruby vendor folder from SwiftFormat 2022-07-25 14:48:24 +03:00
.swiftlint.yml Fixes vector-im/element-x-ios/issues/117 - Event permalink timeline action 2022-09-12 21:34:53 +03:00
Brewfile Add docs around Git LFS and include in Brewfile. 2022-09-06 13:37:19 +01:00
Brewfile.lock.json Add docs around Git LFS and include in Brewfile. 2022-09-06 13:37:19 +01:00
CHANGES.md Prepare next release 2022-11-16 03:51:18 -08:00
CONTRIBUTING.md Add a tool to build MatrixRustSDK. (#369) 2022-12-15 09:35:00 +00:00
Dangerfile.swift Various CI fixes (#161) 2022-08-19 17:42:03 +03:00
Gemfile Add xcode-install gem 2022-10-14 15:14:48 +03:00
Gemfile.lock Xcode Cloud Support (#234) 2022-10-24 16:00:17 +03:00
LICENSE Closes #16 - Add license file 2022-04-26 10:24:44 +03:00
Package.resolved Add a tool to build MatrixRustSDK. (#369) 2022-12-15 09:35:00 +00:00
Package.swift Add a tool to build MatrixRustSDK. (#369) 2022-12-15 09:35:00 +00:00
README.md Update documentation files (#313) 2022-11-15 11:49:13 +02:00
SECURITY.md Initial commit 2022-02-11 14:06:26 +02:00
codecov.yml Ignore all mock files from codecove report (#371) 2022-12-15 14:02:25 +02:00
project.yml Fix keychain access on macOS. (#354) 2022-12-06 17:39:15 +00:00
requirements.txt vector-im/element-x-ios/issues/13 - Towncrier setup for PR builds 2022-05-11 10:39:45 +03:00
towncrier.toml vector-im/element-x-ios/issues/13 - Towncrier setup for PR builds 2022-05-11 10:39:45 +03:00

README.md

Element iOS Matrix room #element-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 15+.

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.

Roadmap

Our current roadmap is available here but as the projects are in their initial stages this is subject to change.

We are aiming to have a fast and fully functional personal messaging application by the end of the year.

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-ios:matrix.org. If after your research you still have a question, ask at #element-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.

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.