Skip to content
Snippets Groups Projects
  1. Oct 06, 2020
  2. Oct 05, 2020
  3. Oct 02, 2020
  4. Oct 01, 2020
  5. Sep 30, 2020
  6. Sep 29, 2020
    • Matthias Urhahn's avatar
      Merge branch 'release/1.4.x' into fix/pull_14X_into_15X · 7e9840fe
      Matthias Urhahn authored
      # Conflicts:
      #	Corona-Warn-App/src/device/java/de/rki/coronawarnapp/ui/main/MainFragment.kt
      #	Corona-Warn-App/src/deviceForTesters/java/de/rki/coronawarnapp/ui/main/MainFragment.kt
      #	Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/riskdetails/RiskDetailsFragment.kt
      #	Corona-Warn-App/src/main/res/values-de/strings.xml
      #	Corona-Warn-App/src/main/res/values-pl/strings.xml
      #	Corona-Warn-App/src/main/res/values/strings.xml
      #	Corona-Warn-App/src/test/java/testhelpers/preferences/MockSharedPreferences.kt
      7e9840fe
    • Matthias Urhahn's avatar
      Alternative environment setup (#1246) · b6815dc6
      Matthias Urhahn authored
      
      * Move AppConfig related code into it's own package.
      * Use "files" instead of "cache" for storing our AppConfigApiTest.
      * Add "files" to "cache" migration.
      * Refactor CDN related code into an independent "environment module".
      
      TODO: UnitTests, Fallback behavior even if cached AppConfig is stale.
      
      * Further structure refactoring and unit test for app config cache migration.
      
      * Added config fallback behavior for all cases + additional tests.
      
      * Improve code readability.
      
      * First POC for multi-environment support.
      
      * logic for ACME test Countries toggle button in Dev menu
      
      * ACME Test Countries dev menu
      
      * Additional clean up and refactoring on build constants.
      
      * Cleaned up the test fragment a bit.
      
      * Fixed detekt issue
      
      * Fix flaky test that depends on build variant.
      
      * Let the test fragment show us the actual environment we toggled to.
      
      * Changes upon review
      
      * Address PR comments.
      
      Co-authored-by: default avatarRituraj Sambherao <git.rituraj.sambherao@gmail.com>
      b6815dc6
    • AlexanderAlferov's avatar
      Version code bump (#1259) · 7ff340f6
      AlexanderAlferov authored
      Version code bump to 42
      7ff340f6
    • Matthias Urhahn's avatar
      Perform data reset for users already affected by the encryption issues... · a3724f8c
      Matthias Urhahn authored
      Perform data reset for users already affected by the encryption issues (EXPOSUREAPP-1851/EXPOSUREAPP-2958) (#1256)
      
      * A reset mechanism that performs a data reset for those (and just those) already affected by the pre 1.4.0
      encryption error. If encountered the preference and database file will be deleted, then we will retry
      to generate an EncryptedSharedPreferences instance, and show the user a popup about what happened.
      
      TODO: This still has placeholders for the popup dialog.
      
      * Change detekt config.
      Early returns help code readability if used as guard closes.
      
      * Add final texts and fix missing dialog in other build flavors.
      
      * Additional test that we also match nested exceptions.
      
      * Fix incorrect shared preferences path.
      
      * Make klint happy.
      
      * Address PR comments.
      
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      Co-authored-by: default avatarRalf Gehrer <ralfgehrer@users.noreply.github.com>
Loading