Skip to content
Snippets Groups Projects
  1. Dec 18, 2020
  2. Dec 17, 2020
  3. Dec 16, 2020
  4. Dec 15, 2020
    • BMItter's avatar
      Contact Diary - Overview Screen, Calender (Draft, EXPOSUREAPP-4155) (#1892) · 93c7b176
      BMItter authored
      
      * Added basic layout
      
      * Added translation support
      
      * Added darkmode images
      
      * Included dimens in layout
      
      * Added navigation to onboarding fragment
      
      * Changed AndroidManifest to support new contact diary activity
      
      * Updated translation files
      
      * Added missing image
      Updated text styling
      Changed layout naming
      
      * Added back navigation
      
      * Updated layout
      
      * Added direct link to privacy information
      
      * repair PR commit
      
      * Changed back navigation
      
      * repair
      
      * skeleton for overview / calender view
      
      * Added classes to display the overview fragment
      Connected overview to onboarding fragment
      
      * Added missing classes
      
      * Added basic overview layout
      
      * Added list element
      Added new icons for light and dark mode
      
      * Added missing icons
      
      * Added recycler view adapter
      
      * Added icons for list items
      
      * added layout for nested recycler view
      
      * Replaced leftovers of ContactDiaryElement with ListItem
      
      * Added toolbar menu
      
      * Added back navigation to home screen
      
      * Changed layout to dimens
      
      * Combine data to list items
      
      * Show locations and persons
      
      * sourceCheck & lint clean
      
      * List item data as inner class
      
      * Fixed nested layout
      
      * Created nested recycler view for person and location data
      
      * Added pseudo navigation
      
      * changed inject position to the top
      
      * removed comment from layout
      
      * Added const val for count of days to boost the quality
      
      * Remove unused xml
      removed cast
      removed unused method from ContactDiaryActivity
      
      * Aligned Adapters to avoid confusion overload
      
      * cleaned
      
      * Updated layout
      
      * Added strings
      
      * fixed merge deletion
      
      * fix recycler height
      
      * added little scrollbar to recycler
      
      * little bit more space to top element
      
      * Updated layout
      
      * Created storage module for storage related stuff
      
      * Updated list items
      
      Remove return statement
      
      Co-authored-by: default avatarI502720 <axel.herbstreith@sap.com>
      93c7b176
    • axelherbstreith's avatar
      Contact Diary - Onboarding screen (EXPOSUREAPP-4154) (#1868) · a387257d
      axelherbstreith authored
      
      * Added basic layout
      
      * Added translation support
      
      * Added darkmode images
      
      * Included dimens in layout
      
      * Added navigation to onboarding fragment
      
      * Changed AndroidManifest to support new contact diary activity
      
      * Updated translation files
      
      * Added missing image
      Updated text styling
      Changed layout naming
      
      * Added back navigation
      
      * Updated layout
      
      * Added direct link to privacy information
      
      * repair PR commit
      
      * Changed back navigation
      
      * repair
      
      * Changed information text
      
      * Fixed typo in module
      
      * updated strings
      
      * Aligned back navigation
      
      * Changed margins
      Remove unused back navigation functionality
      
      * Added missing dimens
      
      * Added missing dimens
      Added updated icons
      Added final layout
      Updated strings
      Updated viewmodel
      removed unused code
      
      * Moved contact diary strings
      
      * Moved strings
      Added line breaks
      added dimens to dividers
      
      Co-authored-by: default avatarBMItter <berndus@gmx.de>
      a387257d
  5. Dec 14, 2020
  6. Dec 11, 2020
  7. Dec 10, 2020
    • Oliver Zimmerman's avatar
      Implement Card on Homescreen "Ihr Testergebnis liegt vor" (EXPOSUREAPP-4212) (#1852) · e2c6ca3e
      Oliver Zimmerman authored
      
      * Started new card includes.
      
      * Strings added, card layout complete
      
      * Added boolean value for whether or not test result has been seen. Implemented new card.
      
      * Adjusted true / false conditions
      
      * Added navigation for new card and button.
      
      * Added additional case where test result is negative and not seen
      
      * Adjusted navigation, added check for positive card on homescreen to not show unless test result has been seen
      
      * Added doNavigate - whoops.
      
      * Lint fixes
      
      * Adjust existing tests
      
      * More test adjustments.
      
      * More test adjustments
      
      * Nicjed submissionSettings.hasViewedTestResult
      
      * Removed duplicate string value.
      
      * Make risk card visible with new card, regardless of result.
      
      * Added small test for new card.
      
      * Overhaul. Now using LiveData and observing within fragment for true/false value for 'gone' in XML layout
      
      * Unfix the 'fixed' tests
      
      * Lint, trailing comma
      
      * Refix some tests that the unfixing didn't.... fix.
      
      * Reset test related settings.
      
      * Change button to match iOS design and actually make sense...
      
      * Fixed merge regressions and adjusted card states.
      
      * Adjusted tests after refactor
      
      * Changes to not break reminder that was relying on changed function
      
      * Test changes, instance now contains hasResultBeenSeen boolean
      
      * More test adjustments
      
      * Added resetTestRelatedSettings to removeTestFromDevice.
      
      * Set to test related prefs to false within Repository rather than Settings.
      
      Co-authored-by: default avatarMatthias Urhahn <matthias.urhahn@sap.com>
      Co-authored-by: default avatarRalf Gehrer <ralfgehrer@users.noreply.github.com>
    • Chilja Gossow's avatar
      allow back navigation on symptom intro and calendar (#1856) · fd953e40
      Chilja Gossow authored
      
      replace app bar icon with X to indicate abort
      
      Co-authored-by: default avatarMatthias Urhahn <matthias.urhahn@sap.com>
      fd953e40
    • Matthias Urhahn's avatar
      Fix issues with TEK submission flow (EXPOSUREAPP-4189, EXPOSUREAPP-4215) (#1840) · a29354c0
      Matthias Urhahn authored
      * Draft:
      Split up test result fragment into pending and negative.
      
      * TODO pending fragment needs to forward automatically when the result is available
      * When do we check if tracing is enabled?
      
      * When we receive a non-pending test result while on the pending-result fragment, we forward automatically to the right screen.
      
      * Clean up pending test result layout.
      
      * Extract invalid test result fragment into it's own screen.
      
      * LINTs
      
      * Remove unused problematic API.
      
      * Fix merge regressions.
      
      * Address PR comments: Improve navigation.
      a29354c0
  8. Dec 09, 2020
  9. Dec 08, 2020
  10. Dec 07, 2020
  11. Dec 04, 2020
  12. 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
    • Rituraj Sambherao's avatar
      Submission flow no consent Thank you screen (EXPOSUREAPP-3751) (#1738) · 77d944ef
      Rituraj Sambherao authored
      
      * initial commit : Views / layouts and string resources created
      
      * ViewModel Created for SubmissionDoneNoConsentFragment
      
      * Removed todo statements to prevent pipeline from breaking
      
      * pipeline fix : unused import
      
      * Thank you screen refinement, nav_graph, text updated
      
      * navigation to home screen and symptom intro screen added
      
      * detekt pipeline issue resolved
      
      * dimension adjusted upon review
      
      * unused import removed , function name changed
      
      * minor changes
      
      * removed include layouts
      changed fun name to more readable
      
      * redundant guideline removed
      
      Co-authored-by: default avatarRalf Gehrer <ralfgehrer@users.noreply.github.com>
      77d944ef
  13. Dec 02, 2020
  14. Dec 01, 2020
Loading