mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 22:55:54 +03:00
[PR #84] [MERGED] Refactor #183
Labels
No labels
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SongSync#183
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Lambada10/SongSync/pull/84
Author: @nxoim
Created: 9/3/2024
Status: ✅ Merged
Merged: 9/20/2024
Merged by: @Lambada10
Base:
master← Head:refactor📝 Commits (10+)
ecaf9a4moved songs thing into the view model6556119moved things around a bitd63a132moved things around a bitb0e0985moved things around a bitd2c76cdmoved things around a bitb9eb29amoved things around a bit6d821a6moved things around a bit379c825moved things around a bitcf8fe10moved things around a biteaf701bnote📊 Changes
57 files changed (+3798 additions, -2964 deletions)
View changed files
📝
.idea/compiler.xml(+1 -1)📝
.idea/misc.xml(+1 -1)📝
app/src/main/java/pl/lambada/songsync/MainActivity.kt(+81 -146)➖
app/src/main/java/pl/lambada/songsync/data/MainViewModel.kt(+0 -400)➕
app/src/main/java/pl/lambada/songsync/data/remote/UpdateService.kt(+56 -0)➕
app/src/main/java/pl/lambada/songsync/data/remote/UserSettingsController.kt(+92 -0)➕
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/LyricsProviderService.kt(+104 -0)📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/others/AppleAPI.kt(+1 -1)📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/others/LRCLibAPI.kt(+1 -1)📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/others/NeteaseAPI.kt(+2 -2)📝
app/src/main/java/pl/lambada/songsync/data/remote/lyrics_providers/spotify/SpotifyAPI.kt(+17 -15)📝
app/src/main/java/pl/lambada/songsync/ui/Navigator.kt(+45 -30)📝
app/src/main/java/pl/lambada/songsync/ui/components/SongCard.kt(+8 -7)📝
app/src/main/java/pl/lambada/songsync/ui/components/TextField.kt(+1 -1)➖
app/src/main/java/pl/lambada/songsync/ui/screens/AboutScreen.kt(+0 -505)➖
app/src/main/java/pl/lambada/songsync/ui/screens/HomeScreen.kt(+0 -1309)➖
app/src/main/java/pl/lambada/songsync/ui/screens/SearchScreen.kt(+0 -545)➕
app/src/main/java/pl/lambada/songsync/ui/screens/about/AboutScreen.kt(+132 -0)➕
app/src/main/java/pl/lambada/songsync/ui/screens/about/AboutViewModel.kt(+55 -0)➕
app/src/main/java/pl/lambada/songsync/ui/screens/about/components/AboutScreenTopBar.kt(+43 -0)...and 37 more files
📄 Description
Closes #79
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.