- Apr 07, 2021
-
-
Matthias Urhahn authored
-
CWA Technical User authored
-
Matthias Urhahn authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
Matthias Urhahn authored
Adds necessary presence tracing parameters. Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
axelherbstreith authored
* fixed navigation * added default dimen for fab padding * linting * updated padding Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Alex Paulescu authored
* Fixed navigation from submission flow. * Fixed merge issues. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
* reused existing icons with dark mode and deleted wrong unused icons * update font styling * removed font weight Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
Chilja Gossow authored
* download and repo * download warning packages * download warning packages * TraceTimeWarning Download, Draft2 * TraceTimeWarning Download, Draft3 * Offer only new warning packages via API. * Remove duplicate test menu entry. * TraceTimeWarning Download, Draft5 * Adapt CheckInWarningMatcher to mark processed packages. * Fix failing unit tests. * Unit Test Skeletons * Back BackgroundScheduler non-static and injected. * Refactored and combined diagnosis and tracing periodic workers. * Fix unit test. * LINTs * Adapt marking packages as processed to upstream CheckInWarningMatcher changes. * Copy .await() from worker library to project due to being scope restricted. * unit tests * klint * klint * add TODO for matching comparison * refactor combination of results * rename * add test for combine * revert unnecessary changes * change initial result to failed * using low risk as default for lastCalculated to maintain the old behavior when no results are available * klint * Resolve merge regressions. * Fix fake check-in generation. * Handle worker refactoring gracefully, catch ClassNotFoundException. * Refactoring packages. * Refactor CheckInWarningMatcher.kt and PresenceTracingWarningTask.kt Move repository/database update calls to task, let the matcher only be responsible for matching. * Adjust test fragment to allow retriggering the download + matching task. * Fix refactoring regression. * Fix flaky time label test. * Fix package import. * Fix another timezone based flaky test. * Reduce nesting level to make the linter happy. * Update ROOM schema files. * Update ROOM schema files. * Refactoring. * Small naming fixes * Shorten worker IDs. * Collect BerndStylePoints™ * Set tableName explicitly. * * Adjust id comparison within CheckInWarningMatcher.kt * Add tests for traceLocationIdHash calculation. * Calculate traceLocationIdHash on-demand, don't store it. * Improve trace warning task test menu output. * Remove spammy log output. * Remove unused function * Add additional TraceLocation test cases that match mock server. * Improve check-in matching log messages. * Fix duplicate overlaps and check for overlap distinctness. * Add test for config timeout value. * Remove unused test. * Use time measuring function. * Simplify error case handling for revoked metadata packages. * Turn createMatchingLaunchers into runMatchingLaunchers * Use TimeUnit.MINUTES * Remove extra deletion call. If there are no CheckIns, the SyncTool will have deleted all matches already. * Use flatMap instead of flatten. * Use more specific names (toCheckInWarningOverlap/toTraceTimeIntervalMatchEntity) * Revert "Remove extra deletion call. If there are no CheckIns, the SyncTool will have deleted all matches already." This reverts commit 3b0acf3d * Fix merge conflict regressions. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Alexander Alferov <a.alferov@sap.com>
-
Mohamed authored
-
Katharina Seiz authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
harambasicluka authored
Co-authored-by:
I502720 <axel.herbstreith@sap.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
BMItter authored
Risk representation for the contact journal according to the newest tech spec (EXPOSUREAPP-5413) (#2754) * Sort events by trace location description * Get trace location description from CheckInRepository * Adjusted test to changes in view model, Use hardcoded date * Adjusted test * sourceCheck CleanUp * LongParameterList handling * Also check if description was mapped from check in * avoid suppressing LongParameterLister * ups Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Mohamed authored
* Move CreateTraceLocationApiV1.kt and TraceLocationServer.kt into new sub-package * Move CreateTraceLocation DI logic into sub-package * Create infrastructure code for new Qr-Code Poster Template Endpoint * Add new url to environment * Show new URL in the Test Menu * Implement unzipping, signature verification and parsing * Add possibility to download poster template from TestMenu * Show Android Vector Drawable in TestMenu * Create QrCodePosterTemplateApiV1Test.kt * Remove non-used ProtoConverter from retrofit * Change button position in Test Fragment * Show error if something goes wrong * Improve QrCodePosterTemplateApiV1Test.kt * Create QrCodePosterTemplateServerTest.kt * Initial setup * Connect flow to poster * Fix flow connection * Nice transition * Lint * Allow nullable extras * Adjust icon tint * rename file * Use MutableLive Data to keep the bitmap on back navigation * Fix merge issues * Change title * Display poster * lint * Adjust QR Code margin * Adjust position * Show progress * Print PDF * lint * Update QrCodePosterFragment.kt * Refactoring * Renaming * Position QR Code image * Specify size as A3 * Fix merge issues * Pass location id * lint * Avoid nullable * Avoid creating blank file * Use config to position poster and QR Code * lint * Refactoring * Add info text * Scale info text * Enhancement * Defensive color parsing * typo * Delete testing screens * Revert *
* Rename * Linear progress * Update QrCodePosterViewModel.kt * unify folders * Update QrCodePosterViewModel.kt * Show progress * Use server values * Generate QR Code from location url * Update TraceLocation.kt * Use location data * Remove old views and update layout preview * lint * Extend testing by adding access to qrCode * Add qrcode screen to test graph * Update fragment_test_eventregistration.xml * Rename PDF file * Polishing * Create QrCodePosterViewModelTest.kt * Update QrCodePosterViewModelTest.kt * lint * Use weak reference * Switch context * Updated strings Co-authored-by:Lukas Lechner <office@lukaslechner.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
Juraj Kusnier authored
* QrCodePosterTemplateCache implementation * update tests * remove QrCodePosterTemplateCache * rename tests * Timber.e > Timber.d Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
janetback authored
Corrected 'Information' to 'Informationen' in event_registration_strings file (EXPOSUREAPP-6206) (#2759) Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
janetback authored
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Apr 06, 2021
-
-
janetback authored
Co-authored-by:
I502720 <axel.herbstreith@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>
-
janetback authored
-
Mohamed authored
* Use config regex * Refactoring * Verify functionality * Specific exceptions * Tests * lint * Generate QR Code url * Test base32 * Generate QrCode from url data * Remove / added by the system * Remove prefix * Prepare for location id calculation * Calculate location id * Location Id from trace location and tests split * Display last added location data in test menu * Update EventRegistrationTestFragmentViewModel.kt * Simplify * Display last locations * Pass check In Id * Tweaking * Style text * Base64 * Refactoring * Move location id and url to TraceLocation and create them lazily * Update ConfirmCheckInViewModelTest.kt * Update test screen * Base64 Id for readability * Remove added descriptor * Return null instead of 0 it does change the logic ,but how the usr sees it * Use Okio extension * Add parcelization test * Update VerifiedTraceLocationTest.kt * Provide locationId hash * Delete DefaultQRCodeVerifierTest2.kt * Add traceLocationIdHash to TraceLocation * Rename * Revert , server will match both * Wrap exceptions * Pass cause * lint * Return null * Create ProtoBufKtTest.kt * lint Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
* Add new test environment TESTER-MOCK + clean up. * kLint, fun for the whole family. * Make naming consistent Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
Lukas Lechner <office@lukaslechner.com>
-
Mohamed authored
* Badge color white as per design * Remove divider and use elevation and common style * Remove elevation to match design and CheckIns screen * adapted gradient corners Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
CWA Technical User authored
Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
CWA Technical User authored
* Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/1bc558730fa5c311d1f52e72684ee6846b91aece * Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/727b1304dc01fb2e5fc78035f3fa7ba1a050d9e6 * Update QrCodePosterTemplateServerTest.kt Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Matthias Urhahn authored
-
- Apr 01, 2021
-
-
Lukas Lechner authored
* Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/8037bb0a273a815c083d4842b412ad141824ad91 * Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/4e280653de2dd8a6d32a8ac43ed876879d5803b4 * Fix CheckInsTransformer.kt and TraceTimeIntervalWarningRepository.kt * Delete TraceLocationQRCodeVerifier.kt, Adapt VerifiedTraceLocation.kt * More adaptions * Fix check-in database test * Adapt TraceLocationEntity.kt and tests * Added calculation for tracelocationId to VerifiedTraceLocation Used id in checkin creation * Added initial tests for trace location id generation * Ktlint fixes * Merge branch 'release/2.0.x' into chore/DEV-update-checkin-entity Co-authored-by:
corona-warn-app <cwa.technical-user@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Kolya Opahle <k.opahle@sap.com>
-
chris-cwa authored
* check in onboarding screen * show onboarding only once * BottomBarBadge exploration * fixed unit test * fixed unit test * renamed strings * comments for translation tool * moved dependency to view model * applied style to button * fixed styles * fixed binding class * moved preferences into settings class * satisfied static code analysis * added missing text * fixed margin * fixed data reset * changed alignment * changed texts again * missing strings in default file * fixed merge issues * fixed nav graph * show information * updated image * hide button if consent is already given * updated images * legal texts <3 * added the close button in information * renamed images files * missing space before {
Co-authored-by:Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Chilja Gossow authored
* risk calculation * risk calculation * risk calculation * refactoring * mapping tests * move risk calculation to different change list * detekt * klint * correct name * rename to presence tracing * add test * refactoring * repo * db * compare byte array * refactor guidHash * merge 2.0.x * clean up * improve performance * klint * provide risk result * add tests * detekt and klint * detekt and klint * failing checks * merge 2.0.x * adapt tests * adapt tests * adapt tests * revert unintended change * remove db * clean up * more tests * klint * db json * change package * klint * change package * change package * add tests * fix import * clean up naming * clean up naming, moe package, more tests * klint * parallel matching * parallel matching * matching * comments * comments * klint * logging * limit parallel processing to max of 4 * merge * move into one file * comments * klint * change visibility * change visibility * update test menu output * klint * fix test * renaming, refactoring * add column info change warningPackageId type to string * fix test * fix test * db * db * db move * fix refactoring * refactor date * fix tests * fix tests * klint * detekt * fix test * clean up * clean up
-
Lukas Lechner authored
* Add CrowdNotifier Public Key to Environment * Store cnPublicKey for created trace locations * Remove cryptographic seed logic from trace location mapper Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
CWA Technical User authored
* Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/8037bb0a273a815c083d4842b412ad141824ad91 * Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/4e280653de2dd8a6d32a8ac43ed876879d5803b4 * Fix CheckInsTransformer.kt and TraceTimeIntervalWarningRepository.kt * Delete TraceLocationQRCodeVerifier.kt, Adapt VerifiedTraceLocation.kt * More adaptions * Fix check-in database test * Uncomment VerifiedTraceLocationTest.kt completely Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
Lukas Lechner <office@lukaslechner.com> Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
BMItter <46747780+BMItter@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
harambasicluka authored
-
Juraj Kusnier authored
-
harambasicluka authored
-
axelherbstreith authored
* added database connection * added click listener to qr code list * connected screens * linting * removed default values * updated params handover * removed obsolete button * added dynamic duration * updated strings * linting * refactoring * linting * updated date formatter * removed unused dependency in nav graph * changed nav_graph namin * updated navArgs * connected qr code screen to nav_graph * aligned database connection * removed fragments from test nav graph * updated event test fragment * updated naming Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
axelherbstreith authored
* linked information screen to menu * linting
-
Lukas Lechner authored
-
- Mar 31, 2021
-
-
harambasicluka authored
-