Skip to content
Snippets Groups Projects
  1. Apr 28, 2021
  2. Apr 27, 2021
  3. Apr 26, 2021
  4. Apr 23, 2021
    • Matthias Urhahn's avatar
      Merge branch 'release/2.0.x' into release/2.1.x · cf0f5fe6
      Matthias Urhahn authored
      # Conflicts:
      #	Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/presencetracing/attendee/checkins/CheckInEvent.kt
      #	Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/presencetracing/attendee/checkins/CheckInsViewModel.kt
      #	Corona-Warn-App/src/main/res/values-bg/release_info_strings.xml
      #	Corona-Warn-App/src/main/res/values-de/release_info_strings.xml
      #	Corona-Warn-App/src/main/res/values-en/release_info_strings.xml
      #	Corona-Warn-App/src/main/res/values-pl/release_info_strings.xml
      #	Corona-Warn-App/src/main/res/values-ro/release_info_strings.xml
      #	Corona-Warn-App/src/main/res/values-tr/release_info_strings.xml
      #	Corona-Warn-App/src/main/res/values/release_info_strings.xml
      #	gradle.properties
      cf0f5fe6
    • chris-cwa's avatar
      Rapid Antigene Test Result Polling (EXPOSUREAPP-6517) (#2912) · 70bf5cf1
      chris-cwa authored
      
      * + rat worker
      
      * minded mode switching
      
      * fixed tests
      
      * renaming
      
      * renaming
      
      * no skipping for rat workers
      
      * - unused method
      
      * reverted change to vals in order to make it suspend functions in the future
      
      * start worker on rat creation
      
      * renamed confusing method names
      
      * fixed typpos
      
      * moved constants to where they are used
      
      * fixed log statement
      
      * fixed test
      
      * separate scheduler for every test
      
      * use both states
      
      * renamed classes
      
      * fixed logs
      
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
    • Kolya Opahle's avatar
      Rapid Antigen Test: Change state to Outdated (EXPOSUREAPP-6010) (#2889) · d40ba276
      Kolya Opahle authored
      
      * Enabled Test Outdated card for RA Tests on homescreen
      added check for outdatedness to RA getState
      Deletion button currently shows no warining dialog
      
      * isOutdated now checks based on a AppConfig instance that is passed in
      fixed unit tests
      
      * Fixed instrumentation tests
      
      * Fixed logic for RACoronaTest outdated ui state calculation
      
      * Moved coronaTestConfig resolution to homeItems Flow combiner (now uses currentConfig instead of resolving a new config each time)
      
      * HomeFragmentViewModel app config flow is now mapped down to distinct coronaTestParameters
      
      * Added small test to guarantee that we can call distinctUntilChanged on CoronaRapidAntigenTestParametersContainer
      
      * Fixed wrong CoronaTestResult constants in getState (also added additional pending state check)
      
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      Co-authored-by: default avatarBMItter <Berndus@gmx.de>
      d40ba276
Loading