Skip to content
Snippets Groups Projects
  1. Jun 08, 2020
    • Fabian-K's avatar
      Submission Design Review Adjustments (#277) · 7580932e
      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
      Unverified
      7580932e
  2. Jun 06, 2020
    • Fabian-K's avatar
      Text Styles and others (#223) · e6d0b4b5
      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
      Unverified
      e6d0b4b5
  3. Jun 05, 2020
    • Kolya Opahle's avatar
      Removing the registration fragment (#184) · 1853cac1
      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: default avatarmarcmuschko <marc.muschko@sap.com>
      Unverified
      1853cac1
    • Kolya Opahle's avatar
      Error handling for network requests in Submission Flow (#141) · bdac0f1b
      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
      Unverified
      bdac0f1b
  4. Jun 04, 2020
    • Philipp Woessner's avatar
      Implement risk level calculation changes (#136) · 26c4cb50
      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
      Unverified
      26c4cb50
  5. Jun 03, 2020
  6. Jun 02, 2020
  7. May 30, 2020
Loading