- May 10, 2021
-
-
Matthias Urhahn authored
* Add home cards for vaccination status. * Fix instrumentation test. * Fix instrumentation test, season 1, episode 2. * fix icons * Address PR comments * Card label is not dynamic based on vaccine ID, it's a hardcoded name. * Replace card graphics with new design. Co-authored-by:
Juraj Kusnier <jurajkusnier@gmail.com> Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- May 07, 2021
-
-
Mohamed authored
* Vaccination details screenshots * lint * Update test * Update sceenshots mock data * Fix format * Update ScreenShotter.kt * Remove string
-
- Apr 28, 2021
-
-
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
-
- Apr 27, 2021
-
-
Juraj Kusnier authored
-
- Apr 26, 2021
-
-
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.
-
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>
-
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
-
-
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>
-
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.
-
- Apr 22, 2021
-
-
Matthias Urhahn authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Apr 21, 2021
-
-
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>
-
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.
-
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
* 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
-
Lukas Lechner authored
* Share error log instead of storing it locally * Remove remaining "store-locally" logic * Refactor DebugLogFragment.kt * Fix string descriptions * Fix DebugLogFragmentTest.kt * Update strings.xml Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- 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
-