This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #268 from corona-warn-app/dev
0.8.7 Hotfix Release
- Loading branch information
Showing
18 changed files
with
24 additions
and
379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Corona-Warn-App/src/main/java/de/rki/coronawarnapp/ui/submission/TanConstants.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package de.rki.coronawarnapp.ui.submission | ||
|
||
object TanConstants { | ||
const val MAX_LENGTH = 10 | ||
const val MAX_LENGTH = 7 | ||
val ALPHA_NUMERIC_CHARS = ('a'..'z').plus('A'..'Z').plus('0'..'9') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 0 additions & 33 deletions
33
Corona-Warn-App/src/main/java/de/rki/coronawarnapp/util/TanHelper.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 10 additions & 19 deletions
29
Corona-Warn-App/src/main/res/drawable/tan_input_digit.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle"> | ||
<corners android:radius="@dimen/submission_tan_input_digit_radius" /> | ||
<solid android:color="@color/colorSurface2" /> | ||
</shape> | ||
</item> | ||
<item | ||
android:height="1.5dp" | ||
android:gravity="bottom"> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle"> | ||
<corners android:bottomLeftRadius="@dimen/submission_tan_input_digit_radius" /> | ||
<corners android:bottomRightRadius="@dimen/submission_tan_input_digit_radius" /> | ||
<solid android:color="@color/colorTextSemanticNeutral" /> | ||
</shape> | ||
</item> | ||
</layer-list> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle"> | ||
<corners android:radius="@dimen/submission_tan_input_digit_radius" /> | ||
<gradient | ||
android:angle="90" | ||
android:centerColor="@color/colorSurface2" | ||
android:centerX="0.02" | ||
android:endColor="@color/colorSurface2" | ||
android:startColor="@color/colorTextSemanticNeutral" /> | ||
</shape> |
6 changes: 0 additions & 6 deletions
6
Corona-Warn-App/src/main/res/drawable/tan_input_digit_entered.xml
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
Corona-Warn-App/src/main/res/drawable/tan_input_digit_error.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.