- Oct 13, 2020
-
-
Rituraj Sambherao authored
* button introduced to test menu for sharing random ids * removing the dedicated "Share Random IDs" button
-
- Oct 12, 2020
-
-
AlexanderAlferov authored
Version bump
-
Oliver Zimmerman authored
* QR info screen changes, but with 1.6 as base * Review changes, tests still to come * Test implementation for new view model * Removed unneccessary binding and viewmodel in view * Now injecting view model * lowercase fix * removed unused imports * removed blank line Co-authored-by:
Matthias Urhahn <matthias.urhahn@sap.com> Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
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
-
Ralf Gehrer authored
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
Matthias Urhahn authored
Co-authored-by:
Ralf Gehrer <ralfgehrer@users.noreply.github.com>
-
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>
-
AlexanderAlferov authored
Version bump
-
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)
-
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)
-
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
* 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>
-