Skip to content
Snippets Groups Projects
  1. Dec 17, 2020
  2. Dec 16, 2020
  3. 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>
      Unverified
      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>
      Unverified
      a387257d
    • Alex Paulescu's avatar
      Made the whole diary card clickable (EXPOSUREAPP-4152) (#1902) · a42ba129
      Alex Paulescu authored
      * Made the whole diary card clickable, not just the button.
      
      * Moved diary card setup to separate function to eliminate detekt issues.
      Unverified
      a42ba129
    • Kolya Opahle's avatar
      Updated schema to match db naming · e8872598
      Kolya Opahle authored
      Unverified
      e8872598
  4. Dec 14, 2020
  5. Dec 11, 2020
  6. 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>
Loading