diff --git a/.github/workflows/nc-android-apk.yml b/.github/workflows/nc-android-apk.yml index 596d87cac1..22783d782a 100644 --- a/.github/workflows/nc-android-apk.yml +++ b/.github/workflows/nc-android-apk.yml @@ -25,6 +25,7 @@ jobs: sudo apt-get -y install \ libwebkit2gtk-4.0-dev \ build-essential \ + unzip \ curl \ wget \ libssl-dev \ diff --git a/nym-connect-android/src-tauri/gen/android/nym_connect_android/app/src/main/AndroidManifest.xml b/nym-connect-android/src-tauri/gen/android/nym_connect_android/app/src/main/AndroidManifest.xml index a459f78ce5..572a6d4960 100644 --- a/nym-connect-android/src-tauri/gen/android/nym_connect_android/app/src/main/AndroidManifest.xml +++ b/nym-connect-android/src-tauri/gen/android/nym_connect_android/app/src/main/AndroidManifest.xml @@ -5,6 +5,7 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:theme="@style/Theme.nym_connect_android" + android:screenOrientation="portrait" android:usesCleartextTraffic="${usesCleartextTraffic}"> void; }) => ( - + How to connect guide {step}/{totalSteps} diff --git a/nym-connect-android/src/components/HelpPageActions.tsx b/nym-connect-android/src/components/HelpPageActions.tsx index 17e513120f..13cba78fd2 100644 --- a/nym-connect-android/src/components/HelpPageActions.tsx +++ b/nym-connect-android/src/components/HelpPageActions.tsx @@ -5,14 +5,14 @@ import React from 'react'; export const HelpPageActions = ({ onNext, onPrev }: { onNext?: () => void; onPrev?: () => void }) => ( {onPrev ? ( - ) : (
)} {onNext && ( - )} diff --git a/nym-connect-android/src/components/HelpPageStepIndicator.tsx b/nym-connect-android/src/components/HelpPageStepIndicator.tsx index 02d0b3338e..fc108425ab 100644 --- a/nym-connect-android/src/components/HelpPageStepIndicator.tsx +++ b/nym-connect-android/src/components/HelpPageStepIndicator.tsx @@ -1,14 +1,14 @@ import React from 'react'; -import { Box } from '@mui/material'; +import { Box, Stack } from '@mui/material'; const Step = ({ highlight }: { highlight: boolean }) => ( - + ); export const StepIndicator = ({ step }: { step: number }) => ( - + = 2} /> = 3} /> - + ); diff --git a/nym-connect-android/src/pages/menu/index.tsx b/nym-connect-android/src/pages/menu/index.tsx index a4cac1bf20..4949639588 100644 --- a/nym-connect-android/src/pages/menu/index.tsx +++ b/nym-connect-android/src/pages/menu/index.tsx @@ -17,7 +17,7 @@ export const Menu = () => ( - + {' '} {item.title}