Skip to content

Commit

Permalink
Merge pull request #499 from rokwire/hotfix/v2.9.6+906
Browse files Browse the repository at this point in the history
Hotfix/v2.9.6+906
  • Loading branch information
sandeep-ps authored Jan 22, 2021
2 parents ab92866 + 5ec551b commit 6624099
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 78 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [2.9.6] - 2021-1-22
### Fixed
- Updated Onboarding Disclosure Panel text. [#497](https://github.com/rokwire/safer-illinois-app/issues/497)

## [2.9.5] - 2021-1-20
### Changed
- Sync health.rules.json with latest 2.9 content on production
Expand Down
22 changes: 8 additions & 14 deletions assets/strings.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,29 +411,23 @@

"panel.health.onboarding.covid19.disclosure.label.title": "Information Usage Disclosure",
"panel.health.onboarding.covid19.disclosure.label.description1": "The Safer Illinois app uses:",
"panel.health.onboarding.covid19.disclosure.label.content1": "1. GPS to provide the user interactive maps and outdoor geofenced notifications to find test locations.",
"panel.health.onboarding.covid19.disclosure.label.content2": "2. SSID/BSSID (WiFi) to provide geofenced notifications to indoor test locations where GPS does not work.",
"panel.health.onboarding.covid19.disclosure.label.content3": "3. Bluetooth to enable opt in exposure notifications of close contact with individuals that test positive for COVID-19.",
"panel.health.onboarding.covid19.disclosure.label.content4": "4. Photos to allow a user to import their personal encryption key (QR code) in to the app and to allow reporting of a test result from a non UIUC testing center.",
"panel.health.onboarding.covid19.disclosure.label.content5": "5. Videos to allow a user to import their personal encryption key (QR code) in to the app and to allow reporting of a test result from a non UIUC testing center.",
"panel.health.onboarding.covid19.disclosure.label.content6": "6. Files (external storage read and write) to allow a user to import their personal encryption key (QR code) in to the app and to allow reporting of a test result from a non UIUC testing center.",
"panel.health.onboarding.covid19.disclosure.label.content7": "7. Location services on your device must be turned on to activate the Bluetooth low energy technology necessary for the exposure notification function of the Application. However, the Application does not access, collect, or store any location data, including GPS data. If location services on your device are turned off, the Application will perform the limited functions of storing and providing information about COVID-19 test results, any voluntarily reported symptoms, and building access status.",
"panel.health.onboarding.covid19.disclosure.label.content1": "1. Bluetooth to enable opt-in exposure notifications of close contact with individuals that test positive for COVID-19.",
"panel.health.onboarding.covid19.disclosure.label.content2": "2. Photos to allow a user to import their personal encryption key (QR code) into the app.",
"panel.health.onboarding.covid19.disclosure.label.content3": "3. Videos to allow a user to import their personal encryption key (QR code) into the app.",
"panel.health.onboarding.covid19.disclosure.label.content4": "4. Files (external storage read and write) to allow a user to import their personal encryption key (QR code) into the app.",
"panel.health.onboarding.covid19.disclosure.label.content5": "5. Location services on your device must be turned on to activate the Bluetooth low energy technology necessary for the exposure notification function of the Application. However, the Application does not access, collect, or store any location data, including GPS data. If location services on your device are turned off, the Application will perform the limited functions of storing and providing information about COVID-19 test results, any voluntarily reported symptoms, and building access status.",
"panel.health.onboarding.covid19.disclosure.label.description2": "YOUR INFORMATION AND HOW WE USE IT",
"panel.health.onboarding.covid19.disclosure.label.description3": "Information we need to provide you a COVID-19 Test",
"panel.health.onboarding.covid19.disclosure.label.content8": "Name, University identifier, Birth date, Phone number, Address, Sex, Race, and Ethnicity. This information is reported to public health and your University.",
"panel.health.onboarding.covid19.disclosure.label.description3": "Information we need to provide you COVID-19 test results",
"panel.health.onboarding.covid19.disclosure.label.content8": "Name, email address, University ID number (UIN), phone number, and student registration information",
"panel.health.onboarding.covid19.disclosure.label.description4": "Symptoms",
"panel.health.onboarding.covid19.disclosure.label.content9": "Your COVID-19 Symptoms are reported as anonymous data. ",
"panel.health.onboarding.covid19.disclosure.label.content9": "Your COVID-19 Symptoms are reported as anonymous data.",
"panel.health.onboarding.covid19.disclosure.label.description5": "COVID-19 Medical History",
"panel.health.onboarding.covid19.disclosure.label.content10": "Events such as test results, symptom reports, being placed in isolation/quarantine are maintained on record but encrypted so your details are private.",
"panel.health.onboarding.covid19.disclosure.label.description6": "Private Encryption Key Management to protect your health information",
"panel.health.onboarding.covid19.disclosure.label.content11": "Your health history, status, and test results are encrypted on our servers and only you can view them. The following permissions are used to save and restore your secret QR code in your photo library:",
"panel.health.onboarding.covid19.disclosure.label.content12": " - CAMERA",
"panel.health.onboarding.covid19.disclosure.label.content13": " - WRITE_EXTERNAL_STORAGE",
"panel.health.onboarding.covid19.disclosure.label.content14": " - READ_EXTERNAL_STORAGE",
"panel.health.onboarding.covid19.disclosure.label.description7": "Assistance navigating to a COVID-19 test site",
"panel.health.onboarding.covid19.disclosure.label.content15": "To assist you in finding a test site on campus, we provide maps for directions and geolocation based notifications when you approach your test site. WiFi and the following permissions are used to enable this:",
"panel.health.onboarding.covid19.disclosure.label.content16": " - LOCATION",
"panel.health.onboarding.covid19.disclosure.label.content17": " - ACCESS_WIFI_STATE",
"panel.health.onboarding.covid19.disclosure.label.description8": "Opt-in exposure notification participation",
"panel.health.onboarding.covid19.disclosure.label.content18": "Your phone transmits and receives anonymous identifying numbers via Bluetooth. This identifier is stored on any phones that come close to you. If someone tests positive for COVID-19, their phone tells our servers the anonymous numbers they have sent for the last 14 days. Your phone will check if you were near that infected users' phone long enough to warrant an exposure notification. This is all done anonymously. Your location is never tracked or stored on our servers. The following permissions are used to enable this:",
"panel.health.onboarding.covid19.disclosure.label.content19": " - BLUETOOTH",
Expand Down
22 changes: 8 additions & 14 deletions assets/strings.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -410,29 +410,23 @@

"panel.health.onboarding.covid19.disclosure.label.title": "Information Usage Disclosure",
"panel.health.onboarding.covid19.disclosure.label.description1": "The Safer Illinois app uses:",
"panel.health.onboarding.covid19.disclosure.label.content1": "1. GPS to provide the user interactive maps and outdoor geofenced notifications to find test locations.",
"panel.health.onboarding.covid19.disclosure.label.content2": "2. SSID/BSSID (WiFi) to provide geofenced notifications to indoor test locations where GPS does not work.",
"panel.health.onboarding.covid19.disclosure.label.content3": "3. Bluetooth to enable opt in exposure notifications of close contact with individuals that test positive for COVID-19.",
"panel.health.onboarding.covid19.disclosure.label.content4": "4. Photos to allow a user to import their personal encryption key (QR code) in to the app and to allow reporting of a test result from a non UIUC testing center.",
"panel.health.onboarding.covid19.disclosure.label.content5": "5. Videos to allow a user to import their personal encryption key (QR code) in to the app and to allow reporting of a test result from a non UIUC testing center.",
"panel.health.onboarding.covid19.disclosure.label.content6": "6. Files (external storage read and write) to allow a user to import their personal encryption key (QR code) in to the app and to allow reporting of a test result from a non UIUC testing center.",
"panel.health.onboarding.covid19.disclosure.label.content7": "7. Location services on your device must be turned on to activate the Bluetooth low energy technology necessary for the exposure notification function of the Application. However, the Application does not access, collect, or store any location data, including GPS data. If location services on your device are turned off, the Application will perform the limited functions of storing and providing information about COVID-19 test results, any voluntarily reported symptoms, and building access status.",
"panel.health.onboarding.covid19.disclosure.label.content1": "1. Bluetooth to enable opt-in exposure notifications of close contact with individuals that test positive for COVID-19.",
"panel.health.onboarding.covid19.disclosure.label.content2": "2. Photos to allow a user to import their personal encryption key (QR code) into the app.",
"panel.health.onboarding.covid19.disclosure.label.content3": "3. Videos to allow a user to import their personal encryption key (QR code) into the app.",
"panel.health.onboarding.covid19.disclosure.label.content4": "4. Files (external storage read and write) to allow a user to import their personal encryption key (QR code) into the app.",
"panel.health.onboarding.covid19.disclosure.label.content5": "5. Location services on your device must be turned on to activate the Bluetooth low energy technology necessary for the exposure notification function of the Application. However, the Application does not access, collect, or store any location data, including GPS data. If location services on your device are turned off, the Application will perform the limited functions of storing and providing information about COVID-19 test results, any voluntarily reported symptoms, and building access status.",
"panel.health.onboarding.covid19.disclosure.label.description2": "YOUR INFORMATION AND HOW WE USE IT",
"panel.health.onboarding.covid19.disclosure.label.description3": "Information we need to provide you a COVID-19 Test",
"panel.health.onboarding.covid19.disclosure.label.content8": "Name, University identifier, Birth date, Phone number, Address, Sex, Race, and Ethnicity. This information is reported to public health and your University.",
"panel.health.onboarding.covid19.disclosure.label.description3": "Information we need to provide you COVID-19 test results",
"panel.health.onboarding.covid19.disclosure.label.content8": "Name, email address, University ID number (UIN), phone number, and student registration information",
"panel.health.onboarding.covid19.disclosure.label.description4": "Symptoms",
"panel.health.onboarding.covid19.disclosure.label.content9": "Your COVID-19 Symptoms are reported as anonymous data. ",
"panel.health.onboarding.covid19.disclosure.label.content9": "Your COVID-19 Symptoms are reported as anonymous data.",
"panel.health.onboarding.covid19.disclosure.label.description5": "COVID-19 Medical History",
"panel.health.onboarding.covid19.disclosure.label.content10": "Events such as test results, symptom reports, being placed in isolation/quarantine are maintained on record but encrypted so your details are private.",
"panel.health.onboarding.covid19.disclosure.label.description6": "Private Encryption Key Management to protect your health information",
"panel.health.onboarding.covid19.disclosure.label.content11": "Your health history, status, and test results are encrypted on our servers and only you can view them. The following permissions are used to save and restore your secret QR code in your photo library:",
"panel.health.onboarding.covid19.disclosure.label.content12": " - CAMERA",
"panel.health.onboarding.covid19.disclosure.label.content13": " - WRITE_EXTERNAL_STORAGE",
"panel.health.onboarding.covid19.disclosure.label.content14": " - READ_EXTERNAL_STORAGE",
"panel.health.onboarding.covid19.disclosure.label.description7": "Assistance navigating to a COVID-19 test site",
"panel.health.onboarding.covid19.disclosure.label.content15": "To assist you in finding a test site on campus, we provide maps for directions and geolocation based notifications when you approach your test site. WiFi and the following permissions are used to enable this:",
"panel.health.onboarding.covid19.disclosure.label.content16": " - LOCATION",
"panel.health.onboarding.covid19.disclosure.label.content17": " - ACCESS_WIFI_STATE",
"panel.health.onboarding.covid19.disclosure.label.description8": "Opt-in exposure notification participation",
"panel.health.onboarding.covid19.disclosure.label.content18": "Your phone transmits and receives anonymous identifying numbers via Bluetooth. This identifier is stored on any phones that come close to you. If someone tests positive for COVID-19, their phone tells our servers the anonymous numbers they have sent for the last 14 days. Your phone will check if you were near that infected users' phone long enough to warrant an exposure notification. This is all done anonymously. Your location is never tracked or stored on our servers. The following permissions are used to enable this:",
"panel.health.onboarding.covid19.disclosure.label.content19": " - BLUETOOTH",
Expand Down
22 changes: 8 additions & 14 deletions assets/strings.zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -410,29 +410,23 @@

"panel.health.onboarding.covid19.disclosure.label.title": "Information Usage Disclosure",
"panel.health.onboarding.covid19.disclosure.label.description1": "The Safer Illinois app uses:",
"panel.health.onboarding.covid19.disclosure.label.content1": "1. GPS to provide the user interactive maps and outdoor geofenced notifications to find test locations.",
"panel.health.onboarding.covid19.disclosure.label.content2": "2. SSID/BSSID (WiFi) to provide geofenced notifications to indoor test locations where GPS does not work.",
"panel.health.onboarding.covid19.disclosure.label.content3": "3. Bluetooth to enable opt in exposure notifications of close contact with individuals that test positive for COVID-19.",
"panel.health.onboarding.covid19.disclosure.label.content4": "4. Photos to allow a user to import their personal encryption key (QR code) in to the app and to allow reporting of a test result from a non UIUC testing center.",
"panel.health.onboarding.covid19.disclosure.label.content5": "5. Videos to allow a user to import their personal encryption key (QR code) in to the app and to allow reporting of a test result from a non UIUC testing center.",
"panel.health.onboarding.covid19.disclosure.label.content6": "6. Files (external storage read and write) to allow a user to import their personal encryption key (QR code) in to the app and to allow reporting of a test result from a non UIUC testing center.",
"panel.health.onboarding.covid19.disclosure.label.content7": "7. Location services on your device must be turned on to activate the Bluetooth low energy technology necessary for the exposure notification function of the Application. However, the Application does not access, collect, or store any location data, including GPS data. If location services on your device are turned off, the Application will perform the limited functions of storing and providing information about COVID-19 test results, any voluntarily reported symptoms, and building access status.",
"panel.health.onboarding.covid19.disclosure.label.content1": "1. Bluetooth to enable opt-in exposure notifications of close contact with individuals that test positive for COVID-19.",
"panel.health.onboarding.covid19.disclosure.label.content2": "2. Photos to allow a user to import their personal encryption key (QR code) into the app.",
"panel.health.onboarding.covid19.disclosure.label.content3": "3. Videos to allow a user to import their personal encryption key (QR code) into the app.",
"panel.health.onboarding.covid19.disclosure.label.content4": "4. Files (external storage read and write) to allow a user to import their personal encryption key (QR code) into the app.",
"panel.health.onboarding.covid19.disclosure.label.content5": "5. Location services on your device must be turned on to activate the Bluetooth low energy technology necessary for the exposure notification function of the Application. However, the Application does not access, collect, or store any location data, including GPS data. If location services on your device are turned off, the Application will perform the limited functions of storing and providing information about COVID-19 test results, any voluntarily reported symptoms, and building access status.",
"panel.health.onboarding.covid19.disclosure.label.description2": "YOUR INFORMATION AND HOW WE USE IT",
"panel.health.onboarding.covid19.disclosure.label.description3": "Information we need to provide you a COVID-19 Test",
"panel.health.onboarding.covid19.disclosure.label.content8": "Name, University identifier, Birth date, Phone number, Address, Sex, Race, and Ethnicity. This information is reported to public health and your University.",
"panel.health.onboarding.covid19.disclosure.label.description3": "Information we need to provide you COVID-19 test results",
"panel.health.onboarding.covid19.disclosure.label.content8": "Name, email address, University ID number (UIN), phone number, and student registration information",
"panel.health.onboarding.covid19.disclosure.label.description4": "Symptoms",
"panel.health.onboarding.covid19.disclosure.label.content9": "Your COVID-19 Symptoms are reported as anonymous data. ",
"panel.health.onboarding.covid19.disclosure.label.content9": "Your COVID-19 Symptoms are reported as anonymous data.",
"panel.health.onboarding.covid19.disclosure.label.description5": "COVID-19 Medical History",
"panel.health.onboarding.covid19.disclosure.label.content10": "Events such as test results, symptom reports, being placed in isolation/quarantine are maintained on record but encrypted so your details are private.",
"panel.health.onboarding.covid19.disclosure.label.description6": "Private Encryption Key Management to protect your health information",
"panel.health.onboarding.covid19.disclosure.label.content11": "Your health history, status, and test results are encrypted on our servers and only you can view them. The following permissions are used to save and restore your secret QR code in your photo library:",
"panel.health.onboarding.covid19.disclosure.label.content12": " - CAMERA",
"panel.health.onboarding.covid19.disclosure.label.content13": " - WRITE_EXTERNAL_STORAGE",
"panel.health.onboarding.covid19.disclosure.label.content14": " - READ_EXTERNAL_STORAGE",
"panel.health.onboarding.covid19.disclosure.label.description7": "Assistance navigating to a COVID-19 test site",
"panel.health.onboarding.covid19.disclosure.label.content15": "To assist you in finding a test site on campus, we provide maps for directions and geolocation based notifications when you approach your test site. WiFi and the following permissions are used to enable this:",
"panel.health.onboarding.covid19.disclosure.label.content16": " - LOCATION",
"panel.health.onboarding.covid19.disclosure.label.content17": " - ACCESS_WIFI_STATE",
"panel.health.onboarding.covid19.disclosure.label.description8": "Opt-in exposure notification participation",
"panel.health.onboarding.covid19.disclosure.label.content18": "Your phone transmits and receives anonymous identifying numbers via Bluetooth. This identifier is stored on any phones that come close to you. If someone tests positive for COVID-19, their phone tells our servers the anonymous numbers they have sent for the last 14 days. Your phone will check if you were near that infected users' phone long enough to warrant an exposure notification. This is all done anonymously. Your location is never tracked or stored on our servers. The following permissions are used to enable this:",
"panel.health.onboarding.covid19.disclosure.label.content19": " - BLUETOOTH",
Expand Down
Loading

0 comments on commit 6624099

Please sign in to comment.