mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 14:45:51 +03:00
[PR #145] [MERGED] feat: Now playing song on top of the song list #199
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#199
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/145
Author: @Lambada10
Created: 2/21/2025
Status: ✅ Merged
Merged: 2/22/2025
Merged by: @Lambada10
Base:
master← Head:feat/now-playing📝 Commits (2)
c1f18dbfeat: Now playing song on top of the song listc8222c2Various fixes related to now playing logic📊 Changes
17 files changed (+209 additions, -18 deletions)
View changed files
📝
app/src/main/AndroidManifest.xml(+9 -0)📝
app/src/main/java/pl/lambada/songsync/MainActivity.kt(+2 -1)➕
app/src/main/java/pl/lambada/songsync/services/NotificationListener.kt(+6 -0)📝
app/src/main/java/pl/lambada/songsync/ui/Navigator.kt(+2 -2)📝
app/src/main/java/pl/lambada/songsync/ui/components/SongCard.kt(+1 -1)📝
app/src/main/java/pl/lambada/songsync/ui/screens/home/HomeScreen.kt(+38 -0)📝
app/src/main/java/pl/lambada/songsync/ui/screens/home/HomeViewModel.kt(+46 -0)📝
app/src/main/java/pl/lambada/songsync/ui/screens/home/components/SongItem.kt(+1 -1)📝
app/src/main/java/pl/lambada/songsync/ui/screens/init/InitScreen.kt(+15 -0)📝
app/src/main/java/pl/lambada/songsync/ui/screens/init/InitScreenViewModel.kt(+5 -0)➕
app/src/main/java/pl/lambada/songsync/ui/screens/init/components/permissions/NotificationPermission.kt(+39 -0)📝
app/src/main/java/pl/lambada/songsync/ui/screens/lyricsFetch/LyricsFetchScreen.kt(+3 -2)📝
app/src/main/java/pl/lambada/songsync/ui/screens/lyricsFetch/LyricsFetchViewModel.kt(+1 -1)📝
app/src/main/java/pl/lambada/songsync/ui/screens/lyricsFetch/components/LocalSongContent.kt(+16 -6)📝
app/src/main/java/pl/lambada/songsync/util/LyricsUtils.kt(+9 -4)➕
app/src/main/java/pl/lambada/songsync/util/ext/FileExt.kt(+13 -0)📝
app/src/main/res/values/strings.xml(+3 -0)📄 Description
closes #109
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.