Skip to content
Snippets Groups Projects
  1. Sep 01, 2020
    • Oliver Zimmerman's avatar
      Remove blanket internet connection status (EXPOSUREAPP-1572) (#1096) · 46ce7ab9
      Oliver Zimmerman authored
      
      * Removed blanked internet connection UI state. New Dev base for pipeline issues
      
      Removed the blanket internet connection status:
      
      Removed the connection state from TracingStatusHelper
      Adjusted formatters which use the adjusted TracingStatusHelper
      Removed connection logic from various fragments (SettingsTracingFragment, etc.)
      Adjusted XML views (Settings Fragment: no connection card, etc.)
      Adjusted automated tests that previously included the connection state.
      Closes JIRA task EXPOSUREAPP-1572
      
      * Update FormatterSettingsHelperTest.kt
      
      * Update fragment_main.xml
      
      deviceForTesters was still using connection state.
      
      * Update Project.xml
      
      * Update FormatterSettingsHelperTest.kt
      
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      Unverified
      46ce7ab9
  2. Aug 26, 2020
    • Matthias Urhahn's avatar
      Storage check with optional allocation (EXPOSUREAPP-2259) (#1076) · 521e3ec7
      Matthias Urhahn authored
      
      * Disable klint debug output to make it easier to find the actual error in the log.
      
      * Setup jUnit5 & kotest.
      
      * Add base classes for testing to setup log output.
      
      * Introduce class `DeviceStorage` to check (or request on newer APIs) free space.
      
      Rel. EXPOSUREAPP-2259
      
      * Add test cases for failure modes.
      
      * Make it obvious that the check should not be executed on the ui thread.
      
      * Try fall back to legacy method if the API26+ version fails.
      If that also fails, throw the exception and let the caller handle it.
      
      * Wire up injection annotations.
      
      * Remove unused mockito testing dependency.
      
      * klint...
      
      Co-authored-by: default avatarMatthias Urhahn <matthias.urhahn@sap.com>
      Co-authored-by: default avatarJakob Möller <jakob.moeller@sap.com>
      Unverified
      521e3ec7
  3. Aug 24, 2020
Loading