mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 22:55:54 +03:00
[PR #8] [MERGED] pull request #167
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#167
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/8
Author: @nift4
Created: 7/8/2023
Status: ✅ Merged
Merged: 7/10/2023
Merged by: @Lambada10
Base:
master← Head:master📝 Commits (5)
636e538Tidy up51e1a53rework search bar2fd08ebPolish (hehe) the app2c60b4eDE translation, nuke unused stringsc51ecd1more improvements📊 Changes
38 files changed (+1135 additions, -1353 deletions)
View changed files
📝
.idea/gradle.xml(+1 -0)📝
app/build.gradle.kts(+26 -23)➖
app/src/androidTest/java/pl/lambada/songsync/ExampleInstrumentedTest.kt(+0 -24)📝
app/src/main/AndroidManifest.xml(+1 -1)📝
app/src/main/java/pl/lambada/songsync/MainActivity.kt(+57 -25)📝
app/src/main/java/pl/lambada/songsync/data/MainViewModel.kt(+66 -146)➖
app/src/main/java/pl/lambada/songsync/data/Screens.kt(+0 -21)📝
app/src/main/java/pl/lambada/songsync/data/dto/Song.kt(+7 -64)📝
app/src/main/java/pl/lambada/songsync/data/dto/SongInfo.kt(+5 -22)📝
app/src/main/java/pl/lambada/songsync/data/dto/SpotifyApiDTOs.kt(+1 -0)➕
app/src/main/java/pl/lambada/songsync/data/ext/ComposeExt.kt(+44 -0)➕
app/src/main/java/pl/lambada/songsync/data/ext/ContextExt.kt(+15 -0)➖
app/src/main/java/pl/lambada/songsync/data/ext/CoroutinesExt.kt(+0 -6)📝
app/src/main/java/pl/lambada/songsync/data/ext/StringExt.kt(+12 -0)📝
app/src/main/java/pl/lambada/songsync/ui/Navigator.kt(+18 -5)📝
app/src/main/java/pl/lambada/songsync/ui/components/AboutCard.kt(+11 -1)📝
app/src/main/java/pl/lambada/songsync/ui/components/AppBars.kt(+102 -23)📝
app/src/main/java/pl/lambada/songsync/ui/components/CommonTexts.kt(+2 -48)📝
app/src/main/java/pl/lambada/songsync/ui/components/SongCard.kt(+12 -9)📝
app/src/main/java/pl/lambada/songsync/ui/components/TextField.kt(+1 -4)...and 18 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.