- May 21, 2021
-
-
harambasicluka authored
Co-authored-by:
I502720 <axel.herbstreith@sap.com>
-
Matthias Urhahn authored
* Detect censoring collision and replace whole line with placeholder. Give the debug logger an additional thread to parallelize censoring. * Smart censoring collision handling. * Tweak logging performance. * Adjusted unit tests to censoring changes. * Print stacktraces to debug log too! * Make KLINT happy * Adjust tests to changed log formatting. * Add tests for throwable formatting in debuglogger lines. * Re-enable debug tree. * Fix incorrect censoring range. We need the range of the original match, not it's replacement. * Fix duplicate new line if exceptions are logged. Co-authored-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
axelherbstreith authored
-
- May 20, 2021
-
-
Matthias Urhahn authored
* Reverse swipe-responsibility (opt-out -> opt-in) Call setupSwipe() on a RecyclerView, then any ViewHolder that implements `Swipeable` can be swiped. Previously other unrelated items were swipeable too and had to be explicitly excluded. * Remove unused extensions. Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
chris-cwa authored
* unit tests for vaccination server * renamed resources Co-authored-by:
BMItter <Berndus@gmx.de> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Mohamed Metwalli authored
* Tweak view binding lazy * Update VaccinationListFragment.kt Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Mike McCready authored
* Make snapshot log filename Windows compatible (replace : with _) * Modify LogSnapshotterTest for changed filename timezone and colon replacement Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Natalia Lemmerth authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
axelherbstreith authored
* aligned margins between cards * fixed image positioning * fixed image corner radius Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Chilja Gossow authored
* align behavior of progress indicator for qr code * hide on error
-
Mohamed Metwalli authored
-
Alex Paulescu authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Natalia Lemmerth authored
* UA Bugfix Privacy Policy (EXPOSUREAPP-7274) * Update privacy_en.html * Update privacy_en.html Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Lukas Lechner authored
* Create Screenshots for VaccinationListFragment * Fix issue of Image not showing up in InstrumentationTests in VaccinationList and Vaccination Details Replace ImageView with AppCompatImageView * Fix lint * Fix InstrumentationTest Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
- May 19, 2021
-
-
BMItter authored
* Better logging * Removed left over * Changed cache dir * Reworked value set repo, some renaming * detekt & sourcecheck clean * Added tests, Renamed prefs * missing imports * clean * clean test source * naming * Added Tests * Removed obsolet vaccination related code, removed obsolet classes * CI magic Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Mohamed Metwalli authored
* Refactoring * Use testedAt timestamp Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com>
-
harambasicluka authored
-
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>
-
Natalia Lemmerth authored
-
Matthias Urhahn authored
-
harambasicluka authored
* release strings * Update release_info_strings.xml * Update release_info_strings.xml Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Alex Paulescu authored
* Removed coroutine scope as it wasn't being used. * Failsafe to dismiss the "Datenabruf" dialog before navigating to a different screen. * Tests were complaining. Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
- May 18, 2021
-
-
Juraj Kusnier authored
* Update HomeFragmentTest * screenshots for VaccinationConsentFragment * update vaccination_consent_fragment * update viewModel setup * revert vaccination_consent_fragment.xml changes Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
Add comment to workaround, to clarify conditions why it was added and when it can be removed. (#3211) Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Philipp Nowak authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Mohamed Metwalli authored
* Move test qrcode to debug * Update config.yml * Revert
-
Mohamed Metwalli authored
-
Kolya Opahle authored
* Implemented CertificateQrCodeCensor + CertificateQrCodeCensorTest also added setup calls in places where logging data is generated * Adjust censoring to allow for multiple datasets. * Simplify censor data gathering. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Chilja Gossow <49635654+chiljamgossow@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
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>
-
harambasicluka authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.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>
-
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>
-