- Jun 02, 2021
-
-
CWA Technical User authored
-
Lukas Lechner authored
* Fix images not shown in Screenshots * Run firebase_screenshots in CI pipeline * Use ImageView instead of AppCompatImageView * Use launchFragmentInContainer2 * Revert to use launchFragmentInContainer2 * fix imports * Update activity_fake_empty.xml * Fix tests * Update TraceLocationCreateFragmentTest.kt * Fix tests 2 * Fix TraceLocationCreateFragmentTest * now? * Try another Device * Revert "Try another Device" This reverts commit fdb7b7babe0d74885264d1df9fb00d5263ff9884. * Revert * Fix images not shown in Screenshots * Run firebase_screenshots in CI pipeline * Use ImageView instead of AppCompatImageView * Use launchFragmentInContainer2 * Revert to use launchFragmentInContainer2 * fix imports * Update activity_fake_empty.xml * Fix tests * Update TraceLocationCreateFragmentTest.kt * Fix tests 2 * Fix TraceLocationCreateFragmentTest * now? * Try another Device * Revert "Try another Device" This reverts commit fdb7b7babe0d74885264d1df9fb00d5263ff9884. * Revert * Fix imports Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-
BMItter authored
* preparation * integrated StepEntry - wip * icon and vertical line for result screen * Set test cert peding info * fix null pointer * Better code * detekt clean * added night icon * adjusted dark icons Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com>
-
- Jun 01, 2021
-
-
Mohamed Metwalli authored
* Target Android 11 * Update QrCodeFullScreenFragment.kt * Consistency on different versions * Move to IntentBuilder constructor * Run screenshots * Fix notification test * Update ScreenShotter.kt * Delete ScreenshotUnderTest.kt * Update ScreenShotter.kt * Docs * Revert Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
BMItter <Berndus@gmx.de>
-
CWA Technical User authored
Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/7fea571024d6847ef9a1138d4c3200cf70ea800f (#3339) Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Chilja Gossow authored
* add storage * adjust donor * refactor detector * tests * fix tests * fix tests * klint * fixes * fix crash * fix shared prefs * fix shared prefs * detekt * refactoring * fix tests * fix type klint * remove unnecessary storage * use last calculated * remove change detector * use last calculated * fix test * merge 2.4 * fix naming * fix getLastChangeToHighRiskPt/Ew * calculations unit tests * refactoring * refactoring * merge 2.4 * more tests * rename * detekt * merge 2.4 * fix order Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Juraj Kusnier authored
* CertificatesAdapter with some cards * Update navigation * remove old implementation * update CertificatesViewModel * update CreateVaccinationCard * header card * info card * fix strings * clean code * update CertificatesFragment * update strings * Remove unused interfaces * Update CreateVaccinationCard Co-authored-by:
BMItter <Berndus@gmx.de>
-
Kolya Opahle authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com> Co-authored-by:
AlexanderAlferov <64849422+AlexanderAlferov@users.noreply.github.com>
-
Kolya Opahle authored
-
Lukas Lechner authored
* Store Risk Result at current server time in case the device time is incorrect * Fix RiskLevelTaskTest.kt * Fix RiskLevelTaskTest.kt by not using hardcoded instant value Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Chilja Gossow <49635654+chiljamgossow@users.noreply.github.com> Co-authored-by:
AlexanderAlferov <64849422+AlexanderAlferov@users.noreply.github.com>
-
AlexanderAlferov authored
* Certificate info screen * Adjusted style according to mockup * Fix instrumental test * Return of the lost margin Co-authored-by:
I502720 <axel.herbstreith@sap.com> Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com>
-
Natalia Lemmerth authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
Kolya Opahle authored
-
CWA Technical User authored
-
Alex Paulescu authored
* Adjusted strings to new design. * UA typo fix (#3301) changed "abrufen" to "abzurufen" * UA change requested (#3312) * UA typo fix changed "abrufen" to "abzurufen" * UA change requested changed the sentence to make it clearer and easier to read. Pleas apply, thanks! Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
BMItter <Berndus@gmx.de> Co-authored-by:
Juraj Kusnier <jurajkusnier@users.noreply.github.com> Co-authored-by:
ChristinaTsigganos <83332313+ChristinaTsigganos@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
axelherbstreith authored
* add basic xml layout * added basic files * refactoring + adding new strings * updated travel notice * fixed linting * connected screen to test_nav_graph * lint * added to test_nav_graph * linting * updated styling * increased green card background * lint * renamed variables * updated margins * addressed comments * addressed more comments * unified qr code cards * added links * linting * added missing space * Try another device * Revert "Try another device" This reverts commit bca7c56e6659392ce720590f15ccf1779bd544ac. * updated with new strings Co-authored-by:
BMItter <Berndus@gmx.de> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Matthias Urhahn authored
* Extend corona test data structures with digital covid certificate related properties. +Some additional wiring, plumbing and tests for future PRs. * LINTs * Adjust TestRegistrationRequest to supply dcc consent and DOB on test registration. * Remove explicit assignment, defaults are sufficient. * A few additional unit tests to check defaults. * DateOfBirthKey calculation, draft 1 * Fix date parser pattern. * wip * Adjust padding calculation to take the new dobHash into account. Some refactoring to make it less complicated to adjust for future changes. * klint, ofc. Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
- May 31, 2021
-
-
Matthias Urhahn authored
-
SAP LX Lab Service Account authored
Change-Id: If789f7a96c6fdbf561d0d7266a7b2dd2f13b9970
-
CWA Technical User authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
-
Kolya Opahle authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Lukas Lechner authored
Show different strings on negative RAT screen depending of whether the test is anonymous or not (EXPOSUREAPP-7468) (#3329) * Show different strings on negative RAT screen depending of whether the test is anonymous or not * version bump Co-authored-by:
Luka Harambasic <luka.harambasic@sap.com>
-
CWA Technical User authored
Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/57fca7cf6e02ae31d9083a9b71011ac5074b3c2d (#3315) Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- May 29, 2021
-
-
Tim authored
This commit discontinues the table of repositories, instead it links to the table in the documentation repository. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- May 28, 2021
-
-
Mohamed Metwalli authored
* Initial commit * Adapt new design * Swap text and input * Show dialogs and adjust text * Adjust visibility * Some cleaning * TODOs and text adjustments * Revert Navigation changes * Lint * Add way for testing * Adjust testing Navigation * Fix typos * Review comments Co-authored-by:
BMItter <Berndus@gmx.de>
-
Matthias Urhahn authored
Extend corona test data structures with digital covid certificate related properties (EXPOSUREAPP-7487) (#3309) * Extend corona test data structures with digital covid certificate related properties. +Some additional wiring, plumbing and tests for future PRs. * LINTs * Adjust TestRegistrationRequest to supply dcc consent and DOB on test registration. * Remove explicit assignment, defaults are sufficient. * A few additional unit tests to check defaults. Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
-
Natalia Lemmerth authored
-
Mohamed Metwalli authored
* Phase 1 * Phase 2 * Fix test * Phase 3 * Update ContactDiaryDayFragmentTest.kt * Tests refactoring * Lint * Fix tests * lint * Revert * Run screenshots * Revert screenshots Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- May 27, 2021
-
-
chris-cwa authored
* Additional hint to find details of exposures in the contact journal * removed unnecessary var * add box to adapter * removed unessesary view group Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Mike McCready authored
Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
fynngodau authored
* Fix padding of RAT profile continue button * Enhance scrolling behavior of RAT profile screen Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
CWA Technical User authored
Update from https://github.com/corona-warn-app/cwa-protocol-buffers/commit/f3668777f03fba62f59f42e003263a68087b38ce (#3293) Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-