- Jan 25, 2021
-
-
Matthias Urhahn authored
* Adjust DispatcherProvider interface to return type `CoroutineContext`. This is a preamble to fix a few coroutine tests that require time advancement. We need to be able to pass the TestCoroutineScope's context to classes under test. This can now be done using CoroutineContext.asDispatcherProvider(). * Fix compile error in test Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
ralfgehrer <mail@ralfgehrer.com>
-
Lukas Lechner authored
* Show custom error message for CwaWebSecurityExceptions * Remove Test String * Update strings.xml * Fixed quotes Co-authored-by:
janetback <68653277+janetback@users.noreply.github.com> Co-authored-by:
ralfgehrer <mail@ralfgehrer.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Mohamed Metwalli authored
* Remove FAQ link * Remove link resource * Revert "Remove link resource" This reverts commit 2f0618c88b6f4ef536bef1e0de91d632db9c959d. * Remove link only for German Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Mohamed Metwalli authored
* Migrate to dagger2 assisted injection * bump version * Fix Worker test * Fix failing test * Remove Square AssistedInject from Technical file * Set nav-graph in Ui Thread to prevent crashing * bump dagger to 2.31.2
-
- Jan 22, 2021
-
-
Matthias Urhahn authored
Branch 1.11 into 1.12 (DEV)
-
Matthias Urhahn authored
-
Matthias Urhahn authored
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/util/DataReset.kt
-
Matthias Urhahn authored
Statistics (EXPOSUREAPP-3674)
-
Matthias Urhahn authored
-
harambasicluka authored
-
chris-cwa authored
* adjusted Contact journal info screen with the additional texts and behaviour * removed duplicate image * https://github.com/corona-warn-app/cwa-app-android/pull/2155/files#r560716121 * additional layer in order to test * fixed unused import -.- * https://github.com/corona-warn-app/cwa-app-android/pull/2155#discussion_r562458618 * https://github.com/corona-warn-app/cwa-app-android/pull/2155#pullrequestreview-574153478 Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
SAP LX Lab Service Account authored
Change-Id: I1a3cc72c4ad5b1ab0b1357f6884d6ad8a7512e7d
-
BMItter authored
Contact Journal Risk Extension - Risk details contact overview logic & peristance (EXPOSUREAPP-4577) (#2142) * Added AggregatedRiskPerDateResult to AggregatedRisk, Added AggregatedRiskPerDateResult to riskresult database * Added list of AggregatedRiskPerDateResult to AggregatedRisk, Added AggregatedRiskPerDateResult to riskresult db * Save aggregated risk per date results * Override aggregatedRiskPerDateResults * Delete risk level per date which are older than 2 weeks * Prepared logic to show risk level per date in contact diary overview * Test day mapping for risk result * Added tests for AggregatedRiskPerDateResultDao * Fixed layouts in contact diary overview * Show risk in overview * click adjustments * Moved logic into view model * adjusted ListItem * Added clearing of obsolete aggregated risk per date results, cleaned tests * detekt & klint clean * Added test for clearing aggregated risk per date results * avoid main thread * Performance up lift by avoiding string templates * missleading comment * adjusted filter method * We dislike flaky tests * Added testability for migration * Adjusted day count for journal * fixed test * ktlint & detekt * adjusten retention * ktlint, detekt * adjusted ContactDiaryCleanTaskTest * Add tests for aggregated risk per date result table Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* Fix statistics data missing on in-app data reset due to no refresh being triggered. Don't do a full reset and add statistics data subscription timeout. * Fix test (bad changeset)
-
Juraj Kusnier authored
* Unify cards design * Change cards height * Layout update after merge * Implement responsive layout manager * Update layout and refactor code * Satisfy lint * Update image padding * Code improvements
-
Matthias Urhahn authored
* Remove unused getters. * Don't use XML for preference keys. (Affects all items in LocalData, but this one may fit a bug description, the others are scheduled for refactoring in another PR) Co-authored-by:
Mohamed Metwalli <Mohamed.Metwalli@sap.com>
-
Matthias Urhahn authored
TracingDetailsItemProvider is used for the tracing/risk details screen. This has specific behavior that the logging period is not shown if the last calculation failed. By reusing this data provider for the tracing settings, if the last calculation failed, we never set "loggingPeriod". If loggingPeriod is null, the databinding causes the layout to be invisible.
-
Mohamed Metwalli authored
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Kolya Opahle authored
* changed ExistingPeriodicWorkPolicy to KEEP for deadman check task to stop notification loop on every app open Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * fixed tests Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Added info text to the schedulePeriodic doc ... ... to explain the change to ExistingPeriodicWorkPolicy * Fixed linting Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Jan 21, 2021
-
-
Lukas Lechner authored
Fix flickering of statistics cards when returning from statistics information screen (EXPOSUREAPP-4704) (#2175) * Override equals() of StatisticsHomeCard.Item to ignore onHelpAction click listener * Override hashCode() in StatisticsHomeCard.Item
-
Mohamed Metwalli authored
* Remove +49 from hotline numbers and adjust instructions about it * Adjust EN texts * Adjust step1 accessibility text
-
Mohamed Metwalli authored
* Remove unknown risk item from overview screen * Use date instead of days * Introduce a new string Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
* CircleCI: Improve instrumentation test caching. * CircleCI: Improve instrumentation test caching. Iterating. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
axelherbstreith authored
* created new icon and update existing one * added layout for dynamic circle * removed circle icon Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Mohamed Metwalli authored
* Replace with lambda * Add specific error handling for tan retrieval * Extend from CwaClientError * Handle BadRequestException for Tan and keys exchange * lint * lint * Fix typo * Add unit tests * Check for cause
-
harambasicluka authored
-
- Jan 20, 2021
-
-
Mohamed Metwalli authored
Fix ui tests (Dev)
-
Mohamed Metwalli authored
-
Mohamed Metwalli authored
-
Matthias Urhahn authored
-
Mohamed Metwalli authored
-
Matthias Urhahn authored
-
Matthias Urhahn authored
CircleCI config overhaul, instrumentation tests & screenshot automation (EXPOSUREAPP-4480,DEV) (#2160) * CircleCI overhaul and execution of instrumentation tests. * Screenshots work, now run for release builds only. * Tweak emulator to possibly improve performance. * Compress results. * Don't upload test xml files if circle CI already shows them. Zip and upload test html reports instead of xml files. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com>
-
Mohamed Metwalli authored
-
Matthias Urhahn authored
-
janetback authored
-
AlexanderAlferov authored
* Texts for statistics explanation screen * Initial commit with illustration and layout * First descriptions added * Legend added * Trends added * Navigation added * Night mode image added * Complete screen * Lint fix * Image update * Refactor
-