Skip to content

Commit

Permalink
chore(release): 2.63.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mastro993 committed Jun 19, 2024
1 parent 71b76b4 commit 59dfd15
Show file tree
Hide file tree
Showing 7 changed files with 182 additions and 156 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

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.

## [2.63.0-rc.0](https://github.com/pagopa/io-app/compare/2.62.0-rc.2...2.63.0-rc.0) (2024-06-19)


### Features

* [[IOBP-689](https://pagopa.atlassian.net/browse/IOBP-689),[IOBP-699](https://pagopa.atlassian.net/browse/IOBP-699)] Add new payment method management type handling ([#5860](https://github.com/pagopa/io-app/issues/5860)) ([3e3a79e](https://github.com/pagopa/io-app/commit/3e3a79ee0695ffb7344a8fc2a4b219f157e18586))
* [[IOCOM-832](https://pagopa.atlassian.net/browse/IOCOM-832)] Next message page loading ([#5854](https://github.com/pagopa/io-app/issues/5854)) ([77da2f2](https://github.com/pagopa/io-app/commit/77da2f2985e8bd536caf6811e2e4b65e5edbc79d))
* **IT Wallet:** [[SIW-1036](https://pagopa.atlassian.net/browse/SIW-1036)] Add eID detail screen ([#5801](https://github.com/pagopa/io-app/issues/5801)) ([f6e0e19](https://github.com/pagopa/io-app/commit/f6e0e19415494591a97255d7f810d9d142e3024c))
* [[IOBP-652](https://pagopa.atlassian.net/browse/IOBP-652)] Add biz events download PDF receipt ([#5797](https://github.com/pagopa/io-app/issues/5797)) ([257c7d5](https://github.com/pagopa/io-app/commit/257c7d5e83d183f165ff22441307dad66dc3db37))
* [[IOPID-1899](https://pagopa.atlassian.net/browse/IOPID-1899)] Upgrade DS lib to `1.39.0` ([#5858](https://github.com/pagopa/io-app/issues/5858)) ([e5de0d3](https://github.com/pagopa/io-app/commit/e5de0d310c767d096adee4e6bf5c64f1085b44b5))


### Bug Fixes

* [[IOPAE-1253](https://pagopa.atlassian.net/browse/IOPAE-1253)] Set `keepCancelVisible` prop to true on SearchInput ([#5863](https://github.com/pagopa/io-app/issues/5863)) ([9e382c2](https://github.com/pagopa/io-app/commit/9e382c2cc5e847b5c5979391b3bf8ef3b64c8031))


### Chores

* [[IOBP-695](https://pagopa.atlassian.net/browse/IOBP-695)] Add banner of service to payments home screen ([#5855](https://github.com/pagopa/io-app/issues/5855)) ([71b76b4](https://github.com/pagopa/io-app/commit/71b76b42fce69ce1f693421c2a5873ce88f73e60))
* **Cross:** [[IOAPPX-292](https://pagopa.atlassian.net/browse/IOAPPX-292)] Update iOS deployment version to `14.0` ([#5751](https://github.com/pagopa/io-app/issues/5751)) ([73e689f](https://github.com/pagopa/io-app/commit/73e689f8d49667d5427992b560a1344a1e22b104))
* [[IOCOM-1541](https://pagopa.atlassian.net/browse/IOCOM-1541)] Show push notification token in the profile section (dev mode on) ([#5874](https://github.com/pagopa/io-app/issues/5874)) ([50203de](https://github.com/pagopa/io-app/commit/50203de0a873dfba4e68eea73b820827177f4f50))
* **Cross:** [[IOAPPX-320](https://pagopa.atlassian.net/browse/IOAPPX-320)] Completely replace `TitilliumWeb` with `TitilliumSansPro` ([#5859](https://github.com/pagopa/io-app/issues/5859)) ([c97c2ef](https://github.com/pagopa/io-app/commit/c97c2effe41e115180ada39d683727eb4ef98e42))
* [[IOPID-1787](https://pagopa.atlassian.net/browse/IOPID-1787)] Add `TRACKING` Profile Property ([#5857](https://github.com/pagopa/io-app/issues/5857)) ([c0fe107](https://github.com/pagopa/io-app/commit/c0fe10726c91cc7a8e641352dd0cabbe2c9398c9))
* [[IOPID-1844](https://pagopa.atlassian.net/browse/IOPID-1844)] Edit preferences screen ([#5862](https://github.com/pagopa/io-app/issues/5862)) ([181a295](https://github.com/pagopa/io-app/commit/181a295571289995ba51116e7df74a8d58b034e1))

## [2.62.0-rc.2](https://github.com/pagopa/io-app/compare/2.62.0-rc.1...2.62.0-rc.2) (2024-06-12)


Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ android {
applicationId "it.pagopa.io.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 100154822
versionName "2.62.0.2"
versionCode 100154823
versionName "2.63.0.0"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
if (isNewArchitectureEnabled()) {
// We configure the CMake build only if you decide to opt-in for the New Architecture.
Expand Down
4 changes: 2 additions & 2 deletions ios/ItaliaApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -785,7 +785,7 @@
CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = M2X5YQ4BJ7;
ENABLE_BITCODE = NO;
Expand Down
294 changes: 147 additions & 147 deletions ios/ItaliaApp/Info.plist
Original file line number Diff line number Diff line change
@@ -1,150 +1,150 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>IO</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.62.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>ioit</string>
<key>CFBundleURLSchemes</key>
<array>
<string>ioit</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>2</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>http</string>
<string>https</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NFCReaderUsageDescription</key>
<string>NFC tag to read NDEF messages into the application</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<key>NSAppleMusicUsageDescription</key>
<string>The app needs NSAppleMusicUsageDescription permission</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>The app needs NSBluetoothAlwaysUsageDescription permission</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>The app needs NSBluetoothPeripheralUsageDescription permission</string>
<key>NSCalendarsUsageDescription</key>
<string>So that you’ll be able to add deadlines to your calendar and set a reminder.</string>
<key>NSCameraUsageDescription</key>
<string>You’ll be able to read QR codes and pay pagoPA notices.</string>
<key>NSContactsUsageDescription</key>
<string>IO needs access to your contacts to let you add them in calendar events</string>
<key>NSFaceIDUsageDescription</key>
<string>Enable Face ID for a faster identification.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>The app needs NSLocationAlwaysUsageDescription permission</string>
<key>NSLocationUsageDescription</key>
<string>The app needs NSLocationUsageDescription permission</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>The app needs NSLocationWhenInUseUsageDescription permission</string>
<key>NSMicrophoneUsageDescription</key>
<string>IO needs access to the microphone in case you want to leave a voice note</string>
<key>NSMotionUsageDescription</key>
<string>The app needs NSMotionUsageDescription permission</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>You will be able to save pictures from the app to your device.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>You’ll be able to save bonuses, certificates and upload screenshots or payment notices.</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>The app needs NSSpeechRecognitionUsageDescription permission</string>
<key>UIAppFonts</key>
<array>
<string>RobotoMono-Bold.ttf</string>
<string>RobotoMono-BoldItalic.ttf</string>
<string>RobotoMono-Light.ttf</string>
<string>RobotoMono-LightItalic.ttf</string>
<string>RobotoMono-Regular.ttf</string>
<string>RobotoMono-RegularItalic.ttf</string>
<string>ReadexPro-Regular.ttf</string>
<string>DMMono-Medium.ttf</string>
<string>TitilliumSansPro-Black.otf</string>
<string>TitilliumSansPro-Bold.otf</string>
<string>TitilliumSansPro-Light.otf</string>
<string>TitilliumSansPro-Regular.otf</string>
<string>TitilliumSansPro-Semibold.otf</string>
<string>TitilliumSansPro-Thin.otf</string>
<string>TitilliumSansPro-BlackItalic.otf</string>
<string>TitilliumSansPro-BoldItalic.otf</string>
<string>TitilliumSansPro-Italic.otf</string>
<string>TitilliumSansPro-LightItalic.otf</string>
<string>TitilliumSansPro-SemiboldItalic.otf</string>
<string>TitilliumSansPro-ThinItalic.otf</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
</array>
<key>UIFileSharingEnabled</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
<array>
<string>com.apple.developer.nfc.readersession.iso7816.select-identifiers</string>
<string>A0000000308000000009816001</string>
<string>A00000000039</string>
<string>A0000002471001</string>
<string>00000000000000</string>
</array>
<key>method</key>
<string>app-store</string>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict>
</plist>
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>IO</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.63.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>ioit</string>
<key>CFBundleURLSchemes</key>
<array>
<string>ioit</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>http</string>
<string>https</string>
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>LSSupportsOpeningDocumentsInPlace</key>
<true/>
<key>NFCReaderUsageDescription</key>
<string>NFC tag to read NDEF messages into the application</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<key>NSAppleMusicUsageDescription</key>
<string>The app needs NSAppleMusicUsageDescription permission</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>The app needs NSBluetoothAlwaysUsageDescription permission</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>The app needs NSBluetoothPeripheralUsageDescription permission</string>
<key>NSCalendarsUsageDescription</key>
<string>So that you’ll be able to add deadlines to your calendar and set a reminder.</string>
<key>NSCameraUsageDescription</key>
<string>You’ll be able to read QR codes and pay pagoPA notices.</string>
<key>NSContactsUsageDescription</key>
<string>IO needs access to your contacts to let you add them in calendar events</string>
<key>NSFaceIDUsageDescription</key>
<string>Enable Face ID for a faster identification.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>The app needs NSLocationAlwaysUsageDescription permission</string>
<key>NSLocationUsageDescription</key>
<string>The app needs NSLocationUsageDescription permission</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>The app needs NSLocationWhenInUseUsageDescription permission</string>
<key>NSMicrophoneUsageDescription</key>
<string>IO needs access to the microphone in case you want to leave a voice note</string>
<key>NSMotionUsageDescription</key>
<string>The app needs NSMotionUsageDescription permission</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>You will be able to save pictures from the app to your device.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>You’ll be able to save bonuses, certificates and upload screenshots or payment notices.</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>The app needs NSSpeechRecognitionUsageDescription permission</string>
<key>UIAppFonts</key>
<array>
<string>RobotoMono-Bold.ttf</string>
<string>RobotoMono-BoldItalic.ttf</string>
<string>RobotoMono-Light.ttf</string>
<string>RobotoMono-LightItalic.ttf</string>
<string>RobotoMono-Regular.ttf</string>
<string>RobotoMono-RegularItalic.ttf</string>
<string>ReadexPro-Regular.ttf</string>
<string>DMMono-Medium.ttf</string>
<string>TitilliumSansPro-Black.otf</string>
<string>TitilliumSansPro-Bold.otf</string>
<string>TitilliumSansPro-Light.otf</string>
<string>TitilliumSansPro-Regular.otf</string>
<string>TitilliumSansPro-Semibold.otf</string>
<string>TitilliumSansPro-Thin.otf</string>
<string>TitilliumSansPro-BlackItalic.otf</string>
<string>TitilliumSansPro-BoldItalic.otf</string>
<string>TitilliumSansPro-Italic.otf</string>
<string>TitilliumSansPro-LightItalic.otf</string>
<string>TitilliumSansPro-SemiboldItalic.otf</string>
<string>TitilliumSansPro-ThinItalic.otf</string>
</array>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
</array>
<key>UIFileSharingEnabled</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
<array>
<string>com.apple.developer.nfc.readersession.iso7816.select-identifiers</string>
<string>A0000000308000000009816001</string>
<string>A00000000039</string>
<string>A0000002471001</string>
<string>00000000000000</string>
</array>
<key>method</key>
<string>app-store</string>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions ios/ItaliaAppTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.62.0</string>
<string>2.63.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>0</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "italia-app",
"version": "2.62.0-rc.2",
"version": "2.63.0-rc.0",
"io_backend_api": "https://raw.githubusercontent.com/pagopa/io-backend/v13.39.1-RELEASE/api_backend.yaml",
"io_public_api": "https://raw.githubusercontent.com/pagopa/io-backend/v13.39.1-RELEASE/api_public.yaml",
"io_content_specs": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.33/definitions.yml",
Expand Down
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
publiccodeYmlVersion: '0.2'
name: IO
logo: "img/app-logo.svg"
releaseDate: '2024-06-12'
releaseDate: '2024-06-19'
url: 'https://github.com/pagopa/io-app'
applicationSuite: IO
landingURL: 'https://io.italia.it/'
softwareVersion: 2.62.0-rc.2
softwareVersion: 2.63.0-rc.0
developmentStatus: beta
softwareType: standalone/mobile
roadmap: 'https://io.italia.it/'
Expand Down

0 comments on commit 59dfd15

Please sign in to comment.