Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [IOCOM-1897] Remove Green Pass #6427

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
affbc54
WiP
Vangaorth Nov 18, 2024
d48fd17
WiP
Vangaorth Nov 19, 2024
b68f224
WiP
Vangaorth Nov 19, 2024
131cf78
WiP
Vangaorth Nov 19, 2024
c1bd9c2
Removes react-native-view-shot
Vangaorth Nov 19, 2024
8685e30
Removes @react-native-camera-roll/camera-roll
Vangaorth Nov 19, 2024
233ac98
Locales removed
Vangaorth Nov 19, 2024
9c803f9
Proper screen with tests
Vangaorth Nov 19, 2024
5440e2e
Merge branch 'master' into IOCOM-1897
Vangaorth Nov 19, 2024
e397df5
Removed e2e test reference
Vangaorth Nov 19, 2024
5d5281b
No animation
Vangaorth Nov 19, 2024
aaf7482
Restore cocoapods version
Vangaorth Nov 19, 2024
6cd9fd7
Remove safe unused assets from `DSLegacyPictograms`
dmnplb Nov 20, 2024
a66aee0
Refactor legacy screen to completely remove `DSLegacyPictograms`
dmnplb Nov 20, 2024
b27adb6
Merge branch 'master' into IOCOM-1897
dmnplb Nov 20, 2024
13a68c5
Merge branch 'master' into IOCOM-1897
dmnplb Nov 20, 2024
b478aa8
Merge branch 'master' into IOCOM-1897
Vangaorth Nov 20, 2024
b14ca3f
Merge branch 'master' into IOCOM-1897
Vangaorth Nov 20, 2024
83bd607
Merge branch 'master' into IOCOM-1897
Vangaorth Nov 21, 2024
012bbfb
Merge branch 'master' into IOCOM-1897
Vangaorth Nov 21, 2024
55842ab
Merge branch 'master' into IOCOM-1897
forrest57 Nov 21, 2024
910f95e
Merge branch 'master' into IOCOM-1897
dmnplb Nov 21, 2024
f7338c3
Merge branch 'master' into IOCOM-1897
Vangaorth Nov 25, 2024
1ccbbb0
Merge branch 'master' into IOCOM-1897
Vangaorth Nov 26, 2024
65ed2e3
Merge branch 'master' into IOCOM-1897
dmnplb Nov 26, 2024
cc753e3
Merge branch 'master' into IOCOM-1897
Vangaorth Nov 26, 2024
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
2 changes: 0 additions & 2 deletions .env.local
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ PLAYGROUNDS_ENABLED=YES
BONUS_API_URL_PREFIX='http://127.0.0.1:3000/bonus'
BONUS_API_SIT_BASEURL='https://api-io.dev.cstar.pagopa.it'
BONUS_API_UAT_BASEURL='https://api-io.uat.cstar.pagopa.it'
# EU Covid Certificate
EU_COVID_CERT_ENABLED=YES
# Zendesk configuration
ZENDESK_ENABLED=YES
# CGN new merchants features
Expand Down
2 changes: 0 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ PLAYGROUNDS_ENABLED=YES
BONUS_API_URL_PREFIX=https://api-io.cstar.pagopa.it
BONUS_API_SIT_BASEURL='https://api-io.dev.cstar.pagopa.it'
BONUS_API_UAT_BASEURL='https://api-io.uat.cstar.pagopa.it'
# EU Covid Certificate
EU_COVID_CERT_ENABLED=YES
# Zendesk configuration
ZENDESK_ENABLED=YES
# CGN new merchants features
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ jobs:
name: "cgn_e2e"
- test: "ts/features/messages/__e2e__/"
name: "messages_e2e"
- test: "ts/features/euCovidCert/__e2e__/"
name: "eucovidcert_e2e"
- test: "ts/features/wallet/onboarding/__e2e__/"
name: "wallet_onboarding_e2e"
steps:
Expand Down
4 changes: 0 additions & 4 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
<uses-permission android:name="android.permission.READ_CALENDAR" />
<uses-permission android:name="android.permission.WRITE_CALENDAR" />

<!-- Required by @react-native-camera-roll/camera-roll -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

<!-- Required by react-native-vision-camera -->
<uses-permission android:name="android.permission.CAMERA" />

Expand Down
2 changes: 0 additions & 2 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ include ':react-native-reanimated'
project(':react-native-reanimated').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-reanimated/android')
include ':@react-native-community_cookies'
project(':@react-native-community_cookies').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-community/cookies/android')
include ':react-native-view-shot'
project(':react-native-view-shot').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-view-shot/android')
include ':jail-monkey'
project(':jail-monkey').projectDir = new File(rootProject.projectDir, '../node_modules/jail-monkey/android')
include ':react-native-linear-gradient'
Expand Down
Loading
Loading