Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- boost (1.84.0)
- BVLinearGradient (2.5.6):
- React
- CieSDK (0.1.17)
- CieSDK (0.1.19)
- DoubleConversion (1.1.6)
- fast_float (8.0.0)
- FBLazyVector (0.81.5)
Expand All @@ -12,9 +12,9 @@ PODS:
- hermes-engine (0.81.5):
- hermes-engine/Pre-built (= 0.81.5)
- hermes-engine/Pre-built (0.81.5)
- IoReactNativeCie (1.3.2):
- IoReactNativeCie (1.3.3):
- boost
- CieSDK (~> 0.1.17)
- CieSDK (~> 0.1.19)
- DoubleConversion
- fast_float
- fmt
Expand Down Expand Up @@ -3911,14 +3911,14 @@ SPEC CHECKSUMS:
Alamofire: f36a35757af4587d8e4f4bfa223ad10be2422b8c
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
BVLinearGradient: 44fd36b87f318e7933c4c91a6991442a5e3f5bcf
CieSDK: 35739b36e34e184a59e1550d03cac91700208115
CieSDK: 171477d376b174988b7c3b2e69324e95ca38f1cf
DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
fast_float: b32c788ed9c6a8c584d114d0047beda9664e7cc6
FBLazyVector: 5beb8028d5a2e75dd9634917f23e23d3a061d2aa
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
hermes-engine: 9f4dfe93326146a1c99eb535b1cb0b857a3cd172
IoReactNativeCie: c22808d4081246e52740274d26fa123ee10c9768
IoReactNativeCie: 5a28656a8c692b95d1ec7c1928c08f9c908e970a
IoReactNativeIso18013: 16937f3e6f9a1369af0892fbde445f44682cfc51
IOWalletCBOR: 92742ef1cbd1b627ba153d0c7c11b81ad22f45cc
IOWalletProximity: 1836d6b5df0a64a97e09f355d15d5155f086f830
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@gorhom/bottom-sheet": "^5.1.2",
"@pagopa/io-app-design-system": "5.12.3",
"@pagopa/io-pagopa-commons": "^3.1.0",
"@pagopa/io-react-native-cie": "1.3.2",
"@pagopa/io-react-native-cie": "1.3.4",
"@pagopa/io-react-native-cieid": "0.4.0",
"@pagopa/io-react-native-crypto": "^1.2.3",
"@pagopa/io-react-native-http-client": "1.0.5",
Expand Down
42 changes: 3 additions & 39 deletions ts/features/settings/common/navigation/SettingsNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,7 @@ import LollipopPlayground from "../../../lollipop/playgrounds/LollipopPlayground
import ProfileAboutApp from "../../aboutApp/screens/ProfileAboutApp";
import { AppFeedbackPlayground } from "../../devMode/playgrounds/AppFeedbackPlayground";
import CgnLandingPlayground from "../../devMode/playgrounds/CgnLandingPlayground";
import { CieIasAndMrtdPlayground } from "../../devMode/playgrounds/Cie/CieIasAndMrtdPlayground";
import { CiePlayground } from "../../devMode/playgrounds/Cie/CiePlayground";
import { CieIasAndMrtdPlaygroundIntAuthResultScreen } from "../../devMode/playgrounds/Cie/screens/ias/CieIasAndMrtdPlaygroundIntAuthResultScreen";
import { CieIasAndMrtdPlaygroundIntAuthScreen } from "../../devMode/playgrounds/Cie/screens/ias/CieIasAndMrtdPlaygroundIntAuthScreen";
import { CieIasAndMrtdPlaygroundIntAuthAndMrtdResultScreen } from "../../devMode/playgrounds/Cie/screens/ias_and_mrtd/CieIasAndMrtdPlaygroundIntAuthAndMrtdResultScreen";
import { CieIasAndMrtdPlaygroundIntAuthAndMrtdScreen } from "../../devMode/playgrounds/Cie/screens/ias_and_mrtd/CieIasAndMrtdPlaygroundIntAuthAndMrtdScreen";
import { CieIasAndMrtdPlaygroundMrtdResultScreen } from "../../devMode/playgrounds/Cie/screens/mrtd/CieIasAndMrtdPlaygroundMrtdResultScreen";
import { CieIasAndMrtdPlaygroundMrtdScreen } from "../../devMode/playgrounds/Cie/screens/mrtd/CieIasAndMrtdPlaygroundMrtdScreen";
import { CiePlaygroundsNavigator } from "../../devMode/playgrounds/Cie/navigation/CiePlaygroundsNavigator";
import { IdPayCodePlayGround } from "../../devMode/playgrounds/IdPayCodePlayground";
import IdPayOnboardingPlayground from "../../devMode/playgrounds/IdPayOnboardingPlayground";
import { IOMarkdownPlayground } from "../../devMode/playgrounds/IOMarkdownPlayground";
Expand Down Expand Up @@ -191,37 +184,8 @@ const SettingsStackNavigator = () => (
/>
<Stack.Screen
name={SETTINGS_ROUTES.CIE_PLAYGROUND}
component={CiePlayground}
/>
<Stack.Screen
name={SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND}
component={CieIasAndMrtdPlayground}
/>
<Stack.Screen
name={SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH}
component={CieIasAndMrtdPlaygroundIntAuthScreen}
/>
<Stack.Screen
name={SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH_RESULTS}
component={CieIasAndMrtdPlaygroundIntAuthResultScreen}
/>
<Stack.Screen
name={SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND_MRTD}
component={CieIasAndMrtdPlaygroundMrtdScreen}
/>
<Stack.Screen
name={SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND_MRTD_RESULTS}
component={CieIasAndMrtdPlaygroundMrtdResultScreen}
/>
<Stack.Screen
name={SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH_AND_MRTD}
component={CieIasAndMrtdPlaygroundIntAuthAndMrtdScreen}
/>
<Stack.Screen
name={
SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH_AND_MRTD_RESULTS
}
component={CieIasAndMrtdPlaygroundIntAuthAndMrtdResultScreen}
component={CiePlaygroundsNavigator}
options={{ headerShown: false }}
/>
<Stack.Screen
name={SETTINGS_ROUTES.NFC_PLAYGROUND}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import { EmailInsertScreenNavigationParams } from "../../../userData/shared/scre
import { SendEmailValidationScreenProp } from "../../../userData/shared/screens/EmailValidationSendEmailScreen";
import { SETTINGS_ROUTES } from "../routes";
import { AuthenticationParamsList } from "../../../../authentication/common/navigation/params/AuthenticationParamsList";
import { CieIasResultNavParams } from "../../../devMode/playgrounds/Cie/screens/ias/CieIasAndMrtdPlaygroundIntAuthResultScreen";
import { CieMrtdResultNavParams } from "../../../devMode/playgrounds/Cie/screens/mrtd/CieIasAndMrtdPlaygroundMrtdResultScreen";
import { CieIasAndMrtdResultNavParams } from "../../../devMode/playgrounds/Cie/screens/ias_and_mrtd/CieIasAndMrtdPlaygroundIntAuthAndMrtdResultScreen";

export type SettingsParamsList = {
[SETTINGS_ROUTES.PROFILE_PRIVACY_MAIN]: undefined;
Expand Down Expand Up @@ -39,13 +36,6 @@ export type SettingsParamsList = {
[SETTINGS_ROUTES.IO_MARKDOWN_PLAYGROUND]: undefined;
[SETTINGS_ROUTES.APP_FEEDBACK_PLAYGROUND]: undefined;
[SETTINGS_ROUTES.CIE_PLAYGROUND]: undefined;
[SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND]: undefined;
[SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND_MRTD]: undefined;
[SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND_MRTD_RESULTS]: CieMrtdResultNavParams;
[SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH]: undefined;
[SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH_RESULTS]: CieIasResultNavParams;
[SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH_AND_MRTD]: undefined;
[SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH_AND_MRTD_RESULTS]: CieIasAndMrtdResultNavParams;
[SETTINGS_ROUTES.NFC_PLAYGROUND]: undefined;
[SETTINGS_ROUTES.SETTINGS_MAIN]: undefined;
[SETTINGS_ROUTES.AUTHENTICATION]: NavigatorScreenParams<AuthenticationParamsList>;
Expand Down
12 changes: 0 additions & 12 deletions ts/features/settings/common/navigation/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,6 @@ export const SETTINGS_ROUTES = {
IO_MARKDOWN_PLAYGROUND: "IO_MARKDOWN_PLAYGROUND",
APP_FEEDBACK_PLAYGROUND: "APP_FEEDBACK_PLAYGROUND",
CIE_PLAYGROUND: "CIE_PLAYGROUND",
CIE_IAS_AND_MRTD_PLAYGROUND: "CIE_IAS_AND_MRTD_PLAYGROUND",
CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH_AND_MRTD:
"CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH_AND_MRTD",
CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH_AND_MRTD_RESULTS:
"CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH_AND_MRTD_RESULTS",
CIE_IAS_AND_MRTD_PLAYGROUND_MRTD: "CIE_IAS_AND_MRTD_PLAYGROUND_MRTD",
CIE_IAS_AND_MRTD_PLAYGROUND_MRTD_RESULTS:
"CIE_IAS_AND_MRTD_PLAYGROUND_MRTD_RESULTS",
CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH:
"CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH",
CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH_RESULTS:
"CIE_IAS_AND_MRTD_PLAYGROUND_INTERNAL_AUTH_RESULTS",
NFC_PLAYGROUND: "NFC_PLAYGROUND",
AUTHENTICATION: "AUTHENTICATION"
} as const;
Original file line number Diff line number Diff line change
Expand Up @@ -382,19 +382,12 @@ const PlaygroundsSection = () => {
})
},
{
value: "CIE",
value: "CIE SDK",
onPress: () =>
navigation.navigate(SETTINGS_ROUTES.PROFILE_NAVIGATOR, {
screen: SETTINGS_ROUTES.CIE_PLAYGROUND
})
},
{
value: "CIE IAS+MRTD",
onPress: () =>
navigation.navigate(SETTINGS_ROUTES.PROFILE_NAVIGATOR, {
screen: SETTINGS_ROUTES.CIE_IAS_AND_MRTD_PLAYGROUND
})
},
{
value: "NFC",
onPress: () =>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export const ReadStatusComponent = ({
}: ReadStatusComponentProps) => (
<Animated.View layout={LinearTransition} style={styles.statusContainer}>
<CircularProgress
size={300}
radius={150}
size={250}
radius={125}
progress={progress * 100}
strokeColor={IOColors[statusColorMap[status]]}
strokeBgColor={IOColors["grey-100"]}
Expand Down
Loading
Loading