- Apr 23, 2021
-
-
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>
-
Chilja Gossow authored
* catch exception thrown when json is malformed * comments * catch decode exception
-
Matthias Urhahn authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
CWA Technical User authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Chilja Gossow authored
* add submission type * fix test Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com>
-
Alex Paulescu authored
* Positive tests polishing. * Persisted test type throughout the app. * Fixed tests. * Fixed more tests. * More UI test fixes. * ¥ou've guessed it, more test fixes. * Lint * Fixed issue where schnelltest result title would extend on a second line.
-
Matthias Urhahn authored
GSON uses unsafeinit and will initialize a data class without any "val some = thing" being initialized that are in the class body. Co-authored-by:
Alex Paulescu <alex.paulescu@gmail.com>
-
Matthias Urhahn authored
-
- Apr 22, 2021
-
-
Matthias Urhahn authored
Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
axelherbstreith authored
* updated bullet points * updated strings * added missing comma * updated strings * added missing comma Co-authored-by:
Chilja Gossow <49635654+chiljamgossow@users.noreply.github.com>
-
Matthias Urhahn authored
Otherwise the system may kill our process while the RiskLevelTask is still running. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com>
-
Mohamed authored
* extra line * Fix constraint * Hide profile info * initial impl * lint * Handle deletion * Bind views * Tweaking * Lint * Clean up * Date format * Use one TextView * Refactoring * time since test conduction * fix null values * remove redeem state * adapt strings Co-authored-by:
chilja <chiljamgossow@gmail.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
BMItter authored
* fixed overlapping items - trace location card * androidx.appcompat.widget.AppCompatImageView
-
harambasicluka authored
* strings * Update antigen_strings.xml
-
Matthias Urhahn authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
CWA Technical User authored
-
- Apr 21, 2021
-
-
Matthias Urhahn authored
* Don't store properties that are generated out of other properties. * Complete unit tests. * Fix merge regression. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
-
Matthias Urhahn authored
* Treat empty strings as missing attributes when scanning RAT QR Codes. * Silence annoying logging. Co-authored-by:
BMItter <Berndus@gmx.de>
-
Mohamed authored
-
Chilja Gossow authored
* add intent filter * deep linking * refactor qr code registration flow * merge 2.1 * klint * state adaptation * fix tests * add new test results * disable button * add state * adapt how registration states are resolved * review comments Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
BMItter authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
BMItter authored
* fix timeformats for Events * Fix wrong time format in CheckinVH Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
* default string update * strings...
* some strings only existed in the default strings... Co-authored-by:AlexanderAlferov <64849422+AlexanderAlferov@users.noreply.github.com>
-
Mohamed authored
* Avoid double hashing and some logs * lint * Improve logging. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
SAP LX Lab Service Account authored
Change-Id: Ib66020bcfa2dcf801afa86a870ce8502b724288e
-
axelherbstreith authored
* updated screen wiring * linting * fix * updated nav args handling
-
Matthias Urhahn authored
* Improve HotDataFlow error handling * Make behavior more obvious to caller * Remove footguns in error handling * Allow blocking calls to receive their specific error * Allow async calls to provide an error handler * Simplify mapping. * Change update call to blocking, to prevent executing multiple actions, if one runs late. * Add missing test registration dates to PCR/RAT cards on homescreen. * Update testResultReceivedAt timestamp when receiving a final test result. * Only prevent test refresh if we have submitted, in other cases, still allow polling. * Remove unnecessary refresh call on test removal, removal includes refresh. * Reverse dependencies for `ShareTestResultNotificationService` listen to CoronaTestRepository instead of being called active from various places. * Negate `CoronaTest.isSubmissionAllowed` if `CoronaTest.IsSubmitted==true` * Fix merge regressions. * Fix instrumentation test.
-
Matthias Urhahn authored
-
Matthias Urhahn authored
Revert "Revert "Change texts to stipulate TAN hotline for PCR tests only (EXPOSUREAPP-6585) (#2878)"" This reverts commit 523a37b3
-
Matthias Urhahn authored
This reverts commit 01c5ec80.
-
Alex Paulescu authored
* Started schnelltest result screen. * Adapting current result screens to new design. * Adjusted string and id names. * Removed separate result screen. * Added time counter layout. * Started schnelltest result screen. * Finished styling the negative rapid test result screen. * Added routing for Negative PCR result. * Submission states for RAT cards. * Supporting classes for negative antigen result fragment. * Routing for result screens. * New logic for displaying test cards on the homescreen. * Added negative result screen to SubmissionModules. * Fixed errors caused by merge and fixed binding issue. * Fixed tests and merge conflicts. * Addressed PR comments and fixed instrumentation test. * Lint check * Added navargs to instrumentation test. * Lint Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Apr 20, 2021
-
-
Juraj Kusnier authored
* Use DateTime * update tests * update tests * fix merge * fix timezone in test * lint * update circleci config * timezone check * timezone check * fix tests * revert circleci config changes Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
axelherbstreith authored
* refactored nav args * fixed navigation * added comments * added error handling
-
janetback authored
-
axelherbstreith authored
* initial connection * add cancel navigation * improved navigation * added nav args + udated deletion warning view model * fixed merge conflicts * updated screen wiring * linting * fix unit tests * lint * updated wiring * lint * updated navArgs passing * fixed merging issue * linting * fixunit tests * lint * Tweak unit tests. * fix nav graph * fixed merging conflict * linting * included UI changes * updated navigation when code is redeemed * updated navigation params * addressed comments * addressed comments * addressed comments Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
fynngodau authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
chris-cwa authored
* simplified pcr evaluation * - unused device ui state * more simplifying * fixed tests Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-