- Apr 29, 2021
-
-
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>
-
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
-
harambasicluka authored
* update default strings * update data privacy - closes #2982
-
janetback authored
-
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
-
Mohamed authored
-
Matthias Urhahn authored
* Incompatibility warning card on main screen * Fix lint * Fix lint further * Really fix lint * Refactor BluetoothSupport.kt to be injectable, to allow mocking. * Unit test draft. * adapt tests * tests and refactoring * tests and refactoring * screenshots * add icon * add dimen again * change text * klint Co-authored-by:
Fynn Godau <fynngodau@mailbox.org> Co-authored-by:
chilja <chiljamgossow@gmail.com>
-
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 * Use LocalDate directly * Update tests
-
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
-
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-
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>
-