- Oct 12, 2020
-
-
Matthias Urhahn authored
* Use signingConfig if locally available. Make it easier for devs to test release builds. * Remove empty signing scope Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Oct 09, 2020
-
-
Ralf Gehrer authored
Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
Matthias Urhahn authored
1.5.x into 1.6.x (DEV)
-
Matthias Urhahn authored
-
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.
-
Ralf Gehrer authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
janetback authored
-
- Oct 08, 2020
-
-
Rituraj Sambherao authored
-
Ralf Gehrer authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Matthias Urhahn authored
Remove FromatterAccessibilityHelper.kt and replace with BindingAdapters to remove static app context access. (#1349)
-
Matthias Urhahn authored
Merge 1.5.x into 1.6.x
-
Matthias Urhahn authored
-
AlexanderAlferov authored
* Sonar cloud report moved to device release unit tests Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
-
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
-
-
Matthias Urhahn authored
1.5.x into 1.6.x
-
Matthias Urhahn authored
-
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
-
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)
-
Matthias Urhahn authored
Introduce VM injection for home screen and enable screen testing (EXPOSUREAPP-2946, EXPOSUREAPP-2948) (#1320) * Rename "MainFragment" to "HomeFragment" Add VM injection. Move initial logic into VM. TODO: Move more code, write more tests. * Additional refactoring, moving logic out of the Fragment. Moving code into their own encapsulated routines/components. Use composition to reuse TracingViewModel, SettingsViewModel and SubmissionViewModel * Introduce @AppContext annotation to prevent anyone mistaking it for something else. * Add VM to RiskDetailsFragment * Simplify nested viewmodels, here: TracingViewModel.kt * Add skeletons instrumentation test skeleton for single fragments with injection and mocking. * Address PR comments. * Introduce sealed events class, + some refactoring. * Make the linter happy.
-
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>
-