- Aug 18, 2020
-
-
harambasicluka authored
-
Alex Paulescu authored
* Refactored method * Normalized interval pairs. * Perfoming additional check for from date * Removed changes from build.gradle * Fixed lint errors Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
d067928 authored
-
d067928 authored
# Conflicts: # Corona-Warn-App/build.gradle
-
- Aug 17, 2020
-
-
Rituraj Sambherao authored
* initial commit : feature / fix complete 1. Formatter Added 2. include layout added 3. visilbity logic based on default device language has been added 4. links for english and german forms are added based on device language 5. phone number has been removed * simplified logic * logic improved - more robust null check * reverted unnecessary string changes & added "information_legal_subtitle_contact_form_non_en_de" to german as non translatable Co-authored-by:
Luka Harambasic <luka.harambasic@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Rituraj Sambherao authored
1. Onboarding and About fragments are added with the easy language texts
-
janetback authored
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Fabian-K authored
- not trigger a Dummy Playbook for 1% of all clients - not repeating the playbook pattern for up to 16 days - not trigger 1-3 repetitions for each communication to CWA/VS
-
- Aug 12, 2020
-
-
Philipp Woessner authored
-
Jakob Möller authored
Updated DEV from hotfix 1.2.1
-
Jakob Möller authored
-
Philipp Woessner authored
-
Philipp Woessner authored
* [INTERNAL] Translation delivery: commit by LX Lab (#1005) Change-Id: Ie32113c5c582dedaf9c9e46220bf636a2885adb9 * deleted ar and ru translation files * updated base strings.xml Co-authored-by:
SAP LX Lab Service Account <tmsatsls+github.com_service-tip-git@sap.com>
-
Philipp Woessner authored
* Made explanation text dynamic depending on risk * added detailed explanation for low risk
-
Philipp Woessner authored
-
Philipp Woessner authored
-
Philipp Woessner authored
-
Philipp Woessner authored
* [INTERNAL] Translation delivery: commit by LX Lab (#1005) Change-Id: Ie32113c5c582dedaf9c9e46220bf636a2885adb9 * deleted ar and ru translation files * updated base strings.xml Co-authored-by:
SAP LX Lab Service Account <tmsatsls+github.com_service-tip-git@sap.com>
-
Philipp Woessner authored
* Made explanation text dynamic depending on risk * added detailed explanation for low risk
-
Philipp Woessner authored
Update hotfixes with current master 1.2.0
-
- Aug 11, 2020
-
-
Philipp Woessner authored
-
Philipp Woessner authored
* check if ENF is enabled before getting the exposure summary * added mock for InternalExposureNotificationClient.asyncIsEnabled() * deleted ru translation file
-
SAP LX Lab Service Account authored
Change-Id: Ifdc1d67fce54107796876a78263e305cdb33f710
-
- Aug 07, 2020
-
-
Kolya Opahle authored
* Added support for new TestResult and DeviceUIState based on EXPOSUREAPP-1743 Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Removed empty strings from other translations and added English Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
Philipp Woessner authored
-
Fabian-K authored
* Added requestPadding property to all VerficationService requests * Added fake calls to the WebReqeustBuilder *
initial draft to enable plausible deniability * Switched from SubmissionConstants to KeyType enum everywhere * basic playbook implementation with fake and real requests * Playbook - ensure request pattern for playbooks is always the same VerificationService - apply padding to ensure equal request size (header & body) SecurityHelper - extract hash256 to HashHelper. This simplifies tests that use only the hash function (and therefore don´t need to initialize SecurityHelper and its dependencies) * Implemented random chance of dummy playbook execution on app open Signed-off-by:Kolya Opahle <k.opahle@sap.com> * Playbook - ignore exceptions for fake requests SubmissionService - add padding header to fake request for same header size WebRequestBuilder - include fake keys in upload (
) * DiagnosisKeyService: removed (low value & difficult to test) SubmissionService & SubmitDiagnosisKeysTransaction - inline playbook & backgroundNoise property to prevent issues during testing DiagnosisKeyConstantsTest, SubmissionServiceTest, SubmitDiagnosisKeysTransactionTest & SubmissionViewModelTest - adjusted to changes * Dummy playbook will now be repeated and delayed randomly Signed-off-by:Kolya Opahle <k.opahle@sap.com> * Linting Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Initial Code for background noise worker Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * First implementation of noise background worker Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Linting Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * PlaybookImpl - ensure that fake requests are executed when real requests fail SubmissionService & VerificationService - adjust header name for padding WebRequestBuilder - add padding to dummy submission * BackgroundNoise is now trigger-only PlaybookImpl - include follow-up executions after every playbook - logging SubmissionViewModel.kt, SubmissionService.kt, SubmitDiagnosisKeysTransaction.kt, MainActivity.kt, BackgroundNoisePeriodicWorker.kt, DiagnosisTestResultRetrievalPeriodicWorker.kt - propagate context for coroutine VerificationService - ensure body size of 1000 * WebRequestBuilder.kt - adjust fake key generation PlaybookImplTest.kt - remove unused server.enqueue SubmissionService.kt 6 SubmitDiagnosisKeysTransaction.kt - remove commented out code * revert temporary changes to SubmissionResultPositiveOtherWarningFragment.kt * Background job scheduling implemented Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * - adjust fake key size - remove temporary comment * Moved build work calls to own file to fix linting Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * - initialize coroutine scope within the playbook, revert passing it from outside - remove experimental test dependency for coroutines * - use single endpoint per server for fake requests - reduce request size from 1000 to 250 for the verification server - include dummy registration token in fake request to fulfill verification on server side - prepare for randomized count of submitted keys - always include headers cwa-authorization & cwa-header-padding for submission server * - simplify empty header using constant Co-authored-by:
Kolya Opahle <k.opahle@sap.com>
- Aug 06, 2020
-
-
Philipp Woessner authored
Release 1.2.0
- Aug 04, 2020
-
-
Philipp Woessner authored
Dev to Staging 1.2.0
-
Philipp Woessner authored
-
SAP LX Lab Service Account authored
Change-Id: Ibbe7a22aab80a19c8b8009f5a5c788b15769f789
-
Jakob Möller authored
Dev 1.2.0 to Staging
-
Philipp Woessner authored
* re-schedule jobs if they were killed and the app was woken up by the WakeUpService * init WorkManager in onCreate
-
harambasicluka authored
* deleted russian and arabic and updated default strings * added background notification pref * added test string
-
SAP LX Lab Service Account authored
Change-Id: I8a96d7cd22ed95ed86eeb4d0b1f85aec1ce66af6
-
- Aug 03, 2020
-
-
Jakob Möller authored
Dev 1.2.0 to Staging
-
Philipp Woessner authored
* text changes for the high risk description * text changes for the high risk description in en * fixed an issue for number of exposure text for increased risk level
-
Philipp Woessner authored
-