- Feb 22, 2021
-
-
Matthias Urhahn authored
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/http/HttpErrorParser.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/submission/resultavailable/SubmissionTestResultAvailableViewModel.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/submission/warnothers/SubmissionResultPositiveOtherWarningNoConsentViewModel.kt # Corona-Warn-App/src/test/java/de/rki/coronawarnapp/util/TimeAndDateExtensionsTest.kt # gradle.properties
-
Mohamed authored
* Create firebase screenshots job * Target screenshot tests * Adjust screenshots logic for firebase TL * Align steps * Updated config.yml * Store test results from both folders * Store tests result for both locales * Specify parent path for test results * Remove un-required locales from Screengrabfile * Run for release build * Pull screenshots folder * Revert "Pull screenshots folder" This reverts commit 0aff2004916343599e7195c36bb56a14b4f93ac4. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* Improve Analytics and SafetyNet timeout handling and logging. * Tweak comment & log message. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Kolya Opahle authored
* Moved analytics worker scheduling to MainActivity from CoronaWarnApplication to make sure scheduling also happens on first app launch Removed the inital 24 Hours start delay offset from the DataDonationAnalyticsScheduler, a random delay between 0 and 24 Hours is still generated Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Fixed MainActivityTest for instrumentation runs Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed invalid logging from DataDonationAnalyticsScheduler * Removed Timber import from DataDonationAnalyticsScheduler Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Juraj Kusnier authored
* Add check for positive test in DownloadDiagnosisKeysTask * Update DownloadDiagnosisKeysTaskTest * Suppress detekt rule Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Kolya Opahle authored
Signed-off-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
chris-cwa authored
Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com>
-
Lukas Lechner authored
* Skip consent screen on subsequent survey participates * Import Surveys.ConsentResult to make code more readable * Improve wording, change ConsentResult.NotNeeded to ConsentResult.AlreadyGiven
-
chris-cwa authored
* keep otp auth result to check month later on * modified unit test for survey settings
-
Ralf Gehrer authored
-
SAP LX Lab Service Account authored
Change-Id: I4d9b7b63cd01d90f4468fed6f99157d86e1148b2
-
Matthias Urhahn authored
* Remove legacy config check, not necessary anymore. * Unknown serialized fields should be 0. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Feb 19, 2021
-
-
Juraj Kusnier authored
* Add status to fragment_settings_tracing.xml * Fix formatting in fragment_settings_tracing.xml Co-authored-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
Kolya Opahle <k.opahle@sap.com>
-
CWA Technical User authored
-
Mohamed authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* Show data donation server URL in test fragment for server environments. * Fix test not working. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
* Format `mostRecentDateAtRiskLevel` in seconds, not milliseconds. * Introduce `val Instant.seconds Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Kolya Opahle authored
* Implemented ClientMetadataDonor which uses ClientVersionParser to extract the major minor and patch version from the app VERSION_CODE Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Restructured ClientMetadataDonor and added ClientMetadataDonorTests Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Fixed comment in ClientMetadataDonor Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Got rid of ClientVersionWrapper, switched all usages to ApiLevel Added ability to generate version string to ClientVersionParser Added ClientVersionParserTest that compares generated string with real one to make sure the parser is working Changed ClientMetadataDonor to use currentConfig instead of getAppConfig Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed ClientVersionParser and put MAJOR, MINOR and PATCH version directly in the BuildConfig Signed-off-by:
Kolya Opahle <k.opahle@sap.com>
-
Matthias Urhahn authored
* Catch exceptions produced by donor modules and allow the process to continue. On tester builds log these background issues in the bug reporter. * Add small logging test case. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Feb 18, 2021
-
-
janetback authored
* Update legal_strings.xml * Update legal_strings.xml Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
CWA Technical User authored
-
Matthias Urhahn authored
* Don't additionally base64 encode the nonce. * Adjust unit tests, we don't return a decoded string value and stick with ByteString. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
* Log http error bodies. * 2048Byte are enough. Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
-
axelherbstreith authored
* updated floating action button accessibility * linting * changed description
-
harambasicluka authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
SAP LX Lab Service Account authored
Change-Id: I26b33a183c7f2a439503f444952e41996b5955dd Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
CWA Technical User authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Kolya Opahle authored
* Added the ability to skip the CWASafetyNet 24H check Added reportProblem call to Analytics error handling to provide testers with a way to inspect PPA Errors Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Fixed CWASafetyNetTest Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Remove tinting, it's just test menu, and was more confusing for testers. * Typo * Skip check should only influence 24H check, not valid time check. Add debug output for time values. * Add test to make sure the setting is only in effect on tester builds. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
BMItter authored
* fix crashing app on unspecified error * detekt clean
-
Mohamed authored
* Reduce timeout * lint * Update tests * Set timeout to 5 sec and calculate waiting time * Add pre-auth * Show progress while retrieving TEKs Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Feb 17, 2021
-
-
Chilja Gossow authored
-
CWA Technical User authored
-
Matthias Urhahn authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Maximilian Lenkeit authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
* Update legal_strings.xml * Adding two \n Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-