You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Alfonso Grillo e15b36b916
Add user search for dm chats (#739)
16 hours ago
.githooks Project file removal (#569) 1 month ago
.github Add Github CODEOWNERS 1 week ago
DesignKit Adopt Compound for the settings and bug report screens. (#708) 1 week ago
ElementX Add user search for dm chats (#739) 16 hours ago
ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm Ignore User UI (#737) 2 days ago
IntegrationTests Add test plans for all test targets (#740) 17 hours ago
NCE Updated `setPusher` function (#684) 2 weeks ago
NSE Move media file loading logic to the SDK. (#702) 1 week ago
Tools Ignore User UI (#737) 2 days ago
UITests Add user search for dm chats (#739) 16 hours ago
UnitTests Add user search for dm chats (#739) 16 hours ago
changelog.d Add user search for dm chats (#739) 16 hours ago
ci_scripts Fix brew on xcode cloud. (#692) 3 weeks ago
fastlane Leave Room (#699) 2 weeks ago
.gitattributes Screenshot tests (#130) 8 months ago
.gitignore Update UI tests (#730) 2 days ago
.swiftformat Auto-Mocking with Sourcery (#597) 3 weeks ago
.swiftlint.yml Use files instead of UDP for signalling. (#585) 1 month ago
CHANGES.md Prepare next release 3 weeks ago
CONTRIBUTING.md Update UI tests (#730) 2 days ago
Dangerfile.swift Add user search for dm chats (#739) 16 hours ago
Gemfile Add xcode-install gem 6 months ago
Gemfile.lock BrowserStack support (#561) 2 months ago
LICENSE Closes #16 - Add license file 11 months ago
Package.resolved Dpendencies update + improved dependencies version management (#721) 7 days ago
Package.swift Dpendencies update + improved dependencies version management (#721) 7 days ago
README.md Add a status section to indicate the project is still WIP (#682) 3 weeks ago
SECURITY.md Initial commit 1 year ago
codecov.yml Ignore all mock files from codecove report (#371) 3 months ago
localazy.json Use strings from Localazy (#718) 2 days ago
project.yml Ignore User UI (#737) 2 days ago
towncrier.toml vector-im/element-x-ios/issues/13 - Towncrier setup for PR builds 11 months ago

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 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.

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.