Skip to content
Snippets Groups Projects
  1. Feb 12, 2021
  2. Feb 11, 2021
  3. Feb 10, 2021
  4. Feb 09, 2021
  5. Feb 08, 2021
  6. Feb 04, 2021
  7. Feb 03, 2021
    • Mohamed Metwalli's avatar
      Adjust Screenshots tests to reflect latest UI changes(EXPOSUREAPP-4878) (#2247) · c7982aac
      Mohamed Metwalli authored
      
      * Add bottom bar
      
      * Fix di
      
      * Adjust theme
      
      * Align content on top of bottom bar
      
      * Enhance findNavController
      
      * Adjust Bottom Bar
      
      * Remove diary card
      
      * Remove up button
      
      * lint
      
      * Adapt MD theme
      
      * Fix ui tests
      
      * Delete contact diary , handle onboarding
      
      * Remove x button
      
      * Show bottom nav only for Home and contact diary destinations
      
      * Only contact diary overview screen
      
      * Adjust alert dialog theme
      
      * update docs
      
      * Fix close button issue
      
      * Revert close button changes
      
      * Rename text resources
      
      * Make visibility logic flexible for future additions
      
      * Fix typo
      
      * Setup main activity tests
      
      * Add diary overview screenshot test
      
      * lint
      
      * Disable unmocking
      
      * Update Gemfile.lock
      
      * Contact diary onboarding's bottom bar behaviour
      
      * Update ContactDiaryOnboardingFragmentTest.kt
      
      * Refactor screenshots tests
      
      * Update Corona-Warn-App/src/main/res/values/strings.xml
      
      Co-authored-by: default avatarSabine Loss <44154356+SabineLoss@users.noreply.github.com>
      
      * Update contact_diary_overview_fragment.xml
      
      * Small refactoring
      
      * Remove un required gravity
      
      * Use accent colour
      
      * Move diary settings into vm
      
      * Update tests
      
      * Update MainActivityViewModelTest.kt
      
      * Fix styling in bottom sheet dialog
      
      * Keep default delay
      
      * klint
      
      * Keep default delay
      
      Co-authored-by: default avatarSabine Loss <44154356+SabineLoss@users.noreply.github.com>
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      Unverified
      c7982aac
    • Mohamed Metwalli's avatar
      Add Tab bar (EXPOSUREAPP-4639) (#2235) · bbe46007
      Mohamed Metwalli authored
      
      * Add bottom bar
      
      * Fix di
      
      * Adjust theme
      
      * Align content on top of bottom bar
      
      * Enhance findNavController
      
      * Adjust Bottom Bar
      
      * Remove diary card
      
      * Remove up button
      
      * lint
      
      * Adapt MD theme
      
      * Fix ui tests
      
      * Delete contact diary , handle onboarding
      
      * Remove x button
      
      * Show bottom nav only for Home and contact diary destinations
      
      * Only contact diary overview screen
      
      * Adjust alert dialog theme
      
      * update docs
      
      * Fix close button issue
      
      * Revert close button changes
      
      * Rename text resources
      
      * Make visibility logic flexible for future additions
      
      * Fix typo
      
      * Contact diary onboarding's bottom bar behaviour
      
      * Update ContactDiaryOnboardingFragmentTest.kt
      
      * Update Corona-Warn-App/src/main/res/values/strings.xml
      
      Co-authored-by: default avatarSabine Loss <44154356+SabineLoss@users.noreply.github.com>
      
      * Update contact_diary_overview_fragment.xml
      
      * Small refactoring
      
      * Remove un required gravity
      
      * Use accent colour
      
      * Move diary settings into vm
      
      * Update MainActivityViewModelTest.kt
      
      * Fix styling in bottom sheet dialog
      
      Co-authored-by: default avatarSabine Loss <44154356+SabineLoss@users.noreply.github.com>
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      Unverified
      bbe46007
  8. Feb 02, 2021
  9. Jan 27, 2021
  10. Jan 25, 2021
  11. Jan 22, 2021
    • Matthias Urhahn's avatar
      Fix duplicate import. · efc8768c
      Matthias Urhahn authored
      efc8768c
    • Matthias Urhahn's avatar
      beca4c53
    • BMItter's avatar
      Contact Journal Risk Extension - Risk details contact overview logic &... · e3810adb
      BMItter authored
      Contact Journal Risk Extension - Risk details contact overview logic & peristance (EXPOSUREAPP-4577) (#2142)
      
      * Added AggregatedRiskPerDateResult to AggregatedRisk, Added AggregatedRiskPerDateResult to riskresult database
      
      * Added list of AggregatedRiskPerDateResult to AggregatedRisk, Added AggregatedRiskPerDateResult to riskresult db
      
      * Save aggregated risk per date results
      
      * Override aggregatedRiskPerDateResults
      
      * Delete risk level per date which are older than 2 weeks
      
      * Prepared logic to show risk level per date in contact diary overview
      
      * Test day mapping for risk result
      
      * Added tests for AggregatedRiskPerDateResultDao
      
      * Fixed layouts in contact diary overview
      
      * Show risk in overview
      
      * click adjustments
      
      * Moved logic into view model
      
      * adjusted ListItem
      
      * Added clearing of obsolete aggregated risk per date results, cleaned tests
      
      * detekt & klint clean
      
      * Added test for clearing aggregated risk per date results
      
      * avoid main thread
      
      * Performance up lift by avoiding string templates
      
      * missleading comment
      
      * adjusted filter method
      
      * We dislike flaky tests
      
      * Added testability for migration
      
      * Adjusted day count for journal
      
      * fixed test
      
      * ktlint & detekt
      
      * adjusten retention
      
      * ktlint, detekt
      
      * adjusted ContactDiaryCleanTaskTest
      
      * Add tests for aggregated risk per date result table
      
      Co-authored-by: default avatarharambasicluka <64483219+harambasicluka@users.noreply.github.com>
      Unverified
      e3810adb
    • Mohamed Metwalli's avatar
  12. Jan 21, 2021
  13. Jan 20, 2021
  14. Jan 18, 2021
  15. Jan 15, 2021
    • Juraj Kusnier's avatar
      Create automated app screenshots - Submission flow QR-Code/TAN (EXPOSUREAPP-2997) #2080 · 4c35ba2d
      Juraj Kusnier authored
      * Make Screenshots from Submission Tests
      
      * Fix test crash after language change
      
      * Implement missing submission flow screenshot tests
      
      * Hide keyboard in SubmissionTanFragmentTest
      
      * remove SubmissionQrCodeScanFragmentTest implementation
      
      * fix TestApplication implementation
      
      * introduce SCREENSHOT_DELAY_TIME
      
      * Code refactoring
      
      * fix merge error
      
      * Implement SubmissionYourConsentFragment screenshots
      
      * Implement SubmissionSymptomCalendarFragment screenshots
      
      * Implement SubmissionConsentFragmentTest screenshots
      Unverified
      4c35ba2d
  16. Jan 14, 2021
  17. Jan 13, 2021
  18. Jan 12, 2021
Loading