- May 25, 2021
-
-
Mike McCready authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Mohamed Metwalli <mohamed.metwalli@sap.com>
-
Matthias Urhahn authored
* On low storage, the system may clean caches without asking, if the parent dir of the debuglog is deleted, writing will fail with an exception. Catch that exception, and try to recreate the path+file, otherwise fail silently. * Update logsize after retry as log could have been deleted. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
AlexanderAlferov <64849422+AlexanderAlferov@users.noreply.github.com>
-
Lukas Lechner authored
Contact Diary data is written in clear text into error log on data deletion (EXPOSUREAPP-7408) (#3261) * Censor people even after they got deleted in the contact diary * Censor people encounters even after they got deleted in the contact diary * Fix thread-safety * Censor contact diary locations even when they got deleted previously * Censor contact diary visits even when they got deleted previously * Fix lint * Censor checkIns even if they already got deleted * Censor TraceLocations even if they already got deleted * Censor RACoronaTests even if they already got deleted * Adjust RatProfileCensorTest.kt * Improve Thread-Safety of some censors * Refactor CoronaTestCensor.kt * Fix lint * Fix DiaryEncounterCensor.kt * Fix CheckInsCensorTest * Fix CensorInjectionTest.kt * Add mutex lock Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
-
Natalia Lemmerth authored
-
- 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>
-