- Feb 25, 2021
-
-
AlexanderAlferov authored
* Fix delta onboarding for ppa * Add additional unit tests for ppa onboarding version check. * Run `setAnalyticsEnabled` on AppScope, to prevent that leaving the viewmodel cancels the operation and leaves the modules in a weird state. * Fix failing tests due to missing parameter. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
- Feb 24, 2021
-
-
Juraj Kusnier authored
* Update DiaryData * Update circelci config * remove screenshot task again Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Feb 23, 2021
-
-
Mohamed authored
-
CWA Technical User authored
- Feb 22, 2021
-
-
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
-
- 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>
-
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
-
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>
-