- May 21, 2021
-
-
harambasicluka authored
* default strings * fix missing strings * fixed german strings * ignore missing translations
- May 20, 2021
-
-
Natalia Lemmerth authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- May 19, 2021
-
-
Lukas Lechner authored
* Add overflow menu icon to vaccination card * Show overflow menu on click * Delete vaccination certificate via overflow menu * Navigate back from VaccinationListFragment when all certificates got deleted * Lint * Add swipe to delete * Fine-tune layout * Lint * Sort vaccinations by vaccinatedAt property in vaccination list screen * Address PR feedback * Show error dialog when vaccination deletion fails Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
axelherbstreith authored
* updated rat texts * refactoring * updated layout ids Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Alex Paulescu <alex.paulescu@gmail.com>
-
harambasicluka authored
* release strings * Update release_info_strings.xml * Update release_info_strings.xml Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
- May 18, 2021
-
-
Lukas Lechner authored
* Adjust QrCode Card * Adjust incomplete state in vaccination list screen * Add ImmunityInformation card for state COMPLETE * Fix detekt issue * Lint around * Use actual qr code string to generate the QR code * Fix merge conflicts * Update top spacing * Rename function * Refactor property types of VaccinationListVaccinationCardItem * Fix Lint issue * Open QR-Code in Full Screen * Use hashed identifier to open VaccinationList from the HomeScreen Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Mohamed Metwalli authored
* Rename card * Adjust vaccination home cards * Update VaccinatedPerson.kt * String plurals * Lint Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Alex Paulescu authored
* Adjusted test registration screen to updated design. * Deleted unused strings. Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Natalia Lemmerth authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.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
-
-
Natalia Lemmerth authored
-
Natalia Lemmerth authored
-
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
-
- 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>
-
- May 12, 2021
-
-
DerVogel2020 authored
Co-authored-by:
Mohamed <mohamed.metwalli@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>
-
- May 11, 2021
-
-
Natalia Lemmerth authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
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
-
-
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>
-
DerVogel2020 authored
* fix Ok and Check-In * change OK back to Ok and Okay will become just Ok * remove capitalization
-
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>
-
Natalia Lemmerth authored
Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
- May 07, 2021
-
-
axelherbstreith authored
* add new icon * added new icon * adapted pending result screen * fixed merge conflicts * addressed comment * addressed comments * removed row with contact diary export * reverted string changes Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Lukas Lechner <lukas.lechner@sap.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
harambasicluka authored
-
Natalia Lemmerth authored
Changed Symptom-Erfassung to Erfassung von Symptomen https://github.com/corona-warn-app/cwa-app-android/blob/release/2.2.x/Corona-Warn-App/src/main/res/values-de/strings.xml#L977 Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Natalia Lemmerth authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Natalia Lemmerth authored
-
harambasicluka authored
Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
Natalia Lemmerth authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
* replacing apple with google * data privacy update Co-authored-by:
Mohamed <mohamed.metwalli@sap.com>
-
Mohamed authored
* Vaccination details screenshots * lint * Update test * Update sceenshots mock data * Fix format * Update ScreenShotter.kt * Remove string
-
- May 06, 2021
-
-
DerVogel2020 authored
-
- May 05, 2021
-
-
Juraj Kusnier authored
* Vaccination Certificate Register Home Card * Lint format * Update CreateVaccinationHomeCard * Update card layout
-
- May 04, 2021
-
-
InkenTownsend authored
To change typo of Check-ins according to IOS
-
Alex Paulescu authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- May 03, 2021
-
-
DerVogel2020 authored
* align error message to the one from the iOS repo * Update strings.xml Co-authored-by:
Natalia Lemmerth <83214960+NataliaLemmerth@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-