Go to file
Mauro a5d555a33d
Fixing Tests for Xcode 14.3 (#888)
* settting macOS to 13, and let's runa test of... the tests

* I want the artifacts of the test, might give me some more insight in Xcode

* archive artifact

* trying a thing with the xcode version

* push notifications alert makes this test fail

* test improvement

* let's try with a very long time

* let's disable autocorrection

* sleep

* 1 seconds fixed 90% of the issue, 2 should fix 100%

* waiting some more time in flaky tests and updated the content of a test that was failing

* updated a screenshot test that had a notification

* this integration test is a bit so flaky increased the timing

* controlled delay waited a bit moe for the timeline to settle

* try await

* MainActor everywhere

* milliseconds fix

* trying with a bit more waiting time after the tap and a slow velocity for the swipe

* let's try waiting more time
2023-05-15 13:42:40 +00:00
.githooks Project file removal (#569) 2023-02-13 12:53:01 +00:00
.github Fixing Tests for Xcode 14.3 (#888) 2023-05-15 13:42:40 +00:00
DesignKit Use search field style from Compound. (#839) 2023-04-28 11:59:40 +01:00
ElementX Fixing Tests for Xcode 14.3 (#888) 2023-05-15 13:42:40 +00:00
ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm Disable Local Push Notifications + Start Handling invite notifications (#882) 2023-05-12 10:45:59 +00:00
IntegrationTests Fixing Tests for Xcode 14.3 (#888) 2023-05-15 13:42:40 +00:00
NCE Updated `setPusher` function (#684) 2023-03-16 16:39:10 +01:00
NSE Remote Push Notifications can now be decrypted (#854) 2023-05-05 15:29:46 +00:00
Tools Fixing Tests for Xcode 14.3 (#888) 2023-05-15 13:42:40 +00:00
UITests Fixing Tests for Xcode 14.3 (#888) 2023-05-15 13:42:40 +00:00
UnitTests Invited members in room's members list (#880) 2023-05-12 13:12:59 +00:00
changelog.d Add background app refresh support (#892) 2023-05-15 13:06:25 +03:00
ci_scripts Tag nightlies after a successful build (#871) 2023-05-11 13:34:37 +03:00
fastlane Fixing Tests for Xcode 14.3 (#888) 2023-05-15 13:42:40 +00:00
.gitattributes Media uploading preprocessor tests (#820) 2023-04-21 19:04:02 +03:00
.gitignore Update UI tests (#730) 2023-03-28 13:06:53 +00:00
.swiftformat Auto-Mocking with Sourcery (#597) 2023-03-08 17:04:31 +01:00
.swiftlint.yml Disable unhandled_throwing_task rule. (#890) 2023-05-12 17:45:14 +01:00
CHANGES.md Prepare next release 2023-03-10 02:08:48 -08:00
CONTRIBUTING.md Update UI tests (#730) 2023-03-28 13:06:53 +00:00
Dangerfile.swift Set up Analytics to track data per session (#780) 2023-04-18 07:33:32 +00:00
Gemfile Add xcode-install gem 2022-10-14 15:14:48 +03:00
Gemfile.lock Fix missing UI tests simulator (#860) 2023-05-09 07:43:44 +03:00
LICENSE Closes #16 - Add license file 2022-04-26 10:24:44 +03:00
Package.resolved Dpendencies update + improved dependencies version management (#721) 2023-03-23 11:26:20 +01:00
Package.swift Translations workflow and tools (#768) 2023-04-05 19:36:51 +02: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 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
localazy-all.json Translations workflow and tools (#768) 2023-04-05 19:36:51 +02:00
localazy-en.json Translations workflow and tools (#768) 2023-04-05 19:36:51 +02:00
project.yml Remove AppAuth and prepare for Rust OIDC. (#870) 2023-05-11 16:46:36 +01: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 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.