Skip to content
Snippets Groups Projects
  1. Jun 21, 2021
    • Mohamed Metwalli's avatar
      Person details screenshots (#3511) · ea8644d7
      Mohamed Metwalli authored
      Unverified
      ea8644d7
    • Alex Paulescu's avatar
      Person details screen (EXPOSUREAPP-7574, 7657, 7861) (#3487) · 39bd3a95
      Alex Paulescu authored
      
      * Added supporting classes for person details screen.
      
      * Added highest prio QR code card & cwa-user card.
      
      * Corrected test collected timestamp.
      
      * Update certificate_graph.xml
      
      * Remove vaccinationListFragment
      
      * Refactoring
      
      * Lint
      
      * Remove test data
      
      * Fix renaming issue
      
      * Animate title
      
      * Enhance loading
      
      * Wire vacc details
      
      * Vacc Info card
      
      * Lint
      
      * Redesign of vacc item
      
      * More cards
      
      * Fix date
      
      * Expose TestCertificateIdentifier
      
      * Wire TestCertificate
      
      * Wire recovery
      
      * Fix test
      
      * Adjust vaccination icon colouring
      
      * Update DccQrCodeScanViewModel.kt
      
      * Update PersonOverviewFragmentTest.kt
      
      * Adjust cards strings and date format
      
      * Delete unused card
      
      * Animate
      
      * Bind user switch
      
      * Update CwaUserCard.kt
      
      * Lint
      
      * Another format for qrcode card time
      
      * Stable id
      
      * apply alpha animation
      
      * Move progress in front
      
      * Consistent Onboarding screens
      
      * Rename to onboarding
      
      * Rename settings
      
      * Fix tests
      
      * Consistent toolbars in main bottom navigation destination
      
      * Improve transition to details
      
      * Front of image
      
      * Fix merge issues
      
      * Stabel Ids
      
      Co-authored-by: default avatarMohamed Metwalli <mohamed.metwalli@sap.com>
      Unverified
      39bd3a95
  2. Jun 18, 2021
  3. Jun 10, 2021
  4. Jun 09, 2021
    • Matthias Urhahn's avatar
      Digital covid certificate packages refactoring (DEV) (#3381) · 50acc08e
      Matthias Urhahn authored
      * Refactor valueset & server packages
      
      * Move TestCertificate repository related packages.
      
      * Fix wrong move.
      
      * Move `greencertificates` (testcert) ui package.
      
      * Move vaccination package to `covidcertificate`
      
      * Fix test packages.
      
      * Align vaccination and test packages.
      
      * Fix additional packages.
      
      * Move missed class.
      
      * Fix imports.
      Unverified
      50acc08e
  5. Jun 03, 2021
  6. May 20, 2021
  7. May 18, 2021
  8. May 07, 2021
  9. Apr 20, 2021
  10. Mar 19, 2021
    • chris-cwa's avatar
      Update check in(EXPOSUREAPP-5886) (#2640) · b25cf2ed
      chris-cwa authored
      * updated checkin entity
      
      * updated checkin entity
      
      * satisfying tests, detekt, ktlint, circle-ci, ...
      
      * satisfying instrumented tests
      
      * fixed more unit tests, removed unnecessary null-check
      
      * renamed field
      
      * made signature base 64
      
      * fixed tests
      
      * fixed signature tests
      
      * ktlint
      
      * no more use of blob
      
      * updated repository
      
      * fixed unit tests
      
      * fixed instrumented tests
      
      * renamed tests
      
      * fixed merge conflicts
      Unverified
      b25cf2ed
  11. Mar 17, 2021
  12. Feb 10, 2021
  13. Jan 27, 2021
  14. 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
  15. Jan 14, 2021
  16. Jan 13, 2021
  17. Jan 12, 2021
  18. Dec 16, 2020
  19. Dec 14, 2020
    • Matthias Urhahn's avatar
      Contact Diary - Persistance Integration / Preparation (EXPOSUREAPP-4165) (#1891) · d96245ef
      Matthias Urhahn authored
      
      * implemented dao, entitiy, database, module - wip
      
      * Added cross ref classes for joining data
      
      * Adjusted daos
      
      * - Added ContactDiaryModule to AppComponent - Reduced code a bit
      
      * missing interface change
      
      * Uniform naming
      
      * Defined methods for contact diary repo
      
      * added mapper extension
      
      * fixed naming, Implement contact diary repo
      
      * Added repo to module, Flows shall return lists
      
      * Added foreign key constraints - outdated
      
      * Clear contact diary database on DataReset, removed unneccessary element
      
      * removed singletons
      
      * adjustments to new tech spec
      
      * Adjusted daos from stash
      
      * Added new daos to related classes
      
      * Redefined contact diary repo
      
      * Implemented contact diary repo
      
      * Added mission dao annotations
      
      * sorting opportunity
      
      * sourcecheck clean
      
      * cleanUp, added db schema, removed old stuff
      
      * missing call
      
      * ForeigenKey must be in entity declaration
      
      * Added contact diary db test, removed broken tests
      
      * added autogenerate primarykey
      
      * Moved data joining from App-Lvl to database
      
      * Explicit naming in entities
      
      * sourcecheck & ktlint clean
      
      Co-authored-by: default avatarBMItter <berndus@gmx.de>
      Unverified
      d96245ef
  20. Dec 03, 2020
    • Matthias Urhahn's avatar
      Submission upload (EXPOSUREAPP-3748) (#1794) · 950653c1
      Matthias Urhahn authored
      * Submission upload, first draft.
      Storing Symptoms and TEKs.
      
      TODO:
      * Change upload task to use stored data.
      * Blocking upload task
      * Tests
      
      * Update symptoms on each screen.
      Integrate permission request and automatic TEK history update.
      
      TODO:
      * Cancel dialog
      * Blocking upload task
      * Tests
      
      * Add submission on cancel behavior.
      
      * LINTs and unit tests.
      
      * Hooking up navigation and first break through on TAN based submission.
      
      * Hook up navigation for QR Code to test result without consent.
      
      * Fix positive result consent given submission: Abort to Main Screen
      
      * Restore default environment.
      
      * Adjust notification target fragment.
      
      * Address LINTs
      
      * Clean up symptoms introduction nav actions.
      
      * Fix tests
  21. Dec 02, 2020
  22. Nov 30, 2020
  23. Nov 29, 2020
  24. Oct 30, 2020
  25. Oct 14, 2020
  26. Oct 07, 2020
    • Matthias Urhahn's avatar
      Introduce VM injection for home screen and enable screen testing... · b4f32951
      Matthias Urhahn authored
      Introduce VM injection for home screen and enable screen testing (EXPOSUREAPP-2946, EXPOSUREAPP-2948) (#1320)
      
      * Rename "MainFragment" to "HomeFragment"
      Add VM injection.
      Move initial logic into VM.
      
      TODO: Move more code, write more tests.
      
      * Additional refactoring, moving logic out of the Fragment.
      Moving code into their own encapsulated routines/components.
      Use composition to reuse TracingViewModel, SettingsViewModel and SubmissionViewModel
      
      * Introduce @AppContext annotation to prevent anyone mistaking it for something else.
      
      * Add VM to RiskDetailsFragment
      
      * Simplify nested viewmodels, here: TracingViewModel.kt
      
      * Add skeletons instrumentation test skeleton for single fragments with injection and mocking.
      
      * Address PR comments.
      
      * Introduce sealed events class, + some refactoring.
      
      * Make the linter happy.
      Unverified
      b4f32951
Loading