- Apr 28, 2021
-
-
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>
-
fynngodau authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* If the server gives us a max-age=0, default to 300s. * Fix lints. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Lukas Lechner authored
* Review and refactor DeadmanNotificationScheduler * Improve Logging * Use isPositive instead of isSubmissionAllowed Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com>
-
Juraj Kusnier authored
* Update CoronaTestQRCode parser * Update CoronaTestQRCode parser for anonymous qr codes Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Chilja Gossow authored
* provide data * fix test * klint * make sure only last 14 days are counted * fix test Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Only HTTP400 errors are mapped to TestInvalid state. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* Prevent invalid test result values (mixing up PCR/RA) * Don't cancel the test result notification, if it has not been viewed. * Don't throw exceptions on invalid test results, but map them to test specific INVALID state. This is especially crucial during test registration, as we don't want to waste the QR Code. * Remove unused code from merge. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
* update default strings * update data privacy - closes #2982
-
Lukas Lechner authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
AlexanderAlferov authored
* Submission test result keys shared fragment * Clean up * Switch to translated strings * addressed comments * updated nav args class Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com> Co-authored-by:
BMItter <Berndus@gmx.de>
-
SAP LX Lab Service Account authored
Change-Id: Ia20081d98950570b3d8467c170352516a4e17b4f Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
fynngodau authored
* Add transition to contact diary onboarding fragment This makes the transition behavior of this fragment the same as the check-in onboarding fragment. * Correctly transition when accessing diary intro manually Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
fynngodau authored
Fix ripple effect for i button in circumstances text field (COMMUNITY) (#2701, EXPOSUREAPP-6002) (#2702) Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
BMItter <Berndus@gmx.de>
-
CWA Technical User authored
-
Matthias Urhahn authored
Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
- Apr 27, 2021
-
-
Juraj Kusnier authored
-
Kolya Opahle authored
* Changed hoursToDeemOutdated in CoronaTestConfig to be mapped to a duration object so that calling plus on it and a instant in RACoronaTest will actually add 48 hours to the instant and not 48 millis * Fixed unittests to supply Durations instead of Longs
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/submission/ui/homecards/SubmissionStateProvider.kt # gradle.properties
-
Matthias Urhahn authored
A test is invalid on 40X errors (client errors), instead of checking for "NOT CwaServerError", we check for client errors. (#2973) This causes the error case for `SocketException` to be mapped to PENDING.
-
Matthias Urhahn authored
-
- Apr 26, 2021
-
-
harambasicluka authored
Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
* Fix RA test state mapping when submission is done. * Add placeholder callbacks to navigate by clicking submission done cards. * Fix failing instrumentation test. * Fix merge regression.
-
AlexanderAlferov authored
* Removed obsolete home screen card * Remove unused layout and strings. * Only remove german, otherwise CI and translation tool are not going to be friends. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Chilja Gossow authored
* change calculation * fix test fragment Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
BMItter authored
-
Matthias Urhahn authored
* Refactor EW&PT RiskWorker scheduling (WIP). * PresenceTracingRiskWorkScheduler.kt and ExposureWindowRiskWorkScheduler.kt subscribe to different flows and make the decision of when to schedule the workers by themselves. * Removed BackgroundWorkScheduler.kt * Refactor RA&PCR test result polling scheduling (WIP) * Add TODOs * LINTs * Add check for RA redeemed state after 60 days. * Bandaid unittests * Fix test regressions in CoronaTestStorageTest.kt * Fix test regressions in RATestResultAvailableNotificationServiceTest.kt and PCRTestResultAvailableNotificationServiceTest.kt * removed tests for code that was moved * Implement failing test processor tests. * LINTs * updated pcr worker test * Tweak logging. * unit tests for pcr scheduler * 'fixed' ktlint Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com> Co-authored-by:
chris-cwa <chris.cwa.sap@gmail.com>
-
axelherbstreith authored
* Add Thank you screen to submission flow * lint * added test type distinction * updated layout * formatted code * adapted Thank You Screen to support different test types * updated icons Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
SAP LX Lab Service Account authored
* [INTERNAL] Translation delivery: commit by LX Lab Change-Id: Ic4dbee25e45853b6f60470f8ba70cdb411e5fe3d * [INTERNAL] Translation delivery: commit by LX Lab Change-Id: I02261b7ee1f38f0e7c322101ecc2f22efa4b48ef Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
CWA Technical User authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Lukas Lechner authored
* Not collect PPA submission data for RAT tests * Improve LogMessage in SubmissionTask.kt * Align SubmissionTestResultConsentGivenViewModel.kt regarding PPA * Align SubmissionTestResultNoConsentViewModel.kt regarding PPA * Align SubmissionResultPositiveOtherWarningNoConsentViewModel.kt regarding PPA * Fix some test function names * Align PPA for SubmissionTestResultAvailableViewModel.kt * Add testType Navigation Argument to SubmissionResultReadyFragment.kt, SubmissionSymptomCalendarFragment.kt and SubmissionSymptomIntroductionFragment.kt * Align PPA for SubmissionSymptomIntroductionViewModel.kt * Align PPA for SubmissionSymptomCalendarViewModel.kt * Fix SubmissionTaskTest.kt * Fix InstrumentationTests * Add call to reportAdvancedConsentGiven
-
- Apr 23, 2021
-
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/presencetracing/attendee/checkins/CheckInEvent.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/presencetracing/attendee/checkins/CheckInsViewModel.kt # Corona-Warn-App/src/main/res/values-bg/release_info_strings.xml # Corona-Warn-App/src/main/res/values-de/release_info_strings.xml # Corona-Warn-App/src/main/res/values-en/release_info_strings.xml # Corona-Warn-App/src/main/res/values-pl/release_info_strings.xml # Corona-Warn-App/src/main/res/values-ro/release_info_strings.xml # Corona-Warn-App/src/main/res/values-tr/release_info_strings.xml # Corona-Warn-App/src/main/res/values/release_info_strings.xml # gradle.properties
-
chris-cwa authored
* + rat worker * minded mode switching * fixed tests * renaming * renaming * no skipping for rat workers * - unused method * reverted change to vals in order to make it suspend functions in the future * start worker on rat creation * renamed confusing method names * fixed typpos * moved constants to where they are used * fixed log statement * fixed test * separate scheduler for every test * use both states * renamed classes * fixed logs Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Kolya Opahle authored
* Enabled Test Outdated card for RA Tests on homescreen added check for outdatedness to RA getState Deletion button currently shows no warining dialog * isOutdated now checks based on a AppConfig instance that is passed in fixed unit tests * Fixed instrumentation tests * Fixed logic for RACoronaTest outdated ui state calculation * Moved coronaTestConfig resolution to homeItems Flow combiner (now uses currentConfig instead of resolving a new config each time) * HomeFragmentViewModel app config flow is now mapped down to distinct coronaTestParameters * Added small test to guarantee that we can call distinctUntilChanged on CoronaRapidAntigenTestParametersContainer * Fixed wrong CoronaTestResult constants in getState (also added additional pending state check) Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
BMItter <Berndus@gmx.de>
-
Matthias Urhahn authored
Check wifi status, as `NET_CAPABILITY_NOT_METERED` is not reliably being set. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-