Skip to content

Commit 7d508ff

Browse files
authored
Merge branch 'master' into IOPLT-1540-migrate-to-reanimated-v4
2 parents a3683a4 + 4305a79 commit 7d508ff

File tree

44 files changed

+2303
-205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2303
-205
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.24.0-rc.4](https://github.com/pagopa/io-app/compare/3.24.0-rc.3...3.24.0-rc.4) (2026-02-12)
6+
7+
8+
### Features
9+
10+
* [[IOCOM-2939](https://pagopa.atlassian.net/browse/IOCOM-2939)] SEND lollipop-lambda playground ([#7845](https://github.com/pagopa/io-app/issues/7845)) ([f451f69](https://github.com/pagopa/io-app/commit/f451f6979fca94ad62776bd698e77ab8a3334cf3))
11+
* **IT Wallet:** [[SIW-2992](https://pagopa.atlassian.net/browse/SIW-2992)] Remote management of the IPZS privacy URL ([#7853](https://github.com/pagopa/io-app/issues/7853)) ([d4fe7df](https://github.com/pagopa/io-app/commit/d4fe7dfe371193fdd25187c3e3ff22c79dfa9f00))
12+
* **IT Wallet:** [[SIW-3844](https://pagopa.atlassian.net/browse/SIW-3844),[SIW-3845](https://pagopa.atlassian.net/browse/SIW-3845)] Update copies in WI activation ([#7864](https://github.com/pagopa/io-app/issues/7864)) ([d0624cd](https://github.com/pagopa/io-app/commit/d0624cd38a0372c42a7ceae13262312e7fa04f5f))
13+
14+
15+
### Bug Fixes
16+
17+
* [[IOPID-3738](https://pagopa.atlassian.net/browse/IOPID-3738)] Adjust list bottom padding to prevent navigation bar overlap ([#7865](https://github.com/pagopa/io-app/issues/7865)) ([e95d1aa](https://github.com/pagopa/io-app/commit/e95d1aa7ce14a10c96d5c0b960348c7d174114ee)), closes [/#diff-c4fd99f2a490e089161c025fc4b66909f09237a2b48a9a0074a1de6f4b48dd61R131-R134](https://github.com/pagopa///issues/diff-c4fd99f2a490e089161c025fc4b66909f09237a2b48a9a0074a1de6f4b48dd61R131-R134) [/#diff-1ee89d3e0af6594fb5618ea568c4bb28955946f8a56658051245b7dbf81ca02bL202-R206](https://github.com/pagopa///issues/diff-1ee89d3e0af6594fb5618ea568c4bb28955946f8a56658051245b7dbf81ca02bL202-R206) [/#diff-e6cd99af3eb52e146c573278e022ab72192ed1b3705ee1b947dc58a61e08231fR241-R242](https://github.com/pagopa///issues/diff-e6cd99af3eb52e146c573278e022ab72192ed1b3705ee1b947dc58a61e08231fR241-R242) [/#diff-1ee89d3e0af6594fb5618ea568c4bb28955946f8a56658051245b7dbf81ca02bR13](https://github.com/pagopa///issues/diff-1ee89d3e0af6594fb5618ea568c4bb28955946f8a56658051245b7dbf81ca02bR13) [/#diff-1ee89d3e0af6594fb5618ea568c4bb28955946f8a56658051245b7dbf81ca02bR52](https://github.com/pagopa///issues/diff-1ee89d3e0af6594fb5618ea568c4bb28955946f8a56658051245b7dbf81ca02bR52)
18+
19+
20+
### Chores
21+
22+
* [[IEL-54](https://pagopa.atlassian.net/browse/IEL-54)] Adjusted pdf vertical positioning ([#7861](https://github.com/pagopa/io-app/issues/7861)) ([a853401](https://github.com/pagopa/io-app/commit/a853401fb0dc4e6fab0b98470a13006f5060cc2c)), closes [/github.com/pagopa/io-app/pull/7861/changes#diff-22a00a9883d0bdf296564791d8745fc2354d0cf4f0e42fe1a3dc85e9211bc988R66](https://github.com/pagopa//github.com/pagopa/io-app/pull/7861/changes/issues/diff-22a00a9883d0bdf296564791d8745fc2354d0cf4f0e42fe1a3dc85e9211bc988R66)
23+
* **IT-Wallet:** [[SIW-3850](https://pagopa.atlassian.net/browse/SIW-3850)] Align cie bottomsheet mixpanel tracking ([#7856](https://github.com/pagopa/io-app/issues/7856)) ([61892e7](https://github.com/pagopa/io-app/commit/61892e70825e160f900506dc44fe5f5fdd2d391b))
24+
525
## [3.24.0-rc.3](https://github.com/pagopa/io-app/compare/3.24.0-rc.2...3.24.0-rc.3) (2026-02-11)
626

727

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ android {
119119
applicationId "it.pagopa.io.app"
120120
minSdkVersion rootProject.ext.minSdkVersion
121121
targetSdkVersion rootProject.ext.targetSdkVersion
122-
versionCode 100155123
123-
versionName "3.24.0.3"
122+
versionCode 100155124
123+
versionName "3.24.0.4"
124124
multiDexEnabled true
125125
manifestPlaceholders = [usesCleartextTraffic: "true"]
126126
// The resConfigs attribute will remove all not required localized resources while building the application,

ios/IO.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
CODE_SIGN_ENTITLEMENTS = IO/IO.entitlements;
577577
CODE_SIGN_IDENTITY = "Apple Development";
578578
CODE_SIGN_STYLE = Automatic;
579-
CURRENT_PROJECT_VERSION = 3;
579+
CURRENT_PROJECT_VERSION = 4;
580580
DEAD_CODE_STRIPPING = YES;
581581
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
582582
ENABLE_BITCODE = NO;
@@ -613,7 +613,7 @@
613613
CODE_SIGN_ENTITLEMENTS = IO/IO.entitlements;
614614
CODE_SIGN_IDENTITY = "Apple Development";
615615
CODE_SIGN_STYLE = Automatic;
616-
CURRENT_PROJECT_VERSION = 3;
616+
CURRENT_PROJECT_VERSION = 4;
617617
DEAD_CODE_STRIPPING = YES;
618618
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
619619
ENABLE_BITCODE = NO;
@@ -854,7 +854,7 @@
854854
CODE_SIGN_ENTITLEMENTS = IO/IO.entitlements;
855855
CODE_SIGN_IDENTITY = "Apple Development";
856856
CODE_SIGN_STYLE = Automatic;
857-
CURRENT_PROJECT_VERSION = 3;
857+
CURRENT_PROJECT_VERSION = 4;
858858
DEAD_CODE_STRIPPING = YES;
859859
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
860860
ENABLE_BITCODE = NO;

ios/IO/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</dict>
3939
</array>
4040
<key>CFBundleVersion</key>
41-
<string>3</string>
41+
<string>4</string>
4242
<key>ITSAppUsesNonExemptEncryption</key>
4343
<false/>
4444
<key>LSApplicationQueriesSchemes</key>

locales/en/index.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4179,6 +4179,18 @@
41794179
"rateLimitToast": "Non riusciamo ad attivare il servizio SEND, riprova più tardi",
41804180
"activationErrorMessage": "Non riusciamo ad attivare il servizio SEND"
41814181
}
4182+
},
4183+
"lollipopPlayground": {
4184+
"environmentTitle": "Environment",
4185+
"uatLabel": "Use UAT",
4186+
"uatDescription": "Sends Service Activation and AAR requests to the UAT environment",
4187+
"playgroundTitle": "Lollipop Playground",
4188+
"postBodyLabel": "Post Body",
4189+
"postBodyPlaceholder": "{\n p1: \"a string\",\n p2: {\n p3: true\n }\n}",
4190+
"responseStatusCode": "Response Status Code",
4191+
"responseBody": "Response Body",
4192+
"requestGet": "GET",
4193+
"requestPost": "POST"
41824194
}
41834195
},
41844196
"fci": {

locales/it/index.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4306,6 +4306,18 @@
43064306
"rateLimitToast": "Non riusciamo ad attivare il servizio SEND, riprova più tardi",
43074307
"activationErrorMessage": "Non riusciamo ad attivare il servizio SEND"
43084308
}
4309+
},
4310+
"lollipopPlayground": {
4311+
"environmentTitle": "Ambiente",
4312+
"uatLabel": "Usa UAT",
4313+
"uatDescription": "Manda le richieste AAR e quelle di attivazione servizio all'ambiente di UAT",
4314+
"playgroundTitle": "Lollipop Playground",
4315+
"postBodyLabel": "Body della post",
4316+
"postBodyPlaceholder": "{\n p1: \"a string\",\n p2: {\n p3: true\n }\n}",
4317+
"responseStatusCode": "Status Code risposta",
4318+
"responseBody": "Body della risposta",
4319+
"requestGet": "GET",
4320+
"requestPost": "POST"
43094321
}
43104322
},
43114323
"fci": {
@@ -4890,7 +4902,7 @@
48904902
},
48914903
"modeSelection": {
48924904
"section": {
4893-
"issuance": "Ottieni {{ feature }}",
4905+
"issuance": "Attiva {{ feature }}",
48944906
"reissuance": "Conferma periodica dell'identità"
48954907
},
48964908
"title": {
@@ -5130,7 +5142,8 @@
51305142
"title": "Identità verificata",
51315143
"titleL3": "Ci siamo quasi!",
51325144
"subtitle": "Stai attivando **Documenti su IO** come:",
5133-
"subtitleL3": "Hai verificato la tua identità. \nIl tuo portafoglio IT-Wallet sarà associato a questi dati:",
5145+
"subtitleL3": "Hai confermato la tua identità. \nIl tuo portafoglio IT-Wallet sarà associato a questi dati:",
5146+
"bottomTextL3": "Se hai già aggiunto documenti al Portafoglio, questi saranno aggiornati alle funzionalità IT-Wallet, senza modifiche ai tuoi dati.",
51345147
"actions": {
51355148
"primary": "Continua",
51365149
"secondary": "Annulla"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io",
3-
"version": "3.24.0-rc.3",
3+
"version": "3.24.0-rc.4",
44
"private": true,
55
"scripts": {
66
"start": "react-native start",

publiccode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ releaseDate: "2024-11-21"
99
url: "https://github.com/pagopa/io-app"
1010
applicationSuite: IO
1111
landingURL: "https://ioapp.it/"
12-
softwareVersion: 3.24.0-rc.3
12+
softwareVersion: 3.24.0-rc.4
1313
developmentStatus: beta
1414
softwareType: standalone/mobile
1515
roadmap: "https://ioapp.it/"

scripts/generate-api-models.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
IO_BACKEND_VERSION=v17.5.2
44
# need to change after merge on io-services-metadata
5-
IO_SERVICES_METADATA_VERSION=1.0.93
5+
IO_SERVICES_METADATA_VERSION=1.0.95
66
# Session manager version
77
IO_SESSION_MANAGER_VERSION=1.8.0
88
# IO Wallet user function version
99
IO_WALLET_USER_FUNC_VERSION=4.1.11
1010
# Send function version
11-
SEND_FUNC_VERSION=1.4.3
11+
SEND_FUNC_VERSION=1.5.5
1212

1313
declare -a apis=(
1414
# Backend APIs
@@ -41,6 +41,7 @@ declare -a apis=(
4141
# PN APIs
4242
"./definitions/pn https://raw.githubusercontent.com/pagopa/io-backend/$IO_BACKEND_VERSION/api_pn.yaml"
4343
"./definitions/pn/aar https://raw.githubusercontent.com/pagopa/io-messages/refs/tags/send-func@$SEND_FUNC_VERSION/apps/send-func/openapi/aar-notification.yaml"
44+
"./definitions/pn/lollipop-lambda https://raw.githubusercontent.com/pagopa/io-messages/refs/tags/send-func@$SEND_FUNC_VERSION/apps/send-func/openapi/lollipop-integration-check.yaml"
4445
# FCI APIs
4546
"./definitions/fci https://raw.githubusercontent.com/pagopa/io-backend/$IO_BACKEND_VERSION/api_io_sign.yaml"
4647
# ITW APIs

ts/features/common/store/reducers/__tests__/__snapshots__/index.test.ts.snap

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,9 @@ exports[`featuresPersistor should match snapshot 1`] = `
357357
"loginEngagement": {
358358
"hasSendEngagementScreenBeenDismissed": false,
359359
},
360+
"lollipopLambda": {
361+
"type": "idle",
362+
},
360363
"tempAarMandate": {
361364
"mandate": {
362365
"kind": "undefined",

0 commit comments

Comments
 (0)