-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Simon Scholz
committed
Dec 3, 2023
1 parent
ac0076f
commit b29f8c2
Showing
10 changed files
with
103 additions
and
31 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
qr-code-app/src/main/kotlin/io/github/simonscholz/model/DotShapes.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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
package io.github.simonscholz.model | ||
|
||
enum class DotShapes { | ||
SQUARE, | ||
ROUNDED_SQUARE, | ||
CIRCLE, | ||
HEXAGON, | ||
TRIANGLE, | ||
HEART, | ||
HOUSE, | ||
HOUSE_WITH_DOOR_AND_WINDOW, | ||
SMILEY, | ||
PUMPKIN, | ||
CHRISTMAS_TREE, | ||
CAR, | ||
} |
3 changes: 1 addition & 2 deletions
3
qr-code-app/src/main/kotlin/io/github/simonscholz/model/QrCodeConfig.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
3 changes: 1 addition & 2 deletions
3
qr-code-app/src/main/kotlin/io/github/simonscholz/model/QrCodeConfigViewModel.kt
Large diffs are not rendered by default.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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