- May 24, 2021
-
-
Alex Paulescu authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- May 21, 2021
-
-
CWA Technical User authored
-
axelherbstreith authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
axelherbstreith authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* Reduce config check timeout for the update checker by 50% to reduce app blocking on launch due to bad internet or firewalls. * LINT Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
* default strings * fix missing strings * fixed german strings * ignore missing translations
-
axelherbstreith authored
Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
SAP LX Lab Service Account authored
Change-Id: I4865b32300e40d08552407a1ee1fa18ebdc0d7fb Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
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
-
-
CWA Technical User authored
-
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>
-
CWA Technical User authored
-
- 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>
-
Mohamed Metwalli authored
-
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
-