- Mar 18, 2021
-
-
harambasicluka authored
-
- Mar 17, 2021
-
-
Matthias Urhahn authored
* If there is an `initialTestResultReceivedTimestamp` it may be the bug. If there is also a registration value, but no `devicePairingSuccessfulAt` timestamp, then we are being called from `asyncRegisterDeviceViaGUID` or `asyncRegisterDeviceViaTAN`, and it's a new test and `initialTestResultReceivedTimestamp` should be null. * Fix check order and add tests.
-
Kolya Opahle authored
1.14 "Ihr Testergebnis liegt vor" -> 1.15 "Risiko-Überprüfung fehlgeschlagen" (EXPOSUREAPP-5843) (#2632) * Risk Level calculation is now only aborted when the user has seen the positive test result * Fixed tests for Risk Level calc changes Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Mohamed authored
* Create new entires in TestDonorSettings * Lint * Improve logging * Add some tests * More tests and more logs * Docs * Use aggregated date * Log right date * Use `RiskLevelResult.lastRiskEncounterAt` * Add unit tests. * Tweak logging. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
-
SAP LX Lab Service Account authored
* [INTERNAL] Translation delivery: commit by LX Lab Change-Id: Icad98989d5e708235ad3cc3e46bb891b6fa9d49b * [INTERNAL] Translation delivery: commit by LX Lab Change-Id: I3e8c10ce666e2deb4e51392c0b602565f46e117b
-
Chilja Gossow authored
* move logic to collector * reset before new registration * more tests * fix test * fix calculation for missing values and more tests * fix test * remove max * use -1 as default if value cannot be calculated * set default to -1 * change date in tests * fix reset Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com>
-
- Mar 16, 2021
-
-
janetback authored
* Update contact_diary_strings.xml * Update strings.xml
-
Juraj Kusnier authored
* Revert string changes * Revert TracingExplanationDialog * Implement TracingExplanationDialog * Update strings * Update tests * Remove unnecessary comment
-
- Mar 15, 2021
-
-
Tim authored
This commit updates the repositories table. Co-authored-by:
Christian Neu <67069868+christianneu@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
CWA Technical User authored
-
Ralf Gehrer authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Kolya Opahle authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Ralf Gehrer authored
-
Juraj Kusnier authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Mar 12, 2021
-
-
CWA Technical User authored
-
Ralf Gehrer authored
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com>
-
SAP LX Lab Service Account authored
Change-Id: Ia5320da229d4d53fdb7bb89f2cb89fb445e5a92a
-
Ralf Gehrer authored
-
CWA Technical User authored
-
- Mar 11, 2021
-
-
Lukas Lechner authored
* Change data for contact diary screenshots * Run firebase_screenshot to verify screenshots * revert firebase_screenshots change in config Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
ralfgehrer <mail@ralfgehrer.com>
-
Juraj Kusnier authored
* Shared preferences migration: SETTINGS DATA (EXPOSUREAPP-5378) (#2468) * Migrate Shared Preferences (SETTINGS) * Code refactoring * Fix tests * Migrate Shared Preferences (SETTINGS) * Cleaning code * Cleaning code * LocalData Migration skeleton (EXPOSUREAPP-5295) (#2509) * EncryptedPreferencesMigration skeleton class * SecurityHelper return nullable SharedPreferences not an exception * Remove Onboarding related Properties from LocalData (EXPOSUREAPP-5375) #2470 * Removed Onboarding related Properties from LocalData Added OnboardingData which provides the FlowPreferences that were defined in LocalData beforehand Currently no migration for these values is implemented Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Turns out MockFlowPreference and MockSharedPreferences were not usable in the device test flavour moved them into testShared Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * OnboardingData -> OnboardingSettings OnboardingSettings: moved to get / set instead of FlowPreferences when subscribing is not needed isOnboarded is now based on onboardingCompletedTimestamp != null instead of set seperately Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed Onboarding Preference key strings from all languages Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Added Singleton annotation to OnboardingSettings Added migration code for OnboardingSettings to EncryptedPreferencesMigration Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Migrate Interoperability settings * Remove tracing local data (EXPOSUREAPP-5377) (#2568) * migrate LocalData tracing preferences to TracingSettings * update tests * Remove old code * Update tests * Remove submission local data (EXPOSUREAPP-5379) (#2505) * Moved submission related settings from LocalData to SubmissionSettings Made BackgroundNoise injectable Refactored some of the SubmissionSettings Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Replaced isBeforeNow in BackgroundNoisePeriodicWorker with timeStamper.nowUTC to help with testing Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Fixed MainActivityTest by providing SubmissionSettings as a mockk Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed all Preference keys removed from LocalData Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Added migration code for SubmissionSettings to EncryptedPreferencesMigration Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Moved Instant conversion to extension function to satisfy detekt Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed lazy from dagger injection in BackgroundWorkSchedulerBase * Cleaned up TestResultDonorTest (Removed Instant.now() calls, fixed shouldBe case where Instant.now() would break the calculation) * Moved toInstantOrNull into TimeAndDateExtensions and used it in a few more places * Fixed a unit test that was added by the merge and fixed a merge diff that was resolved wrongly Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Format on commit got rid of these imports for some reason Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * EncryptedPreferencesMigration refactoring * DataReset implementation * Drop storage of active tracing time * Cleaning code * Remove TODO * Call migration earlier * Update tests * Delete PreferencesModule * Update EncryptedPreferencesMigration * Fix lint issue * Update EncryptedPreferencesHelper Co-authored-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Mohamed authored
-
Matthias Urhahn authored
* Disable log-upload in `device` (prod) builds again ಠ_ಠ * Typo Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
AlexanderAlferov authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
* Incorrect legal text on German Onboarding Screen (EXPOSUREAPP-5709) * include latest changes * Update legal_strings.xml Co-authored-by:
janetback <68653277+janetback@users.noreply.github.com>
-
Matthias Urhahn authored
* Add tests to reproduce issue. * Perform additional validity checks, especially for empty phonenumbers and locations to prevent recursion due to replacing "". * Small optimizations. * Refactoring. * One more unit test doesn't hurt. * Refactoring. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
-
Ralf Gehrer authored
* Fix grammatical error in legal string (EXPOSUREAPP-5576) * remove trailing dot
-
Ralf Gehrer authored
-
SAP LX Lab Service Account authored
Change-Id: Ie580dee24cd538855fceadd87c7b6258646611a5
-
- Mar 10, 2021
-
-
Matthias Urhahn authored
* Scroll to upload history after successful upload. * Adjust scroll call. * Fix NPE
-
axelherbstreith authored
* added custom view * linting * refactoring * renaming ids * refactoing * added optional top divider * linting * added optional bottom divider, changed styling * updated layout * linting Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
harambasicluka authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
* Move strings from legal to strings.xml for translation (EXPOSUREAPP-5642) * fix typo
-