Skip to content
Snippets Groups Projects
  1. Jan 05, 2021
    • Philipp Nowak's avatar
      Localize dates in contact diary (EXPOSUREAPP-4485) (closes #2009) #2021 · 5f327de1
      Philipp Nowak authored
      
      * Localize dates in contact diary (EXPOSUREAPP-4485) (#2009)
      
      * Add additional unit test to cover US and UK for english date formatting (EXPOSUREAPP-4485) (#2009)
      
      * Adjust expected date strings (EXPOSUREAPP-4485) (#2009)
      
      * Correct the suffix for "year" for bulgarian dates in unit tests (EXPOSUREAPP-4485) (#2009)
      
      * Use SystemInfoProvider implementation instead of static Locale.getDefault (EXPOSUREAPP-4485) (#2009)
      
      * - Revert usage of SystemInfoProvider
      - Introduce Context.getLocale() extension function
      - Adjust unit tests to use kotest matchers
      
      (EXPOSUREAPP-4485) (#2009)
      
      * (Add accidentally missing files of the previous commit)
      
      - Revert usage of SystemInfoProvider
      - Introduce Context.getLocale() extension function
      - Adjust unit tests to use kotest matchers
      
      (EXPOSUREAPP-4485) (#2009)
      
      Co-authored-by: default avatarI502720 <axel.herbstreith@sap.com>
      5f327de1
    • Matthias Urhahn's avatar
      Background/Async TEK submission (EXPOSUREAPP-3620) #2008 · 5c7ec06d
      Matthias Urhahn authored
      * Introduce lastSubmissionUserActivityUTC settings and use it as "skip condition" for the SubmissionTask
      
      * Introduce background submission.
      
      * Fix worker not being canceled.
      
      * Disable auto submission is consent is not given.
      
      * Cancel worker by tag.
      
      * Introduce per TaskRequest error-handling.
      Set SubmissionWorker deployed task requests to SILENT.
      
      * Fix test regressions due to api change.
      
      * Add SubmissionWorker test.
      
      * Add AutoSubmissionTest.kt
      
      * Don't reset retry attempt count and date when enabling MONITOR or SUBMIT_ASAP.
      Otherwise would loose that data when the app is restarted despite it still "trying".
      Only reset the data on DISABLED, i.e. when the task finishes or give sup.
      
      * Add additional SubmissionTaskTest.kt related to automatic submission behavior.
      
      * Remove unused value.
      
      * Fix typo
      
      * Return Result.retry() on exceptions.
      We retry until we are successful, any abort conditions will be handled by the task.
      
      * LINTs
      
      * Fix test regression.
      5c7ec06d
    • Chilja Gossow's avatar
      Announce type for location and person - accessibility (EXPOSUREAPP-4459-4458-4456) (#1994) · 349c7072
      Chilja Gossow authored
      
      * accessibilty announcement for list items person and location
      
      * Merge branch 'release/1.11.x' into feature/4459-accessibility-loc-person
      
      # Conflicts:
      #	Corona-Warn-App/src/main/res/layout/contact_diary_location_list_item.xml
      #	Corona-Warn-App/src/main/res/layout/contact_diary_person_list_item.xml
      
      * Merge branch 'release/1.11.x' into feature/4459-accessibility-loc-person
      
      # Conflicts:
      #	Corona-Warn-App/src/main/res/layout/contact_diary_location_list_item.xml
      #	Corona-Warn-App/src/main/res/layout/contact_diary_person_list_item.xml
      
      * add selection announcements
      
      * lint
      
      * lint
      
      * screen announcement
      
      * screen announcement
      
      * klint
      
      * klint
      
      * strings correction
      
      * strings
      
      * refactoring string access
      
      * allow spread operator
      
      Co-authored-by: default avatarMatthias Urhahn <matthias.urhahn@sap.com>
      349c7072
    • Philipp Nowak's avatar
  2. Jan 04, 2021
  3. Dec 29, 2020
  4. Dec 28, 2020
  5. Dec 23, 2020
  6. Dec 22, 2020
    • Philipp Nowak's avatar
    • Matthias Urhahn's avatar
      Refactor home-screen and tracing details fragment (EXPOSUREAPP-4049) (#1912) · 2880971e
      Matthias Urhahn authored
      
      * Refactor home-screen and tracing details fragment.
      * Use recycler view to display list items
      * Remove nested/included layouts and make Android Studio layout previews functional
      * Split list items into independent elements (positive/negative/pending)
      * Layout cleanups & flattening
      * Small padding and alignment fixes
      
      * Clean up tests and fix class names.
      
      * Move UI classes towards "package by feature", each feature has their own ui package.
      
      * LINTs
      
      * Fix log statements.
      
      * Only crash in tester builds.
      
      * Update Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/main/home/HomeAdapter.kt
      
      Co-authored-by: default avatarfynngodau <fynngodau@mailbox.org>
      
      * Refactor adapter init.
      
      * LINT
      
      * Remove "card" from property name, the "TracingStateProvider" is UI agnostic.
      
      * LINTs
      
      * Don't show the risk card if there is a positive test result.
      
      * Fix crash on init with unknown resource IDs (before data binding is available).
      
      * Fix progress card not being colored in risk details fragment
      
      * LINTs
      
      * Prepare viewholders for payload use.
      
      * Update Corona-Warn-App/src/main/res/layout/home_fragment_layout.xml
      
      Co-authored-by: default avatarfynngodau <fynngodau@mailbox.org>
      
      * Improve toolbar and tracing bar behavior, scrollable, fewer nested layouts.
      
      * Adjust popup theme.
      
      * Remove color state list for cards, click behavior is done via `selectableItemBackground`
      
      * Fix visual artifact when expanding toolbar menu.
      
      * Align box coloring in dark mode and click animation.
      
      * Fix flickering Test and FAQ card.
      
      * Fix missing "enable tracing" button in home card.
      
      * Fix risk/tracing details elevation/dividers in light and dark mode
      
      * Resolve merge regressions and include contact diary card via recyclerview.
      
      * Adjust toolbar background color to new mockups (diary mockups have lighter darkmode).
      
      * Update Corona-Warn-App/src/main/res/layout/home_card_container_layout.xml
      
      Co-authored-by: default avatarfynngodau <fynngodau@mailbox.org>
      
      * Update Corona-Warn-App/src/main/res/layout/tracing_content_failed_view.xml
      
      Co-authored-by: default avatarfynngodau <fynngodau@mailbox.org>
      
      * Tint card background color. Just replacing the background didn't ahve the desired effect.
      
      * Fix possible NPE on last encounter calculation.
      
      * LINTs and typos.
      
      Co-authored-by: default avatarfynngodau <fynngodau@mailbox.org>
      2880971e
    • BMItter's avatar
      Fix for not showing keyboard on all devices on edittext focus (EXPOSUREAPP-4152) (#1972) · fa594d38
      BMItter authored
      * fix for not showing keyboard on all devices on edittext focus
      
      * show keyboard and focus on all devices
      fa594d38
  7. Dec 21, 2020
  8. Dec 18, 2020
Loading