Mike McCready

Results 2194 comments of Mike McCready

- PR https://github.com/corona-warn-app/cwa-website/pull/3067 submitted.

@DerVogel2020 - It would probably make sense to implement https://github.com/corona-warn-app/cwa-wishlist/issues/815 so that the period of consideration for risk checks and for the Contact Journal are the same. - This should...

@DerVogel2020 > Thanks. I looked for the first one, but in the wrong repositories.😉 I used the search field in the top left of GitHub and typed `org:corona-warn-app is:issue is:open...

Also related to - https://github.com/corona-warn-app/cwa-app-android/issues/4200

@ralxxx According to https://github.com/scottyab/rootbeer/issues?q=is%3Aissue+is%3Aopen+%2Fe+fairphone there is a known issue (147 - "detect non rooted device as rooted device") with [RootBeer](https://github.com/scottyab/rootbeer/) reporting root on Fairphone 3 with "/e/OS". There is also...

- This topic was also mentioned in https://github.com/corona-warn-app/cwa-app-android/issues/4268#issuecomment-962694162

@trutzig89182 It looks like you are using Android. Could you confirm?

@trutzig89182 I appreciate your point about ease-of-use. The CWA Android app uses a standard externally-sourced component from [Material Components for Android (MDC-Android)](https://github.com/material-components/material-components-android), specifically [Mobile date picker](https://material.io/components/date-pickers#mobile-pickers) to input the date-of-birth...

@trutzig89182 You can look at the code here [RequestCovidCertificateFragment.kt](https://github.com/corona-warn-app/cwa-app-android/blob/main/Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/submission/covidcertificate/RequestCovidCertificateFragment.kt) I don't know of any simple way of implementing what you'd like to see, however I am only a community contributor...

@trutzig89182 > After having read some issues in the Material Design repository it seems that automatically entering seperator characters was disabled because it was prone for errors. That is interesting...