Skip to content
Snippets Groups Projects
  1. Dec 28, 2020
  2. Dec 23, 2020
  3. Dec 21, 2020
  4. Dec 16, 2020
  5. 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
    • Rituraj Sambherao's avatar
      dark-theme image added (#1890) · e9cf4c43
      Rituraj Sambherao authored
      e9cf4c43
  6. Dec 08, 2020
  7. Oct 14, 2020
  8. Jun 12, 2020
    • Fabian-K's avatar
      Hotfix (#429) · 804d0790
      Fabian-K authored
      
      * - make sure FAQ card is top aligned with other cards
      
      * - submission intro: missing spacing before bullet point list added
      - trailing new line from strings.xml removed (this is not present in the translations)
      
      * - illustrations for positive test changed
      
      Co-authored-by: default avatarmarcmuschko <marc.muschko@sap.com>
      804d0790
  9. Jun 11, 2020
  10. Jun 10, 2020
    • harambasicluka's avatar
      Fix: Design polish (#346) · b49a465b
      harambasicluka authored
      
      * settings reset navigation removed
      
      * risk card button background to colorBackground
      
      * notification settings when os notifications are turned off
      
      * fixed neutral night mode color
      
      * fixed version alignment
      
      * fixed formatter issue
      
      * updated logos
      
      * app information and main overview design small adjustment
      
      * settings row overview icon placement
      
      * increased grey box padding top
      
      * illustration updated, some still todo after designer patch
      
      * illustration test and untested fixed
      
      * settings try catch fix
      
      * bugfix tracing state during exception crash
      
      * submission illustration hotline
      
      * updated submission illustration warn others
      
      * design polishing
      
      * fixed tests
      
      Co-authored-by: default avatarMuschko <marc.muschko@sap.com>
      b49a465b
  11. Jun 09, 2020
    • Jakob Möller's avatar
      Format everything. (#308) · 80f030a9
      Jakob Möller authored
      
      Signed-off-by: default avatard067928 <jakob.moeller@sap.com>
      80f030a9
    • harambasicluka's avatar
      Feature: Design polish (#292) · f51716aa
      harambasicluka authored
      * reintroduced our old headers everywhere :)
      
      * fixed onboarding header icon alignment
      
      * removed empty row on risk details bottom
      
      * removed unused formatter
      
      * introduced stable dividers for risk card
      
      * risk identification is not possible: primary icon color to neutral
      
      * adapted circle sizing and alignment
      
      * circleColor: added stable Color
      
      * icon alignments: top right
      
      * fixed spacings
      
      * changed light header logo
      
      * moved row
      
      * larger header logos
      
      * ktlintformat
      f51716aa
  12. Jun 08, 2020
    • marcmuschko's avatar
      Small illustration fixes, settings adjustment, onboarding exception (#288) · 7206805f
      marcmuschko authored
      
      * settings icon tracing resized, missing grey color added
      
      * fixed dark mode / light mode illustrations
      
      * fixed small issue in strings
      
      * OnBoardingTracingFragment: catch exceptions also for asyncIsEnabled() (#282)
      
      Executing `InternalExposureNotificationClient.asyncIsEnabled()` may also result in an exception of `com.google.android.gms.common.api.ApiException` if connection to GMS isn't possible. Not catching this exception results in fatal crash.
      
      ```
      2020-06-08 16:33:29.693 20904-20904/de.rki.coronawarnapp E/AndroidRuntime: FATAL EXCEPTION: main
          Process: de.rki.coronawarnapp, PID: 20904
          com.google.android.gms.common.api.ApiException: 17: API: Nearby.EXPOSURE_NOTIFICATION_API is not available on this device. Connection failed with: ConnectionResult{statusCode=UNKNOWN_ERROR_CODE(39507), resolution=null, message=null}
              at com.google.android.gms.common.internal.ApiExceptionUtil.fromStatus(com.google.android.gms:play-services-base@@17.3.0:4)
              at com.google.android.gms.common.api.internal.ApiExceptionMapper.getException(com.google.android.gms:play-services-base@@17.3.0:2)
              at com.google.android.gms.common.api.internal.zah.zaa(com.google.android.gms:play-services-base@@17.3.0:18)
              at com.google.android.gms.common.api.internal.GoogleApiManager$zaa.zaa(com.google.android.gms:play-services-base@@17.3.0:211)
              at com.google.android.gms.common.api.internal.GoogleApiManager$zaa.zaa(com.google.android.gms:play-services-base@@17.3.0:217)
              at com.google.android.gms.common.api.internal.GoogleApiManager$zaa.zaa(com.google.android.gms:play-services-base@@17.3.0:115)
              at com.google.android.gms.common.api.internal.GoogleApiManager$zaa.onConnectionFailed(com.google.android.gms:play-services-base@@17.3.0:79)
              at com.google.android.gms.common.internal.zag.onConnectionFailed(com.google.android.gms:play-services-base@@17.3.0:2)
              at com.google.android.gms.common.internal.BaseGmsClient$zzf.zza(com.google.android.gms:play-services-basement@@17.3.0:6)
              at com.google.android.gms.common.internal.BaseGmsClient$zza.zza(com.google.android.gms:play-services-basement@@17.3.0:25)
              at com.google.android.gms.common.internal.BaseGmsClient$zzc.zzc(com.google.android.gms:play-services-basement@@17.3.0:11)
              at com.google.android.gms.common.internal.BaseGmsClient$zzb.handleMessage(com.google.android.gms:play-services-basement@@17.3.0:49)
              at android.os.Handler.dispatchMessage(Handler.java:106)
              at com.google.android.gms.internal.common.zzi.dispatchMessage(com.google.android.gms:play-services-basement@@17.3.0:8)
              at android.os.Looper.loop(Looper.java:223)
              at android.os.HandlerThread.run(HandlerThread.java:67)
      ```
      
      Co-authored-by: default avatarJakob Möller <jakob.moeller@sap.com>
      Co-authored-by: default avatarmarcmuschko <marc.muschko@sap.com>
      
      * build fixes in tests
      
      Co-authored-by: default avatarlenke182 <jan_lenke@freenet.de>
      Co-authored-by: default avatarJakob Möller <jakob.moeller@sap.com>
      7206805f
  13. Jun 07, 2020
    • marcmuschko's avatar
      Updated Assets (#231) · 4b4fb981
      marcmuschko authored
      * illustrations prepare for dark mode
      
      * removed unused ressource
      
      * dark mode illustrations submission flow
      
      * removed legacy fragment
      
      * assets updated
      
      * data privacy onboarding text
      
      * illustration icons submission
      
      * fixed privacy illustration
      
      * behavior icons
      
      * fixed main light mode illustrations for submission
      4b4fb981
  14. May 30, 2020
Loading