From 4d60d3a7e88ddbc7592652b75aafea7a40e2e6c7 Mon Sep 17 00:00:00 2001 From: war-in Date: Wed, 11 Dec 2024 15:46:11 +0100 Subject: [PATCH 1/4] fix `Not found page` on shortcuts --- src/libs/actions/Session/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/actions/Session/index.ts b/src/libs/actions/Session/index.ts index e50eba7e596f..51c1bca18b83 100644 --- a/src/libs/actions/Session/index.ts +++ b/src/libs/actions/Session/index.ts @@ -557,7 +557,7 @@ function signInAfterTransitionFromOldDot(transitionURL: string) { Log.hmmm('[HybridApp] Initialization of HybridApp has failed. Forcing transition', {error}); }) .finally(() => { - resolve(`${route}?singleNewDotEntry=${isSingleNewDotEntry}` as Route); + resolve(`${route}${isSingleNewDotEntry === 'true' ? '?singleNewDotEntry=true' : ''}` as Route); }); }); From 99d155a4947fcbeeb1039a7521a52b0bb00a0c0d Mon Sep 17 00:00:00 2001 From: war-in Date: Fri, 13 Dec 2024 12:00:54 +0100 Subject: [PATCH 2/4] make adhoc locally buildable --- scripts/run-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run-build.sh b/scripts/run-build.sh index 7689aabbbf59..13cc2d5b7d07 100755 --- a/scripts/run-build.sh +++ b/scripts/run-build.sh @@ -25,7 +25,7 @@ if [ "$#" -eq 1 ]; then BUILD="$1" elif [ "$#" -eq 2 ]; then if [ "$1" == "--new-dot" ]; then - BUILD="$2" + BUILD="$2" NEW_DOT_FLAG="true" elif [ "$2" == "--new-dot" ]; then BUILD="$1" @@ -45,7 +45,7 @@ IS_HYBRID_APP_REPO=$(scripts/is-hybrid-app.sh) IOS_MODE="Debug" ANDROID_MODE="Debug" SCHEME="Expensify" - APP_ID="org.me.mobiexpensifyg" + APP_ID="org.me.mobiexpensifyg.dev" echo -e "\n${GREEN}Starting a HybridApp build!${NC}" PROJECT_ROOT_PATH="Mobile-Expensify/" From beb05d17e1553b253c644fabe4a32b4f6ce92a80 Mon Sep 17 00:00:00 2001 From: war-in Date: Fri, 13 Dec 2024 13:40:03 +0100 Subject: [PATCH 3/4] bump submodule --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index af549932c171..58a176c12169 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit af549932c17151a57655466e4912e038b21f501a +Subproject commit 58a176c121690ac0cc11b00e8672211134f6dba4 From 6d9327efb109c0186c13d3168a2f411ece027f7a Mon Sep 17 00:00:00 2001 From: war-in Date: Thu, 19 Dec 2024 15:46:34 +0100 Subject: [PATCH 4/4] bump submodule --- Mobile-Expensify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mobile-Expensify b/Mobile-Expensify index 58a176c12169..10ef3dffcecc 160000 --- a/Mobile-Expensify +++ b/Mobile-Expensify @@ -1 +1 @@ -Subproject commit 58a176c121690ac0cc11b00e8672211134f6dba4 +Subproject commit 10ef3dffcecca0fd8d5fa54083eda9bf28431462