- Jun 08, 2020
-
-
Fabian-K authored
* Submission Status Cards - fix interaction behavior (expand clickable target) - unify inclusion into fragment_main.xml - fix alignment of icons including hands - fix spacing between text and icon - simplify layout (remove unnecessary ConstraintLayout) - remove unused string - fixed unregistered text style * Submission Styling - increase spacing before "Info zum Ablauf" - replace step icons used in submission contact - fix wrong illustration for negative test result - added rounded corners to test result card - fixed spacing between text and illustration - removed unused icon ic_icon_drilldowncard_dark.xml - fixed button padding on test result screen Main Fragment - simplified using merge_guidelines_side * Submission Styling - replace illustration for positive tests on homescreen (different background) - add pressed state to submission dispatcher cards - fix missing spacing adjustment between text and icons
-
- Jun 06, 2020
-
-
Fabian-K authored
* - unused SubmissionSuccessDialogFragment.kt removed * - remove merge_guidelines_common.xml - fragment_submission_test_result.xml scrolling behavior * - submission flow text styles replaced - submission positive result card updated * - submission status cards updated * - remove old text styles - lint error fixed
-
- Jun 05, 2020
-
-
Kolya Opahle authored
* Added the TestAlreadyPairedException to the web request builder * Added specific exceptions to all submission web requests * Moved setting activity of DialogHelper to show call * Re added the requestIDS to all listeners for later use * Added Exception live data to view model * Added error dialogs to RegisterDeviceFragment screen * Added null check to networkResponse in VolleyError * Added error dialogs to SubmissionTestResultFragment screen * Fixed wrong view model call * Added error dialogs to SubmissionResultPositiveOtherWarningFragment * Added missing imports * Revert "Added specific exceptions to all submission web requests" This reverts commit 88d9027e24dd8b8c0baae7478c15cb23af403a0f. * Revert "Added the TestAlreadyPairedException to the web request builder" This reverts commit a4fb8272d89dd1e508a50002827fbc0dc7d86919. * added specific error handing to services * Switched error handlers to retrofit * Extracted status code numbers to constants * Added final strings for http error handling * Removed RegisterDeviceFragment from app and added a Event helper * Lint fixes * removed error report for networking exceptions * Added event wrapper to scan status to allow for rescanning of failed qrs * linting * Switched most view model LiveData to Event Co-authored-by:
marcmuschko <marc.muschko@sap.com>
-
Kolya Opahle authored
* Added the TestAlreadyPairedException to the web request builder * Added specific exceptions to all submission web requests * Moved setting activity of DialogHelper to show call * Re added the requestIDS to all listeners for later use * Added Exception live data to view model * Added error dialogs to RegisterDeviceFragment screen * Added null check to networkResponse in VolleyError * Added error dialogs to SubmissionTestResultFragment screen * Fixed wrong view model call * Added error dialogs to SubmissionResultPositiveOtherWarningFragment * Added missing imports * Revert "Added specific exceptions to all submission web requests" This reverts commit 88d9027e24dd8b8c0baae7478c15cb23af403a0f. * Revert "Added the TestAlreadyPairedException to the web request builder" This reverts commit a4fb8272d89dd1e508a50002827fbc0dc7d86919. * added specific error handing to services * Switched error handlers to retrofit * Extracted status code numbers to constants * Added final strings for http error handling
-
- Jun 04, 2020
-
-
Philipp Woessner authored
* changed local config that a high match can be generated via QR code, integrated it with the UI * added the minRiskScore parameter to the ExposureConfiguration * moved the persistence of the exposure summary in a dedicated worker to ensure execution * added new backend app config and custom risk score calculation * fixed static code checks and refactoring * deleted possibility to customise app config in the tests * added test fragment for risk level calculation * static code check fixes * refactored risk level calculation and added tests * added exception if calculated risk score is above the max of the high risk score class
-
- Jun 03, 2020
-
-
marcmuschko authored
* added overview fragment baseline * main overview draft version completed with build fixes * checked some final strings again
-
- Jun 02, 2020
-
-
Fabian-K authored
* - submission-contact fragment added - StepEntry custom view added to unify various step entry views - SimpleStepEntry as a simple implementation of a StepEntry with title and text added * - apply naming conventions for ids - use CallHelper to trigger a call - access views using kotlinx.android.synthetic Co-authored-by:
harambasicluka <64483219+harambasicluka@users.noreply.github.com>
-
- May 30, 2020
-
-
Kolya Opahle authored
* Moved camera permission check to dispatcher fragment * Added illustrations for test result screen * Updated result fragment to match new design * Added constraints to status card * Integrated submission result positive other warning fragment in ui flow * Added submission done fragment to nav graph Signed-off-by:
Kolya Opahle <k.opahle@sap.com> * Added ability to dialog helper to create dialog without negative button * Switched from AlertDialog.Builder to DIalogHelper
-
Kolya Opahle authored
-
Kolya Opahle authored
* Added submission done fragment (currently dangling in nav graph) * fixed leftover javadoc
-
Sebastian Wolf authored
-