- Jun 15, 2021
-
-
Matthias Urhahn authored
Fix missing `Analytics.reportAdvancedConsentGiven` in RequestCovidCertificateViewModel, by refactoring and moving the analytics call into the common TestRegistrationStateProcessor. (#3460) Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
CWA Technical User authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Juraj Kusnier authored
-
Matthias Urhahn authored
* Shouldn't be possible but if there are multiple tests for a type, the test test fragment should still show them. * Introduce common test registration state processor for each screen that needs to handle test registration in the submission flow. * Fix instrumentation tests. * Fix lint issues * Additional unit tests and improved docs. * Fix dialog edge-case behavior (normal flow / test replacement) * Refactoring * Use TestRegistrationRequest for navigation to remove need for null checks. * Fix build issues. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Jun 14, 2021
-
-
CWA Technical User authored
-
Kolya Opahle authored
* Added Ability to check registrationToken to TestCertificateWrapper RATResultNegativeFragment now displays if a certificate is assigned to the test and if it is pending the icon and is final state for StepEntry's can now be set via code added new strings for RATResultNegativeFragment * SubmissionTestResultNegativeFragment now displays if a certificate is assigned to the test and if it is pending moved some strings around * linting * Fixed Integration tests Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
harambasicluka authored
-
Juraj Kusnier authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
-
SAP LX Lab Service Account authored
Change-Id: I57c111ad422a08963ce7d2a4f7e91b6f2c90910a
-
Juraj Kusnier authored
* implement isDccSupportedByPoc into SubmissionTestResultPendingViewModel * small code update Co-authored-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Juraj Kusnier authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Missing month or day elements were assumed to be "start" (e.g. 2021 -> 2021-01-01). Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
BMItter authored
* prepared layout & values * test removel no submission and dialog handling * sourcecheck clean * detekt clean Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Jun 11, 2021
-
-
Matthias Urhahn authored
Merge 2.3.x into 2.4.x (DEV)
-
Matthias Urhahn authored
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/covidcertificate/vaccination/core/certificate/VaccinationDccV1.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/covidcertificate/vaccination/core/repository/storage/VaccinationContainer.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/vaccination/core/certificate/InvalidHealthCertificateException.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/vaccination/core/certificate/VaccinationDGCV1Parser.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/vaccination/core/qrcode/VaccinationQRCodeExtractor.kt # Corona-Warn-App/src/main/res/values-bg/vaccination_strings.xml # Corona-Warn-App/src/test/java/de/rki/coronawarnapp/covidcertificate/common/qrcode/VaccinationQrCodeValidatorTest.kt # Corona-Warn-App/src/test/java/de/rki/coronawarnapp/covidcertificate/vaccination/core/VaccinationQrCodeTestData.java # Corona-Warn-App/src/test/java/de/rki/coronawarnapp/covidcertificate/vaccination/core/VaccinationTestComponent.kt # Corona-Warn-App/src/test/java/de/rki/coronawarnapp/covidcertificate/vaccination/core/qrcode/VaccinationQRCodeExtractorTest.kt # Corona-Warn-App/src/test/java/de/rki/coronawarnapp/covidcertificate/vaccination/core/repository/storage/VaccinationContainerTest.kt # gradle.properties
-
Matthias Urhahn authored
* Attempt parsing to DateTime if simple Date parsing fails. Allows more lenient handling of DCCs with different styles of date values (e.g. Sweden, Poland). * Comments to mention edgecase test data. * Only parse once, cache the value. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
CWA Technical User authored
-
Mike McCready authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Juraj Kusnier authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
- Jun 10, 2021
-
-
Matthias Urhahn authored
* Introduce qrcode data parsing modes. UI based parsing will be STRICT and show error codes. Storage based parsing will be LENIENT. If the user managed to scan something invalid, then we can neither just delete it, nor just crash the app. * LINTs * Fix plural typo. Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
CWA Technical User authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Juraj Kusnier authored
-
Mohamed Metwalli authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Mohamed Metwalli authored
* Handle validation errors from deep-links * Add unit tests Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
SAP LX Lab Service Account authored
Change-Id: I2cf7c120c2c502e5434ecb95b98abc8f2ce1f3e0
-
CWA Technical User authored
-
Chilja Gossow authored
* add special dialog with link to faq * move logic Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Chilja Gossow authored
* remove suffix before date parsing * add Swedish qr code
-
Juraj Kusnier authored
* CertificatesFragmentTest * CovidCertificateDetailsFragmentTest * update name formatting in CovidCertificateDetailsFragment * Use Max instead of Andrea * Use Max instead of Andrea * date update * Fix test after merge Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Jun 09, 2021
-
-
CWA Technical User authored
-
CWA Technical User authored
-
harambasicluka authored
* more update. * Update privacy_de.html Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
AlexanderAlferov authored
* New text and additional button * Layout and strings * Error dialog * Error card is updating data * Resolve conflict * Fixed test certificate repo * Fixed import * Lint fix * Fix transparent button for night theme * Refactored visibility Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Mohamed Metwalli authored
-
Mohamed Metwalli authored
-
Matthias Urhahn authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-