Doug
211bc63bc8
#40 : Create UserSessionStore and update state machine for session restoration.
2022-06-16 10:58:39 +01:00
Doug
8dc5359a44
#40 : Add OnboardingSplashScreen from EI.
...
Update SplashScreen for EXI
2022-06-16 10:58:39 +01:00
Doug
272fc5000b
Use .element.accent instead of elementGreen colour asset. ( #79 )
...
Remove local copy of Element Green
2022-06-13 08:38:28 +01:00
Doug
9d21fe12f0
Use v0.0.1 of the DesignTokens package. ( #78 )
2022-06-10 12:09:10 +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
d7ef0cdc30
Fix copyright file headers and project template
2022-05-31 16:16:01 +03:00
Stefan Ceriu
1b4d3a650e
#53 - Refactored various components:
...
- updated the authentication coordinator to use async await
- replaced the UserSession with a ClientProxy (similar to the RoomProxy)
- renamed `completion` to `callback` on the coordinators and view models
- renamed `viewModelResult` to `viewModelAction`
- introduced back UserSession as a user specific service container
2022-05-30 16:06:11 +03:00
Stefan Ceriu
8fec97217f
vector-im/element-x-ios/issues/53 - Various tweaks following code review
2022-05-26 11:42:57 +03:00
Stefan Ceriu
e9f07a98b9
Update project folllowing xcodegen changes.
2022-05-16 13:27:26 +03:00
Stefan Ceriu
28187d4e63
Bump the Rust SDK package to the latest underlying version (0.5.0)
2022-05-13 17:28:19 +03:00
Stefan Ceriu
2f6015b97b
Add template to xcodegen, fix build and tests
2022-05-12 14:06:58 +03:00
Stefan Ceriu
4b728f3d09
Update UserIndicators with newer implementation from Element (modified to work here)
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
0faac20b04
Bootstrap custom version of the app for UI tests
2022-04-29 12:58:07 +03:00
Stefan Ceriu
cfd0b14c81
Setup fastlane test lane and github action
2022-04-29 12:58:07 +03:00
Stefan Ceriu
1b1b541a63
vector-im/element-x-ios/issues/14 - Initial Danger setup
2022-04-28 12:19:18 +03:00
Stefan Ceriu
0a0f41689a
Setup default accent color for the whole project.
2022-04-28 11:29:18 +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
1e76faa1c8
Add quote and copy context menu actions.
2022-04-18 15:13:30 +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
c605dca245
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
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
Gil Eluard
def0683328
Fix build issues for xcode 13.3
2022-04-13 13:54:01 +03:00
Stefan Ceriu
e20c699298
Enable encryption and add support for loading encrypted images.
2022-04-07 17:07:42 +03:00
Stefan Ceriu
8d50d4fd25
Added blurhash and correct sizes to timeline images and animations throughout the app.
2022-04-05 15:09:04 +03:00
Stefan Ceriu
88a0654d23
Added methods for tracking call durations.
2022-04-05 10:01:16 +03:00
Stefan Ceriu
711857ac9c
Caching memberDetailProviders, showing sender display names in home screen last message, cleaner homescreen design.
2022-04-01 16:05:26 +03:00
Stefan Ceriu
86d85f4d2c
Introduced the concepts of room summary and event brief.
2022-04-01 14:07:33 +03:00
Stefan Ceriu
6243973e36
Added more timeline view SwiftUI previews.
2022-03-31 11:22:26 +03:00
Stefan Ceriu
1bbc38c03e
Moved timeline views to the room screen folder. Extracted timeline code into its own component. Added more preview providers.
2022-03-30 16:33:57 +03:00
Stefan Ceriu
9db1dda718
Added AttributedStringBuilder tests.
2022-03-30 14:32:41 +03:00
Stefan Ceriu
9169a9def9
Bumped the rust components to v1.0.7-alpha.
2022-03-29 18:14:33 +03:00
Stefan Ceriu
af5b75cde0
Correct dark theme support with html rendering.
2022-03-29 14:52:21 +03:00
Stefan Ceriu
ab25689e38
Added support for emotes and notices.
2022-03-29 12:13:41 +03:00
Stefan Ceriu
2fcbd33158
Reimplemented ObjC attributed string handling in swift.
2022-03-28 21:16:18 +03:00
Stefan Ceriu
8e1065e530
Bumped the rust components to v1.0.6-alpha.
2022-03-25 10:49:21 +02:00
Stefan Ceriu
cf42d61d27
Initial timeline HTML support.
2022-03-24 14:47:55 +02:00
Stefan Ceriu
d201ca1ad8
Added user display names and switched to using an avatar url directly in the homeScreen viewModel for the current user.
2022-03-21 19:35:24 +02:00
Stefan Ceriu
a9c0a8f334
Switched back to release version of the SDK.
2022-03-18 14:50:15 +02:00
Stefan Ceriu
fdb9242838
Fixed missing PlaceholderAvatarImage.
2022-03-18 14:35:38 +02:00
Stefan Ceriu
22659ae214
Added protocols for the timeline and memberDetails providers.
2022-03-18 13:48:07 +02:00