Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Releases: cds-snc/covid-alert-app

Android v1.0.2 (67)

28 Jul 23:39
3359421
Compare
Choose a tag to compare
Merge pull request #937 from cds-snc/feature/remove-console

Remove direct access to `console` commands.

iOS v1.0.2 (66)

27 Jul 23:57
5a18e59
Compare
Choose a tag to compare
  • Patch async-storage with NSURLIsExcludedFromBackupKey [Merge pull request #918 from cds-snc/feature/async-storage-patch-exclude-icloud]
  • Updated content on error screen iOS 14 beta users will see [Merge pull request #922 from cds-snc/feature/ios-14-content]
  • react-native-safe-area-context package update [Merge pull request #914 from cds-snc/bump-react-native-screens]
  • Fix home screen content scrolling [Merge pull request #912 from cds-snc/hotfix/home-screen]
  • Updated Markdown files (#889) [Merge pull request #901 from cds-snc/readme-update]

Android v1.0.2 (66)

28 Jul 00:04
5a18e59
Compare
Choose a tag to compare
Merge pull request #918 from cds-snc/feature/async-storage-patch-excl…

…ude-icloud

Patch `async-storage` with `NSURLIsExcludedFromBackupKey`

iOS v1.0.2 (65)

24 Jul 22:19
5db3ed3
Compare
Choose a tag to compare
Merge pull request #899 from cds-snc/issue/890/VirtualizedList

Fix VirtualizedList issue

android v1.0.1 (65)

24 Jul 20:52
5db3ed3
Compare
Choose a tag to compare
  • Fix VirtualizedList issue [Merge pull request #899 from cds-snc/issue/890/VirtualizedList]
  • Revert PR #852 [Merge pull request #898 from cds-snc/revert_borders]
  • Add a 1 second delay to displaying the homescreen content [Merge pull request #895 from cds-snc/feature/fade-animation]
  • [Merge branch 'master' into feature/fade-animation]
  • Fix the flash due to changing system status [Merge pull request #894 from cds-snc/feature/homescreen-flash-2]
  • Display the offline screen whenever the network is not connected [Merge pull request #877 from cds-snc/issue/876/offline-android]
  • Handle error code 10 on Android [Merge pull request #864 from cds-snc/issue/593/error-code-10]
  • Updated copy for French FrameworkUnavailableView [Merge pull request #887 from cds-snc/issue/framework-unavailable-view]
  • Adding borders around interactable boundaries [Merge pull request #852 from cds-snc/issue/842/borders-for-contrast]
  • [merged in master]
  • Force NSURLSession to not cache anything. [Merge pull request #859 from cds-snc/feature/440-ios-cache-control]
  • Add noStore cacheControl to the diagnosisKeysFile download. [Merge pull request #858 from cds-snc/feature/441-android-cache-control]
  • Reject promise when attempting to access ENManager without authorization. [Merge pull request #866 from cds-snc/feature/593-ios-enmanager-authorized-status]
  • Changed accessibilityLabel to accessibiltyHint for CodeInput [Merge pull request #847 from cds-snc/issue/843/content-description]
  • Add "Something went wrong" screens [Merge pull request #884 from cds-snc/feature/something-wrong-screens]
  • Change react-native package for better secure storage. [Merge pull request #853 from cds-snc/feature/change-secure-storage]
  • Add a check to prevent the offline panel from being shown to diagnosed users [Merge pull request #886 from cds-snc/issue/885/switch-priority]
  • Attempt to check Google Play Services [Merge pull request #873 from cds-snc/issue/872/google-play-services-unavailable]
  • issue 794 added Canada logo alt text [Merge pull request #871 from cds-snc/A11y/798/Canada-Alt-text]
  • Fix bug where iOS system status was not updating quickly enough [Merge pull request #860 from cds-snc/issue/857/en-framework-status]
  • Add email address to privacy policy [Merge pull request #870 from cds-snc/privacy-statement-2020-07-23]
  • minor text change in onboarding [Merge pull request #867 from cds-snc/katewilhelm-patch-7]
  • minor FR edits [Merge pull request #869 from cds-snc/fr-update]
  • Remove extra space in en.json HowItWorks.Body3 [Merge pull request #865 from dotLou/master]
  • [Merge pull request #1 from dotLou/dotLou-patch-1]
  • [Merge branch 'issue/842/borders-for-contrast' of github.com:cds-snc/covid-shield-mobile into issue/842/borders-for-contrast]
  • [Merge branch 'master' of github.com:cds-snc/covid-shield-mobile into issue/842/borders-for-contrast]
  • Fix potential null dereference in iOS code [Merge pull request #851 from pisajew/feature/789]
  • [Merge branch 'master' of github.com:cds-snc/covid-shield-mobile into issue/842/borders-for-contrast]
  • [Merge branch 'master' of github.com:cds-snc/covid-shield-mobile into issue/842/borders-for-contrast]

iOS v1.0.1 (64)

22 Jul 22:27
18d5e89
Compare
Choose a tag to compare
  • Minor change to privacy policy [Merge pull request #849 from cds-snc/katewilhelm-patch-7]
  • Fix notification channel naming [Merge pull request #850 from cds-snc/issue/836/notification-channel]
  • Fix accessibility [Merge pull request #834 from cds-snc/issue/689/a11y]
  • Updated react-navigation and related packages [Merge pull request #841 from arrygoo/issue/445/memory-leak]

iOS v1.0.1 (63)

22 Jul 16:36
7b31977
Compare
Choose a tag to compare
  • Adding bulletpoint accessible functionality [Merge pull request #814 from cds-snc/a11y-bulletList-update]
  • Fix issue cannot read property matchedKeyCount of null in getPendingExposureSummary [Merge pull request #833 from cds-snc/hotfix/exposure-notification-android]

iOS v1.0.1 (62)

22 Jul 03:56
385f66b
Compare
Choose a tag to compare
  • Content fix - switch 8 digit code language [Merge pull request #832 from cds-snc/patch/content-fix]

Android v1.0.1 (64)

22 Jul 22:31
18d5e89
Compare
Choose a tag to compare
Merge pull request #849 from cds-snc/katewilhelm-patch-7

Minor change to privacy policy

Android v1.0.1 (63)

22 Jul 16:41
7b31977
Compare
Choose a tag to compare
Set CodeInput maxLength to 12 (#840)

* Set maxLength to 12, and minimum 10 for CodeInput

* use less than 10