Doug
df68174a32
#106 : Begin adding the Analytics class from EI.
...
No UI or SDK support to enable/disable yet and no tracking is implemented.
2022-09-02 10:09:02 +01:00
Doug
7c37d2f143
Run SwiftFormat (non-lenient) separately on CI. ( #167 )
...
Make the lenient run into a post build step.
2022-08-30 16:45:40 +01:00
Stefan Ceriu
39be67cec6
Various logging fixes ( #164 )
...
Various logging fixes:
* imported the ObjCWrapper and updated the MXLogger. Also added back support for app containers
* updated MXLog.swift from El and fixed/improved its logging format
* updated most app log strings
* Remove unnecessary swiftlint rule
* Various tweaks following code review
* Added back type annoation on MXLogger logFiles method
* Fix generated Swift-ObjC header name
2022-08-30 18:05:21 +03:00
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
Doug
b4caaa6ae7
Run SwiftFormat as a prebuild script to fail early on CI.
2022-08-04 08:50:43 +01:00
Doug
6c33b3fe7f
Prepare next release
2022-07-28 14:39:43 +01:00
Doug
c20bc6bd1c
#42 : Proof of concept login via OIDC.
...
Uses AppAuth library in the app, ignoring token refresh
2022-07-28 09:28:42 +01:00
Doug
1878a16496
#40 : Use the Rust AuthenticationService.
...
* Update SDK package to 1.0.12-alpha.
* Use an app group for storage and stop stripping the http from the homeserver when configuring the service.
* Rename access token to restore token.
* Remove matrix.org server description inline with latest FTUE changes.
2022-07-27 10:57:16 +01:00
Stefan Ceriu
2f69c99782
Improve release process
...
- remove towncrier logs from PR builds and move them to github releases
- set build version based on current time
- bump app version
2022-07-22 18:14:25 +03:00
Stefan Ceriu
922e037786
Switch SwiftFormat to lint mode and have it be lenient on local builds but fail on the CI
2022-07-22 13:12:56 +03:00
Doug
02eb4b35e2
Add SwiftFormat to the project. ( #129 )
...
* Run swiftformat for whitespace.
* Run swiftformat with some rules.
2022-07-06 14:49:05 +01:00
Stefan Ceriu
0a199ee611
Drop Mac catalyst support, update app version and tag format, update fastlane plugins
2022-07-01 14:46:04 +03:00
Doug
d74158ced1
#40 : Add the login screen from EI.
...
- Remove SSO and replace fallback with OIDC.
2022-06-28 12:23:35 +01:00
Doug
596cf2df0b
#43 : Add the DesignKit package to the project.
...
* Add ElementTextFieldStyle and static style properties.
* Rename button styles, support sizes and simplify colour.
2022-06-09 14:44:46 +01:00
ismailgulek
fa0721b160
Rageshake Service ( #70 )
2022-06-06 12:38:07 +03:00
Stefan Ceriu
1e7243fcf9
#66 - Rebuild the AppCoordinator on top of a SwiftState FSM
2022-06-02 13:23:35 +03:00
Stefan Ceriu
e9f07a98b9
Update project folllowing xcodegen changes.
2022-05-16 13:27:26 +03:00
Stefan Ceriu
e95ddb37e9
Specify supported interface orientations in xcodegen target configuration
2022-05-16 13:17:41 +03:00
Stefan Ceriu
2f6015b97b
Add template to xcodegen, fix build and tests
2022-05-12 14:06:58 +03:00
Stefan Ceriu
32d40eec47
Disable SWIFT_TREAT_WARNINGS_AS_ERRORS as it gets too much in the way of development.
2022-05-12 14:06:58 +03:00
Stefan Ceriu
5fb981423b
Gather coverage reports only for ElementX
2022-04-29 12:58:07 +03:00
Stefan Ceriu
9f1e909b8d
Fix mistakenly removed coverage report gathering test flag.
2022-04-27 15:03:35 +03:00
ismailgulek
25eea4bcf1
Localizations Setup ( #6 )
...
* Move assets into ElementX folder
* Add first version of localizer script
* Add generated strings & tests & fallback mechanism
* Rename strings file to Localizable
* Rename Assets to Resources
* Calculate preferred languages only when needed, remove share extension check
* Add comments in the localizer script
* Add GH workflow to push issues to the [ElementX board](https://github.com/orgs/vector-im/projects/43 )
* Closes #16 - Add license file
* New version of localizer script, handle pluralization
* Move assets into ElementX folder
* Add first version of localizer script
* Add generated strings & tests & fallback mechanism
* Rename strings file to Localizable
* Rename Assets to Resources
* Calculate preferred languages only when needed, remove share extension check
* Add comments in the localizer script
* New version of localizer script, handle pluralization
* Revert login button text
* Add multiple dialect pluralization, fix string formatting
Co-authored-by: manuroe <manu@matrix.org>
Co-authored-by: Stefan Ceriu <stefanc@matrix.org>
2022-04-26 22:48:17 +03:00
Stefan Ceriu
7f1c24059f
Implement message sending. Refactor the timeline. Fix various UI/UX issues and add scroll to bottom timeline button.
2022-04-18 10:54:48 +03:00
Stefan Ceriu
81646ec917
Treat warnings as errors.
2022-04-14 16:33:54 +03:00
Stefan Ceriu
6c7dd6f6b0
Add swiftgen build script for generating image and color assets.
2022-04-14 09:25:26 +03:00
Stefan Ceriu
3c0ca95e8f
Added custom enviroment flags for unit and UI tests.
2022-04-13 17:19:11 +03:00
Stefan Ceriu
fc692a1ffe
Enabled code coverage gathering
2022-04-13 13:57:27 +03:00
Stefan Ceriu
9c7d381f37
Correct versions and swiftlint build script.
2022-04-13 13:57:27 +03:00
Stefan Ceriu
35aad75326
Working tests, no more xcconfig files.
2022-04-13 13:57:27 +03:00
Stefan Ceriu
865b931c80
Initial setup.
2022-04-13 13:57:27 +03:00