- Oct 12, 2020
-
-
AlexanderAlferov authored
Version bump
-
Oliver Zimmerman authored
* make use of isNetworkEnabled instead * indentation fix * Update InteroperabilityConfigurationFragment.kt * Combined original solution with new enhancement * lint issues * Added onResume that reregisters the callback after settings are changed via button Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
* Improve test readability, create helper methods for locations,days,hours. * Prepare better test data that allow for future 3+hours tests. * Fix last 3 hours mode downloading key package files from yesterday instead of today, due to being based of the latest server index day files. We need to get them for the latest day index file, plus 1 day. * Fix hour formatting, server uses hour format without leading zeros Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
janetback authored
-
- Oct 09, 2020
-
-
AlexanderAlferov authored
Version bump
-
Matthias Urhahn authored
* Move sonarcube scan into it's own job. * Share the build files via workspace with jacoco+sonar, which runs in an extra job after the tests. * Fix YAML syntax typo * Iterate pathing issues. * Iterate pathing issues. * Create reusable commands for saving/restoring cache. Restore caches before running jacoco * Caches are still not being restored correctly, iterating. * Caches are still not being restored correctly, iterating. * Caches are still not being restored correctly, iterating. * Restore gradle caches for linting tasks too. * Checkout needs to happen before cache check (checksum on gradle file) * The android build cache is not the app one, but the .android one, restore that for all jobs. * Try to persist the whole project for jacoco * Need the workspace before we can run the restore scripts which check the gradle file checksums. * Without cache reuse * Setup single prepare project job. * Add missing prepare job * Make sure dot directories are passed into the workspace * Iterate workspace matching. * Iterate workspace matching. * Iterate workspace matching. * Adjust working directory. * Don't use relative URL when attaching workspace. * Compile resources in prepare task. * Run the test task on machine. * Run the test task on machine. * Run the test task on machine. * Let sonarcloud follow up on the device release test job. * Adjust checkout path. * Typo * Revert workspace concepts, it's slower than restoring caches. * Fix syntax. * Fix syntax. * Iterate workspace attaching. * Iterate workspace attaching. * Iterate workspace attaching. * Revert "Iterate workspace attaching." This reverts commit e6cd56c2 * Revert "Iterate workspace attaching." This reverts commit e6cd56c2 * Remove jetifier requirement. * Try lower parallelism * Try no parallelism * Parallelism 1 * Parallelism 2 * Revert "Parallelism 2" This reverts commit 19742622093c0394883f4d496f04f8d693c5da19. * Revert "Parallelism 2" This reverts commit 19742622 * Remove profiling flag. * Fix job naming. * Try direct sonarcloud run * Revert "Try direct sonarcloud run" This reverts commit f7062ac1 * Extract gradle command into reusable cmd. * Readd parallelism * Fix missing quotes. * Fix AS bug * Revert non circleCI changes.
-
janetback authored
-
- Oct 08, 2020
-
-
Ralf Gehrer authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
AlexanderAlferov authored
* Sonar cloud report moved to device release unit tests Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
AlexanderAlferov authored
* CircleCI new workflow Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- Oct 07, 2020
-
-
Rituraj Sambherao authored
* code smell fix for SubmissionQRCodeScanFragment.kt * code smell fix for RetrieveDiagnosisKeysTransaction.kt * code smell fix for GoogleAPIVersion.kt * code smell fix for GoogleAPIVersion.kt * Update RetrieveDiagnosisKeysTransaction.kt * Update GoogleAPIVersion.kt * Update DownloadInfo.kt * simplified logic * Revert "simplified logic" This reverts commit a419e5bae7355e0d2adab66516df939dced7dc41. * simplified logic Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Specifically keep data class members used in retrofit responses.
-
AlexanderAlferov authored
-
Kolya Opahle authored
Fix: Pop-up dialog for cancelation of the key upload appears on the wrong screen (EXPOSUREAPP-2915) (#1331) * Removed submission cancellation dialog and replaced back handler with simple back navigation Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Readded submission cancellation warning to first fragment in new submission flow Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Switched back navigation to use findNavController().popBackStack() Signed-off-by:
Kolya Opahle <k.opahle@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Oliver Zimmerman authored
* removed required text * Removed unused string * removed unused heading text * re-added all strings except german for translation process, as requested Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Ralf Gehrer authored
* Text change: 9002 Error Recovery Notice (EXPOSUREAPP-3106) * Fix link language (EXPOSUREAPP-3106)
-
janetback authored
-
- Oct 06, 2020
-
-
Ralf Gehrer authored
-
janetback authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
SAP LX Lab Service Account authored
Change-Id: Iec85e5050308dccc9c419e63a213851266381012 Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Oliver Zimmerman authored
* Added button in layout for continuing without symptoms. Adjusted existing button text * Added new button, tweaked navigation and logic * Changed symptom indication to no indication appropriately * code style changes * added navigation related boolean to method rather than predefined * code style Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
janetback authored
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Add missing "AppFeatures" field, fix supportedCountries position.
-
Matthias Urhahn authored
* Fix code smell: Duplicate code blocks. * Fix code smell: Duplicate code blocks part2. * Fix code smell: Duplicate code blocks part3. * Fix code smell: Duplicate code blocks part4.
-
Ralf Gehrer authored
-
AlexanderAlferov authored
1.5.0 version code bump to 44
-
harambasicluka authored
* updated privacy * terms * update mail * update en terms Co-authored-by:
AlexanderAlferov <64849422+AlexanderAlferov@users.noreply.github.com>
-
Ralf Gehrer authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Ralf Gehrer authored
* Update terms_de.html Small corrections to EULA (::1664-00|20::) from law office * Remove RKI Hotline (EXPOSUREAPP-2633) Co-authored-by:
Sabine Loss <44154356+SabineLoss@users.noreply.github.com>
-
- Oct 05, 2020
-
-
SAP LX Lab Service Account authored
Change-Id: Id1d06b26894c6be68ff1bb265fc73899969045cf Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
* updated terms * updated privacy Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
BMItter authored
* fixed overlapping layout in risk interop view * try to satisfy sonar
-
Kolya Opahle authored
Translation of legal strings to EN/TR (EXPOSUREAPP-2919, EXPOSUREAPP-2931, EXPOSUREAPP-2938, EXPOSUREAPP-2942) (#1313) * en/tr translation delivery * fixed wrong implementation regrading user consent in warn others * update strings Co-authored-by:
Luka Harambasic <luka.harambasic@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
AlexanderAlferov authored
-
Matthias Urhahn authored
* Better handling of unexpected supportedCountryData from the server. Perform sanity checks on country data. Map values to known `Country` enum. * Fix unit test regression. * Fix unit test regression.
-
- Oct 02, 2020
-
-
AlexanderAlferov authored
1.5.0 version code and name bump Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Ralf Gehrer authored
* [INTERNAL] Translation delivery: commit by LX Lab (#1296) Change-Id: Ic1777f41c4667ffe4057f87dfb2d1415036688ba Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> * Update default strings * Update Link language tag * Fix missing IDs * re-add placeholder * re-add placeholder Co-authored-by:
SAP LX Lab Service Account <tmsatsls+github.com_service-tip-git@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-