diff --git a/CHANGELOG.md b/CHANGELOG.md index 4923795f243..0b01fbf57b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,38 @@ 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.44.0-rc.2](https://github.com/pagopa/io-app/compare/2.44.0-rc.0...2.44.0-rc.2) (2023-10-17) + + +### Features + +* [[IOCOM-610](https://pagopa.atlassian.net/browse/IOCOM-610)] Add the new `ModuleAttachment` component ([#5101](https://github.com/pagopa/io-app/issues/5101)) ([3606446](https://github.com/pagopa/io-app/commit/36064464eb4e7de1e22e8349fd1cef6a9d13ef67)) + + +### Bug Fixes + +* [[IABT-1494](https://pagopa.atlassian.net/browse/IABT-1494)] Fix camera not working on Android devices ([#5105](https://github.com/pagopa/io-app/issues/5105)) ([0b7a683](https://github.com/pagopa/io-app/commit/0b7a68368d1c9c24fd80189a55c83f93239d4e04)) +* [[IOBP-243](https://pagopa.atlassian.net/browse/IOBP-243)] Fix `TransactionList` a11y ([#5128](https://github.com/pagopa/io-app/issues/5128)) ([6fc0866](https://github.com/pagopa/io-app/commit/6fc0866032935af9389eee3b081d78b0a9bdf508)) +* [IOBP-290 , IOBP-289] Voiceover fixes in BarcodeScanScreen ([#5120](https://github.com/pagopa/io-app/issues/5120)) ([10b0d10](https://github.com/pagopa/io-app/commit/10b0d102e7396432898fa7419f441df0bdfa7f6b)) +* [[IOBP-296](https://pagopa.atlassian.net/browse/IOBP-296)] A11y reading acronyms in idpay code onboarding screen ([#5127](https://github.com/pagopa/io-app/issues/5127)) ([a695707](https://github.com/pagopa/io-app/commit/a6957075ee458f7eedee6fa19208609cbd99aebd)) +* [[IOBP-330](https://pagopa.atlassian.net/browse/IOBP-330)] Fix manual input modal in Barcode Scan screen ([#5106](https://github.com/pagopa/io-app/issues/5106)) ([48d40c7](https://github.com/pagopa/io-app/commit/48d40c766bdb117b03271f26d6f24d9bbe7b21fd)), closes [1#diff-12570b34029e534a64b24f1cb81383d99557273c4b2f34ad4ced82685fa017f6](https://github.com/pagopa/1/issues/diff-12570b34029e534a64b24f1cb81383d99557273c4b2f34ad4ced82685fa017f6) +* [[IOBP-331](https://pagopa.atlassian.net/browse/IOBP-331)] Remove torch button in Barcode Scan screen if camera permission is not granted ([#5107](https://github.com/pagopa/io-app/issues/5107)) ([c683b66](https://github.com/pagopa/io-app/commit/c683b66f2ebc765bb8e6f9133ed91f7e41e73de8)), closes [1#diff-1e4e400edd0a8debdd16a6c728d260d849b977083ea5aa108a5ba43ce25ac4c2](https://github.com/pagopa/1/issues/diff-1e4e400edd0a8debdd16a6c728d260d849b977083ea5aa108a5ba43ce25ac4c2) +* [[IOCOM-611](https://pagopa.atlassian.net/browse/IOCOM-611)] Fix properties on `OPEN_MESSAGE` mixpanel event ([#5104](https://github.com/pagopa/io-app/issues/5104)) ([eb6d343](https://github.com/pagopa/io-app/commit/eb6d3436143f93fdc2df0e8149833d75420a6446)) +* [[IOCOM-622](https://pagopa.atlassian.net/browse/IOCOM-622)] Fix padding around the `StatusContent` component on Android ([#5125](https://github.com/pagopa/io-app/issues/5125)) ([1b29c50](https://github.com/pagopa/io-app/commit/1b29c50ef174aee841a9eeda37410c01aab26526)) +* removes the require loop on navigators definition ([#5110](https://github.com/pagopa/io-app/issues/5110)) ([1cee8ce](https://github.com/pagopa/io-app/commit/1cee8cea662817a90799611b9d2a39844b51bafc)) + + +### Chores + +* [[IOAPPFD0-167](https://pagopa.atlassian.net/browse/IOAPPFD0-167)] Add the new `LogoPaymentCard` component to the Design System ([#5077](https://github.com/pagopa/io-app/issues/5077)) ([b1e0585](https://github.com/pagopa/io-app/commit/b1e058522a6095cc423c5a0fbd4ddacbfc393559)) +* [[IOAPPFD0-170](https://pagopa.atlassian.net/browse/IOAPPFD0-170)] Run `remove_unused_locales` script ([#5074](https://github.com/pagopa/io-app/issues/5074)) ([84ddbdf](https://github.com/pagopa/io-app/commit/84ddbdf3ae9d32232aba8bee0aee5c497154364e)) +* [[IOAPPFD0-171](https://pagopa.atlassian.net/browse/IOAPPFD0-171)] Add the new `LoadingSpinner` to the Design System ([#5100](https://github.com/pagopa/io-app/issues/5100)) ([dc54b29](https://github.com/pagopa/io-app/commit/dc54b29087ea8e0850e8fb3dfc749c45343ecd9b)) +* [[IOAPPFD0-172](https://pagopa.atlassian.net/browse/IOAPPFD0-172)] Add `loading` state to the `ButtonSolid` component ([#5102](https://github.com/pagopa/io-app/issues/5102)) ([3b28745](https://github.com/pagopa/io-app/commit/3b28745abdc3c7c7221777e10190457487b4833f)) +* [[IOAPPFD0-174](https://pagopa.atlassian.net/browse/IOAPPFD0-174)] Add the new `LoadingIndicator` component ([#5111](https://github.com/pagopa/io-app/issues/5111)) ([af80467](https://github.com/pagopa/io-app/commit/af804676e364541ebed0c34b054f76dc2a40cb55)) +* [[IOBP-282](https://pagopa.atlassian.net/browse/IOBP-282),[IOBP-287](https://pagopa.atlassian.net/browse/IOBP-287),[IOBP-303](https://pagopa.atlassian.net/browse/IOBP-303)] Restyling transaction summary screen ([#5069](https://github.com/pagopa/io-app/issues/5069)) ([32ccb48](https://github.com/pagopa/io-app/commit/32ccb484951a218cfab908e264fa5222a872c2b3)) +* [[IOBP-333](https://pagopa.atlassian.net/browse/IOBP-333)] Add sorting for pagoPA payment notices to barcodes choice screen ([#5108](https://github.com/pagopa/io-app/issues/5108)) ([7633bb0](https://github.com/pagopa/io-app/commit/7633bb0581cacabf0a62800df7952393fe032a84)), closes [1#diff-df9889d94972386628b359910ce7aa1909a30d8a8d95b7931cf68fdc46499483](https://github.com/pagopa/1/issues/diff-df9889d94972386628b359910ce7aa1909a30d8a8d95b7931cf68fdc46499483) +* [[IOPID-999](https://pagopa.atlassian.net/browse/IOPID-999)] Enable FL in production ([#5118](https://github.com/pagopa/io-app/issues/5118)) ([7684fdf](https://github.com/pagopa/io-app/commit/7684fdfc561b298e37705afa5df6a7e9051ec278)) + ## [2.44.0-rc.1](https://github.com/pagopa/io-app/compare/2.44.0-rc.0...2.44.0-rc.1) (2023-10-16) diff --git a/android/app/build.gradle b/android/app/build.gradle index 28337da5e24..11859affd5e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -144,8 +144,8 @@ android { applicationId "it.pagopa.io.app" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 100154760 - versionName "2.44.0.1" + versionCode 100154761 + versionName "2.44.0.2" buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString() if (isNewArchitectureEnabled()) { // We configure the NDK build only if you decide to opt-in for the New Architecture. diff --git a/ios/ItaliaApp.xcodeproj/project.pbxproj b/ios/ItaliaApp.xcodeproj/project.pbxproj index a34ced16c80..855fa9713b4 100644 --- a/ios/ItaliaApp.xcodeproj/project.pbxproj +++ b/ios/ItaliaApp.xcodeproj/project.pbxproj @@ -795,7 +795,7 @@ CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements; CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = M2X5YQ4BJ7; ENABLE_BITCODE = NO; @@ -836,7 +836,7 @@ CODE_SIGN_ENTITLEMENTS = ItaliaApp/ItaliaApp.entitlements; CODE_SIGN_IDENTITY = "iPhone Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 2; DEAD_CODE_STRIPPING = YES; DEVELOPMENT_TEAM = M2X5YQ4BJ7; ENABLE_BITCODE = NO; diff --git a/ios/ItaliaApp/Info.plist b/ios/ItaliaApp/Info.plist index 8eca27c0b8c..d7b4958067b 100644 --- a/ios/ItaliaApp/Info.plist +++ b/ios/ItaliaApp/Info.plist @@ -34,7 +34,7 @@ CFBundleVersion - 1 + 2 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/ItaliaAppTests/Info.plist b/ios/ItaliaAppTests/Info.plist index aec809398f1..d56245d066f 100644 --- a/ios/ItaliaAppTests/Info.plist +++ b/ios/ItaliaAppTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1 + 2 \ No newline at end of file diff --git a/package.json b/package.json index 561dd482bc6..11acef6d0c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "italia-app", - "version": "2.44.0-rc.1", + "version": "2.44.0-rc.2", "io_backend_api": "https://raw.githubusercontent.com/pagopa/io-backend/v13.10.1-RELEASE/api_backend.yaml", "io_public_api": "https://raw.githubusercontent.com/pagopa/io-backend/v13.10.1-RELEASE/api_public.yaml", "io_content_specs": "https://raw.githubusercontent.com/pagopa/io-services-metadata/1.0.28/definitions.yml", diff --git a/publiccode.yml b/publiccode.yml index 0d306978df2..cad43463872 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -5,11 +5,11 @@ publiccodeYmlVersion: '0.2' name: IO logo: "img/app-logo.svg" -releaseDate: '2023-10-16' +releaseDate: '2023-10-17' url: 'https://github.com/pagopa/io-app' applicationSuite: IO landingURL: 'https://io.italia.it/' -softwareVersion: 2.44.0-rc.1 +softwareVersion: 2.44.0-rc.2 developmentStatus: beta softwareType: standalone/mobile roadmap: 'https://io.italia.it/'