Commit Graph

119 Commits

Author SHA1 Message Date
Stefan Ceriu
3c03d79403 Bump the Rust SDK package to the latest underlying version (0.5.0) 2022-05-13 17:28:19 +03:00
Doug
bdce1cd00c ignore macOS files. 2022-05-13 15:16:31 +01:00
Stefan Ceriu
67d0cc9757 Bump fastlane to 2.205.2 2022-05-12 14:31:04 +03:00
Stefan Ceriu
aec816d5cf Fix dependabot gem file parsing 2022-05-12 14:06:58 +03:00
Stefan Ceriu
0c947a2f9d Fix various warnings raised by sonarcloud 2022-05-12 14:06:58 +03:00
Stefan Ceriu
f54cde9dfe Include templates in the swiftlint search path. Fixed warnings. 2022-05-12 14:06:58 +03:00
Stefan Ceriu
abca946a23 Add template to xcodegen, fix build and tests 2022-05-12 14:06:58 +03:00
Stefan Ceriu
b74f6c41a2 Update UserIndicators with newer implementation from Element (modified to work here) 2022-05-12 14:06:58 +03:00
Stefan Ceriu
91484559b8 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
43dfc97b70 Added back simple template 2022-05-12 14:06:58 +03:00
Stefan Ceriu
71da356aaa vector-im/element-x-ios/issues/13 - Towncrier setup for PR builds 2022-05-11 10:39:45 +03:00
Stefan Ceriu
e0990fc57d Add quality gate badge 2022-05-10 12:05:51 +03:00
Stefan Ceriu
7ac35e58d0 Generate cobertura xml report for codecov to pick up 2022-05-09 14:02:18 +03:00
Stefan Ceriu
c7ed618711 Add codecov configuration file. 2022-05-09 12:36:31 +03:00
Stefan Ceriu
8694a45097 Add badges 2022-05-09 10:35:57 +03:00
Stefan Ceriu
1e1b9f3d5c Remove Sonar project properties as they're not necessary for automatic analysis. Bumped the codecov action version to 3 2022-05-09 10:14:42 +03:00
Stefan Ceriu
40a96c3a1a Add Codecov upload step. Remove SonarCloud one, will replace by fastlane plugin. 2022-05-09 10:03:23 +03:00
Stefan Ceriu
4de7d0374b Sonar: Ignore C family language files 2022-05-05 18:01:35 +03:00
Stefan Ceriu
7469260ff9 Add sonar project key and organization properties. 2022-05-05 17:49:18 +03:00
Stefan Ceriu
a19fbf306d Setup test reports uploading to SonarCloud 2022-05-05 17:37:32 +03:00
Stefan Ceriu
39927d5c62 vector-im/element-x-ios/issues/11 - ElementX PR build setup 2022-05-04 16:02:59 +03:00
Stefan Ceriu
f45569b4d4 Rewrite timeline top and bottom detection on top of CurrentValueSubjects 2022-05-02 13:00:55 +03:00
Stefan Ceriu
a8572f94a5 Fix splash screen app logo image name. 2022-04-30 09:42:11 +03:00
Stefan Ceriu
fa52e5bb3a Small tweaks. 2022-04-30 09:41:52 +03:00
Stefan Ceriu
c12d482c2d Opt out of the identifier_name swiflint rule. 2022-04-29 13:20:58 +03:00
Stefan Ceriu
d8957d27e3 Gather coverage reports only for ElementX 2022-04-29 12:58:07 +03:00
Stefan Ceriu
47738cbf5d Bootstrap custom version of the app for UI tests 2022-04-29 12:58:07 +03:00
Stefan Ceriu
ea45393db2 Setup fastlane test lane and github action 2022-04-29 12:58:07 +03:00
Stefan Ceriu
d702452ce3 vector-im/element-x-ios/issues/14 - Initial Danger setup 2022-04-28 12:19:18 +03:00
Stefan Ceriu
628c7e9e49 Setup default accent color for the whole project. 2022-04-28 11:29:18 +03:00
Stefan Ceriu
38d0165e7b Fix mistakenly removed coverage report gathering test flag. 2022-04-27 15:03:35 +03:00
ismailgulek
4adabaea71 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
db86cdb201 Fix #17 - Add brewfile 2022-04-26 14:20:23 +03:00
Stefan Ceriu
c9af9f049c Closes #16 - Add license file 2022-04-26 10:24:44 +03:00
manuroe
c9b0543aa3 Add GH workflow to push issues to the [ElementX board](https://github.com/orgs/vector-im/projects/43) 2022-04-25 10:27:44 +02:00
Stefan Ceriu
a3cc13e391 Add quote and copy context menu actions. 2022-04-18 15:13:30 +03:00
Stefan Ceriu
adcd1febd4 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
5c83d34836 Fix app-logo splash screen reference 2022-04-14 17:32:39 +03:00
Stefan Ceriu
33a9174dbe Treat warnings as errors. 2022-04-14 16:33:54 +03:00
Stefan Ceriu
9eef580a2d Add swiftgen build script for generating image and color assets. 2022-04-14 09:25:26 +03:00
Stefan Ceriu
e490f2838d Added custom enviroment flags for unit and UI tests. 2022-04-13 17:19:11 +03:00
Stefan Ceriu
d4f4f30f4e Add the project.yml file to the generated project, switch all dependencies to update up to the next major version 2022-04-13 15:38:56 +03:00
Stefan Ceriu
e13709a154 Enabled code coverage gathering 2022-04-13 13:57:27 +03:00
Stefan Ceriu
53ca8c8eb0 Correct versions and swiftlint build script. 2022-04-13 13:57:27 +03:00
Stefan Ceriu
53b103c56c Working tests, no more xcconfig files. 2022-04-13 13:57:27 +03:00
Stefan Ceriu
6d86e17dac Initial setup. 2022-04-13 13:57:27 +03:00
Gil Eluard
b361c79ad2 Fix build issues for xcode 13.3 2022-04-13 13:54:01 +03:00
Stefan Ceriu
d2089f2c7a Tweak log format and benchmark messages 2022-04-12 11:30:12 +03:00
Stefan Ceriu
078dcf255b Stop blocking on loading the current user display name and avatar. Improve perceived app startup times. 2022-04-08 14:06:26 +03:00
Stefan Ceriu
9a16421a99 Stop stealing away the timeline List's internal UITableViewDelegate. Fix context menus not working. 2022-04-08 14:05:21 +03:00