- May 18, 2021
-
-
Matthias Urhahn authored
* Re-enable tests, adjust test data, fix tests. * Fix duplicate certificate check. Fix certificate removal. Align error handling. More unit tests. * Change placeholder data so app doesn't crash when state==IMMUNITY. * Fix person not getting removed after the last certificate is removed. * Fix test issue in release mode. * Fix merge conflicts. Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Natalia Lemmerth authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Chilja Gossow authored
* country code mapping * fix test, review comment Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Juraj Kusnier authored
* Update vaccination consent screen * Update vaccination registration home screen card * update strings * revert trace_location_privacy_card changes * update layout margin Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
* fix 7117 * fix 5443 Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
InkenTownsend <83328021+InkenTownsend@users.noreply.github.com>
-
- May 17, 2021
-
-
Chilja Gossow authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Natalia Lemmerth authored
-
Mohamed Metwalli authored
Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com>
-
BMItter authored
* Created vaccination server * Separation of concern * Lazy initialization * better err messages * Local caching * detekt & ktlint clean * missing import * Update DataResetTest.kt * whatever * Fixed tests * Serialize as we want * - Load value sets, Use download cdn http client * 304 cleanup * Created stored value set version * fix conflicted VaccinationListFragment * clean detekt & sourceCheck * Update VaccinationListViewModel.kt * user errors wont crash the app * Tests for repo * clean * Ignore server cache headers * detekt Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Alex Paulescu authored
* Moved invalid QR code dialog to the qr code scan screen. * Adjusted test. * Added missing import. Co-authored-by:
Chilja Gossow <49635654+chiljamgossow@users.noreply.github.com>
-
Natalia Lemmerth authored
-
Christoph Kecht authored
* Bump to next Version 1.11.0.8 (DEV) #2220 * Update submission_create_rat_profile_card.xml * Fix card padding. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
CWA Technical User <67319337+Corona-Warn-App-Technical-User@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
darken <darken@darken.eu>
-
Chilja Gossow authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Mohamed Metwalli authored
* Typo * Remove obsolete design * lint * Remove navigation logic * Qrcode * Qrcode views * Use common style * Navigate to full screen * Adjust navigation * Common vaccination qr code card * Update build.gradle * Update VaccinationDetailsViewModel.kt * Add medical product name * Update tests * Lint * Add TODO * Review comments and resolve TODO * Update VaccinationDetailsFragment.kt
-
Alex Paulescu authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Mike McCready authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
- May 14, 2021
-
-
Natalia Lemmerth authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
fynngodau authored
* Separate links for different types of incompatibility warnings * Change links in other languages …fixes lint * Shorter link anchors Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Ralf Gehrer authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Juraj Kusnier authored
* update pending test immediately * add update pending test flag * update test * update test Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
Chilja Gossow authored
* NOOP vaccination data background update logic for now. * Adjust tests. * Remove proof certificate :( * remove code object and refactor * remove unused mock data * merge removal * remove env key * remove proof server * more removals * fix test * fix chain * clean * expose qr code * fix tests * fix tests Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
* NOOP vaccination data background update logic for now. * Adjust tests. * Remove proof certificate :( * remove unused mock data * remove env key * remove proof server * more removals * fix test Co-authored-by:
Chilja Gossow <49635654+chiljamgossow@users.noreply.github.com>
-
Matthias Urhahn authored
* For privacy and URI encoding, hash the person identifier code. * Unit tests for person identifier code(hash) calculation. * Exposure vaccination certificate header information. * Add vaccination status "IMMUNITY". * LINTs * Add "time until immunity" function. * Fix regression.
-
- May 12, 2021
-
-
DerVogel2020 authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
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>
-
SAP LX Lab Service Account authored
Change-Id: Idd4bffadf566ca45de0b00792fa16c37b5570d80 Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
-
Matthias Urhahn authored
ProofCertificate wiring, Vaccination Repository Episode 3 (EXPOSUREAPP-6888, EXPOSUREAPP-6729) (#3144) * Vaccination data updates, draft 1: Skeletons. * Vaccination data updates, draft 2: Wiring calls to refresh and condition checks. * Vaccination data updates, draft 3: Unit tests. * Introduce unit test that checks application setup. * Improve logging. * LINTs * Wrap the RawCOSEObject to prevent confusion, and help with conversion. typealias does not prevent missuse on compiler level. Kotlin value classes are still experimental :(. * * Make the base45 a project utility class, align call pattern with base32 and base64. Additional unit tests. * Align vaccination storage with COSE encoding/decoding. Unit tests. * wip2 * fixed types * prod url * wip * wip * Change mockk init. * wip * Add missing task factory registration. * Resolve merge conflicts. * Resolve merge conflicts. * Remove hardcoded proof check, works via UI now. * Fix/Improve unit tests. * Additional unit tests and polishing, ZIP bomp handling. * LINTs * Add test for magic header check. * Introduce ContainerPostProcessor.kt to allow injection of parsers into data containers. * Use DaggerVaccinationTestComponent to inject VaccinationQRCodeExtractor into VaccinationQRCodeExtractorTest. Prevent DI object construction from accidentally differing from the one under test. Co-authored-by:
chris-cwa <chris.cwa.sap@gmail.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>
-
Mohamed authored
* Bump Kotlin version * Lint * Fix test * Fix case * lint * jacoco * robolectric * Cleanup tests * Lint ,Happy now?
Co-authored-by:Lukas Lechner <lukas.lechner@sap.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>
-
Matthias Urhahn authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Vaccination Certificate (feature main branch)
-
Matthias Urhahn authored
* Refactor and reduce code complexity (SONAR debt). * Good morning detekt, yes it's a complex method but it is actually really readable from top to bottom. * Address PR suggestion. Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
Matthias Urhahn authored
-
Ralf Gehrer authored
* Change default environment to WRU (EXPOSUREAPP-7213) * fix test * Improve default server env test. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
Mohamed authored
-
Mike McCready authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-