- 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
* 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>
-
chris-cwa authored
-
- Apr 19, 2021
-
-
Mohamed authored
* Pump version patch * CheckIns Consent (EXPOSUREAPP-6530) (#2855) * Initial implementation * Bind selectable check-ins item * Select items * Update strings * lint * show dialog * Update strings.xml * Delegate to ViewModel * Correct text * Consider pre-consent * Move screen to actual graph * Add unit tests * Select All behaviour * Tweak padding and background color in darkmode. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> * Add submission consent property to checkin database (EXPOSUREAPP-6514) (#2859) * Add new Check-In property for submission consent. * Fix unit tests. * Wire up new consent (EXPOSUREAPP-6532) (#2860) * Wire CheckIns consent * Move to business logic * Handle back navigation * Fix test * Use completedCheckIns extension * Update CheckIns for submission * Renaming * Extend unit tests, test for CheckIn validity. * Fix KLINT * More unit tests * Lint * PR Comments Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> * Reset old selection (DEV) (#2870) Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Apr 16, 2021
-
-
Matthias Urhahn authored
* Refactoring. Move VerificationServer to `coronatest` package. Rename `TestResult` to `CoronaTestResult` and add new states. * CoronaTestRepository, draft2. More structure, modularise creation. Wire up HotDataFlow. * CoronaTestRepository, draft3. Test specific logic delegation to processor modules. Wire up legacy migration. * CoronaTestRepository, draft4. Test result polling & DataReset. * CoronaTestRepository, draft5. More migration logic. * Revert default env change. * Flesh out test storage further. * Extend test data with additional attributes, further move migration along. * Handle setting items as "being processed" when polling for test results. * Make SubmissionState test specific and remove SubmissionStateProvider.kt in favor of a state mapper for PCRCoronaTest.kt via extension function. * Make the refresh call blocking, so workers don't need extra logic to keep running. * Catch polling exceptions on processor level and store the exception. * Address PR comments and refactor legacy test data migration. * Adjust property visibility. * Make registerTest return the new test to allow the UI to navigate based on the return value. * Refactor test registration to support creating `CoronaTest` instances via TANs. * More specific key preference key. * CoronaTestRepository, draft6. Wire up SubmissionRepository.kt with all related UI elements. Fix dagger injection issues (loop) related to worker scheduling. * Resolve merge conflicts. Wire up HomeFragmentViewModel.kt * Fix test display behavior, only one unregistered card needs to be visible? * Fix unit tests, Pass1. * Lints * Fix unit tests, Pass2. * Fix unit tests, Pass3. * Fix unit tests, Pass4. * LINTs * Fix instrumentation tests. * Workaround for submission flow until more PRs are merged., grant consent change. * Fix processing state not being set according to parameter. * Fix/Adjust corona test storage. * Fix stableID collision between coronatest home screen cards. * Bandage unit tests that were affected by moving consent.
-
- Apr 15, 2021
-
-
AlexanderAlferov authored
Antigen: PCR and Rapid test home screen cards (EXPOSUREAPP-6019, EXPOSUREAPP-6020, EXPOSUREAPP-6021) (#2822) * PCR status cards * project.xml fix * Rapid status cards * Removed extra layout wrapping * Rename pcr test cards * Test fragment with all PCR tests cards * Clean up * Rapid status cards added * Clean up * Strings added * Test fix * Text fix for positive test cards * Text update for outdated rapid test description * Layout fix for positive rapid test cards * Layout fix for fetching card * Reused old asset for home icon * Update antigen_strings.xml Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com> Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Alex Paulescu authored
* Added hotline number to TAN and Tech hotline screens. * Fix detekt * Removed test for "Call" button press since there's no more call button. * Added spacing between international number and next text line. * Updated strings and text size. * Changed TAN button to blue. * Removed blank line. Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
- Apr 14, 2021
-
-
Mohamed authored
* Move CheckIn package * Move storage package * move storage * Move locations * Update CheckInSplitter.kt * Rename UI package * Fix renaming issues * Create 1.json * Rename test package * Fix typo in test package * Renaming * Get rid of some last usages of the wording "event" Co-authored-by:
Lukas Lechner <office@lukaslechner.com>
-
- Apr 12, 2021
-
-
Matthias Urhahn authored
* Prevent matching our own CheckIns, by marking submitted CheckIns in the database and skipping them during matching. * Add missing value. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com>
-
- Apr 09, 2021
-
-
Matthias Urhahn authored
* Refactoring, move extensions closer to their use-case. * Adjust riskState combination, if either calculation fails, the combined riskstate is also CALCULATION_FAILED and should show the white failure card on the home screen. * Introduce ptRiskLevelResult.checkInOverlapCount as analog to ewRiskLevelResult.matchedKeyCount for the CombinedEwPtRiskLevelResult to allow the UI show information for "low risk with encounters" situations. * LINTs * Adjust unit tests to reflect the risk status combination priority (FAILED>HIGH>LOW). * Home screen download/calculation progress should include PresenceTracingWarningTask * LINTs Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
BMItter authored
* Created contact journal entry creator * reduced complexity & clean * updated CheckOutHandlerTest * First test, others will follow * ktlint * added further tests for location creation * Changed trace location id to ByteString * 42 * ContactDiary ContactJournal contactdiaryoverviewViewModelTest Adjustment * Improved location name, Added test if name gets created as expected * test adjustment * Create location visits if missing * satisfy ci - further tests are coming * clean Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Apr 07, 2021
-
-
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>
-
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>
-
- Apr 06, 2021
-
-
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>
-
- 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>
-
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
-
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>
-
- Mar 31, 2021
-
-
BMItter authored
* string preparation * Use modular recycler view for dairy days, adapter, items, layouts * Use modular recycler view for dairy days - next * improved item handling * Added dividers, diff util * adjusted header logic * Added final risk event for diary, refactored ENFitem and ENFvh, cleanup * final logic for risk event diary * Adjusted baselne - diary extension * diary db migration and new attributes for event extension * cleanup, sourceCheck * clean code * Added migration tests, updated ContactDiaryDatabaseTest to utilize new attributes * Replaced recyclerview with Flow, some layout improvements * Removed unused viewholders * Fixed contact diary test * Removed debug code * Fixed broken tests * Added test for risk by event * Adjusted spacing * cleanup, missing itemDecoration * cleanup, detekt, reduced complexity * named params * Use srcCompat * replaced event with trace location * Respecting the tech spec * conflicts resolved for OverviewViewModel * source clean * fix conflicts to newest 2.0 merge * resolve merged migration test conflict Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
Lukas Lechner authored
* Remove Server Communication during for event creation * Fix EventRegistrationTestFragmentViewModel.kt * Make compiler happy after TraceLocation model changes * Adapt tests for TraceLocation model changes * Fix instrumentation tests * Add test for TracelocationUserInput -> TraceLocation mapper * Remove Create TraceLocation Url from Environment and Debug Options * Remove TRACE_LOCATION_VERSION constant * Do the encoding samba dance * Update room schema for event registration * Fix layout issue in debug options Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Alex Paulescu authored
* Added drawables. * Updated Strings. * Added QR info screen. * Accounted for all navigation possibilities. * Ktlin fix. * Fixed instrumentation test. * Update legal strings * BE to AE English fix * Addressed PR comments. * Now using MoreInformationView for DataPrivacy. * Removed duplicate code. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
ralfgehrer <mail@ralfgehrer.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Chilja Gossow authored
* risk calculation * refactoring * mapping tests * move risk calculation to different change list * detekt * refactoring * compare byte array * refactor guidHash * merge 2.0.x * clean up * improve performance * klint * merge 2.0.x * adapt tests * revert unintended change * db json * change package * klint * clean up naming * parallel matching * comments * klint * limit parallel processing to max of 4 * merge * move into one file * change visibility * fix test * Revert to default ENV for deviceForTestersDebug * Revert "Revert to default ENV for deviceForTestersDebug" This reverts commit e98432fc Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- Mar 26, 2021
-
-
chris-cwa authored
-
- Mar 25, 2021
-
-
Ralf Gehrer authored
* Fix risk card detail screenshots and device time (EXPOSUREAPP-5970) * remove firebase_screenshots task again
-
- Mar 23, 2021
-
-
Matthias Urhahn authored
* Pass the whole `VerifiedTraceLocation` to the confirmation screen so it has all the data needed to create a CheckIn.kt * Fix mapping condition for active checkins. * Fix default ID check. * Fix live update due to multiple instances of the DAO. * Adjust unit tests for CheckInRepository.kt * Resolve conflicts.
-
Lukas Lechner authored
* Add byteRepresentation property for TraceLocation and TraceLocationEntity * Fix TraceLocationVerifierTest.kt and TraceLocationDatabaseData.kt Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- Mar 22, 2021
-
-
Matthias Urhahn authored
* Add deletion for checkins. * Add deletion for checkins. * Fix tests and adjust update call. * Can't enjoy the weekend while unit tests are failing ಠ_ಠ
-
- Mar 19, 2021
-
-
Ralf Gehrer authored
* Add Screenshot for low risk card after 14 days of installation (DEV) * use proper task * drop screenshot ci task again * address comments
-
chris-cwa authored
* updated checkin entity * updated checkin entity * satisfying tests, detekt, ktlint, circle-ci, ... * satisfying instrumented tests * fixed more unit tests, removed unnecessary null-check * renamed field * made signature base 64 * fixed tests * fixed signature tests * ktlint * no more use of blob * updated repository * fixed unit tests * fixed instrumented tests * renamed tests * fixed merge conflicts
-
- Mar 18, 2021
-
-
Matthias Urhahn authored
* Adopt new signedTraceLocationFormat * QR Code decoding adjustment. * Adjust failing test & refactoring. * Fix typo. * Remove duplicate data class and re-use DefaultTraceLocation. Adjust to new signature/location bytearray encoding. * Remove extra interface for TraceLocation and use the dataclass directly. * Package refactoring * Fix package import. * Fix package import in nav graph * Fix additional package imports. * Fix additional package imports.
-
- Mar 17, 2021
-
-
Lukas Lechner authored
* Use TraceLocationType enums from protobuf * Adapt database tests
-
axelherbstreith authored
* Added basic screenshots * added screenshots for active and inactive logging * refactoring * linting * removed empty lines Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Mar 16, 2021
-
-
Matthias Urhahn authored
* "My Check-Ins" skeleton UI, strings, graphics and refactoring. * Fix padding calculation. * Adjust URL parser test.
-
Mohamed authored
* Map presence tracing configuration parameters * Give priority to config values * Use presence tracing config in QR Code creation * lint * Fix tests Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Mar 12, 2021
-
-
Matthias Urhahn authored
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com>
-
- Mar 11, 2021
-
-
Lukas Lechner authored
* Add events card in event registration test fragment * Format * Create empty fragments and implement navigation * Create layout for CreateEventTestFragment.kt * Add spinner for event type * Build event object from input * Create database for event registration and store events in it * Fix date issue * Show stored events in a simple way * Make event list more pretty * Add button to delete all events in ShowStoredEventsTestFragment.kt * Change the functions of HostedEventRepository.kt to regular functions instead of suspend functions * Change text in EventRegistration TestFragment * Fix merge issues * Add parameters from new TechSpec * Change wording from 'hosted Events' to 'TraceLocation' * Delete event registration database on app reset * Fix detect issue 'MaxLineLength' * Remove parcelable from TraceLocationEntity.kt * Map TraceLocationEntity to TraceLocation in TraceLocationRepository * Use the Instant.seconds extension function * Use existing EventRegistrationModule.kt instead of creating a new one * Only delete traceLocations on App reset instead of all tables in TraceLocationRepository.kt * Add named parameters to TraceLocation mapping * Add unit test for TraceLocation Mapper * Add unit tests for EventRegistrationConverters * Add unit tests for TraceLocationEntity mapping * Add events database table to 'TraceLocation' database and remove 'EventRegistration' database * Add database tests for TraceLocations * Fix issue in EventRegistrationModule.kt * Add database tests for checkInDao * Fix detekt maxLineLength issue * Fix inconsistency in TraceLocationEntity.kt * Fix ktlint issues * Inherit from BaseTest or BaseTestInstrumentation in tests * Fix issue in TraceLocationConverters.kt
-
Mohamed Metwalli authored
-
Mohamed Metwalli authored
-