-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
41f5495
commit 6648867
Showing
48 changed files
with
936 additions
and
139 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
app/src/main/java/com/example/harmonyhub/data/network/HomeOverViewDataClassIn.kt
Oops, something went wrong.
70 changes: 70 additions & 0 deletions
70
app/src/main/java/com/example/harmonyhub/data/repository/DefaultHomeScreenRepo.kt
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
app/src/main/java/com/example/harmonyhub/data/repository/HomeScreenRepo.kt
Oops, something went wrong.
99 changes: 53 additions & 46 deletions
99
app/src/main/java/com/example/harmonyhub/ui/library/AddToPlaylistFromSongScreen.kt
Oops, something went wrong.
25 changes: 17 additions & 8 deletions
25
app/src/main/java/com/example/harmonyhub/ui/library/AlbumScreen.kt
Oops, something went wrong.
54 changes: 42 additions & 12 deletions
54
app/src/main/java/com/example/harmonyhub/ui/library/ArtistScreen.kt
Oops, something went wrong.
31 changes: 22 additions & 9 deletions
31
app/src/main/java/com/example/harmonyhub/ui/library/ChartsScreen.kt
Oops, something went wrong.
165 changes: 125 additions & 40 deletions
165
app/src/main/java/com/example/harmonyhub/ui/library/SongSelectionScreen.kt
Oops, something went wrong.
420 changes: 401 additions & 19 deletions
420
app/src/main/java/com/example/harmonyhub/ui/library/SplitMusicScreen.kt
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
app/src/main/java/com/example/harmonyhub/ui/library/SplitUiState.kt
Oops, something went wrong.
81 changes: 81 additions & 0 deletions
81
app/src/main/java/com/example/harmonyhub/ui/library/SplitViewModel.kt
Oops, something went wrong.
103 changes: 102 additions & 1 deletion
103
app/src/main/java/com/example/harmonyhub/ui/settings/SettingsScreen.kt
Oops, something went wrong.