mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 22:55:54 +03:00
[PR #4] [MERGED] Global cleanup #166
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#166
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/4
Author: @AkaneTan
Created: 6/26/2023
Status: ✅ Merged
Merged: 6/26/2023
Merged by: @Lambada10
Base:
master← Head:master📝 Commits (3)
88035e9SongSync: Global cleanup40a7c32SongSync: Update our icons6d9eb40SongSync: Add AkaneTan as a contributor📊 Changes
28 files changed (+514 additions, -485 deletions)
View changed files
➖
.idea/deploymentTargetDropDown.xml(+0 -10)📝
app/src/main/ic_launcher-playstore.png(+0 -0)📝
app/src/main/java/pl/lambada/songsync/MainActivity.kt(+21 -14)📝
app/src/main/java/pl/lambada/songsync/data/MainViewModel.kt(+44 -56)📝
app/src/main/java/pl/lambada/songsync/data/Screens.kt(+2 -2)📝
app/src/main/java/pl/lambada/songsync/data/Song.kt(+18 -4)📝
app/src/main/java/pl/lambada/songsync/data/SongInfo.kt(+13 -8)📝
app/src/main/java/pl/lambada/songsync/ui/Navigator.kt(+7 -1)📝
app/src/main/java/pl/lambada/songsync/ui/screens/AboutScreen.kt(+5 -0)📝
app/src/main/java/pl/lambada/songsync/ui/screens/BrowseScreen.kt(+5 -0)📝
app/src/main/java/pl/lambada/songsync/ui/screens/HomeScreen.kt(+361 -325)📝
app/src/main/java/pl/lambada/songsync/ui/theme/Theme.kt(+8 -13)📝
app/src/main/java/pl/lambada/songsync/ui/theme/Type.kt(+0 -16)📝
app/src/main/res/drawable-v31/ic_launcher_foreground.xml(+8 -11)📝
app/src/main/res/drawable/ic_launcher_foreground.xml(+8 -11)📝
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml(+1 -2)📝
app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml(+1 -2)➕
app/src/main/res/mipmap-anydpi-v31/ic_launcher.xml(+6 -0)➕
app/src/main/res/mipmap-anydpi-v31/ic_launcher_round.xml(+6 -0)➖
app/src/main/res/mipmap-hdpi/ic_launcher_round.png(+0 -0)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.