Epic: create and join rooms - Start Chat (#680)

* add start chat flow with UI

* add feature flag for start chat

* add changelog

* fix naming and tests

* fix empty display name in user cell

* Update ElementX/Sources/Application/AppSettings.swift

Co-authored-by: Alfonso Grillo <alfogrillo@element.io>

* add screenshots from UI test

* fix swiftFormat and add identifiers

* fix warnings

---------

Co-authored-by: Alfonso Grillo <alfogrillo@element.io>
This commit is contained in:
Flescio
2023-03-14 10:50:09 +01:00
committed by GitHub
parent 39c4189ece
commit 6b153e9726
29 changed files with 495 additions and 2 deletions

View File

@@ -115,6 +115,7 @@
"all_chats" = "All Chats";
"start_chat" = "Start Chat";
"create_room" = "Create Room";
"create_a_room" = "Create a room";
"change_space" = "Change Space";
"explore_rooms" = "Explore Rooms";
"a11y_expand_space_children" = "Expand %@ children";
@@ -1865,6 +1866,7 @@
"inviting_users_to_room" = "Inviting users…";
"invite_users_to_room_title" = "Invite Users";
"invite_friends" = "Invite friends";
"invite_friends_to_element" = "Invite friends to Element";
"invite_friends_text" = "Hey, talk to me on %@: %@";
"invite_friends_rich_title" = "🔐️ Join me on %@";
"invitation_sent_to_one_user" = "Invitation sent to %1$@";
@@ -2355,3 +2357,4 @@
"emoji_picker_objects_category" = "Objects";
"emoji_picker_symbols_category" = "Symbols";
"emoji_picker_flags_category" = "Flags";
"search_for_someone" = "Search for someone";