Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: James Osborn <3580335+JamesOsborn-SE@users.noreply.github.com>
  • Loading branch information
JamesOsborn-SE committed Jul 22, 2024
1 parent 293875d commit 00b60a5
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 16 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ You start with a sentence pass it to the next person and it they draw a picture.

## Screenshots

| | | | |
|--|--|--|--|
| | | | |
|------------------------------------------------------------------|---------------------------------------------------------------------|----------------------------------------------------------------------|---------------------------------------------------------------------|
| ![Welcome](metadata/android/en-US/images/phoneScreenshots/1.png) | ![First turn](metadata/android/en-US/images/phoneScreenshots/2.png) | ![Second turn](metadata/android/en-US/images/phoneScreenshots/3.png) | ![Third turn](metadata/android/en-US/images/phoneScreenshots/4.png) |
| | | | |
| | | | |

### Info Needed from user

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportWidth="74.416"
Expand Down
1 change: 0 additions & 1 deletion app/src/debug/res/drawable/ic_launcher_foreground.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportWidth="74.416"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ class GreetingViewModel @Inject constructor(
var useNicknames: Boolean by mutableStateOf(false)
var isLoading by mutableStateOf(false)

var userName by mutableStateOf("")
private set

private var userName by mutableStateOf("")
private val playerId: UUID = SharedPref.playerId()


Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/drawable/ic_launcher_debug_foreground.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aapt="http://schemas.android.com/aapt"
android:width="108dp"
android:height="108dp"
android:viewportWidth="74.416"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<string name="imported">Import</string>
<string name="ack">Werd</string>
<string name="user_made_drawing">User made drawing</string>
<string name="sentence_is_blank">this is blank... Maybe try pressing more buttons?</string>
<string name="sentence_is_blank">this is blank Maybe try pressing more buttons?</string>
<plurals name="imported_games">
<item quantity="zero">Imported %d Games</item>
<item quantity="one">Imported %d Game</item>
Expand Down
4 changes: 0 additions & 4 deletions app/src/main/res/xml/file_paths.xml

This file was deleted.

1 change: 1 addition & 0 deletions images/EPYC_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions images/featureGraphic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 00b60a5

Please sign in to comment.