This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Kamila/refactor_game_choice_logic #146
Merged
Merged
Changes from all commits
Commits
Show all changes
86 commits
Select commit
Hold shift + click to select a range
f869f6c
remove MainActivity.kt
kamilababayeva b0dedd7
remove MainActivityTest.kt
kamilababayeva e903d66
AndroidManifest.xml: make WelcomeActivity as a launch activity
kamilababayeva a1ddbee
WelcomeActivity.kt: remove unnecessary buttons
kamilababayeva 5bb6417
WelcomeActivityTest.kt: remove unnecessary tests
kamilababayeva 5b657fe
BuzzerScreenActivityTest: rename file form GamescreenActivityTest
kamilababayeva dccc78e
BuzzerSetupActivityTest: move test for buzzer from GameSetupActivitytest
kamilababayeva 4d7393c
GamescreenActivity rename to BuzzerScreenActivity
kamilababayeva e217b8e
LastfmUri: change val to var
kamilababayeva 601ae5f
Delete GenreTemporary.kt
kamilababayeva a6072c5
delete activity_genre_remporary.xml
kamilababayeva 0d9bc85
activity_buzzer_setup.xml: move buzzer layout form game_setup_screen
kamilababayeva 8f24587
AndroidManifest.xml: add new activity BuzzerScreenActivity
kamilababayeva da0cd04
Delete GenreTemporaryTest
kamilababayeva d17b132
rename gamescreen to buzzer_screen
kamilababayeva a492bd8
activity_game_setup_screen.xml: move genre layout
kamilababayeva 8fe93b2
BuzzerSetupActivity: move buzzer activity to game setup activity
kamilababayeva ee1aceb
Rename GamescreenActivityTest to BuzzerScreenActivityTest
kamilababayeva 827ff65
GameSetupActivity: connect genre choose and solo typing game
kamilababayeva c05f5bd
GameSetupActivityTest: modify tests
kamilababayeva 7fd19b2
GameSetupActivity: fixx difficulty setup
kamilababayeva a081aa4
GameSetupActivityTest.kt: fix the tests
kamilababayeva 9d82a21
Delete activity_music_temporary.xml
kamilababayeva f4e3f57
rounded_button.xml: set shape for several buttons
kamilababayeva 9e275c5
activity_genre_setup_screen.xml: set appropriate style to buttons
kamilababayeva 9cb97c4
BuzzerSetupActivityTest: dix the test
kamilababayeva fdb5fba
GameSetupActivity: add switch game to avoid duplicates
kamilababayeva ca12f54
GameSetupActivity: set uri only in the end of when
kamilababayeva 90b9a8a
change function name from play to chooseGenre
kamilababayeva e051040
activity_game_setup.xml: add a function to choose a game
kamilababayeva 204db76
BuzzerSetupActivity.kt: modify the spinner initialization
kamilababayeva 1166e4a
GameSetupActivty: remove duplicates
kamilababayeva 80076dd
GameSetupActivity: change spinner init
kamilababayeva d599161
remove deleted file
kamilababayeva 1a28edb
activity_welcome_screen: remove switchToListen
kamilababayeva ded724b
AndroidManifest.xml: remove Genre
kamilababayeva 1425282
BuzzerScreenActivity: set mock array
kamilababayeva d33d989
BuzzerScreenActivityTest: fix switchToEnding
kamilababayeva f791215
GameSetupActivity: fix duplication
kamilababayeva 7684451
BuzzerSetupActivity: try fixing test
kamilababayeva 90464ab
comment the tests for check
kamilababayeva 4b9e15f
TypingGameActivityTest: temporary remove the test
kamilababayeva 8a7ba7b
Merge branch 'jwen/single-player-lyrics-game' into kamila/refactor_ga…
kamilababayeva 6241f00
remove unnecessary test
kamilababayeva 3ce8288
set new game local lyrics
kamilababayeva 2ee1770
Remove unnecessary tests
kamilababayeva 1dfc0c1
activity_buzzer_setup.xml: fixing the buzzer
kamilababayeva e176235
GameSetupActivity: set different gameManagers for games
kamilababayeva 3934363
GameSetupActivityTest: add tests for genre button clicks
kamilababayeva 9fac985
delete activity_main.xml
kamilababayeva a7a680b
BuzzerScreenActivity: fixing the duplication
kamilababayeva 4fcbbe7
BuzzerScreenActivity: fixing the types of arrays
kamilababayeva a554ca5
merge main branch
kamilababayeva 7dd7316
default test run
kamilababayeva eb5d0d9
remove activity
kamilababayeva 934ea02
remove unnecessary library
kamilababayeva bea812f
actiity_buzzer_setup: fix some parameters
kamilababayeva e87516e
LyricsBelongGameActivity: fix the time
kamilababayeva 6078567
restart CI
kamilababayeva a50f7d9
GameSetupActivity: remove unnecessary library
kamilababayeva 745f015
LyricsBelongGameActivity: remove the tests
kamilababayeva 934dfca
Delete helper to load img with glide for the profile
kamilababayeva 86934e3
BuzzerSetupActivity: remove breaking test
kamilababayeva 805558a
TypingGameActivity: put back the test
kamilababayeva 726d78e
ActivityTests: fix the imports and set @RunWith(AndroidJUnit4::class)
kamilababayeva e694f68
activity_buzzer_setup: set the button constraints
kamilababayeva 0cd4c7c
BuzzerSetupActivityTest.kt: put the test back
kamilababayeva c8e7ddc
BuzzerSetupActivityTest: put all tests back
kamilababayeva 4745f4d
GameSetupActivity: fix the space
kamilababayeva d7ce57c
add comments to classes
kamilababayeva 57c0f3a
GameSetupActivityTest: add extra check
kamilababayeva b3c15ad
Update app/src/main/java/ch/sdp/vibester/activity/BuzzerSetupActivity.kt
kamilababayeva 2d80d1f
Update app/src/main/java/ch/sdp/vibester/activity/GameSetupActivity.kt
kamilababayeva a09bda0
GameManager: dix the return of setNextSong()
kamilababayeva b149d83
TypingGameActivityTest.kt: fix the space/comments
kamilababayeva 72a35a3
GameManagerTest.kt: add wrong test to the setManager
kamilababayeva 4f427f8
Buzzer: change type of points from array to arraylist
kamilababayeva de40a45
GameManagerTest: check wrong fetched song
kamilababayeva 87265f2
GameSetupActivityTest: check the diffciulties for setMax in GameActivity
kamilababayeva 7024aa2
BuzzerSetupActivity: check the return of test value
kamilababayeva 1bd7bd4
LyricBelongToGameActivity: add fixme documentation
kamilababayeva 1b365a3
strings.xml: add button for lyrics game
kamilababayeva 568bf25
activity_game_setup_screen.xml: add button for local lyrics
kamilababayeva 2c43b31
GameSetupActivity: add gameManager for lyricsGame
kamilababayeva f54bd21
GameSetupActivity: add comment
kamilababayeva 103db5d
GameSetupActivityTest: add test for LyricsGame
kamilababayeva File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
44 changes: 0 additions & 44 deletions
44
app/src/androidTest/java/ch/sdp/vibester/GenreTemporaryTest.kt
This file was deleted.
Oops, something went wrong.
78 changes: 0 additions & 78 deletions
78
app/src/androidTest/java/ch/sdp/vibester/GenreToLyricsTest.kt
This file was deleted.
Oops, something went wrong.
77 changes: 0 additions & 77 deletions
77
app/src/androidTest/java/ch/sdp/vibester/GenreToTypingTest.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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Good change, makes more sense to have all the tests values in variables.