- Oct 09, 2020
-
-
Ralf Gehrer authored
Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.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)
-
- Oct 07, 2020
-
-
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
-
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>
-
Ralf Gehrer authored
-
Ralf Gehrer authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@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>
-
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
* 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
-
-
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.
-
chris-cwa authored
Legal Texts (EXPOSUREAPP-2954 , EXPOSUREAPP-2951, EXPOSUREAPP-2942, EXPOSUREAPP-2938, EXPOSUREAPP-2931, EXPOSUREAPP-2925, EXPOSUREAPP-2924, EXPOSUREAPP-2923, EXPOSUREAPP-2922, EXPOSUREAPP-2920, EXPOSUREAPP-2919, EXPOSUREAPP-2918, EXPOSUREAPP-2917) (#1270) * text body from EXPOSURE_APP 2740 * line breaks * - duplicate values * Interoperability: Make Changes to User Consent Text (Initial Onboarding) (EXPOSUREAPP-2938) (#1276) * 2938 updated legal strings in defaults, de & tr * added translatable false * updated german strings (#1278) * nex text for EXPOSUREAPP-2942 * Legal Textchange: Exposure Logging Screen (EXPOSUREAPP-2923) (#1280) * Legal Textchange: Home Screen - FAQ Section (EXPOSUREAPP-2922) (#1281) * Legal Textchange: Initial Onboarding (EXPOSUREAPP-2920) (#1282) * Legal Textchange: Test Result Screen (EXPOSUREAPP-2918) (#1283) * Legal Textchange: Info Screen (EXPOSUREAPP-2917) (#1284) * update string (#1288) * kEA-2942 * Legal Textchange: New Eula (Nutzungsbedingungen) (EXPOSUREAPP-2951) (#1285) * updated eula * updated tr & en eula with german * Interoperability: Changes to Data Privacy (EXPOSUREAPP-2954) (#1287) * Interoperability: Make Changes to User Consent Text (Key Upload) (EXPOSUREAPP-2942) (#1275) * 2942 - strings updated and added to new legal string file * removed tr strings, to fix circle ci error. * added translatable false * Follow up: Initital onboarding 3rd & 6th paragraph (EXPOSUREAPP-2920) (#1289) * updated & added strings * updated 6th paragraph * Legal Textchange: Cross Country Exposure Logging Screen (EXPOSUREAPP-2924) (#1279) * updated & added strings * text under countries added Co-authored-by:
Rituraj Sambherao <git.rituraj.sambherao@gmail.com> * Interoperability: Delta Onboarding (EXPOSUREAPP-2931, EXPOSUREAPP-2919) (#1277) * 2931 text update * move to legal text & update 2919 * delta onboarding text changes for initial text Co-authored-by:
Oliver Zimmerman <oezimmerman@gmail.com> * Legal Textchange: Delta Interop Screen (EXPOSUREAPP-2919) (#1294) * 2931 text update * delta onboarding text changes for initial text * Added new legal texts and navigation to terms. - adjused xml layout - added required strings - created navigation to legal terms in both nav graphs - created navigation in fragment * Update OnboardingDeltaInteroperabilityFragment.kt * Update OnboardingDeltaInteroperabilityFragment.kt Co-authored-by:
Luka Harambasic <luka.harambasic@sap.com> * fixed wrong implementation regrading user consent in warn others Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Rituraj Sambherao <git.rituraj.sambherao@gmail.com> Co-authored-by:
Oliver Zimmerman <oezimmerman@gmail.com> Co-authored-by:
Luka Harambasic <luka.harambasic@sap.com>
-
- Sep 30, 2020
-
-
janetback authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Mert Safter authored
-
- Sep 29, 2020
-
-
Ralf Gehrer authored
-
SAP LX Lab Service Account authored
Change-Id: I198b60dfc466c636a90644815e36f03aba51e7ab
-
Kolya Opahle authored
Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
harambasicluka authored
* update text * added hyphen
-
Ralf Gehrer authored
* EXPOSUREAPP-2865: Update default strings * EXPOSUREAPP-2865: Fix Link language
-
Alex Paulescu authored
* Added country list to submission of keys screen * Ktlint changes * Added missing s * Added text changes * Removed file from wrong location * Reverted back to old way of instantiating countryList in SubmissionViewModel * Removed hardcoded spacing * Changed country list text style from bold to paragraph size * Added dimen everywhere and added back en string Co-authored-by:
Alexandru.Paulescu <alexandru.paulescu@sap.com>
-
Matthias Urhahn authored
-
SAP LX Lab Service Account authored
Change-Id: I623bba4d9bb2a5b4eba70bc4fe6c22b8c9487cbf Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com>
-
- Sep 28, 2020
-
-
AlexanderAlferov authored
* New note on interoperability * Set new note only for onboarding delta interoperability
-
BMItter authored
Interoperability: List of Countries can not be loaded for 1.5.x in new onboarding / interop (EXPOSUREAPP-2744) (#1232) * interop nofetch riskdetails, corresponding layout and vector * updated res to new no country spec * nofetch fetch layouts * Create include_interoperability_old.xml * removed old stuff * fixed Fixed include_interop_participating_countries_fetch for 1.5.x * adjusted logic from old base to fit 1.5.x, Converted countryList to LiveData * showing fetch or no fetch view in include_interoperability.xml, use github name as author * cleanup & refactor, fixed layout switch issue, wip * ids cleanup * system settings delegation according to design spec * improved countrylist handling for interopConfig Connectivity Settings * updated string translation tags * satisfy lint * satisfy CircleCi * fixed wrong layout visibility * delta test disabled, referenced ids adjusted * FormatHelper as requested * fix capital letter
-
BMItter authored
* updated risk details information body with new text and link (please check twice the text) * Revert "updated risk details information body with new text and link (please check twice the text)" This reverts commit 917fdc5715eeb9334dd98be24f522b185adf1cdd. * missing link fixed for low exposure state risk details (draft) * fixed link * testable version for fixed link (on low exposure state) * Fix not clickable link (#2883) * fixed herlink convert input reference * provide default link for encounter but green * removed testcode for checking low risk exposure state Co-authored-by:
Mert Safter <mert.safter@sap.com>
-
Oliver Zimmerman authored
* Made hotline number clickable - delcared textview clickable within xml layout - reused dial logic from button and used for now clickable text * removed synthetic import - now using binding instead. Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
Oliver Zimmerman authored
Changed accessibility importance of switch to avoid overriding status announcement Co-authored-by:
Jakob Möller <jakob.moeller@sap.com> Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- Sep 24, 2020
-
-
harambasicluka authored
* updated and added strings * added new textview
-
chris-cwa authored
* text changes for existing user consent * fixed typo Co-authored-by:
Jakob Möller <jakob.moeller@sap.com>
-