Merge branch 'develop' into feature/fga/user_moderation_bottomsheet
This commit is contained in:
commit
03e1926e14
250 changed files with 3339 additions and 2742 deletions
12
tools/adb/deeplink_mobile.sh
Executable file
12
tools/adb/deeplink_mobile.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#! /bin/bash
|
||||
|
||||
# Copyright 2025 New Vector Ltd.
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
||||
# Please see LICENSE files in the repository root for full details.
|
||||
|
||||
# Format is:
|
||||
# https://mobile.element.io/element?account_provider=example.org&login_hint=mxid:@alice:example.org
|
||||
|
||||
adb shell am start -a android.intent.action.VIEW \
|
||||
-d "https://mobile.element.io/element?account_provider=element.io\\&login_hint=mxid:@alice:element.io"
|
||||
|
|
@ -41,12 +41,6 @@
|
|||
"screen.join_room.loading_alert_title"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : ":features:onboarding:impl",
|
||||
"includeRegex" : [
|
||||
"screen_onboarding_.*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name" : ":features:signedout:impl",
|
||||
"includeRegex" : [
|
||||
|
|
@ -149,6 +143,7 @@
|
|||
{
|
||||
"name" : ":features:login:impl",
|
||||
"includeRegex" : [
|
||||
"screen_onboarding_.*",
|
||||
"screen_login_.*",
|
||||
"screen_server_confirmation_.*",
|
||||
"screen_change_server_.*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue