- Nov 18, 2020
-
-
chris-cwa authored
-
chris-cwa authored
-
chris-cwa authored
-
chris-cwa authored
# Conflicts: # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/appconfig/AppConfigModule.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/appconfig/ExposureDetectionConfig.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/appconfig/download/DefaultAppConfigSource.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/appconfig/mapping/ExposureDetectionConfigMapper.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/appconfig/mapping/KeyDownloadParametersMapper.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/appconfig/sources/remote/AppConfigApiV1.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/appconfig/sources/remote/AppConfigServer.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/diagnosiskeys/download/DownloadDiagnosisKeysTask.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/storage/TracingRepository.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/main/home/HomeFragmentViewModel.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/tracing/details/RiskDetailsFragmentViewModel.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/update/UpdateChecker.kt # Corona-Warn-App/src/test/java/de/rki/coronawarnapp/appconfig/download/DefaultAppConfigSourceTest.kt # Corona-Warn-App/src/test/java/de/rki/coronawarnapp/appconfig/mapping/ExposureDetectionConfigMapperTest.kt
-
harambasicluka authored
Release 1.7 to 1.8
-
chris-cwa authored
* activate WindowExposure mode * extirpated tokens! * detekt, ktlint * fixed tests * - v1 methods * - get v1 exposure summary * - fixme * updated exposure summary repo * Adding mock dependencies that are required to instantiate the worker factories in our binding test. * Added numberOfDaysWithHighRisk and numberOfDaysWithLowRisk according to new tech spec * Transformed minimumDistinctEncountersForRisk and mostRecentDateForRisk into extension fun * make sure list of windows and aggregated result belong together * sending values for current UI * fixed ktlint * renamed ExposureResultStore * fixed tests Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
BMItter <berndus@gmx.de>
-
chris-cwa authored
-
Kolya Opahle authored
Fixed asset appconfig resolution for v2 config (EXPOSUREAPP-3456)
-
Kolya Opahle authored
-
Kolya Opahle authored
-
Ralf Gehrer authored
-
Matthias Urhahn authored
Fix config default values not being used if protobuf is missing the data structures (EXPOSUREAPP-3856) (#1649) * Improve logging. * Fix exposure detection config not using default values if protobuf structures are null. * Fix key download config not using default values if protobuf structures are null. Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
-
BMItter authored
* Added numberOfDaysWithHighRisk and numberOfDaysWithLowRisk according to new tech spec * Transformed minimumDistinctEncountersForRisk and mostRecentDateForRisk into extension fun * typealias for ProtobufRiskLevels Signed-off-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
Kolya Opahle <k.opahle@sap.com>
-
- Nov 17, 2020
-
-
chris-cwa authored
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
janetback authored
* Update privacy_de.html * Update privacy_de.html Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
janetback authored
-
AlexanderAlferov authored
* Test * Test * Test * Test * Test * Test * Test * Test * Test * Test * Test upload * Test * Test * Test * Test * Test * Cleaned Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
due to use of `sendBlocking`. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Refactor app config to source, check validity and improve edgecase handling (EXPOSUREAPP-3774,EXPOSUREAPP-3771) (#1623) * Refactor app config in to source: remote, local and default. Check validity on local config before requesting one from remote. * Handle JSON/GSON related edge-case behavior. * Set local time offset for the default config to 0. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Ralf Gehrer authored
* Don't limit the DownloadDiagnosisKeysTask to once a day (EXPOSUREAPP-3771) * Start DownloadDiagnosisKeysTask only once every hour (EXPOSUREAPP-3771) * Fix initial state after fresh install (EXPOSUREAPP-3771) * please ktlint and small fix * Remove debug notification * Use task state instead of a dedicated retrieving status indicator * remove empty line Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
chris-cwa authored
# Conflicts: # Corona-Warn-App/src/deviceForTesters/java/de/rki/coronawarnapp/test/risklevel/ui/TestRiskLevelCalculationFragmentCWAViewModel.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/risk/DefaultRiskLevels.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/risk/RiskLevelTask.kt # Corona-Warn-App/src/main/java/de/rki/coronawarnapp/risk/RiskLevels.kt # Corona-Warn-App/src/test/java/de/rki/coronawarnapp/risk/RiskLevelsTest.kt
-
BMItter authored
* Adjusted tests accordingly - removed deprecated provideDiagnosisKeys * satisfy detekt
-
Matthias Urhahn authored
Release 1.7 to 1.8
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
chris-cwa authored
-
chris-cwa authored
-
Matthias Urhahn authored
-
- Nov 16, 2020
-
-
Katharina Seiz authored
-
Kolya Opahle authored
Cannot delete tests older than 21 days - DE: Tests die älter als 21 Tage sind, können nicht gelöscht werden (EXPOSUREAPP-2398) (#1586) * 1. Replaced redundant uiStateState during test result fetch with a NetworkRequestWrapper that is able to represent multiple states. This allows for better request state handling throughout the app 2. Completely removed the SubmissionViewModel 3. Failure to fetch the test should now always display the invalid test card on the home screen Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Keep displaying fetching card on server errors as this usually does not indicate any problems with the test itself Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Fixing unit tests (mostly just syntax, one test case changed due to new card) Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Promoted unknown host exception to server exception Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
-
harambasicluka authored
Merge 1.6.x into 1.7.x
-
Matthias Urhahn authored
-
Matthias Urhahn authored
Co-authored-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
* Enable logfile for tester builds by default. * Fix test regression.
-
Matthias Urhahn authored