diff --git a/Befund/.DS_Store b/Befund/.DS_Store index a00cef4..84ada17 100644 Binary files a/Befund/.DS_Store and b/Befund/.DS_Store differ diff --git a/Befund/Core/Https/Request.swift b/Befund/Core/Https/Request.swift index 0a510d5..fe49cd7 100644 --- a/Befund/Core/Https/Request.swift +++ b/Befund/Core/Https/Request.swift @@ -353,6 +353,7 @@ extension Core public func urlSession(_ session: URLSession, didReceive challenge: URLAuthenticationChallenge, completionHandler: @escaping (URLSession.AuthChallengeDisposition, URLCredential?) -> Void) { #if DEBUG + // Accept all certificates let urlCredential = URLCredential(trust: challenge.protectionSpace.serverTrust!) completionHandler(.useCredential, urlCredential) diff --git a/Befund/Core/Lang/DE.swift b/Befund/Core/Lang/DE.swift index b330453..d2ba176 100644 --- a/Befund/Core/Lang/DE.swift +++ b/Befund/Core/Lang/DE.swift @@ -205,7 +205,7 @@ extension Core.Lang result.setValue("Ihr Gerät lässt das Scannen von QR-Codes in dieser App nicht zu. Bitte geben Sie in Ihren Einstellungen die Freigabe zur Nutzung der Kamera und nutzen Sie ein Gerät mit einer funktionierenden Kamera.", forKey: "MSG_SCAN_NOT_SUPPORTED") result.setValue("Scannen nicht unterstützt", forKey: "LBL_SCAN_NOT_SUPPORTED") - result.setValue("https://www.limbachgruppe.com/fileadmin/downloads/6406135946.html", forKey: "AGB_POLICY_LINK") + result.setValue("https://www.limbachgruppe.com/fileadmin/downloads/pba-datenschutz.html", forKey: "AGB_POLICY_LINK") result.setValue("https://www.limbachgruppe.com/fileadmin/downloads/098672600.html", forKey: "FAQ_LINK") diff --git a/Befund/Core/Lang/EN.swift b/Befund/Core/Lang/EN.swift index b0cc8b3..514cabf 100644 --- a/Befund/Core/Lang/EN.swift +++ b/Befund/Core/Lang/EN.swift @@ -108,7 +108,9 @@ extension Core.Lang result.setValue( "Information", forKey: "LBL_SUPPORT_TOPIC_INFO") result.setValue( "Problem", forKey: "LBL_SUPPORT_TOPIC_TROUBLE") result.setValue( "Delete Account", forKey: "LBL_SUPPORT_TOPIC_ACCOUNT_DELETE") - + + result.setValue("Submitting a report does not replace a conversation with the doctor.", forKey: "LBL_BEFUND_HINWEIS") + //MARK: ERRORS result.setValue("Bitte geben Sie die PLZ Ihres Wohnorts ein", forKey: "ERROR_ENTER_ZIP") result.setValue("Bitte geben Sie Ihr Geburtsdatum ein", forKey: "ERROR_ENTER_BIRTHDAY") @@ -162,14 +164,14 @@ extension Core.Lang result.setValue("Your device does not support scanning a code from an item. Please use a device with a camera.", forKey: "MSG_SCAN_NOT_SUPPORTED") result.setValue("Scanning not supported", forKey: "LBL_SCAN_NOT_SUPPORTED") - result.setValue("https://www.limbachgruppe.com/datenschutz/", forKey: "AGB_POLICY_LINK") - - result.setValue("https://www.limbachgruppe.com/impressum/", forKey: "FAQ_LINK") - result.setValue("

Application must be closed.

", forKey: "APP_MUST_BE_CLOSED") result.setValue("

Internet connection is needed. No AGB.

", forKey: "NO_AGB_AVAILABLE") result.setValue("

Internet connection is needed. No FAQ.

", forKey: "NO_FAQ_AVAILABLE") + result.setValue("https://www.limbachgruppe.com/fileadmin/downloads/pba-data-protection.html", forKey: "AGB_POLICY_LINK") + + result.setValue("https://www.limbachgruppe.com/fileadmin/downloads/098235490.html", forKey: "FAQ_LINK") + return result } }