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

Commit

Permalink
Merge pull request #349 from corona-warn-app/development
Browse files Browse the repository at this point in the history
0.8.2 1435
  • Loading branch information
oemerb authored Jun 8, 2020
2 parents e6a89ba + 16f704a commit c07282d
Show file tree
Hide file tree
Showing 61 changed files with 2,057 additions and 1,155 deletions.
2 changes: 1 addition & 1 deletion TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Alternatively you can execute the tests by hitting ⌘U within Xcode.
### Rationale
In order to keep things simple we use [XCTest](https://developer.apple.com/documentation/xctest) as the basis for our tests. Tests are put into directories called `__tests__`. We want to have to tests as close as possible to the code they actually test.

Once things have stabilized we would like to split the *app target* up into multiple smaller frameworks. Each framework would then have it's own test target. By having multiple *local* `__tests__`-directories we accomentate this forseeing change to some extent today.
Once things have stabilized we would like to split the *app target* up into multiple smaller frameworks. Each framework would then have it's own test target. By having multiple *local* `__tests__`-directories we accomentate this foreseeing change to some extent today.

Having multiple local `__tests__`-directories also makes it easier to see where tests are still missing.

Expand Down
2 changes: 1 addition & 1 deletion cfg/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.2.1290
0.8.2.1435
312 changes: 273 additions & 39 deletions src/xcode/ENA/ENA.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
</CodeCoverageTargets>
<Testables>
<TestableReference
skipped = "NO">
skipped = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "85D7595E24570491008175F0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
buildConfiguration = "UITesting"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
Expand All @@ -41,7 +41,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "UITesting"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand Down
7 changes: 7 additions & 0 deletions src/xcode/ENA/ENA/Resources/HostWhitelist.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<string>svc90*.*.px.t-online.de</string>
</array>
</plist>
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@

"ExposureDetection_RefreshingIn" = "Aktualisierung in %02d:%02d Minuten";

"ExposureDetection_Refresh_24h" = "Aktualisierung alle 24 Stunden";

"ExposureDetection_LastRiskLevel" = "Letzte Risiko-Ermittlung: %@";

"ExposureDetection_OffText" = "Aktivieren Sie die Risiko-Ermittlung, um Ihre heutige Risiko-Einschätzung zu berechnen.";
Expand Down Expand Up @@ -87,6 +89,8 @@

"ExposureDetection_Explanation_Text_Off" = "Das Infektionsrisiko wird anhand der Daten der Risiko-Ermittlung unter Berücksichtigung von Abstand und Dauer lokal auf Ihrem Smartphone berechnet. Ihr Infektionsrisiko ist für niemanden einsehbar und wird nicht weitergegeben.";

"ExposureDetection_Explanation_Text_Outdated" = "Da Sie die Risiko-Ermittlung noch nicht lange genug aktiviert haben, konnten wir für Sie kein Infektionsrisiko berechnen.\n\nDas Infektionsrisiko wird anhand der Daten der Risiko- Ermittlung unter Berücksichtigung von Abstand und Dauer lokal auf Ihrem Smartphone berechnet. Ihr Infektionsrisiko ist für niemanden einsehbar und wird nicht weitergegeben.";

"ExposureDetection_Explanation_Text_Unknown" = "Da Sie die Risiko-Ermittlung noch nicht lange genug aktiviert haben, konnten wir für Sie kein Infektionsrisiko berechnen.\n\nDas Infektionsrisiko wird anhand der Daten der Risiko- Ermittlung unter Berücksichtigung von Abstand und Dauer lokal auf Ihrem Smartphone berechnet. Ihr Infektionsrisiko ist für niemanden einsehbar und wird nicht weitergegeben.";

"ExposureDetection_Explanation_Text_Low" = "Sie haben ein niedriges Infektionsrisiko, da keine Begegnung mit nachweislich Corona- positiv getesteten Personen aufgezeichnet wurde oder sich Ihre Begegnung auf kurze Zeit und einen größeren Abstand beschränkt hat.\n\nDas Infektionsrisiko wird anhand der Daten der Risiko-Ermittlung unter Berücksichtigung von Abstand und Dauer lokal auf Ihrem Smartphone berechnet. Ihr Infektionsrisiko ist für niemanden einsehbar und wird nicht weitergegeben.";
Expand Down Expand Up @@ -230,10 +234,14 @@

"ExposureSubmissionTanEntry_Info" = "Geben Sie bitte die Ihnen mitgeteilte TAN ein:";

"ExposureSubmissionTanEntry_Description" = "Die TAN ist 7-stellig und Groß- und Kleinschreibung muss beachtet werden.";
"ExposureSubmissionTanEntry_Description" = "Geben Sie bitte die 10 Stellen der TAN ein, die Ihnen mitgeteilt wurde.";

"ExposureSubmissionTanEntry_Submit" = "Weiter";

"ExposureSubmissionTanEntry_InvalidCharacterError" = "Ungültige Eingabe, bitte überprüfen Sie das Zeichen.";

"ExposureSubmissionTanEntry_InvalidError" = "Ungültige TAN, bitte überprüfen Sie Ihre Eingabe.";

"ExposureSubmission_NavTitle" = "Positivkennung senden";

"ExposureSubmissionConfirmation_Title" = "Positive Diagnose";
Expand Down Expand Up @@ -523,8 +531,8 @@ Sie können Ihre Einwilligung jederzeit widerrufen, indem Sie die App löschen.

/* Home common card */
"Home_Risk_Date_Item_Title" = "Aktualisiert: %@";

"Home_Risk_No_Date_Title" = "Unbekannt";
"Home_Risk_Period_Update_Title" = "Aktualisierung alle %@ Stunden";

/* Home Unknown card */
"Home_Risk_Unknown_Title" = "Unbekanntes Risiko";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,14 @@

"ExposureSubmissionTanEntry_Info" = "Please enter the TAN you were given:";

"ExposureSubmissionTanEntry_Description" = "The TAN has 7 characters and is case-sensitive.";
"ExposureSubmissionTanEntry_Description" = "The TAN has 10 characters and is case-sensitive.";

"ExposureSubmissionTanEntry_Submit" = "Next";

"ExposureSubmissionTanEntry_InvalidCharacterError" = "Invalid input, please check the character.";

"ExposureSubmissionTanEntry_InvalidError" = "Invalid TAN, please check you input.";

"ExposureSubmission_NavTitle" = "Send Diagnosis Key";

"ExposureSubmissionConfirmation_Title" = "Positive Diagnosis";
Expand Down
3 changes: 3 additions & 0 deletions src/xcode/ENA/ENA/Resources/PublicKeys.plist
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<!-- Contains a mapping of host to SHA256 hashed public key -->
<dict>
<key>coronawarn.app</key>
<string>c3jf+L8VIAFQnJJDM6Mfb4MtI1JnhVS8JwZHMwJj28M=</string>
<key>de.rki.coronawarnapp-dev</key>
<string>3BYTxr2HuJYQG+d7Ezu6KS8GEbFkiEvyJFg0j+C839gTjT6j7Ho0EXXZ/a07ZfvKcC2cmc1SunsrqU9Jov1J5Q==</string>
<key>de.rki.coronawarnapp</key>
Expand Down
Loading

0 comments on commit c07282d

Please sign in to comment.