Skip to content

Commit

Permalink
Merge branch 'master' into IOCOM-1822-app-test-automatici-saga-handle…
Browse files Browse the repository at this point in the history
…-export-fims-history
  • Loading branch information
forrest57 authored Feb 3, 2025
2 parents 125fe19 + f4d3907 commit 323d904
Show file tree
Hide file tree
Showing 29 changed files with 39 additions and 140 deletions.
158 changes: 31 additions & 127 deletions ios/ItaliaApp/Images.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,134 +1,38 @@
{
"images" : [
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"size" : "20x20",
"idiom" : "iphone",
"filename" : "[email protected]",
"scale" : "3x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "io-launcher-icon-29.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "iphone",
"filename" : "[email protected]",
"scale" : "3x"
},
{
"size" : "40x40",
"idiom" : "iphone",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "iphone",
"filename" : "[email protected]",
"scale" : "3x"
},
{
"size" : "57x57",
"idiom" : "iphone",
"filename" : "io-launcher-icon-57.png",
"scale" : "1x"
},
{
"size" : "57x57",
"idiom" : "iphone",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"size" : "60x60",
"idiom" : "iphone",
"filename" : "[email protected]",
"scale" : "3x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "io-launcher-icon-20.png",
"scale" : "1x"
},
{
"size" : "20x20",
"idiom" : "ipad",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "io-launcher-icon-30.png",
"scale" : "1x"
},
{
"size" : "29x29",
"idiom" : "ipad",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "io-launcher-icon-40.png",
"scale" : "1x"
},
{
"size" : "40x40",
"idiom" : "ipad",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "io-launcher-icon-76.png",
"scale" : "1x"
},
{
"size" : "76x76",
"idiom" : "ipad",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"size" : "83.5x83.5",
"idiom" : "ipad",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"size" : "1024x1024",
"idiom" : "ios-marketing",
"filename" : "io-launcher-icon-1024.png",
"scale" : "1x"
"filename" : "iOS-app-icon-default.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"filename" : "iOS-app-icon-dark.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "tinted"
}
],
"filename" : "iOS-app-icon-tinted.png",
"idiom" : "universal",
"platform" : "ios",
"size" : "1024x1024"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -322,23 +322,20 @@ const WalletPaymentDetailContent = ({
testID="wallet-payment-detail-recipient"
icon={"institution"}
label={I18n.t("wallet.firstTransactionSummary.recipient")}
accessibilityLabel={I18n.t("wallet.firstTransactionSummary.recipient")}
value={payment.paName}
/>
<Divider />
<ListItemInfo
testID="wallet-payment-detail-object"
icon={"notes"}
label={I18n.t("wallet.firstTransactionSummary.object")}
accessibilityLabel={I18n.t("wallet.firstTransactionSummary.object")}
value={description}
/>
<Divider />
<ListItemInfo
testID="wallet-payment-detail-amount"
icon={"psp"}
label={I18n.t("wallet.firstTransactionSummary.amount")}
accessibilityLabel={I18n.t("wallet.firstTransactionSummary.amount")}
value={amount}
endElement={amountEndElement}
/>
Expand All @@ -348,9 +345,6 @@ const WalletPaymentDetailContent = ({
<ListItemInfo
icon="calendar"
label={I18n.t("wallet.firstTransactionSummary.dueDate")}
accessibilityLabel={I18n.t(
"wallet.firstTransactionSummary.dueDate"
)}
value={dueDate}
/>
<Divider />
Expand All @@ -360,15 +354,13 @@ const WalletPaymentDetailContent = ({
testID="payment-notice-copy-button"
icon="docPaymentCode"
label={I18n.t("payment.noticeCode")}
accessibilityLabel={I18n.t("payment.noticeCode")}
value={formattedPaymentNoticeNumber}
onPress={() => handleOnCopy(formattedPaymentNoticeNumber)}
/>
<Divider />
<ListItemInfoCopy
icon="entityCode"
label={I18n.t("wallet.firstTransactionSummary.entityCode")}
accessibilityLabel={I18n.t("wallet.firstTransactionSummary.entityCode")}
value={orgFiscalCode}
onPress={() => handleOnCopy(orgFiscalCode)}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const PaymentsMethodDetailsBaseScreenComponent = ({
variant: "contrast",
faqCategories: ["wallet_methods"],
supportRequest: true,
transparent: true,
scrollValues: {
contentOffsetY: translationY,
triggerOffset: titleHeight
Expand Down Expand Up @@ -116,8 +115,8 @@ const styles = StyleSheet.create({
width: "100%"
},
blueHeader: {
paddingTop: "105%",
marginTop: "-75%",
marginTop: -300,
paddingTop: 300,
marginBottom: "15%"
}
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,10 @@ const PaymentsHomeTransactionsList = ({ enforcedLoadingState }: Props) => {
type: "buttonLink",
componentProps: {
label: I18n.t("features.payments.transactions.button"),
onPress: handleNavigateToTransactionList
onPress: handleNavigateToTransactionList,
accessibilityLabel: I18n.t(
"features.payments.transactions.button"
)
}
}
: undefined
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ const PaymentsHomeUserMethodsList = ({ enforcedLoadingState }: Props) => {
type: "buttonLink",
componentProps: {
label: I18n.t("features.payments.methods.button"),
onPress: handleOnAddMethodPress
onPress: handleOnAddMethodPress,
accessibilityLabel: I18n.t("features.payments.methods.button")
}
}
: undefined
Expand Down

0 comments on commit 323d904

Please sign in to comment.