- Dec 14, 2020
-
-
Matthias Urhahn authored
-
Matthias Urhahn authored
* Fix crash when trying to update TEK history without tracing enabled. Refactor tracing permission requests and then re-use the tracing permission requests within the TEK updater logic. * Fix test regressions. * Implement additional unit tests for TEKHistoryUpdater.kt * Additional unit tests for ENF related permission requests. * Additional tests for TEKHistory Updater/TracingPermission callbacks. * Additional tests for TracingPermissionHelper.kt handleActivityResult calls.
-
Katharina Seiz authored
* Version bump 1.9.1.1 (DEV) * start with build version 0
-
Ralf Gehrer authored
-
- Dec 11, 2020
-
-
Matthias Urhahn authored
* Explicitly log invalid symptom data. * Unless the symptom flow is successfully completed, we assume Symptoms.NO_INFORMATION. The information is based from one fragment to the next. The stored symptom data is only updated if the last fragment successfully completes. * Unit test for symptom indication. * Update Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/submission/symptoms/calendar/SubmissionSymptomCalendarViewModel.kt Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com> * Update Corona-Warn-App/src/main/java/de/rki/coronawarnapp/submission/TransmissionRiskVectorDeterminator.kt Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com> * fixed super-fatal code formatting Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
chris-cwa <chris.cwa.sap@gmail.com>
-
Chilja Gossow authored
-
Rituraj Sambherao authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Oliver Zimmerman authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
* Change dialog cancel behavior. Stay on screen. * Switch dialog button. The "positive" action is always in reference to the dialog's question. So positive here means to not warn others, while "warn others" is the negative action that cancels the dialog. * Remove unused code. * Simplify fragment init. * LINTs Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Katharina Seiz authored
-
- Dec 10, 2020
-
-
Oliver Zimmerman authored
* Started new card includes. * Strings added, card layout complete * Added boolean value for whether or not test result has been seen. Implemented new card. * Adjusted true / false conditions * Added navigation for new card and button. * Added additional case where test result is negative and not seen * Adjusted navigation, added check for positive card on homescreen to not show unless test result has been seen * Added doNavigate - whoops. * Lint fixes * Adjust existing tests * More test adjustments. * More test adjustments * Nicjed submissionSettings.hasViewedTestResult * Removed duplicate string value. * Make risk card visible with new card, regardless of result. * Added small test for new card. * Overhaul. Now using LiveData and observing within fragment for true/false value for 'gone' in XML layout * Unfix the 'fixed' tests * Lint, trailing comma * Refix some tests that the unfixing didn't.... fix. * Reset test related settings. * Change button to match iOS design and actually make sense... * Fixed merge regressions and adjusted card states. * Adjusted tests after refactor * Changes to not break reminder that was relying on changed function * Test changes, instance now contains hasResultBeenSeen boolean * More test adjustments * Added resetTestRelatedSettings to removeTestFromDevice. * Set to test related prefs to false within Repository rather than Settings. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
AlexanderAlferov authored
* Test result available notification added * Refactored NotificationHelper to injectable class Adjusted tests and classes * Use the pending test result fragment as forwarding tool. * Fix test regression. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
Merge 1.8.x into 1.9.x
-
Matthias Urhahn authored
# Conflicts: # gradle.properties
-
BMItter authored
* Use startedAt as fallback when finishedAt ist null to avoid new download tasks get launched while a task is running * Additional logging on DefaultDiagnosisKeyProvider * work-runtime-ktx to latest stable * better mapNotNull, adjusted Exception * removed worker downgrade for separate PR Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
* Fix TEK Storage item sorting. * Remove legacy test fragment, add necessary features to other fragments. * LINTs Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Katharina Seiz authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Rituraj Sambherao authored
* string fixes * string paragraphs and changes * String changes * Update strings.xml Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
janetback <68653277+janetback@users.noreply.github.com>
-
Chilja Gossow authored
replace app bar icon with X to indicate abort Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Ralf Gehrer authored
* Update default strings (DEV) * fix comment * fix typo * fix typo
-
Matthias Urhahn authored
Merge 1.8.x into 1.9.x (DEV)
-
Katharina Seiz authored
-
Matthias Urhahn authored
-
Matthias Urhahn authored
* Renamed variables * Don't observe the countryList on the main thread (as it comes directly via appconfig now)
-
SAP LX Lab Service Account authored
Change-Id: I60c89565990aaf8f701531b2aee7d2ddb8169c19 Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
# Conflicts: # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/onboarding/OnboardingTracingFragmentViewModel.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/submission/warnothers/SubmissionResultPositiveOtherWarningViewModel.kt # Corona-Warn-App/src/main/res/layout/include_submission_positive_other_warning.xml
-
Matthias Urhahn authored
* Draft: Split up test result fragment into pending and negative. * TODO pending fragment needs to forward automatically when the result is available * When do we check if tracing is enabled? * When we receive a non-pending test result while on the pending-result fragment, we forward automatically to the right screen. * Clean up pending test result layout. * Extract invalid test result fragment into it's own screen. * LINTs * Remove unused problematic API. * Fix merge regressions. * Address PR comments: Improve navigation.
-
Matthias Urhahn authored
-
Matthias Urhahn authored
-
Matthias Urhahn authored
* Don't execute the update checker (and it updating the config) on the main thread. * LINTs * Add unit tests for launcher viewmodel and update checker edge cases. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
chris-cwa authored
* legacy config is never valid and should always trigger download of remote config * If the validity duration is 0, the config is never valid. Add unit tests for validity edge cases. * Add negative time cases. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
* Remove the extra flow that would cache the countries. The app config itself is cached already. When accessing the countrylist they will be mapped from the latest available app config. * Undo name shortening. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
fynngodau authored
* Deduplicate technical.html #1757 * Format technical.html Add br tags where necessary and reduce confusion by adding a horizontal ruler in front of where the license texts start. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
- Dec 09, 2020
-
-
Chilja Gossow authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Kolya Opahle authored
* Added calls to LocalData.isTestResultNotificationSent to test removal sites Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed some now unused properties from LocalData Moved test removal to SubmissionRepository Fixed tests to work with new test removal Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed unused strings from the de-strings.xml Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
* Update legal_strings.xml * Update legal_strings.xml Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Align coloring and padding with mockups.
-