- May 03, 2021
-
-
Matthias Urhahn authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com>
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-
SAP LX Lab Service Account authored
Change-Id: If7b9344e344b6e17847f15aefe1b81e5f19e2516 Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
janetback authored
-
- Apr 30, 2021
-
-
CWA Technical User authored
-
SAP LX Lab Service Account authored
Change-Id: I756203fd6408accb99f80a5e5df5ca50722736e6
-
CWA Technical User authored
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-
Lukas Lechner authored
* Create TraceLocationCensor.kt and add tests * Create CheckInsCensor.kt and add tests * Inject new censors * Censor Trace Location Type * Create RACoronaTestCensor.kt and RatQrCodeCensor.kt and add tests * Move censors to sub packages * Extend RatQrCodeCensor.kt * Censor RAT profile data * Address PR feedback: Improve performance * Address PR feedback * Censor identifier for corona tests * Remove useless censor * Make sure that censoring still works even if the data to censor is deleted * Censor TraceLocationInputData * Fix issue in TraceLocationCensor.kt Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
axelherbstreith authored
* fixed your consent legal strings * fixed no consent strings * updated no consent legal texts * updated no consent bullet points * revert changes * reverted changes * added missing lines Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
CWA Technical User authored
-
CWA Technical User authored
-
Matthias Urhahn authored
Fix auto-checkouts being processed before EW risk calculation, they should be processed before PT risk calculation. (#3006) Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
Matthias Urhahn authored
* Remove duplicate code. * Custom exceptions. Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
Matthias Urhahn authored
* Fix positive test abort condition for ENS submission. We want to abort if there is a positive test, and not just when we are allowed to submit (which is transient). * Also abort PresenceTracing risk calculation on positive tests. Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
SAP LX Lab Service Account authored
Change-Id: I73bb32c5df3107c1591636e8c51e89f574915794 Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Lukas Lechner authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
-
harambasicluka authored
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/main/res/values/antigen_strings.xml # gradle.properties
-
Matthias Urhahn authored
-
Matthias Urhahn authored
* Map HTTP 400 errors to *_REDEEMED after 21 days (server has deleted data set). Stop test polling after 21 days if we are in a final state (*_REDEEMED). * LINTs * Improve comments.
-
- Apr 29, 2021
-
-
CWA Technical User authored
-
Mohamed authored
* Create rat profile nav graph skeleton * Rename ids * Wire card logic * Adjust strings * Open profile card * Create Profile settings * Navigation skeleton * Wire navigation * Adjust navigation * Fix test * Create Profile screen * do navigate * Set dummy profile * Profile validation * Update SubmissionDispatcherViewModel.kt * Extract strings * Navigation * Extra lines * Adjust navigation * lint * Add new fields * rename to zip code * Update strings.xml * fix layout * Bind new fields * Show date picker * Create RATProfileCreateFragmentViewModelTest.kt * Move strings to antigen strings * Refactoring * Align naming * Different prefs model and some tests * UI * Bind profile data * lint * Use LocalDate directly * Update tests * Refactoring * Update styles.xml * Update rat_profile_onboarding_fragment.xml * Adjust Onboarding navigation * lint * Show deletion dialog - continue flow * V-Card * Add gone margin * remove un-required () * Reset date once date is cleared * Link * Add FN * Remove close button * Display all info * lint * Suppress lint * Add dialog text * Extra line spacing Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Mohamed authored
* RAT Profile Onboarding * Polishing * Address PR comments * Update rat_profile_onboarding_fragment.xml * Update rat_profile_onboarding_fragment.xml * Address more comments * Add click listener * Update content description * Fix text * Update Corona-Warn-App/src/main/res/values/legal_strings.xml Co-authored-by:
janetback <68653277+janetback@users.noreply.github.com> * Update legal text Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com> Co-authored-by:
janetback <68653277+janetback@users.noreply.github.com> Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com>
-
Matthias Urhahn authored
-
harambasicluka authored
-
SAP LX Lab Service Account authored
Change-Id: I88f8bf3b070b6cfa2865432340ccf66ce8543331 Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* Correctly filter results to those that we targeted during refresh. * Remove unnecessary test result logging, will be logged elsewhere already. * Spacing.
-
Chilja Gossow authored
* add strings for 0 and 1 day since installation * klint * change calculation * fix test * use get Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Apr 28, 2021
-
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/androidTest/java/de/rki/coronawarnapp/ui/main/home/HomeFragmentTest.kt # gradle.properties
-
harambasicluka authored
-
Matthias Urhahn authored
* Show errors when trying to gain ENS system permission. * Handle missing ENS components gracefully by defaulting to longer polling delays on temporary errors, and aborting without error on permanent errors (i.e. not installed). * Introduce "KnownError" concept, to remove some of the error dialog chaos. * Add wiring to display corona test errors via HomeFragment. * Fix lints * Move files into main module that were accidentally placed in tester only module. * Adjust error title for tests. * Address PR comments. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
If we have a blocking operations (network refresh), the UI could queue up multiple test removals. The first one would work, the following would throw an exception. We should handle this silently for users of `SubmissionRepository` Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
fynngodau authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
fynngodau authored
* Remove space below scrollers and add overscroll in app info screens Note that this changes the total padding of the content in the debuglog fragment from 20dp to 24dp for consistency within the layout. * Remove spacing below scroll view and add overscroll to stats explanation * Fix scrollbars * Fix contact diary (edit places & locations) scroll behavior * Remove space below scrollers and add overscroll in settings screens * Undo changes to PPA more info fragment This partially reverts commit 85e4650e12e27999a01a293695121cd324a7123f to avoid conflicts with #2945. * Fix Check In onboarding Also changes margin of button to match that of contact journal onboarding * Uniform bottom paddings Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-