- Mar 12, 2021
-
-
Matthias Urhahn authored
Event registration (feature-main-branch) (EXPOSURE-5062)
-
- 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
-
Mohamed authored
* Create PrintingAdapter.kt * Update PrintingAdapter.kt * Test printing * Update QrCodeCreationTestViewModel.kt * Remove Charset causing crash only older versions * Log * Add logs and specify media size
-
Matthias Urhahn authored
-
harambasicluka authored
-
CWA Technical User authored
* Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/30e2277c8d988d275bbb5c84dbcabab6044f67c2 * Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/9b27a6aa6b616b3fcdc5bc531d8d6f1f83fc01d8 * Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/611d75dcae6e72f4c0067d78e52b3eac50eafc40
-
Alex Paulescu authored
-
Mohamed Metwalli authored
-
Mohamed authored
* Refactoring - Add basic setup for attendee and organizer - Renaming and re-packing for already implemented screens * Rename * Add check in tab * lint * Connect scan fragment * Navigate to confirm event * Fix import * lint * Add FAB text * Update MDC version * Catch error * Animate transition * Add space * Connect check-in flow * Parse signed event * Import SingleLiveData * Add test * Clean-up * Delete ConfirmCheckInViewModel.kt * Support new deeplink host and requirements * Validate uri * Update LauncherActivityTest.kt * Renaming * Trace location times are in seconds * Delete redundants * Remove destinations from main graph those destinations are part of attendee graph now * Use hard coded string * Verify uri * Pass QRCodeVerifyResult directly * lint
-
- Mar 10, 2021
-
-
Mohamed authored
* Basic setup * Test verification * Update DefaultQRCodeVerifierTest.kt * Invert boolean to reflect method name * Adjustments to prepare for refactoring of "Verificationkeys" class. * Add more tests and modify encoded event data * Update ConfirmCheckInViewModelTest.kt * Consider warning case * Add test cases for warning * Fix test * Show error * Add todo * lint * Move time warnings into result * Update ConfirmCheckInViewModelTest.kt Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Mohamed authored
* Animate contact diary FAB on scroll * Animate transition * Fix destination
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/androidTest/java/testhelpers/TestAppComponent.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/util/files/FileSharing.kt # Corona-Warn-App/src/main/res/navigation/nav_graph.xml
-
axelherbstreith authored
* added new confirmation alert * linting
-
- Mar 09, 2021
-
-
Matthias Urhahn authored
* Change censoring such that on tester builds it's noticeable whether it worked or not. * Add debug log censors for new diary data fields: Loaction/Person: Email&Phone; Visit/Encounter: Circumstances. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
chris-cwa authored
* repo for checkins * repo for checkins * renamed param * added more crud methods * added fields from new specs version * fixed ktlint issue * fixed class hierarchy * fixed UnnecessaryAbstractClass * fixed nullable types * renamed to Event* to TraceLocation* to be in sync with spec * moved database one package level up * use app scope for insert * renamed const * convert data between repo and database * removed interface for data class, renaming, housekeeping * entity is no parcel anymore * + update method in checkin repo
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-
janetback authored
-
harambasicluka authored
* legal text logging - en & tr - 1 * legal text logging - en & tr - 2
-
Mohamed authored
* Isolate main screens tests * Write some docs Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Ralf Gehrer authored
* Remove date on low risk detail screen explanation (EXPOSUREAPP-5545) * fix lint
-
- Mar 08, 2021
-
-
BMItter authored
* require transmissionRiskValueMappingList to not be empty - Added text * Made tests more specific Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
harambasicluka authored
Technical support (feature-main-branch) (EXPOSUREAPP-4451)
-
Matthias Urhahn authored
-
Matthias Urhahn authored
-
chris-cwa authored
* - database, active tracing time * fixed unit test * fixed unit test * fixed instrumented tests * fixed unit test * - unused test case * removed more unused code * fixed unit test * ktlint * removed optional parameter Co-authored-by:
Alex Paulescu <alex.paulescu@gmail.com>
-
Matthias Urhahn authored
* Dialogs for DebugLog screens. * fix navigation * Address PR comments. Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
Matthias Urhahn authored
* Setup environment for new LOG_UPLOAD url. * Upload structure, WIP * Resolve merge issue * Packagename refactoring. * Allow ID selection and copy to clipboard on clicking an item in the upload history. * Log upload first draft. * You get a test, YOU get a test, you get a test, everybody gets a test! * Fix navigation to legal screen. * Adress PR comments.
-
harambasicluka authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
axelherbstreith authored
* updated id references * renamed button * added scrollview ids * removed greyish background from legal fragment * updated navigation
-
Alex Paulescu authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-