-
Notifications
You must be signed in to change notification settings - Fork 492
App usages over 16 years (EXPOSUREAPP-1781) #1048
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 i made some small linting suggestions other than those im quite happy
|
||
<variable | ||
name="tracingViewModel" | ||
type="de.rki.coronawarnapp.ui.viewmodel.TracingViewModel" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Variable seems unused
|
||
<data> | ||
|
||
<import type="de.rki.coronawarnapp.util.formatter.FormatterHelper" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatters seem unused
|
||
<import type="de.rki.coronawarnapp.util.formatter.FormatterHelper" /> | ||
|
||
<import type="de.rki.coronawarnapp.util.formatter.FormatterAccessibilityHelper" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatters seem unused
|
||
<import type="de.rki.coronawarnapp.util.formatter.FormatterAccessibilityHelper" /> | ||
|
||
<import type="android.view.View" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View seems unused
###################################### --> | ||
|
||
<!-- XACT: onboarding(sixteen) title --> | ||
<string name="sixteen_title_text">"App Nutzung ab 16 Jahren"</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default strings should be empty
<string name="sixteen_title_text">"App Nutzung ab 16 Jahren"</string> | ||
|
||
<!-- XACT: onboarding(sixteen) title --> | ||
<string name="sixteen_description_text">"Die App richtet sich an Personen, die sich in Deutschland aufhalten und mindestens 16 Jahre alt sind."</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default strings should be empty
@@ -198,6 +205,14 @@ | |||
<item name="android:textColor">@color/colorTextPrimary1</item> | |||
</style> | |||
|
|||
<style name="headline6Sixteen" parent="@style/TextAppearance.MaterialComponents.Headline6"> | |||
<item name="android:textColor">@color/colorTextEmphasizedButton</item> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a non button reference you could use?
</style> | ||
|
||
<style name="subtitleSixteen" parent="@style/TextAppearance.MaterialComponents.Subtitle1"> | ||
<item name="android:textColor">@color/colorTextEmphasizedButton</item> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a non button reference you could use?
fixed |
Kudos, SonarCloud Quality Gate passed!
|
EXPOSUREAPP-2092 |
https://jira.itc.sap.com/browse/EXPOSUREAPP-1781#add-comment