- May 17, 2021
-
-
Chilja Gossow authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- May 14, 2021
-
-
Juraj Kusnier authored
* update pending test immediately * add update pending test flag * update test * update test Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
- May 12, 2021
-
-
Lukas Lechner authored
* Connect VaccinationListViewModel.kt to VaccinationRepository * Navigate to VaccinationList Screen after scanning a vaccination certificate * Add navigation to scan new vaccination from list screen * Fix lint issues * Make detekt happy * Remove proof certificate related logic * Add more navigation wiring * Make detekt happy * Not make VaccinatedPersonIdentifier parcelable * Adjust VaccinationListFragment.kt Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
Mohamed authored
* Full screen qr-code that adapts to theme * Revert color inversion * Immersive mode * Small cleaning * Reset flags * Handle cutout * Lint * Update QrCodeFullScreenFragment.kt * Finally works *
lint * Fix navigation bar color on old Android versions * Polishing * Revert "Polishing" This reverts commit e2f2be1e4b298ca0731d0b0688a6607cd6cabaa2. * Revert "Revert "Polishing"" This reverts commit c99408dc5a46ec53161aac02f6cbebdd3f9c0486. * Clear flags * Show toolbar * Improving * Shadow view * finally works * works now? * Animate * Code polishing * Remove margin * PR comments * update shadow * Use divider Co-authored-by:Juraj Kusnier <jurajkusnier@gmail.com>
-
Juraj Kusnier authored
* Vaccination Certificate Register Home Card * Lint format * Update CreateVaccinationHomeCard * dummy VaccinationConsentFragment * update VaccinationConsentFragment * rename ids * update navigation * lint format * Implement design changes * FAQ text in blue * clickable FAQ link * fix consent button text * save consent state * fix test * fix merge conflicts * fix merge conflicts * update navigation flow * make navigation id shorter Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
- May 11, 2021
-
-
Chilja Gossow authored
* extractor * decoding * decoding, error handling * clean up * klint * detekt * simplify condition * comment failing unit test * unit test * change lib * Unit tests for RA/PCRCoronaTest.isFinal * Add license text. * add header * clean up * scan screen, error handling, navigation * clean up * klint detekt * merge * move strings * comments * klint * revert version change * fix fun name * fix merge conflicts * show dialog * add navigation * fix error dialog * fix error dialog * fix error dialog * fix error dialog * simplify * merge main * fix package * review comments * circular progress spinner * fix test Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Mohamed authored
* Connect to actual graph * Adapt new title * Lint * Connect to main screen cards * Lint * FixME ::
* lint * Keep testing logic * Remove fix me * Navigation * Naming
-
- May 10, 2021
-
-
Lukas Lechner authored
* Create first version of incomplete vaccination list screen with mock data * Add UiState for VaccinationListFragment.kt * Set Toolbar Overlay * Fine tune fragment_vaccination_list.xml * Use ModularAdapter * Add click listener to navigate to detail fragment * Fix nav_graph issue * Adjust layouts for night mode * Fix vaccination card colors * Fix mock data * Revert changes in Project.xml * Add TODO * Show blue background on complete vaccination status * Show subtitle on complete vaccination status * Add VaccinationListCertificateCardItem.kt * Show Refresh button on complete vaccination status * Add fragment in vaccination_nav_graph.xml * Connect Vaccination List ViewModel to Vaccination Repository * Create new mock data * Adapt VaccinationTestFragment.kt * Try to make sonar happy * Use VaccinationCertificate and ProofCertificate interfaces instead of VaccinationCertificateV1 and ProofCertificateV1 * Adjust title+subtitle alignment * Adjust text size in vaccination_list_incomplete_top_card.xml * Use isEligibleForProofCertificate boolean to show 'refresh' or 'register new vaccination' button * Adjust subtitle color of vaccination_list_certificate_card.xml and vaccination_list_name_card.xml * Fix package declaration of VaccinationListAdapter * Update VaccinationListAdapter instead of re-creating a new one each time we observe a uiState change * Refactor Navigation * Show sample QR-code * Add some layout improvements * Adjust background height for COMPLETE and INCOMPLETE state * Show both buttons in VaccinationListFragment - Refresh button and register Vaccination button * Use separate flow to generate qrCode * Refactor CardItems to be inlined into their ViewHolders * Ignore onClick listener in equals() and hashCode() of VaccinationListVaccinationCardItem.kt to avoid re-drawings * Fix Lint * Fix Detekt Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- May 07, 2021
-
-
Matthias Urhahn authored
* Remove TransactionException.kt it is never being thrown, leftover from legacy code. * On error, move to submission dispatcher screen, there the user could also be coming from a TAN. * Refactor handling for errors that happen when the user tries to register the same test type again. * Don't save a test that is already *_REDEMEED on the initial scan. * Unit tests for RA/PCRCoronaTest.isFinal Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Apr 30, 2021
-
-
Mohamed authored
* Setup screen * Screen ui and wiring * Update VaccinationUIModule.kt * Create new strings file * Bind view with logic * Apply parallax effect * Fix lint error * Handle complete and incomplete vaccination * Add to actual graph * PR comments * Update test_nav_graph.xml * Fix background * Rename to vaccinationCertificateId * adapt changes * lint * Update VaccinationRepository.kt * Deletion dialog * Adjust strings
-
- Apr 29, 2021
-
-
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 * UI * Bind profile data * lint * Use LocalDate directly * Update tests * Refactoring * Update styles.xml * Update rat_profile_onboarding_fragment.xml * Adjust Onboarding navigation * lint * Show deletion dialog - continue flow * V-Card * Add gone margin * remove un-required () * Reset date once date is cleared * Link * Add FN * Remove close button * Display all info * lint * Suppress lint * Add dialog text * Extra line spacing Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
-
Mohamed authored
* RAT Profile Onboarding * Polishing * Address PR comments * Update rat_profile_onboarding_fragment.xml * Update rat_profile_onboarding_fragment.xml * Address more comments * Add click listener * Update content description * Fix text * Update Corona-Warn-App/src/main/res/values/legal_strings.xml Co-authored-by:
janetback <68653277+janetback@users.noreply.github.com> * Update legal text Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com> Co-authored-by:
janetback <68653277+janetback@users.noreply.github.com> Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com>
-
- Apr 28, 2021
-
-
AlexanderAlferov authored
* Submission test result keys shared fragment * Clean up * Switch to translated strings * addressed comments * updated nav args class Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com> Co-authored-by:
BMItter <Berndus@gmx.de>
-
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 26, 2021
-
-
axelherbstreith authored
* Add Thank you screen to submission flow * lint * added test type distinction * updated layout * formatted code * adapted Thank You Screen to support different test types * updated icons Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.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
-
-
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 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>
-
axelherbstreith authored
* updated screen wiring * linting * fix * updated nav args handling
-
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
-
-
axelherbstreith authored
* refactored nav args * fixed navigation * added comments * added error handling
-
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>
-
- 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 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 13, 2021
-
-
Juraj Kusnier authored
* Update self-check-in flow * Update unit test Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
- Apr 09, 2021
-
-
Juraj Kusnier authored
* Introduce event duplication from QR Code Detail Fragment * move category to NavigateToDuplicateFragment data class * update comment * catch exception from DefaultTraceLocationRepository Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
- Apr 08, 2021
-
-
Juraj Kusnier authored
* Create self-checkin event * navigation to check-in * Prevent multiple self-check-ins * Fix merge * Update layout * Allow check-in multiple times * fix lint * Update test menu * Force onboarding before check-in by deeplink * fix typos 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 07, 2021
-
-
Alex Paulescu authored
* Fixed navigation from submission flow. * Fixed merge issues. 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 01, 2021
-
-
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>
-
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
-
- Mar 31, 2021
-
-
Kolya Opahle authored
* Added white cwa logo drawable Initial changes to fragment_confirm_check_in to align with figma design Removed old binding references from ConfirmCheckInFragment * Added logic for checkin handling and trace location info display to the ConfirmCheckInFragment * Added card for too late or too early check in to check in fragment * Added layouts and texts for the checkin edit functionality (no fragment and viewmodel code yet) * Separated ConfirmCheckInFragment and EditCheckInFragment Implemented CheckIn Editing in EditCheckInFragment * Fixed linting * Fixed tests in ConfirmCheckInViewModelTest * Added mocks for default unit tests in ConfirmCheckInViewModelTest * cleaned up the checkin and edit strings * First round of pr comments * Added check to EditCheckInFragment that disables save button if checkInDate is after checkOutDate * added StringRes annotation to getter * updated layout * changed switch styling * refactored checkIn layout * updated layout of edit checkIn screen * updated strings * added new style for cards without elevation and applied it to card on event info screens * Switched confirm card row to ConstraintLayout to fix issues with varying screen sizes * Made checkin time and label top aligned * Fixed issues created by merge Co-authored-by:
I502720 <axel.herbstreith@sap.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Juraj Kusnier authored
-
Juraj Kusnier authored
* TraceLocation duplication * Implement event duplication to list fragment * Update nav_graph Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Kolya Opahle <k.opahle@sap.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>
-
- Mar 29, 2021
-
-
AlexanderAlferov authored
* Initial commit * Button added * Streamlined list * Complete test fragment * Moved to clean * Clean up * Clean up, removed all test implementation * Clean up * Fix navigation * Swipe to delete * Adjust transition * Remove non-swipeable option Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
axelherbstreith authored
* added qr-code layout * added fragment to test menu * linting * fix max length * refactoring * refactoring * changed toolbar * simplified coding * updated nav_graph * fixed layout issue * removed rounded corners * updated class naming * fixed nav_graph * Satisfy detekt * added comments * added comments * updated background * changed buttons styling to match background * revert changes * added rounded corners * updated qr code creation animation * linting * fixed button positioning * added comments * outsourced qrcode generation to component * added accessibility strings * updated strings * removed unneeded dependencies * changed qrcode generation * updated strings * fixed issue with rounded corners * updated layout Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
- Mar 24, 2021
-
-
Matthias Urhahn authored
* Add checkout behavior, 1st draft. * Add checkin edit navigation. * Add tests. * LINTs * Basic error handling * Fix stopship TODO Co-authored-by:
Kolya Opahle <k.opahle@sap.com>
-