- Sep 14, 2020
-
-
janetback authored
-
harambasicluka authored
* changes PR template, removed checkboxes and added new points * added: link issues * Update pull_request_template.md * Update pull_request_template.md * Update pull_request_template.md * added acceptance criteria for maintainers * fixed typo * + maintainers link github issues Co-authored-by:
Matthias Urhahn <darken@darken.eu>
-
- Sep 11, 2020
-
-
Matthias Urhahn authored
Remove unavailable test fragment from release navgraph and fix incorrect package/folder structure. (#1146) Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Katharina Seiz authored
-
chris-cwa authored
-
harambasicluka authored
-
- Sep 10, 2020
-
-
Jakob Möller authored
Double Timeout Variables for HTTP Requests and Triple the Timeout for the Transaction to ensure less timeouts are received with bad networking. (EXPOSUREAPP-2190) (#1138) Signed-off-by:
d067928 <jakob.moeller@sap.com>
-
Oliver Zimmerman authored
* removed button announcement entirely * removed assosciated test * removed unneccesarry tests Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
- Sep 09, 2020
-
-
Jakob Möller authored
Throw Exception in case we have a failed entry to ensure Abortion of the Transaction (EXPOSUREAPP-2405) (#1134) * Throw Exception in case we have a failed entry to ensure Abortion of the Transaction. Signed-off-by:
d067928 <jakob.moeller@sap.com> * Adjust test to not expect call to clear cache files Signed-off-by:
d067928 <jakob.moeller@sap.com>
-
- Sep 08, 2020
-
-
harambasicluka authored
-
SAP LX Lab Service Account authored
Change-Id: I89da1ec6f9d4352cac4b3cf91bff73af47b0f6fe
-
- Sep 07, 2020
-
-
harambasicluka authored
-
Jakob Möller authored
* Remove Cache Clearing to reduce CDN load on failing devices. This ideally needs to be accompanied by a way to clear the cache manually and a way to identify more root causes of Transaction Failures. Signed-off-by:
d067928 <jakob.moeller@sap.com> * Remove Files that failed for Key Retrieval Only Remove Files from Cache that failed to download, instead of every file. This is accompanied ideally by no rollback in the Key Retrieval. We only delete the cache ref, the file will not be deleted as it is considered not present Signed-off-by:
d067928 <jakob.moeller@sap.com> * Introduce dedicated QuotaCalculator for Unit Testing Signed-off-by:
d067928 <jakob.moeller@sap.com> * Refactor QuotaCalculator for LocalData Property Access and Write Tests Signed-off-by:
d067928 <jakob.moeller@sap.com> * Use Instant on the Device Read since this is not timezone specific Signed-off-by:
d067928 <jakob.moeller@sap.com> * Add specific state for the quota calculation and dedicated rollback Signed-off-by:
d067928 <jakob.moeller@sap.com> * PR Comments Signed-off-by:
d067928 <jakob.moeller@sap.com>
-
chris-cwa authored
-
- Sep 04, 2020
-
-
chris-cwa authored
* fixed: assumptions on context * catch not found actions, housekeeping
-
- Sep 02, 2020
-
-
Jakob Möller authored
Signed-off-by:
d067928 <jakob.moeller@sap.com>
-
chris-cwa authored
* + new strings * let the app not crash on other languages than DE * values for lint and tests * made bad test a comment * removed unnecessary strings * more string fixes Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> Co-authored-by:
Luka Harambasic <luka.harambasic@sap.com>
-
Jakob Möller authored
This reverts commit 2ba3ec0f This is done as the UTC communication was done falsely by Google and will be corrected in the docs. No action is necessary on our side. Signed-off-by:
d067928 <jakob.moeller@sap.com>
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
SAP LX Lab Service Account authored
Change-Id: I57f40756ff9d468edc1c019ed4215d0261233e6b
-
Tobias Preuss authored
Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
- Sep 01, 2020
-
-
SAP LX Lab Service Account authored
* [INTERNAL] Translation delivery: commit by LX Lab Change-Id: I1ebfb2ad23afaf9e4c459c0d97b0f9ae59d62b47 * [INTERNAL] Translation delivery: commit by LX Lab Change-Id: I2f0934278446712cb558cd2ca7288a658c146d7f Co-authored-by:
Matthias Urhahn <darken@darken.eu>
-
chris-cwa authored
* made power management injectable interface * same behaviour every where * - unnecessary tests * Integrate DI with workarounds until singletons are gone. * house keeping * unnecessary import * house keeping * fixed typo Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
Oliver Zimmerman authored
* Removed blanked internet connection UI state. New Dev base for pipeline issues Removed the blanket internet connection status: Removed the connection state from TracingStatusHelper Adjusted formatters which use the adjusted TracingStatusHelper Removed connection logic from various fragments (SettingsTracingFragment, etc.) Adjusted XML views (Settings Fragment: no connection card, etc.) Adjusted automated tests that previously included the connection state. Closes JIRA task EXPOSUREAPP-1572 * Update FormatterSettingsHelperTest.kt * Update fragment_main.xml deviceForTesters was still using connection state. * Update Project.xml * Update FormatterSettingsHelperTest.kt Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Rituraj Sambherao authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
Rituraj Sambherao authored
Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
harambasicluka authored
* added our awesome developers <3
-
Matthias Urhahn authored
* Don't execute the transactions as part of any view scopes. We don't want to cancel them if the viewscope is cleared. This commit introduces distinct scopes for each transaction. * Mock injection helper behavior on existing tests. * Simplify to one CoroutineScope for all Transaction. Switch context when awaiting the transaction codeblock to end, otherwise a cancellation still affects us. * Add test for timeout * Remove unused code. * Expand comment on unexpected test behavior * Even without actual timeout, runBlockingTest causes flaky test behavior. Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
- Aug 31, 2020
-
-
Alex Paulescu authored
Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
harambasicluka authored
-
- Aug 28, 2020
-
-
chris-cwa authored
* let tests be run for all flavors * new gradle task for deviceForTesters * fixed: name is ambiguous * trying to run both tasks in a single step * fixed: expected <block end> * reverted names * checking circle ci to report compile error in deviceForTesters * circle ci correctly reported - removing invalid coding * Explicitly run `quickBuildTest` as part of the pipeline. * Revert "new gradle task for deviceForTesters" This reverts commit 62f329a5 Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Matthias Urhahn <darken@darken.eu> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
- Aug 27, 2020
-
-
Rituraj Sambherao authored
* changed the links to English contact form * logic for getting device language improved * String corrections * manually creating contact form link * provide locale to everyone * test contact form logic * fixed MaxLineLength * removed not needed resources for lint Co-authored-by:
Philipp Woessner <64482866+pwoessner@users.noreply.github.com> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> Co-authored-by:
chris-cwa <chris.cwa.sap@gmail.com> Co-authored-by:
chris-cwa <69595386+chris-cwa@users.noreply.github.com>
-
harambasicluka authored
-
Alex Paulescu authored
* Active tracing days no longer negative * Shortened line length Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
Fabian-K authored
For plausible deniability, the test result retrieval after the initial registration (via QR or TeleTAN) needs to be part of the same playbook and not two playbooks executed sequentially. For this, this commit: - updates the initial registration playbook to fetch the test result instead of a dummy request and returns the registration token as well as the test result - adds an argument "skipInitialTestResultRefresh" to the SubmissionTestResultFragment to optionally skip the initial test result refresh - includes the argument "skipInitialTestResultRefresh" when navigating from the QR Code scan or the TeleTAN input screen to the SubmissionTestResultFragment - adds "updateTestResult" to the SubmissionRepository to be able to set the test result without having to refresh it every time from the server - updates the SubmissionService to set the test result coming from the initial registration playbook Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
BMItter authored
* EXPOSUREAPP_2025 Updated exposure api * Ignore location unavailable on devcie which support locationless scanning * EN Update updated exposure notification from 1.6.0->1.6.1 * update build.gradle to exlicit implement EN aar explicit implementation for exposurenotification sdk 1.6.1 Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
Matthias Urhahn authored
Add explicit tags to allow for type specific filtering and fix bad log statements. Move OkHttp web logging to VERBOSE (from INFO). Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-
- Aug 26, 2020
-
-
harambasicluka authored
* fix grammar error * fix
-
apopovsap authored
* add Sixteen include in onboarding & positive_submission * minor fixes Co-authored-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-