element-x-ada/tools/localazy/config.json
Chris Smith 34cc352053 Invite list view
Adds a CTA on the room list to view invites if there are any.

The invite list presents each invite with accept/decline buttons
and (for room invites) the sender details.

Fixes #102
2023-04-19 10:20:48 +01:00

90 lines
1.8 KiB
JSON

{
"modules": [
{
"name": ":features:rageshake:impl",
"includeRegex": [
"screen_bug_report_.*"
]
},
{
"name": ":features:rageshake:api",
"includeRegex": [
"crash_detection_.*",
"rageshake_detection_.*"
]
},
{
"name": ":features:logout:api",
"includeRegex": [
"screen_signout_.*"
]
},
{
"name": ":features:onboarding:impl",
"includeRegex": [
"screen_onboarding_.*"
]
},
{
"name": ":features:invitelist:impl",
"includeRegex": [
"screen_invites_.*"
]
},
{
"name": ":features:createroom:impl",
"includeRegex": [
"screen_create_room_.*",
"screen_start_chat_.*"
]
},
{
"name": ":features:verifysession:impl",
"includeRegex": [
"screen_session_verification_.*"
]
},
{
"name": ":libraries:textcomposer",
"includeRegex": [
"rich_text_editor_.*"
]
},
{
"name": ":libraries:androidutils",
"includeRegex": [
"error_no_compatible_app_found"
]
},
{
"name": ":libraries:push:impl",
"includeRegex": [
"push_.*",
"notification_.*"
]
},
{
"name": ":features:login:impl",
"includeRegex": [
"screen_login_.*",
"screen_change_server_.*"
]
},
{
"name": ":features:roomlist:impl",
"includeRegex": [
"state_event_.*",
"screen_roomlist_.*",
"session_verification_banner_.*"
]
},
{
"name": ":features:roomdetails:impl",
"includeRegex": [
"screen_room_details_.*",
"screen_room_member_list_.*",
"screen_dm_details_.*"
]
}
]
}