Mauro
|
7338fc998b
|
Generating SDK Mocks through the usage of swift run tools generate-sdk-mocks (#982)
* basic implementation, that works for now only with the local SDK
* replaced a handmade mock with a generated mock
|
2023-05-30 09:48:55 +02:00 |
|
Alfonso Grillo
|
9afab81f77
|
Re-apply changes (#940)
|
2023-05-22 16:23:03 +00:00 |
|
Flescio
|
c9d7a70bcc
|
Flescio/create room action (#925)
* fix invites users screen
* add create room action
* add a task runner with timeout, add fetch room summary after creation
* rename Runner, add Unit Test, separate UserProfile form client proxy
* change to all room summary publisher
|
2023-05-22 15:27:39 +00:00 |
|
Alfonso Grillo
|
f2f335d3f3
|
Invite people in an existing room (#915)
* Handle power levels
* Add “invite” button in RoomMembersListScreen
* Refactor DI in RoomDetailsScreenCoordinator
* Add navigation to “select people” coordinator
* Add InviteUsersScreenRoomContext
* Add invite user by id api
* Updare InviteUsersScreenRoomContext
* Support disabled state on FormButtonStyles
* Handle membership in UserProfileCell
* Fix conflicts
* Refactor RoomContext -> RoomType
* Refactor UserProfileCell
* Add invite action
* Setup navigation to user flow coordinator
* Add invite logic
* Fix test build errors
* Address comments
* Fix localisations
* Update required state
* Handle error
* Move invite logic in RoomDetailsScreenCoordinator
* Add navigation from room’s members list
* Fix UTs
* Fix missing display name in RoomMemberDetails
* Add user indicator
* Add feature flag
* Add RoomDetailsViewModel UTs
* Add room details ui tests
* Add InviteUsersViewModelTests UTs
* Add UI tests
* Update UI tests
* Empty commit
|
2023-05-22 14:03:07 +00:00 |
|
Flavio Alescio
|
b7c51d9df1
|
remove create room parameters by reference and use coordinator flow instead
|
2023-05-16 18:23:23 +02:00 |
|
Doug
|
cb7e90cc54
|
Use search field style from Compound. (#839)
|
2023-04-28 11:59:40 +01:00 |
|
Doug
|
1109eaff79
|
Compound Fonts (#834)
* Use CompoundFonts in DesignKit (deprecate ElementFonts).
* Use compound fonts everywhere.
* Update Authentication snapshots.
* Update RoomMembersListScreen snapshots.
Delete unused snapshots.
* Fix tests.
|
2023-04-25 16:42:06 +01:00 |
|
Stefan Ceriu
|
b9cd938756
|
Rename screens (#826)
* Rename: AnalyticsPrompt -> AnalyticsPromptScreen
* Rename: AnalyticsSettings -> AnalyticsSettingsScreen
* Rename: Settings -> SettingsScreen
* Rename: SessionVerification -> SessionVerificationScreen
* Rename: BugReport -> BugReportScreen
* Rename: FilePreview -> FilePreviewScreen
* Rename: AnalyticsPrompt -> AnalyticsPromptScreen
* Rename: Invites -> InvitesScreen
* Rename: InviteUsers -> InviteUsersScreen
* Rename: MediaPicker -> MediaPickerScreen
* Delete unused UIActivityViewControllerWrapper
* Rename: ReportContent -> ReportContentScreen
* Rename: RoomDetails -> RoomDetailsScreen
* Rename: RoomMemberDetails -> RoomMemberDetailsScreen
* Rename: RoomMemberList -> RoomMemberListScreen
* Rename: Cleanup
* Renaming missed items
* Low effort attempt at fixing the flakey unit tests
|
2023-04-24 18:48:07 +03:00 |
|