- Oct 08, 2020
-
-
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>
-
- 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>
-
Matthias Urhahn authored
* Add coroutine dispatcher injection to deal with flaky tests. We need to be able to replace Dispatchers.IO in tests, and that requires providing the dispatcher via injection. * Linting * Replace remaining static access of Dispatchers.IO.
-
AlexanderAlferov authored
-
Matthias Urhahn authored
Merge 1.5.x into 1.6.x
-
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>
-
Matthias Urhahn authored
* Remove code duplication between different flavors. Remove extra MainFragment and NavGraph. Introduce TestMenu indirection Add logic for splitting test code up into extra fragments. * Style list items a bit :) * fix lints * Detekt *hug* * We can only show the menu entry if we are actually on the right flavor, otherwise, in deviceDebug, we would not have access to the right resources. * Address PR comments * Fix wrong XML namespace.
-
Matthias Urhahn authored
* Support for EUR key packages depending on the enabled environment. * Refactor names and fix tests. * Refactoring names and added missing enum key test. * Additional refactoring. Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-