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.2.8 (289)

21 Apr 18:56
42ae627
Compare
Choose a tag to compare
Initial setup - exposure history (#1513)

* initial setup

* add icon

iOS v1.2.8 (286)

20 Apr 20:42
0c8b14b
Compare
Choose a tag to compare
Feature/shared storage between react and kotlin (#1502)

* Added KeyValueStore (with secure and unsecure implementation)
* Added StorageService with associated StorageDirectory
* Added StorageModule to provide access to internal storage to React layer
* Plugged new StorageModule in KeyValueStore from React layer
* Adding "LastChecked" and "BackgroundCheck" to the Debug Metrics. (#1504)
* Adding "LastChecked" and "BackgroundCheck" to the Debug Metrics.
* Remove test key.
* Update `getCurrentDate` function to return Date in local time.

Co-authored-by: James Eberhardt <james.eberhardt@cds-snc.ca>

Android v1.2.8 (286)

20 Apr 20:17
0c8b14b
Compare
Choose a tag to compare
Feature/shared storage between react and kotlin (#1502)

* Added KeyValueStore (with secure and unsecure implementation)
* Added StorageService with associated StorageDirectory
* Added StorageModule to provide access to internal storage to React layer
* Plugged new StorageModule in KeyValueStore from React layer
* Adding "LastChecked" and "BackgroundCheck" to the Debug Metrics. (#1504)
* Adding "LastChecked" and "BackgroundCheck" to the Debug Metrics.
* Remove test key.
* Update `getCurrentDate` function to return Date in local time.

Co-authored-by: James Eberhardt <james.eberhardt@cds-snc.ca>

iOS v1.2.7 (281)

08 Apr 20:51
0720500
Compare
Choose a tag to compare
Update Info.plist file (#1487)

* update Info.plist file

Android v1.2.7 (281)

08 Apr 20:55
0720500
Compare
Choose a tag to compare
Update Info.plist file (#1487)

* update Info.plist file

Android v1.2.6 (278)

06 Apr 18:30
2cdab7f
Compare
Choose a tag to compare
Android-v1.2.6-278

downgrade package (#1480)

iOS v1.2.6 (275)

31 Mar 19:53
8accd41
Compare
Choose a tag to compare
Fix/metrics (#1476)

* Fixed Exposed metric not being published at the right place

* Fixed OtkEntered metric being published every time we upload new TEKs

Android v1.2.6 (275)

31 Mar 18:29
8accd41
Compare
Choose a tag to compare
Fix/metrics (#1476)

* Fixed Exposed metric not being published at the right place

* Fixed OtkEntered metric being published every time we upload new TEKs

iOS v1.2.5 (268)

29 Mar 20:19
b856cc3
Compare
Choose a tag to compare
Feature/native android metrics support (#1463)

* Introduced MetricsService (Kotlin side)

* Introduced DebugMetricsModule to allow react-native to use native MetricsService for debug purposes

* Added device unique identifier (generated on the ReactNative layer) to debug metrics payload. Only in DEBUG mode.

* Plugged new debug metrics in both Kotlin and React-Native layers

Android v1.2.5 (268)

29 Mar 17:56
b856cc3
Compare
Choose a tag to compare
Feature/native android metrics support (#1463)

* Introduced MetricsService (Kotlin side)

* Introduced DebugMetricsModule to allow react-native to use native MetricsService for debug purposes

* Added device unique identifier (generated on the ReactNative layer) to debug metrics payload. Only in DEBUG mode.

* Plugged new debug metrics in both Kotlin and React-Native layers