Go to file
ismailgulek 2cb6dc1cd9
Screenshot tests (#130)
* #9 Add snapshot testing library

* #9 Create script to boot test simulators

* #9 Create the UI test plan

* #9 Create shared schemes for test targets

* #9 Disable split view for UI tests

* #9 Fix fastlane dependencies

* #9 Add snapshot testing to the application

* #9 assert screenshots

* #9 fix swipe gestures on iPad

* #9 Fix accessing items in session verification screen

* #9 Workaround for flaky unit test

* #9 Specify scheme for alpha build

* #9 Add reference screenshots

* Update python script path and check assets for png check

* Update script path

* Use static timezone for simulator time

* Fix build after SwiftFormat

* Add changelog

* Upload failed screenshots artifact

* Always upload artifacts

* Update boot simulator script

* Update simulator overridden time

* Install pytz before tests

* Get time from Ruby script

* Disable SwiftUI animation when running UI tests

* Update screenshots after animation setting

* Include reference images in the artifact

* Update matching precision

* Update image matching precision & revert artifact content

* Include Xcode result in the artifact

* Update test output directory

* Disable gradient on splash screen for tests

* Tap next button explicitly

* Wait a bit before checking alert

* Wait 1 second

* Run SwiftFormat on project

* Ignore temporary screenshots

* Fix most of the PR remarks

* Fix conflicts

* Bump Python version to 3

* Update reference screenshots for authentication screens

* Update SwiftFormat

* Fix flakey session verification test.

* Update scheme.

Co-authored-by: Doug <douglase@element.io>
2022-08-11 15:02:47 +03:00
.github Screenshot tests (#130) 2022-08-11 15:02:47 +03:00
DesignKit/Sources #150: Use standard file headers everywhere. 2022-08-11 08:54:24 +01:00
DesignKitTests Add SwiftFormat to the project. (#129) 2022-07-06 14:49:05 +01:00
ElementX Screenshot tests (#130) 2022-08-11 15:02:47 +03:00
ElementX.xcodeproj Screenshot tests (#130) 2022-08-11 15:02:47 +03:00
Tools Screenshot tests (#130) 2022-08-11 15:02:47 +03:00
UITests Screenshot tests (#130) 2022-08-11 15:02:47 +03:00
UnitTests Screenshot tests (#130) 2022-08-11 15:02:47 +03:00
changelog.d Screenshot tests (#130) 2022-08-11 15:02:47 +03:00
fastlane Screenshot tests (#130) 2022-08-11 15:02:47 +03:00
.gitattributes Screenshot tests (#130) 2022-08-11 15:02:47 +03:00
.gitignore Screenshot tests (#130) 2022-08-11 15:02:47 +03:00
.swiftformat Exclude the ruby vendor folder from SwiftFormat 2022-07-25 14:48:24 +03:00
.swiftlint.yml Increase allowed type body lengths from 200 to 700 2022-06-06 13:05:47 +03:00
Brewfile vector-im/element-x-ios/issues/11 - ElementX PR build setup 2022-05-04 16:02:59 +03:00
Brewfile.lock.json vector-im/element-x-ios/issues/11 - ElementX PR build setup 2022-05-04 16:02:59 +03:00
CHANGES.md Prepare next release 2022-07-28 14:39:43 +01:00
CONTRIBUTING.md Fix broken link in CONTRIBUTING.md 2022-08-02 12:21:55 +01:00
Dangerfile.swift Screenshot tests (#130) 2022-08-11 15:02:47 +03:00
Gemfile Fix dependabot gem file parsing 2022-05-12 14:06:58 +03:00
Gemfile.lock Screenshot tests (#130) 2022-08-11 15:02:47 +03:00
LICENSE Closes #16 - Add license file 2022-04-26 10:24:44 +03:00
Package.resolved Use v0.0.1 of the DesignTokens package. (#78) 2022-06-10 12:09:10 +01:00
Package.swift Update DesignTokens to 0.0.2 2022-06-22 14:13:54 +01:00
README.md Closes #55, #56 - Update project documentation 2022-05-19 10:24:34 +03:00
SECURITY.md Initial commit 2022-02-11 14:06:26 +02:00
codecov.yml Add codecov configuration file. 2022-05-09 12:36:31 +03:00
project.yml Screenshot tests (#130) 2022-08-11 15:02:47 +03: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.

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.