Go to file
Mauro ca319e0bfe
Dpendencies update + improved dependencies version management (#721)
* updating dependencies

* minor version pinning

* update completed and also added a tool that checks for outdated swiftpm packages

* changelog

* DTCoreText uses exact version

* minor version for analytics

* pushing OutdatedPackages

* package.swift for the repo also using upToNextMinor

* fixing a typo

* Update Tools/Sources/OutdatedPackages.swift

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>

* Update Tools/Sources/SetupProject.swift

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>

* removing unused comment

* removed trailing comma

---------

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2023-03-23 11:26:20 +01:00
.githooks Project file removal (#569) 2023-02-13 12:53:01 +00:00
.github Add Github CODEOWNERS 2023-03-21 11:36:38 +02:00
DesignKit Adopt Compound for the settings and bug report screens. (#708) 2023-03-21 14:52:10 +00:00
ElementX Dpendencies update + improved dependencies version management (#721) 2023-03-23 11:26:20 +01:00
ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm Dpendencies update + improved dependencies version management (#721) 2023-03-23 11:26:20 +01:00
IntegrationTests Fix integration tests 2023-02-16 14:17:10 +02:00
NCE Updated `setPusher` function (#684) 2023-03-16 16:39:10 +01:00
NSE Move media file loading logic to the SDK. (#702) 2023-03-20 14:51:33 +00:00
Tools Dpendencies update + improved dependencies version management (#721) 2023-03-23 11:26:20 +01:00
UITests Adopt Compound for the settings and bug report screens. (#708) 2023-03-21 14:52:10 +00:00
UnitTests Room Member is now an interface SDK update (#711) 2023-03-22 12:36:08 +00:00
changelog.d Dpendencies update + improved dependencies version management (#721) 2023-03-23 11:26:20 +01:00
ci_scripts Fix brew on xcode cloud. (#692) 2023-03-08 19:01:54 +00:00
fastlane Leave Room (#699) 2023-03-17 13:57:08 +00:00
.gitattributes Screenshot tests (#130) 2022-08-11 15:02:47 +03:00
.gitignore Project file removal (#569) 2023-02-13 12:53:01 +00:00
.swiftformat Auto-Mocking with Sourcery (#597) 2023-03-08 17:04:31 +01:00
.swiftlint.yml Use files instead of UDP for signalling. (#585) 2023-02-15 14:02:50 +00:00
CHANGES.md Prepare next release 2023-03-10 02:08:48 -08:00
CONTRIBUTING.md Update support link (#668) 2023-03-06 09:38:31 +02:00
Dangerfile.swift Epic: create and join rooms - Start Chat (#680) 2023-03-14 10:50:09 +01:00
Gemfile Add xcode-install gem 2022-10-14 15:14:48 +03:00
Gemfile.lock BrowserStack support (#561) 2023-02-10 16:52:15 +02:00
LICENSE
Package.resolved Dpendencies update + improved dependencies version management (#721) 2023-03-23 11:26:20 +01:00
Package.swift Dpendencies update + improved dependencies version management (#721) 2023-03-23 11:26:20 +01:00
README.md Add a status section to indicate the project is still WIP (#682) 2023-03-07 18:24:56 +01:00
SECURITY.md
codecov.yml Ignore all mock files from codecove report (#371) 2022-12-15 14:02:25 +02:00
localazy.json Add Localazy for Strings. (#706) 2023-03-17 16:17:45 +00:00
project.yml Dpendencies update + improved dependencies version management (#721) 2023-03-23 11:26:20 +01:00
towncrier.toml

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.